grep: use https

This commit is contained in:
Tim Biermann 2021-12-13 12:19:00 +01:00
parent 549b1bfd29
commit 4e6915381b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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