summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Barlow <randy@electronsweatshop.com>2016-03-18 14:22:59 -0400
committerRandy Barlow <randy@electronsweatshop.com>2016-03-18 14:22:59 -0400
commit7b5825a20584abac3b15628820d934bd33dfd17e (patch)
tree6641e1f0ff8338cb1556f746481d73bb0faf5bf2
parentExtend scope of ejabberdctl ping (diff)
Use the v0.2 release of luerl instead of a commit.
The luerl project has made a tag for v0.2, which should be usable by ejabberd. Discussion about the v0.2 release is here: https://github.com/rvirding/luerl/issues/60
-rw-r--r--rebar.config3
1 files changed, 1 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index 1f064dd5..5a31c9c6 100644
--- a/rebar.config
+++ b/rebar.config
@@ -19,8 +19,7 @@
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.7"}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.1"}}},
{p1_xmlrpc, ".*", {git, "https://github.com/processone/p1_xmlrpc", {tag, "1.15.1"}}},
- {luerl, ".*", {git, "https://github.com/rvirding/luerl",
- "9524d0309a88b7c62ae93da0b632b185de3ba9db"}},
+ {luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.2"}}},
{if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql",
{tag, "1.0.1"}}}},
{if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/p1_pgsql",