1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 12:47:47 +00:00

Ports: Migrate remaining signature-based ports to sha256

This commit is contained in:
Tim Schumacher 2023-07-10 11:49:01 +02:00 committed by Linus Groh
parent e0b2757f95
commit f7ccdc268d
25 changed files with 49 additions and 129 deletions

View file

@ -1,9 +1,6 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=byacc
version=20220128
files="https://invisible-mirror.net/archives/byacc/byacc-${version}.tgz byacc-${version}.tgz
https://invisible-mirror.net/archives/byacc/byacc-${version}.tgz.asc byacc-${version}.tgz.asc"
files="https://invisible-mirror.net/archives/byacc/byacc-${version}.tgz byacc-${version}.tgz 42c1805cc529314e6a76326fe1b33e80c70862a44b01474da362e2f7db2d749c"
useconfigure=true
auth_type="sig"
auth_import_key="19882D92DDA4C400C22C0D56CC2AF4472167BE03"
auth_opts=("byacc-${version}.tgz.asc" "byacc-${version}.tgz")
auth_type='sha256'