parted: update to v3.6.0
Lot's of changes, but no online release notes available, check ChangeLog file once extracted if necessary Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
This commit is contained in:
parent
6b75cb2860
commit
6117fb98cc
1 changed files with 3 additions and 3 deletions
|
@ -3,12 +3,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=parted
|
PKG_NAME:=parted
|
||||||
PKG_VERSION:=3.4
|
PKG_VERSION:=3.6
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/parted/
|
PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/parted/
|
||||||
PKG_HASH:=e1298022472da5589b7f2be1d5ee3c1b66ec3d96dfbad03dc642afd009da5342
|
PKG_HASH:=3b43dbe33cca0f9a18601ebab56b7852b128ec1a3df3a9b30ccde5e73359e612
|
||||||
|
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
Loading…
Reference in a new issue