CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bash: updated to 4.4
authorVictor Martinez <pitillo@ono.com>
Mon, 1 May 2017 23:36:05 +0000 (01:36 +0200)
committerVictor Martinez <pitillo@ono.com>
Mon, 1 May 2017 23:36:05 +0000 (01:36 +0200)
bash/.md5sum
bash/Pkgfile

index b9ea7cac83ccf7eb8bd4a45f675665fe2c61eac1..89293c7f18b9c941a5cf11915c4d8c369a4fad95 100644 (file)
@@ -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
index b4f43cf00f8f7fd79f626d30c3c258d8d58e9586..062e073558f9f973ad7632515ce94e84280b6024 100644 (file)
@@ -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= \