From 0b78f25a1f89f66acd4d5dfb1926f1b82bc8696e Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 2 May 2017 01:36:05 +0200 Subject: [PATCH] bash: updated to 4.4 --- bash/.md5sum | 3 +-- bash/Pkgfile | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) 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= \ -- 2.26.2