File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
222
222
| [ ` mruby ` ] ( mruby/ ) | mruby | 3.0.0 | https://mruby.org/ |
223
223
| [ ` mysthous ` ] ( mysthous/ ) | Hi-Res Adventure #1 : Mystery House | 1.0 | https://www.scummvm.org/games/#games-hires1 |
224
224
| [ ` nano ` ] ( nano/ ) | GNU nano | 8.2 | https://www.nano-editor.org/ |
225
- | [ ` nasm ` ] ( nasm/ ) | Netwide Assembler (NASM) | 2.16.01 | https://www.nasm.us/ |
225
+ | [ ` nasm ` ] ( nasm/ ) | Netwide Assembler (NASM) | 2.16.03 | https://www.nasm.us/ |
226
226
| [ ` ncdu ` ] ( ncdu/ ) | Ncdu | 1.18.1 | https://dev.yorhel.nl/ncdu |
227
227
| [ ` ncurses ` ] ( ncurses/ ) | ncurses | 6.5 | https://invisible-island.net/ncurses/announce.html |
228
228
| [ ` neofetch ` ] ( neofetch/ ) | neofetch | 7.1.0 | https://github.com/dylanaraps/neofetch |
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env -S bash ../.port_include.sh
2
2
port=nasm
3
- version=2.16.01
3
+ version=2.16.03
4
4
files=(
5
- " https://www.nasm.us/pub/nasm/releasebuilds/${version} /nasm-${version} .tar.gz#d833bf0f5716e89dbcd345b7f545f25fe348c6e2ef16dbc293e1027bcd22d881 "
5
+ " https://www.nasm.us/pub/nasm/releasebuilds/${version} /nasm-${version} .tar.gz#5bc940dd8a4245686976a8f7e96ba9340a0915f2d5b88356874890e207bdb581 "
6
6
)
7
7
useconfigure=true
8
8
use_fresh_config_sub=true
You can’t perform that action at this time.
0 commit comments