diff options
Diffstat (limited to 'package/parted/Makefile')
-rw-r--r-- | package/parted/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/parted/Makefile b/package/parted/Makefile index 41e59b96c..86528d6ae 100644 --- a/package/parted/Makefile +++ b/package/parted/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= parted -PKG_VERSION:= 3.2 -PKG_RELEASE:= 3 -PKG_HASH:= 858b589c22297cacdf437f3baff6f04b333087521ab274f7ab677cb8c6bb78e4 +PKG_VERSION:= 3.3 +PKG_RELEASE:= 4 +PKG_HASH:= 57e2b4bd87018625c515421d4524f6e3b55175b472302056391c5f7eccb83d44 PKG_DESCR:= partition table editor PKG_SECTION:= sys/fs PKG_DEPENDS:= libblkid libuuid libncurses |