summaryrefslogtreecommitdiff
path: root/Ports/sed
diff options
context:
space:
mode:
authorBrendan Coles <bcoles@gmail.com>2021-04-10 07:54:55 +0000
committerAndreas Kling <kling@serenityos.org>2021-04-10 21:05:20 +0200
commit1d7bec0fe74abc3694df5789746d559a23b44588 (patch)
tree3c22f6935c34a02ac08cc20c61414b5af6063fa8 /Ports/sed
parentf733b85957089fd67c2c7284cbae0287dbefb944 (diff)
downloadserenity-1d7bec0fe74abc3694df5789746d559a23b44588.zip
Ports: Download GNU port archives and signatures using HTTPS
Diffstat (limited to 'Ports/sed')
-rwxr-xr-xPorts/sed/package.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/Ports/sed/package.sh b/Ports/sed/package.sh
index 4a91f42520..e9ddb467e2 100755
--- a/Ports/sed/package.sh
+++ b/Ports/sed/package.sh
@@ -3,8 +3,7 @@ port=sed
version=4.2.1
useconfigure="true"
files="https://ftp.gnu.org/gnu/sed/sed-${version}.tar.bz2 sed-${version}.tar.bz2
-http://ftp.gnu.org/gnu/sed/sed-${version}.tar.bz2.sig sed-${version}.tar.bz2.sig
+https://ftp.gnu.org/gnu/sed/sed-${version}.tar.bz2.sig sed-${version}.tar.bz2.sig
https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
-
auth_type="sig"
auth_opts="--keyring ./gnu-keyring.gpg sed-${version}.tar.bz2.sig"