diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-23 17:53:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-25 14:31:49 +0000 |
commit | 9ab9a4a765734b115dec093fc6637af09aea9061 (patch) | |
tree | 9832e1d70e44d77626d9a8c6e1feeb32dba4ea83 /main/util-linux | |
parent | d5bea519d9ebb08a535ae5855e6ebcab7f1ff131 (diff) | |
download | aports-9ab9a4a765734b115dec093fc6637af09aea9061.tar.bz2 aports-9ab9a4a765734b115dec093fc6637af09aea9061.tar.xz |
main/util-linux: upgrade to 2.28.1
Diffstat (limited to 'main/util-linux')
-rw-r--r-- | main/util-linux/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD index a10294acef..764fe5dbcc 100644 --- a/main/util-linux/APKBUILD +++ b/main/util-linux/APKBUILD @@ -2,14 +2,14 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=util-linux -pkgver=2.28 +pkgver=2.28.1 case $pkgver in *.*.*) _v=${pkgver%.*};; *.*) _v=$pkgver;; esac -pkgrel=4 +pkgrel=0 pkgdesc="Random collection of Linux utilities" url="http://git.kernel.org/cgit/utils/util-linux/util-linux.git" arch="all" @@ -173,12 +173,12 @@ _py() { mv "$pkgdir"/usr/lib/python* "$subpkgdir"/usr/lib/ } -md5sums="e534e6ccc49107e5d31c329af798ef7d util-linux-2.28.tar.xz +md5sums="e2d863efaf4fd330a42c5efe9f1b02b4 util-linux-2.28.1.tar.xz ee12cce6423e6f7ea4c9c438989e77d7 libblkid-reduce-probing-area-for-crazy-CDROMs.patch 6196f1ce853dfaf717569c1e35555d6d ttydefaults.h" -sha256sums="395847e2a18a2c317170f238892751e73a57104565344f8644090c8b091014bb util-linux-2.28.tar.xz +sha256sums="3ece4ea4a34ef786b68f5c415e848390424232abd1ee00f7ee5bddc30657b60f util-linux-2.28.1.tar.xz 12b6434a229d08c81f45735cac50e9003908f3ad974c59cec93ddf57700077f3 libblkid-reduce-probing-area-for-crazy-CDROMs.patch 46faf1198bd884d12c5d45019a5fec8dfdefeae6721d8c9f3da89921acdb2a6d ttydefaults.h" -sha512sums="a1f911bdfda5985de87105d39501e501a5f9ec0fe6a433e3f2fed9a80e104342bb4a7e0e6dc9b7d677d5429249f05b343cb5370b0ea0e068dc889699d4ec1f8a util-linux-2.28.tar.xz +sha512sums="58f2fdb1db6cf712dc8ca02550d17735cb0b5892b8151f26f5565cdaa6fe008207457c1d5b7d7c2a5b866ee86f4cf423b22911f63328e0ebd5cad7b197b53213 util-linux-2.28.1.tar.xz ec27d4227f7e0f08198ecf00f4c7da379ed588eb05835c318322bec26841868e51337c5710706237a7a3358aa0db6d4514c8f2444d02b2bd800f1c7f9e9570c2 libblkid-reduce-probing-area-for-crazy-CDROMs.patch 876bb9041eca1b2cca1e9aac898f282db576f7860aba690a95c0ac629d7c5b2cdeccba504dda87ff55c2a10b67165985ce16ca41a0694a267507e1e0cafd46d9 ttydefaults.h" |