mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:17:34 +00:00
Ports: Bump nano to version 5.8
This commit is contained in:
parent
e5afe7a8a3
commit
f68932cac1
5 changed files with 16 additions and 41 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=nano
|
||||
version=4.5
|
||||
version=5.8
|
||||
useconfigure="true"
|
||||
files="https://www.nano-editor.org/dist/v4/nano-${version}.tar.xz nano-${version}.tar.xz
|
||||
https://www.nano-editor.org/dist/v4/nano-${version}.tar.xz.asc nano-${version}.tar.xz.asc"
|
||||
files="https://www.nano-editor.org/dist/v5/nano-${version}.tar.xz nano-${version}.tar.xz
|
||||
https://www.nano-editor.org/dist/v5/nano-${version}.tar.xz.asc nano-${version}.tar.xz.asc"
|
||||
configopts="--target=${SERENITY_ARCH}-pc-serenity --disable-browser --disable-utf8"
|
||||
depends="ncurses"
|
||||
auth_type="sig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue