mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 22:17:45 +00:00
Ports: Migrate remaining signature-based ports to sha256
This commit is contained in:
parent
e0b2757f95
commit
f7ccdc268d
25 changed files with 49 additions and 129 deletions
|
@ -4,9 +4,6 @@ version=2.4.8
|
|||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
config_sub_paths=("conftools/config.sub")
|
||||
files="https://github.com/libexpat/libexpat/releases/download/R_${version//./_}/expat-${version}.tar.xz expat-${version}.tar.xz
|
||||
https://github.com/libexpat/libexpat/releases/download/R_${version//./_}/expat-${version}.tar.xz.asc expat-${version}.tar.xz.asc"
|
||||
files="https://github.com/libexpat/libexpat/releases/download/R_${version//./_}/expat-${version}.tar.xz expat-${version}.tar.xz f79b8f904b749e3e0d20afeadecf8249c55b2e32d4ebb089ae378df479dcaf25"
|
||||
workdir=expat-${version}
|
||||
auth_type="sig"
|
||||
auth_import_key="CB8DE70A90CFBF6C3BF5CC5696262ACFFBD3AEC6"
|
||||
auth_opts=("expat-${version}.tar.xz.asc" "expat-${version}.tar.xz")
|
||||
auth_type='sha256'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue