diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-02-06 20:05:36 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-09 12:26:13 +0100 |
commit | 34ba64fe708e45b7c042e2d273e66d4ce03df4e3 (patch) | |
tree | a8ade39b81762186f45b02adbd1c8a5b28173585 /tools/e2fsprogs/Makefile | |
parent | f5416b0622b1496f8a164d85db0f1974858e30e8 (diff) | |
download | upstream-34ba64fe708e45b7c042e2d273e66d4ce03df4e3.tar.gz upstream-34ba64fe708e45b7c042e2d273e66d4ce03df4e3.tar.bz2 upstream-34ba64fe708e45b7c042e2d273e66d4ce03df4e3.zip |
tools/e2fsprogs: Update to 1.43.4
* Update to 1.43.4
* Refresh patches
* xz tarball which saves about 2M in size
Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.4
Tested by Etienne Haarsma (ar71xx), Daniel Engberg (kirkwood)
Signed-off-by: Etienne Haarsma <bladeoner112@gmail.com>
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Signed-off-by: Felix Fietkau <nbd@nbd.name> [use @KERNEL instead of harcoded URL]
Diffstat (limited to 'tools/e2fsprogs/Makefile')
-rw-r--r-- | tools/e2fsprogs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index fca90f2091..a95edaba67 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs -PKG_VERSION:=1.43.3 -PKG_HASH:=ce8ef1bbb0d4730f170167284fda156ac9d6bf18db2750eb94af619a81b19927 +PKG_VERSION:=1.43.4 +PKG_HASH:=54b3f21123a531a6a536b9cdcc21344b0122a72790dbe4dacc98e64db25e4a24 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@SF/e2fsprogs +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/tytso/e2fsprogs/v$(PKG_VERSION)/ HOST_BUILD_PARALLEL:=1 |