aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua5.2/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/lua5.2/APKBUILD')
-rw-r--r--main/lua5.2/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lua5.2/APKBUILD b/main/lua5.2/APKBUILD
index a66fad3f50..3998fd2ac7 100644
--- a/main/lua5.2/APKBUILD
+++ b/main/lua5.2/APKBUILD
@@ -4,14 +4,14 @@ pkgver=5.2.4
_luaver=${pkgname#lua}
pkgrel=4
pkgdesc="Powerful light-weight programming language"
-url="http://www.lua.org/"
+url="https://www.lua.org/"
arch="all"
license="MIT"
depends=
ldpath="/usr/lib/$pkgname"
makedepends="libtool autoconf automake"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
-source="http://www.lua.org/ftp/lua-$pkgver.tar.gz
+source="https://www.lua.org/ftp/lua-$pkgver.tar.gz
lua-5.2-make.patch
lua-5.2-module_paths.patch
"