diff options
-rw-r--r-- | main/coreutils/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD index 32c4be86e..3daf05e3d 100644 --- a/main/coreutils/APKBUILD +++ b/main/coreutils/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Michael Mason <ms13sp@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=coreutils -pkgver=8.15 +pkgver=8.16 pkgrel=0 pkgdesc="The basic file, shell and text manipulation utilities" url="http://www.gnu.org/software/coreutils/" @@ -41,4 +41,4 @@ package() { mv chroot "$pkgdir"/usr/sbin/ } -md5sums="094909fafa86110140b32e4948941545 coreutils-8.15.tar.xz" +md5sums="89b06f91634208dceba7b36ad1f9e8b9 coreutils-8.16.tar.xz" |