mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:17:34 +00:00
Ports: Upgrade to sed 4.8
This commit is contained in:
parent
4917a610ab
commit
022aed2541
2 changed files with 5 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue