diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-02-16 12:42:31 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-02-16 12:42:31 +0100 |
commit | bed3b662db04a233d009f00f0bbc4f08f9ae4224 (patch) | |
tree | 6f8b7560891542df51ea0b76e4e1204612e1ca61 /main/coreutils/APKBUILD | |
parent | 3c19c3916a5a1049f373085c03ec7909ed7d4658 (diff) | |
download | aports-bed3b662db04a233d009f00f0bbc4f08f9ae4224.tar.bz2 aports-bed3b662db04a233d009f00f0bbc4f08f9ae4224.tar.xz |
main/coreutils: upgrade to 8.21
Diffstat (limited to 'main/coreutils/APKBUILD')
-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" |