mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Bump nano version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
9802a80a8b
commit
80b7434352
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="3.1"
|
||||
VERSION="3.2"
|
||||
SRCDIR="nano-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.xz"
|
||||
URL="https://ftp.gnu.org/gnu/nano/"
|
||||
SHA256SUM="14c02ca40a5bc61c580ce2f9cb7f9fc72d5ccc9da17ad044f78f6fb3fdb7719e"
|
||||
SHA256SUM="d12773af3589994b2e4982c5792b07c6240da5b86c5aef2103ab13b401fe6349"
|
||||
DEPENDS="ncurses"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue