mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ports: Fix the SHA256 checksum for the yasm port
This commit is contained in:
parent
1460c93651
commit
f94f381210
Notes:
sideshowbarker
2024-07-18 18:56:57 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/f94f3812104 Pull-request: https://github.com/SerenityOS/serenity/pull/6722
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=yasm
|
port=yasm
|
||||||
version=1.3.0
|
version=1.3.0
|
||||||
files="https://www.tortall.net/projects/yasm/releases/yasm-${version}.tar.gz yasm-${version}.tar.gz"
|
files="https://www.tortall.net/projects/yasm/releases/yasm-${version}.tar.gz yasm-${version}.tar.gz 3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f"
|
||||||
auth_sum="3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f"
|
|
||||||
auth_type="sha256"
|
auth_type="sha256"
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
makeopts=
|
makeopts=
|
||||||
|
|
Loading…
Reference in a new issue