1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:17:35 +00:00

Ports: Fix the tarball hash for nasm

For some reason the hash was incorrect. Also, changed the hash
type to SHA256. We should consider deprecating everything other than
SHA256 maybe.
This commit is contained in:
Gunnar Beutner 2021-04-17 21:43:01 +02:00 committed by Andreas Kling
parent 4104846bd1
commit 97ecdd5215

View file

@ -1,7 +1,7 @@
#!/usr/bin/env -S bash ../.port_include.sh #!/usr/bin/env -S bash ../.port_include.sh
port=nasm port=nasm
version=2.15.05 version=2.15.05
files="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.gz nasm-${version}.tar.gz 58886d8a4084d7c09adb0f425266051b" files="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.gz nasm-${version}.tar.gz 9182a118244b058651c576baa9d0366ee05983c4d4ae1d9ddd3236a9f2304997"
auth_type=md5 auth_type=sha256
useconfigure=true useconfigure=true
makeopts= makeopts=