From 4e6915381b000e68b6fb2196af86cd806e6a56f7 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Mon, 13 Dec 2021 12:19:00 +0100 Subject: [PATCH] grep: use https --- grep/.signature | 4 ++-- grep/Pkgfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/grep/.signature b/grep/.signature index 28ed4586..4b787ba1 100644 --- a/grep/.signature +++ b/grep/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqiUoOgtT1o/PGUS5jQrco5z2wV6/2/bPXj1DNZWMaYzQMVmwXdIbKoGJNqh0fXx8VgTEh7Lm8hnNeRiKb7QW+ws= -SHA256 (Pkgfile) = 72b080d75b2749da9830fe7a7fdd48d14e4df715530c140c2ae75afff05474c0 +RWRJc1FUaeVeqsfaxIfE9Dx6S6B0It82LcoEE4zPCVRC18tmfengKhTtKm7f0+X1FQtPTNuZXYjMEnIKYs4AYvn/wNuMMi9YeQE= +SHA256 (Pkgfile) = 21bc55ba6be122fe1c8ee0c4000a8425912d240e93e61e9ab23169585765bfa3 SHA256 (.footprint) = fc5365edf76b4d108fc05ec07156a432fb442bf725937d4346d22a51fb892971 SHA256 (grep-3.7.tar.xz) = 5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c diff --git a/grep/Pkgfile b/grep/Pkgfile index f3f71059..f96c671c 100644 --- a/grep/Pkgfile +++ b/grep/Pkgfile @@ -1,12 +1,12 @@ # Description: GNU grep, egrep and fgrep -# URL: http://www.gnu.org/software/grep/grep.html +# URL: https://www.gnu.org/software/grep/grep.html # Maintainer: CRUX System Team, core-ports at crux dot nu # Depends on: libpcre name=grep version=3.7 release=1 -source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) +source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version