diff options
Diffstat (limited to 'main/lua5.1/APKBUILD')
-rw-r--r-- | main/lua5.1/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lua5.1/APKBUILD b/main/lua5.1/APKBUILD index b14ae11915..fed13853c9 100644 --- a/main/lua5.1/APKBUILD +++ b/main/lua5.1/APKBUILD @@ -6,14 +6,14 @@ pkgver="$_majorver.5" _pkgver=$pkgver pkgrel=3 pkgdesc="A powerful light-weight programming language designed for extending applications." -url="http://www.lua.org/" +url="https://www.lua.org/" arch="all" license="MIT" depends="" depends_dev="$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.1-make.patch lua-5.1-module_paths.patch lua-5.1-readline.patch |