mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump readline version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
79d3c93219
commit
06c7532600
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="7.0"
|
||||
VERSION="8.0"
|
||||
SRCDIR="readline-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.gz"
|
||||
URL="https://ftp.gnu.org/gnu/readline/"
|
||||
SHA256SUM="750d437185286f40a369e1e4f4764eda932b9459b5ec9a731628393dd3d32334"
|
||||
SHA256SUM="e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461"
|
||||
DEPENDS="ncurses"
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
lib/libhistory.so.7.0 m 555 0 0
|
||||
lib/libhistory.so.7 m 777 0 0
|
||||
lib/libhistory.so.8.0 m 555 0 0
|
||||
lib/libhistory.so.8 m 777 0 0
|
||||
lib/libhistory.so m 777 0 0
|
||||
lib/libreadline.so.7.0 m 555 0 0
|
||||
lib/libreadline.so.7 m 777 0 0
|
||||
lib/libreadline.so.8.0 m 555 0 0
|
||||
lib/libreadline.so.8 m 777 0 0
|
||||
lib/libreadline.so m 777 0 0
|
||||
|
|
Loading…
Reference in a new issue