summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-06-07 18:35:42 +0200
committersibel <lesibel at free dot fr>2010-06-07 18:35:42 +0200
commit309d417a88919acee44c0ad8ab0541ec31d4f6f1 (patch)
treece4fe52446fc06333a0ec5531d76497c7f39e288 /base
parentcb1f79d18aeee7f7c8f43634c4aef41a7da00b6e (diff)
downloadnutyx-pakxe-309d417a88919acee44c0ad8ab0541ec31d4f6f1.tar.gz
nutyx-pakxe-309d417a88919acee44c0ad8ab0541ec31d4f6f1.tar.bz2
nutyx-pakxe-309d417a88919acee44c0ad8ab0541ec31d4f6f1.tar.xz
nutyx-pakxe-309d417a88919acee44c0ad8ab0541ec31d4f6f1.zip
Maj de coreutils#8.5-1
Diffstat (limited to 'base')
-rw-r--r--base/coreutils/.md5sum6
-rwxr-xr-xbase/coreutils/Pkgfile6
2 files changed, 6 insertions, 6 deletions
diff --git a/base/coreutils/.md5sum b/base/coreutils/.md5sum
index 3db13b8ca..4ff978e4e 100644
--- a/base/coreutils/.md5sum
+++ b/base/coreutils/.md5sum
@@ -1,3 +1,3 @@
-13699e7e1c2ab2165dbe9f35c047e804 coreutils-8.4-i18n-1.patch
-510a730e7bc8fd92daaf47aad4dc1200 coreutils-8.4-uname-1.patch
-56f549854d723d9dcebb77919019df55 coreutils-8.4.tar.gz
+e806ba5734411d1384f1e56169f31b22 coreutils-8.5-i18n-1.patch
+500481b75892e5c07e19e9953a690e54 coreutils-8.5-uname-2.patch
+c1ffe586d001e87d66cd80c4536ee823 coreutils-8.5.tar.gz
diff --git a/base/coreutils/Pkgfile b/base/coreutils/Pkgfile
index 289354bbb..7a9bd3a26 100755
--- a/base/coreutils/Pkgfile
+++ b/base/coreutils/Pkgfile
@@ -4,16 +4,16 @@
# Packager: thierryn1 at hispeed dot ch
name=coreutils
-version=8.4
+version=8.5
release=1
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz \
http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-i18n-1.patch\
- http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-uname-1.patch)
+ http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-uname-2.patch)
build() {
cd $name-$version
case `uname -m` in
- i?86 | x86_64) patch -Np1 -i ../coreutils-$version-uname-1.patch ;;
+ i?86 | x86_64) patch -Np1 -i ../coreutils-$version-uname-2.patch ;;
esac
patch -Np1 -i ../$name-$version-i18n-1.patch