diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-19 07:06:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-19 07:06:01 +0000 |
commit | 0cd6630c2597115a8580fc746150f54fdff4b0a3 (patch) | |
tree | a2a47ca1bb709bd3bcf2d6334462606abfed34fa /extra | |
parent | 7dd5ad4716a3144530fcc34e2bc99ce6ec022c62 (diff) | |
download | aports-0cd6630c2597115a8580fc746150f54fdff4b0a3.tar.bz2 aports-0cd6630c2597115a8580fc746150f54fdff4b0a3.tar.xz |
extra/coreutils: upgrade to 7.4
Diffstat (limited to 'extra')
-rw-r--r-- | extra/coreutils/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/coreutils/APKBUILD b/extra/coreutils/APKBUILD index 0dc4e1f75..4f3a62cb3 100644 --- a/extra/coreutils/APKBUILD +++ b/extra/coreutils/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Michael Mason <ms13sp@gmail.com> -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=coreutils -pkgver=7.1 -pkgrel=1 +pkgver=7.4 +pkgrel=0 pkgdesc="The basic file, shell and text manipulation utilities" url="http://www.gnu.org/software/coreutils/" license="GPL" @@ -26,6 +26,6 @@ build() { } -md5sums="cbb2b3d1718ee1237b808e00b5c11b1e coreutils-7.1.tar.gz +md5sums="c52f4f64dda9a245c38e74c09fdd86d2 coreutils-7.4.tar.gz b84506d253e04db3c5af9016fead45a3 coreutils.post-deinstall b84506d253e04db3c5af9016fead45a3 coreutils.post-upgrade" |