diff options
author | Matt Housh <jaeger@crux.ninja> | 2016-12-21 11:11:30 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2016-12-21 11:11:30 -0600 |
commit | 9410bb488142b49b8b5b5ef03d2851d3558e5c7f (patch) | |
tree | 56664d76ecd9c60fd20bbdecd4e94938f54efa1c /util-linux-32 | |
parent | f9a5962d76242f95481d991b7d50357381b13667 (diff) | |
parent | 17b211390a256abe74f08a88f2fdf3b627ef8844 (diff) | |
download | compat-32-9410bb488142b49b8b5b5ef03d2851d3558e5c7f.tar.gz compat-32-9410bb488142b49b8b5b5ef03d2851d3558e5c7f.tar.xz |
Merge branch '3.2' into 3.3
Diffstat (limited to 'util-linux-32')
-rw-r--r-- | util-linux-32/.md5sum | 2 | ||||
-rw-r--r-- | util-linux-32/Pkgfile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/util-linux-32/.md5sum b/util-linux-32/.md5sum index c1b9e55a..6ff3f412 100644 --- a/util-linux-32/.md5sum +++ b/util-linux-32/.md5sum @@ -1 +1 @@ -46a232a37bce45371a86d19300edc47a util-linux-2.28.2.tar.xz +07b6845f48a421ad5844aa9d58edb837 util-linux-2.29.tar.xz diff --git a/util-linux-32/Pkgfile b/util-linux-32/Pkgfile index 9bcc0d97..1054090c 100644 --- a/util-linux-32/Pkgfile +++ b/util-linux-32/Pkgfile @@ -1,12 +1,12 @@ # Description: Miscellaneous system utilities # URL: http://userweb.kernel.org/~kzak/util-linux/ # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu -# Depends on: ncurses-32 +# Depends on: eudev-32 readline-32 zlib-32 name=util-linux-32 -version=2.28.2 +version=2.29 release=1 -source=(http://www.kernel.org/pub/linux/utils/util-linux/v${version:0:4}/util-linux-$version.tar.xz) +source=(https://www.kernel.org/pub/linux/utils/util-linux/v${version:0:4}/util-linux-$version.tar.xz) build() { cd util-linux-$version |