mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:57:34 +00:00
Ports/m4: Use sha256 to check the downloaded file
This commit is contained in:
parent
9846533ce4
commit
b706d7cf57
1 changed files with 2 additions and 5 deletions
|
@ -1,14 +1,11 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='m4'
|
port='m4'
|
||||||
version='1.4.19'
|
version='1.4.19'
|
||||||
|
files="https://ftpmirror.gnu.org/gnu/m4/m4-${version}.tar.gz m4-${version}.tar.gz 3be4a26d825ffdfda52a56fc43246456989a3630093cced3fbddf4771ee58a70"
|
||||||
|
auth_type='sha256'
|
||||||
useconfigure='true'
|
useconfigure='true'
|
||||||
use_fresh_config_sub='true'
|
use_fresh_config_sub='true'
|
||||||
config_sub_paths=("build-aux/config.sub")
|
config_sub_paths=("build-aux/config.sub")
|
||||||
files="https://ftpmirror.gnu.org/gnu/m4/m4-${version}.tar.gz m4-${version}.tar.gz
|
|
||||||
https://ftpmirror.gnu.org/gnu/m4/m4-${version}.tar.gz.sig m4-${version}.tar.gz.sig
|
|
||||||
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
|
|
||||||
auth_type="sig"
|
|
||||||
auth_opts=("--keyring" "./gnu-keyring.gpg" "m4-${version}.tar.gz.sig")
|
|
||||||
|
|
||||||
# Stack overflow detection needs siginfo and sbrk, neither of which we support
|
# Stack overflow detection needs siginfo and sbrk, neither of which we support
|
||||||
export M4_cv_use_stackovf=no
|
export M4_cv_use_stackovf=no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue