diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-06 16:01:03 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-06 16:01:03 +0000 |
| commit | dae72fe6370dbf83e46f0d3e951f23fd5e89c6aa (patch) | |
| tree | 8a35cb587a4b59c10f6b501b6baec3f030a8d04b /repos/extra/nasm/abuild | |
| parent | 0cca777985365efbf25839e90258b99ca80f27cb (diff) | |
| download | alicelinux-dae72fe6370dbf83e46f0d3e951f23fd5e89c6aa.tar.gz alicelinux-dae72fe6370dbf83e46f0d3e951f23fd5e89c6aa.zip | |
nasm: updated to 3.01
Diffstat (limited to 'repos/extra/nasm/abuild')
| -rw-r--r-- | repos/extra/nasm/abuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/repos/extra/nasm/abuild b/repos/extra/nasm/abuild index a13fee04..a3e853ef 100644 --- a/repos/extra/nasm/abuild +++ b/repos/extra/nasm/abuild @@ -1,4 +1,5 @@ name=nasm -version=2.16.03 +version=3.01 release=1 -source="https://www.$name.us/pub/$name/releasebuilds/$version/$name-$version.tar.xz" +source="https://www.$name.us/pub/$name/releasebuilds/$version/$name-$version.tar.xz + nasm-3.01-musl.patch" |