aboutsummaryrefslogtreecommitdiffstats
path: root/main/grep/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/grep/APKBUILD')
-rw-r--r--main/grep/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/grep/APKBUILD b/main/grep/APKBUILD
index fc9ed5baff..59a5b631e4 100644
--- a/main/grep/APKBUILD
+++ b/main/grep/APKBUILD
@@ -10,7 +10,7 @@ license="GPL-3.0+"
makedepends="pcre-dev autoconf automake"
checkdepends="coreutils bash diffutils"
subpackages="$pkgname-doc"
-source="http://mirrors.kernel.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz
+source="https://mirrors.kernel.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz
fix-tests.patch"
builddir="$srcdir/$pkgname-$pkgver"
# for whatever reason, all the builders locked up in the testsuite. investigate later.