mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 18:58:56 +00:00
Ports/pcre2: Use sha256 to check the downloaded file
This commit is contained in:
parent
bb98991ff8
commit
e26d0a9c9f
Notes:
sideshowbarker
2024-07-17 10:23:19 +09:00
Author: https://github.com/EWouters
Commit: e26d0a9c9f
Pull-request: https://github.com/SerenityOS/serenity/pull/14179
Reviewed-by: https://github.com/IdanHo
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/timschumi
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