mirror of
https://github.com/pygos/build.git
synced 2024-11-14 07:27:10 +01:00
Bump nano version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
b139bc99be
commit
c69293f155
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="4.8"
|
||||
VERSION="4.9.2"
|
||||
SRCDIR="nano-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.xz"
|
||||
URL="https://ftp.gnu.org/gnu/nano"
|
||||
SHA256SUM="c348f61c68ab1d573b308398212a09cd68c60fbee20f01a5bd4b50071a258e63"
|
||||
SHA256SUM="d8a25eea942ecee2d57b8e037eb4b28f030f818b78773b8fcb994ed5835d2ef6"
|
||||
DEPENDS="ncurses-dev toolchain"
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue