mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57:35 +00:00
Ports: Update nano to version 6.0
This is just a bump of the version number in a couple places. Tested to work.
This commit is contained in:
parent
d49a516366
commit
e74e6087b0
2 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=nano
|
||||
version=5.8
|
||||
version=6.0
|
||||
useconfigure="true"
|
||||
use_fresh_config_sub=true
|
||||
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"
|
||||
files="https://www.nano-editor.org/dist/v6/nano-${version}.tar.xz nano-${version}.tar.xz
|
||||
https://www.nano-editor.org/dist/v6/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