diff options
Diffstat (limited to 'main/gawk/APKBUILD')
-rw-r--r-- | main/gawk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gawk/APKBUILD b/main/gawk/APKBUILD index f15fda085a..098c7e245a 100644 --- a/main/gawk/APKBUILD +++ b/main/gawk/APKBUILD @@ -10,7 +10,7 @@ url="https://www.gnu.org/software/gawk/gawk.html" arch="all" license="GPL-3.0-or-later" subpackages="$pkgname-doc" -source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz" +source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" prepare() { |