diff options
Diffstat (limited to 'coreutils/Pkgfile')
-rwxr-xr-x | coreutils/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index 7f9776a4b..e6144c83e 100755 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -1,12 +1,12 @@ # Description: Collection d'utilitaire pour le coeur du systeme GNU # URL: http://www.gnu.org/software/coreutils/ -# Maintainer: NuTyX core team +# Maintainer: Jim Meyering meyering at redhat dot com # Packager: thierryn1 at hispeed dot ch name=coreutils -version=8.12 +version=8.15 release=1 -source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz \ +source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz \ http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-i18n-1.patch\ http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-uname-1.patch) build() { |