1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 16:07:45 +00:00

Ports: Upgrade to sed 4.8

This commit is contained in:
Tim Schumacher 2022-03-28 13:28:38 +02:00 committed by Brian Gianforcaro
parent 4917a610ab
commit 022aed2541
2 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,11 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=sed
version=4.2.1
version=4.8
useconfigure="true"
use_fresh_config_sub="true"
config_sub_path=build-aux/config.sub
files="https://ftpmirror.gnu.org/gnu/sed/sed-${version}.tar.bz2 sed-${version}.tar.bz2
https://ftpmirror.gnu.org/gnu/sed/sed-${version}.tar.bz2.sig sed-${version}.tar.bz2.sig
files="https://ftpmirror.gnu.org/gnu/sed/sed-${version}.tar.gz sed-${version}.tar.gz
https://ftpmirror.gnu.org/gnu/sed/sed-${version}.tar.gz.sig sed-${version}.tar.gz.sig
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
auth_type="sig"
auth_opts=("--keyring" "./gnu-keyring.gpg" "sed-${version}.tar.bz2.sig")
auth_opts=("--keyring" "./gnu-keyring.gpg" "sed-${version}.tar.gz.sig")