diff options
-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 2580776a9..7ffc06667 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.4 -pkgrel=2 +pkgver=8.5 +pkgrel=0 pkgdesc="The basic file, shell and text manipulation utilities" url="http://www.gnu.org/software/coreutils/" license="GPL" @@ -28,4 +28,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="56f549854d723d9dcebb77919019df55 coreutils-8.4.tar.gz" +md5sums="c1ffe586d001e87d66cd80c4536ee823 coreutils-8.5.tar.gz" |