1
Fork 0
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:
EWouters 2022-06-03 20:25:41 +02:00 committed by Linus Groh
parent bb98991ff8
commit e26d0a9c9f

View file

@ -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'