Skip to content

Commit d3a9098

Browse files
butter1125nico
authored andcommitted
Ports/nasm: Update to version 2.16.03
1 parent be831f2 commit d3a9098

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Ports/AvailablePorts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
222222
| [`mruby`](mruby/) | mruby | 3.0.0 | https://mruby.org/ |
223223
| [`mysthous`](mysthous/) | Hi-Res Adventure #1: Mystery House | 1.0 | https://www.scummvm.org/games/#games-hires1 |
224224
| [`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/ |
226226
| [`ncdu`](ncdu/) | Ncdu | 1.18.1 | https://dev.yorhel.nl/ncdu |
227227
| [`ncurses`](ncurses/) | ncurses | 6.5 | https://invisible-island.net/ncurses/announce.html |
228228
| [`neofetch`](neofetch/) | neofetch | 7.1.0 | https://github.com/dylanaraps/neofetch |

Ports/nasm/package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env -S bash ../.port_include.sh
22
port=nasm
3-
version=2.16.01
3+
version=2.16.03
44
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"
66
)
77
useconfigure=true
88
use_fresh_config_sub=true

0 commit comments

Comments
 (0)