2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

update GNU Bash to 5.1.0-1 w/ Debian patches

This commit is contained in:
Christopher Roy Bratusek 2020-12-30 22:02:16 +01:00
parent e6d9086e31
commit a39e89fffc
5 changed files with 5 additions and 2 deletions

View File

@ -67,6 +67,9 @@
* Tor Browser (10.0.07)
* Twidere (4.1.6)
* manual
* GNU Bash (5.1.0-1 w/ Debian patches)
## 23.0.1.20201029 "[FCK 2020](https://www.discogs.com/de/Scooter-FCK-2020/release/16102123)"
### Bug Fixes

Binary file not shown.

Binary file not shown.

View File

@ -32,7 +32,7 @@ CC="arm-linux-gnueabi-gcc"
CFLAGS="-g -O2 -Wno-parentheses -Wno-format-security"
RELEASE="5.1"
PATCHLEVEL="0"
RELSTATUS="rc1"
RELSTATUS="release"
MACHTYPE="arm-unknown-linux-gnueabi"
PATH=/bin:/usr/bin:/usr/local/bin:$PATH

View File

@ -32,7 +32,7 @@ CC="gcc"
CFLAGS="-m32 "
RELEASE="5.1"
PATCHLEVEL="0"
RELSTATUS="rc1"
RELSTATUS="release"
MACHTYPE="i686-pc-linux-gnu"
PATH=/bin:/usr/bin:/usr/local/bin:$PATH