Ports/nasm: Update to 2.16.01
This commit is contained in:
parent
9ca21ba1d5
commit
17965f4d2d
Notes:
sideshowbarker
2024-07-17 05:21:12 +09:00
Author: https://github.com/mrunix00 Commit: https://github.com/SerenityOS/serenity/commit/17965f4d2d Pull-request: https://github.com/SerenityOS/serenity/pull/17316
2 changed files with 3 additions and 3 deletions
Ports
|
@ -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 |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue