mirror of
https://github.com/pygos/build.git
synced 2024-11-22 02:59:47 +01:00
Bump nano version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
58b5d2f402
commit
b6ec75d396
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="3.2"
|
||||
VERSION="4.3"
|
||||
SRCDIR="nano-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.xz"
|
||||
URL="https://ftp.gnu.org/gnu/nano/"
|
||||
SHA256SUM="d12773af3589994b2e4982c5792b07c6240da5b86c5aef2103ab13b401fe6349"
|
||||
SHA256SUM="00d3ad1a287a85b4bf83e5f06cedd0a9f880413682bebd52b4b1e2af8cfc0d81"
|
||||
DEPENDS="ncurses-dev toolchain"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue