mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 23:27:42 +00:00
Ports/pcre2: Use sha256 to check the downloaded file
This commit is contained in:
parent
bb98991ff8
commit
e26d0a9c9f
1 changed files with 3 additions and 7 deletions
|
@ -1,10 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='pcre2'
|
||||
version='10.40'
|
||||
useconfigure=true
|
||||
files="https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.gz pcre2-${version}.tar.gz
|
||||
https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.gz.sig pcre2-${version}.tar.gz.sig"
|
||||
|
||||
auth_type="sig"
|
||||
auth_import_key="45F68D54BBE23FB3039B46E59766E084FB0F43D8"
|
||||
auth_opts=("pcre2-${version}.tar.gz.sig")
|
||||
files="https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.gz pcre2-${version}.tar.gz ded42661cab30ada2e72ebff9e725e745b4b16ce831993635136f2ef86177724"
|
||||
auth_type='sha256'
|
||||
useconfigure='true'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue