mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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:
parent
4104846bd1
commit
97ecdd5215
Notes:
sideshowbarker
2024-07-18 19:27:13 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/97ecdd5215d Pull-request: https://github.com/SerenityOS/serenity/pull/6425
1 changed files with 2 additions and 2 deletions
|
@ -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 58886d8a4084d7c09adb0f425266051b"
|
||||
auth_type=md5
|
||||
files="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.gz nasm-${version}.tar.gz 9182a118244b058651c576baa9d0366ee05983c4d4ae1d9ddd3236a9f2304997"
|
||||
auth_type=sha256
|
||||
useconfigure=true
|
||||
makeopts=
|
||||
|
|
Loading…
Reference in a new issue