diff options
Diffstat (limited to 'main')
-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 bc0707595b..f41a27e22c 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.20 +pkgver=8.21 pkgrel=1 pkgdesc="The basic file, shell and text manipulation utilities" url="http://www.gnu.org/software/coreutils/" @@ -42,4 +42,4 @@ package() { mv chroot "$pkgdir"/usr/sbin/ } -md5sums="3d69af8f561fce512538a9fe85f147ff coreutils-8.20.tar.xz" +md5sums="065ba41828644eca5dd8163446de5d64 coreutils-8.21.tar.xz" |