diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-11-06 16:01:47 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-11-06 16:01:47 +0000 |
| commit | 830ee05e2d799fac30d75c94606cf837cbc077ac (patch) | |
| tree | 472ed8432bf48a781eefce85bc84d371397f1e72 /nasm/abuild | |
| parent | 9ffce15211b63dc91b4583b34daa9037644f2904 (diff) | |
| download | alicelinux-830ee05e2d799fac30d75c94606cf837cbc077ac.tar.gz alicelinux-830ee05e2d799fac30d75c94606cf837cbc077ac.zip | |
Woodpecker CI 7b0d92a4b43ee342bdc6c119b975049c8a01973d [SKIP CI]
Diffstat (limited to 'nasm/abuild')
| -rw-r--r-- | nasm/abuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nasm/abuild b/nasm/abuild index a13fee04..a3e853ef 100644 --- a/nasm/abuild +++ b/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" |