aboutsummaryrefslogtreecommitdiffstats
path: root/testing/luarocks
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-01-11 01:03:49 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2016-01-11 01:05:25 +0100
commitee33cc296380642af73537d9a5482b0e4922eebd (patch)
tree11a94e7c8ce9339b93ae9c814d347967793a8d85 /testing/luarocks
parent35529369438fa69670aaa9c5ba3921a92a2c7797 (diff)
downloadaports-ee33cc296380642af73537d9a5482b0e4922eebd.tar.bz2
aports-ee33cc296380642af73537d9a5482b0e4922eebd.tar.xz
testing/luarocks: upgrade to 2.3.0
Diffstat (limited to 'testing/luarocks')
-rw-r--r--testing/luarocks/APKBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/testing/luarocks/APKBUILD b/testing/luarocks/APKBUILD
index bf5e64c484..819060566a 100644
--- a/testing/luarocks/APKBUILD
+++ b/testing/luarocks/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname=luarocks
-pkgver=2.2.2
+pkgver=2.3.0
_lua_versions="5.1 5.2 5.3"
-pkgrel=1
+pkgrel=0
pkgdesc="Deployment and management system for Lua modules"
url="http://www.luarocks.org/"
arch="noarch"
@@ -13,14 +13,13 @@ depends_dev=""
makedepends="$depends_dev"
install=""
subpackages=""
-source="luarocks-$pkgver.tar.gz::https://github.com/keplerproject/luarocks/archive/v$pkgver.tar.gz"
+source="http://luarocks.org/releases/$pkgname-$pkgver.tar.gz"
for _v in $_lua_versions; do
makedepends="$makedepends lua$_v-dev lua$_v"
subpackages="$subpackages ${pkgname}${_v}:split_${_v/./_}"
done
_builddir="$srcdir"/luarocks-$pkgver
-
prepare() {
local i
cd "$_builddir"
@@ -75,6 +74,6 @@ for _v in $_lua_versions; do
eval "split_${_v/./_}() { _split $_v; }"
done
-md5sums="ae321877b125c222640c548678d8997e luarocks-2.2.2.tar.gz"
-sha256sums="ca3b6927756201f4dfe24812a124d2f77cf624534655baf316bbf2152fa59acc luarocks-2.2.2.tar.gz"
-sha512sums="6332b2802ca7814db54a0bb3ff4a72b958ea2c2a29d05c9e023431a2d323d64eb63f01279793b6a8a2b624031835b27b5930937fe282b6dd6b291a236342fc28 luarocks-2.2.2.tar.gz"
+md5sums="a38126684cf42b7d0e7a3c7cf485defb luarocks-2.3.0.tar.gz"
+sha256sums="68e38feeb66052e29ad1935a71b875194ed8b9c67c2223af5f4d4e3e2464ed97 luarocks-2.3.0.tar.gz"
+sha512sums="99f99ec59f663b3db22350946eb3357928c0e462ddcc7c3e5e0923e422c7ad6acffb0d2c95d1ec53526b08c33f2ae628276138e2daa7da077fd8de4b0b18eb15 luarocks-2.3.0.tar.gz"