aboutsummaryrefslogtreecommitdiffstats
path: root/main/coreutils/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/coreutils/APKBUILD')
-rw-r--r--main/coreutils/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD
index 1328d5059c..f027b0ddc4 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"