1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +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

@ -3,9 +3,6 @@ port=gperf
version=3.1
useconfigure="true"
depends=()
files="https://ftpmirror.gnu.org/gnu/gperf/gperf-${version}.tar.gz gperf-${version}.tar.gz
https://ftpmirror.gnu.org/gnu/gperf/gperf-${version}.tar.gz.sig gperf-${version}.tar.gz.sig
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
auth_type="sig"
auth_opts=("--keyring" "./gnu-keyring.gpg" "gperf-${version}.tar.gz.sig")
files="https://ftpmirror.gnu.org/gnu/gperf/gperf-${version}.tar.gz gperf-${version}.tar.gz 588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2"
auth_type='sha256'
configopts=("--prefix=/usr/local")