summaryrefslogtreecommitdiffstats
path: root/plugins/luarocks
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2015-12-01 21:13:17 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2015-12-06 02:38:24 (GMT)
commite8d80521922f1dfa689f71df53b37de4a014c88f (patch)
tree768cca76e00d618fc151e457f0d0ca576c195d82 /plugins/luarocks
parentf89bc0824bdff6a6ade4b602ef7024e9560558bb (diff)
downloadmxe-e8d80521922f1dfa689f71df53b37de4a014c88f.zip
mxe-e8d80521922f1dfa689f71df53b37de4a014c88f.tar.gz
mxe-e8d80521922f1dfa689f71df53b37de4a014c88f.tar.bz2
switch to new argument for MXE_GET_GITHUB_TAGS
Diffstat (limited to 'plugins/luarocks')
-rw-r--r--plugins/luarocks/llthreads2.mk3
-rw-r--r--plugins/luarocks/lua-rapidjson.mk3
-rw-r--r--plugins/luarocks/luasocket.mk3
3 files changed, 3 insertions, 6 deletions
diff --git a/plugins/luarocks/llthreads2.mk b/plugins/luarocks/llthreads2.mk
index 4385c15..0c9115e 100644
--- a/plugins/luarocks/llthreads2.mk
+++ b/plugins/luarocks/llthreads2.mk
@@ -13,8 +13,7 @@ $(PKG)_URL := https://github.com/moteus/lua-llthreads2/archive/v$($(PKG)_VE
$(PKG)_DEPS := gcc luarocks
define $(PKG)_UPDATE
- $(call MXE_GET_GITHUB_TAGS, moteus/lua-llthreads2) | \
- $(SED) 's,^v,,g'
+ $(call MXE_GET_GITHUB_TAGS, moteus/lua-llthreads2, v)
endef
# shared-only because luarocks is shared-only
diff --git a/plugins/luarocks/lua-rapidjson.mk b/plugins/luarocks/lua-rapidjson.mk
index a974095..fa7ed1e 100644
--- a/plugins/luarocks/lua-rapidjson.mk
+++ b/plugins/luarocks/lua-rapidjson.mk
@@ -13,8 +13,7 @@ $(PKG)_URL := https://github.com/xpol/lua-rapidjson/archive/v$($(PKG)_VERSI
$(PKG)_DEPS := gcc luarocks
define $(PKG)_UPDATE
- $(call MXE_GET_GITHUB_TAGS, xpol/lua-rapidjson) | \
- $(SED) 's,^v,,g'
+ $(call MXE_GET_GITHUB_TAGS, xpol/lua-rapidjson, v)
endef
# shared-only because luarocks is shared-only
diff --git a/plugins/luarocks/luasocket.mk b/plugins/luarocks/luasocket.mk
index a69efe6..5deac86 100644
--- a/plugins/luarocks/luasocket.mk
+++ b/plugins/luarocks/luasocket.mk
@@ -13,8 +13,7 @@ $(PKG)_URL := https://github.com/diegonehab/luasocket/archive/v$($(PKG)_VER
$(PKG)_DEPS := gcc luarocks
define $(PKG)_UPDATE
- $(call MXE_GET_GITHUB_TAGS, diegonehab/luasocket) | \
- $(SED) 's,^v,,g'
+ $(call MXE_GET_GITHUB_TAGS, diegonehab/luasocket, v)
endef
# shared-only because luarocks is shared-only