diff options
author | Tim Biermann <tbier@posteo.de> | 2021-12-13 12:19:00 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-12-13 12:19:00 +0100 |
commit | 4e6915381b000e68b6fb2196af86cd806e6a56f7 (patch) | |
tree | 1a91b7092e5a1159bb26156938ab3b16b38c44bc /grep | |
parent | 549b1bfd293eeb9ed4a3ba320075b272758ec3df (diff) | |
download | core-4e6915381b000e68b6fb2196af86cd806e6a56f7.tar.gz core-4e6915381b000e68b6fb2196af86cd806e6a56f7.tar.xz |
grep: use https
Diffstat (limited to 'grep')
-rw-r--r-- | grep/.signature | 4 | ||||
-rw-r--r-- | 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 |