Skip to content

Commit

Permalink
Ports/nasm: Update to version 2.16.03
Browse files Browse the repository at this point in the history
  • Loading branch information
butter1125 authored and nico committed Jan 7, 2025
1 parent be831f2 commit d3a9098
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ports/AvailablePorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`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 | 8.2 | https://www.nano-editor.org/ |
| [`nasm`](nasm/) | Netwide Assembler (NASM) | 2.16.01 | https://www.nasm.us/ |
| [`nasm`](nasm/) | Netwide Assembler (NASM) | 2.16.03 | https://www.nasm.us/ |
| [`ncdu`](ncdu/) | Ncdu | 1.18.1 | https://dev.yorhel.nl/ncdu |
| [`ncurses`](ncurses/) | ncurses | 6.5 | https://invisible-island.net/ncurses/announce.html |
| [`neofetch`](neofetch/) | neofetch | 7.1.0 | https://github.com/dylanaraps/neofetch |
Expand Down
4 changes: 2 additions & 2 deletions Ports/nasm/package.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=nasm
version=2.16.01
version=2.16.03
files=(
"https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.gz#d833bf0f5716e89dbcd345b7f545f25fe348c6e2ef16dbc293e1027bcd22d881"
"https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.gz#5bc940dd8a4245686976a8f7e96ba9340a0915f2d5b88356874890e207bdb581"
)
useconfigure=true
use_fresh_config_sub=true
Expand Down

0 comments on commit d3a9098

Please sign in to comment.