diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/coreutils/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD index 445091bde3..40bfed333b 100644 --- a/main/coreutils/APKBUILD +++ b/main/coreutils/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Michael Mason <ms13sp@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=coreutils -pkgver=8.5 -pkgrel=1 +pkgver=8.6 +pkgrel=0 pkgdesc="The basic file, shell and text manipulation utilities" url="http://www.gnu.org/software/coreutils/" license="GPL" @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="c1ffe586d001e87d66cd80c4536ee823 coreutils-8.5.tar.gz" +md5sums="164b3fd0dfc4fb65174f34aadc1de5fb coreutils-8.6.tar.gz" |