aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Cammack <[email protected]>2014-02-18 17:05:11 -0600
committerAdam Cammack <[email protected]>2014-02-18 17:05:11 -0600
commitc82cd71086afe4cc2fc640325016e2177b96ad1c (patch)
tree4f9200a3418ef022c486254d3ee41169d71e9041
parent46d08fcffe8848b492089c29c2effb7767075792 (diff)
downloaderlang.mk-c82cd71086afe4cc2fc640325016e2177b96ad1c.tar.gz
erlang.mk-c82cd71086afe4cc2fc640325016e2177b96ad1c.tar.bz2
erlang.mk-c82cd71086afe4cc2fc640325016e2177b96ad1c.zip
Update relx to the latest version
-rw-r--r--erlang.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/erlang.mk b/erlang.mk
index 1e0a05e..5885f5c 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -58,7 +58,7 @@ ifneq ($(wildcard $(RELX_CONFIG)),)
RELX ?= $(CURDIR)/relx
export RELX
-RELX_URL ?= https://github.com/erlware/relx/releases/download/v0.5.2/relx
+RELX_URL ?= https://github.com/erlware/relx/releases/download/v0.6.0/relx
RELX_OPTS ?=
define get_relx