diff options
Diffstat (limited to 'system/findutils/APKBUILD')
-rw-r--r-- | system/findutils/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/findutils/APKBUILD b/system/findutils/APKBUILD index c6e93b99e..c64c309e2 100644 --- a/system/findutils/APKBUILD +++ b/system/findutils/APKBUILD @@ -12,7 +12,7 @@ depends="" makedepends="" checkdepends="coreutils diffutils dejagnu" subpackages="$pkgname-doc $pkgname-lang" -source="http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz +source="https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz localename-test-fix.patch gnulib-tests-dont-require-gpg-passphrase.patch " |