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 40bfed333b..51b56b26dc 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.6 +pkgver=8.7 pkgrel=0 pkgdesc="The basic file, shell and text manipulation utilities" url="http://www.gnu.org/software/coreutils/" @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="164b3fd0dfc4fb65174f34aadc1de5fb coreutils-8.6.tar.gz" +md5sums="3c1ae9531159447083ae8f25ae554b81 coreutils-8.7.tar.gz" |