From: Victor Martinez Date: Mon, 1 May 2017 23:36:05 +0000 (+0200) Subject: bash: updated to 4.4 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=0b78f25a1f89f66acd4d5dfb1926f1b82bc8696e;p=ports%2Fcore-arm64.git bash: updated to 4.4 --- diff --git a/bash/.md5sum b/bash/.md5sum index b9ea7ca..89293c7 100644 --- a/bash/.md5sum +++ b/bash/.md5sum @@ -1,3 +1,2 @@ -d42c964424756fb1e9bc44a5e32b89a3 bash-4.3.46.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 b4f43cf..062e073 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -5,16 +5,14 @@ # Depends on: ncurses readline name=bash -version=4.3.46 +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=aarch64-unknown-linux-gnueabi \ --exec-prefix= \