1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:47:46 +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,11 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=ed
version=1.18
files="https://ftpmirror.gnu.org/gnu/ed/ed-${version}.tar.lz ed-${version}.tar.lz
https://ftpmirror.gnu.org/gnu/ed/ed-${version}.tar.lz.sig ed-${version}.tar.lz.sig
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
auth_type="sig"
auth_opts=("--keyring" "./gnu-keyring.gpg" "ed-${version}.tar.lz.sig")
files="https://ftpmirror.gnu.org/gnu/ed/ed-${version}.tar.lz ed-${version}.tar.lz aca8efad9800c587724a20b97aa8fc47e6b5a47df81606feaba831b074462b4f"
auth_type='sha256'
useconfigure=true
depends=("pcre2")