diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-05 14:10:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-05 14:10:43 +0000 |
commit | 5c346b4db7601d8b9d9805142e18cead1129633c (patch) | |
tree | 1f3c20bd87944368f4a996872264237208ded7d5 /main/coreutils | |
parent | 76cfb32d2e7a4dfb7d67451b1a2e11927669efc0 (diff) | |
download | aports-5c346b4db7601d8b9d9805142e18cead1129633c.tar.bz2 aports-5c346b4db7601d8b9d9805142e18cead1129633c.tar.xz |
main/coreutils: upgrade to 8.10
Diffstat (limited to 'main/coreutils')
-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 aa0dca08c3..964530133f 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.9 +pkgver=8.10 pkgrel=0 pkgdesc="The basic file, shell and text manipulation utilities" url="http://www.gnu.org/software/coreutils/" @@ -31,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="36909ae68840d73a800120cf74af794a coreutils-8.9.tar.gz" +md5sums="74d54d09fc5c1bd3337127f49c88b1c5 coreutils-8.10.tar.gz" |