mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:07:45 +00:00
Ports: Add missing SHA256 hashes to dash and zstd
We don't support hashes from external files (anymore), downloading another file for integrity validation is pointless. As as result, these two ports would refuse to build as their hashes were missing. Fixes #6645.
This commit is contained in:
parent
7b1ba4bd5c
commit
653a60cd13
2 changed files with 2 additions and 4 deletions
|
@ -2,8 +2,7 @@
|
||||||
port=dash
|
port=dash
|
||||||
version=0.5.10.2
|
version=0.5.10.2
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
files="http://gondor.apana.org.au/~herbert/dash/files/dash-${version}.tar.gz dash-${version}.tar.gz
|
files="http://gondor.apana.org.au/~herbert/dash/files/dash-${version}.tar.gz dash-${version}.tar.gz 3c663919dc5c66ec991da14c7cf7e0be8ad00f3db73986a987c118862b5f6071"
|
||||||
http://gondor.apana.org.au/~herbert/dash/files/dash-${version}.tar.gz.sha256sum dash-${version}.tar.gz.sha256sum"
|
|
||||||
auth_type="sha256"
|
auth_type="sha256"
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=zstd
|
port=zstd
|
||||||
version=1.4.4
|
version=1.4.4
|
||||||
files="https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz zstd-${version}.tar.gz
|
files="https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz zstd-${version}.tar.gz 59ef70ebb757ffe74a7b3fe9c305e2ba3350021a918d168a046c6300aeea9315"
|
||||||
https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz.sha256 zstd-${version}.tar.gz.sha256"
|
|
||||||
auth_type=sha256
|
auth_type=sha256
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue