diff options
author | Mr.UNIX <99476714+mrunix00@users.noreply.github.com> | 2023-02-05 13:06:17 +0000 |
---|---|---|
committer | Sam Atkins <atkinssj@gmail.com> | 2023-02-05 16:43:02 +0000 |
commit | 17965f4d2d0570ad4190ff14f5f64224eac6ff67 (patch) | |
tree | 8bfffe933f2c6598755ae629abadc4ff11774fbf /Ports | |
parent | 9ca21ba1d55a5d02c1c92154cd682adc695d2c81 (diff) | |
download | serenity-17965f4d2d0570ad4190ff14f5f64224eac6ff67.zip |
Ports/nasm: Update to 2.16.01
Diffstat (limited to 'Ports')
-rw-r--r-- | Ports/AvailablePorts.md | 2 | ||||
-rwxr-xr-x | Ports/nasm/package.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 627e7749f4..77d5c1d570 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -171,7 +171,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 | 6.3 | https://www.nano-editor.org/ | -| [`nasm`](nasm/) | Netwide Assembler (NASM) | 2.15.05 | https://www.nasm.us/ | +| [`nasm`](nasm/) | Netwide Assembler (NASM) | 2.16.01 | https://www.nasm.us/ | | [`ncdu`](ncdu/) | Ncdu | 1.17 | https://dev.yorhel.nl/ncdu | | [`ncurses`](ncurses/) | ncurses | 6.3 | https://invisible-island.net/ncurses/announce.html | | [`neofetch`](neofetch/) | neofetch | 7.1.0 | https://github.com/dylanaraps/neofetch | diff --git a/Ports/nasm/package.sh b/Ports/nasm/package.sh index 7f868696e7..e721cd5918 100755 --- a/Ports/nasm/package.sh +++ b/Ports/nasm/package.sh @@ -1,7 +1,7 @@ #!/usr/bin/env -S bash ../.port_include.sh port=nasm -version=2.15.05 -files="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.gz nasm-${version}.tar.gz 9182a118244b058651c576baa9d0366ee05983c4d4ae1d9ddd3236a9f2304997" +version=2.16.01 +files="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.gz nasm-${version}.tar.gz d833bf0f5716e89dbcd345b7f545f25fe348c6e2ef16dbc293e1027bcd22d881" auth_type=sha256 useconfigure=true use_fresh_config_sub=true |