From: Victor Martinez Date: Tue, 21 Feb 2017 03:12:48 +0000 (+0000) Subject: bash: updated to 4.4 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=eb79808e22b8f32a6a36978f592695cd5a2b5758;p=ports%2Fcore-arm.git bash: updated to 4.4 --- diff --git a/bash/.md5sum b/bash/.md5sum index 6592055..89293c7 100644 --- a/bash/.md5sum +++ b/bash/.md5sum @@ -1,3 +1,2 @@ -8b1a632556a24582932adf46ad854cfc bash-4.3.48.patch.gz -81348932d5da294953e15d4814c74dd1 bash-4.3.tar.gz +148888a7c95ac23705559b6f477dfe25 bash-4.4.tar.gz be4c698ea8bb7d52eab2d6ce2c3fab8e profile diff --git a/bash/Pkgfile b/bash/Pkgfile index 169b169..16de649 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -5,16 +5,14 @@ # Depends on: ncurses readline name=bash -version=4.3.48 +version=4.4 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \ - $name-$version.patch.gz profile) + profile) build() { cd $name-${version:0:3} - gunzip -c $SRC/$name-$version.patch.gz | patch -p0 - ./configure --prefix=/usr \ --build=arm-unknown-linux-gnueabihf \ --exec-prefix= \ diff --git a/bash/bash-4.3.48.patch.gz b/bash/bash-4.3.48.patch.gz deleted file mode 100644 index fc57b23..0000000 Binary files a/bash/bash-4.3.48.patch.gz and /dev/null differ