mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Ports/nano: Update nano to version 6.3
This commit is contained in:
parent
b706d7cf57
commit
2714e58b52
2 changed files with 3 additions and 3 deletions
|
@ -148,7 +148,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`mrsh`](mrsh/) | mrsh | cd3c3a4 | https://mrsh.sh/ |
|
||||
| [`mruby`](mruby/) | mruby | 3.0.0 | https://mruby.org/ |
|
||||
| [`mysthous`](mysthous/) | Hi-Res Adventure #1: Mystery House | 1.0 | https://www.scummvm.org/games/#games-hires1 |
|
||||
| [`nano`](nano/) | GNU nano | 6.2 | https://www.nano-editor.org/ |
|
||||
| [`nano`](nano/) | GNU nano | 6.3 | https://www.nano-editor.org/ |
|
||||
| [`nasm`](nasm/) | Netwide Assembler (NASM) | 2.15.05 | https://www.nasm.us/ |
|
||||
| [`ncdu`](ncdu/) | Ncdu | 1.16 | https://dev.yorhel.nl/ncdu |
|
||||
| [`ncurses`](ncurses/) | ncurses | 6.3 | https://invisible-island.net/ncurses/announce.html |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=nano
|
||||
version=6.2
|
||||
port='nano'
|
||||
version='6.3'
|
||||
useconfigure="true"
|
||||
use_fresh_config_sub=true
|
||||
files="https://www.nano-editor.org/dist/v6/nano-${version}.tar.xz nano-${version}.tar.xz
|
||||
|
|
Loading…
Reference in a new issue