summaryrefslogtreecommitdiffstats
path: root/main/coreutils
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-10-13 11:36:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-13 14:57:20 +0000
commit1a7cfc5b8cb05b872e189da5d43ca63c93ad4a67 (patch)
tree259c2a8c9449332234c7c458214c8b950d796ed5 /main/coreutils
parent66f43d71fe1727bda4c22661c6ced932b67e46ed (diff)
downloadaports-1a7cfc5b8cb05b872e189da5d43ca63c93ad4a67.tar.bz2
aports-1a7cfc5b8cb05b872e189da5d43ca63c93ad4a67.tar.xz
main/coreutils: upgrade to 8.14
Diffstat (limited to 'main/coreutils')
-rw-r--r--main/coreutils/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD
index 1328d5059..f027b0ddc 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.13
+pkgver=8.14
pkgrel=0
pkgdesc="The basic file, shell and text manipulation utilities"
url="http://www.gnu.org/software/coreutils/"
@@ -11,7 +11,7 @@ depends=
makedepends=
install=
subpackages="$pkgname-doc"
-source="http://ftp.gnu.org/gnu/coreutils/$pkgname-$pkgver.tar.gz"
+source="http://ftp.gnu.org/gnu/coreutils/$pkgname-$pkgver.tar.xz"
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -41,4 +41,4 @@ package() {
mv chroot "$pkgdir"/usr/sbin/
}
-md5sums="f5e8bb4752ee2e876ddd99bda7471f35 coreutils-8.13.tar.gz"
+md5sums="bcb135ce553493a45aba01b39eb3920a coreutils-8.14.tar.xz"