diff options
author | Loïc Hoguin <[email protected]> | 2015-09-14 18:14:06 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-09-14 18:14:06 +0200 |
commit | 7e067283c9bad3fc8cd7e09efd066a9ecf435aaf (patch) | |
tree | b217aed5bfa9a05450b995e619de8fe4e4cd8687 /plugins/relx.mk | |
parent | 4f59af14f2977a2d925f7b0d97caf49a4d6d31de (diff) | |
download | erlang.mk-7e067283c9bad3fc8cd7e09efd066a9ecf435aaf.tar.gz erlang.mk-7e067283c9bad3fc8cd7e09efd066a9ecf435aaf.tar.bz2 erlang.mk-7e067283c9bad3fc8cd7e09efd066a9ecf435aaf.zip |
Update relx to 3.5.0
Diffstat (limited to 'plugins/relx.mk')
-rw-r--r-- | plugins/relx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/relx.mk b/plugins/relx.mk index 8140fcd..0fecda0 100644 --- a/plugins/relx.mk +++ b/plugins/relx.mk @@ -8,7 +8,7 @@ RELX ?= $(CURDIR)/relx RELX_CONFIG ?= $(CURDIR)/relx.config -RELX_URL ?= https://github.com/erlware/relx/releases/download/v2.0.0/relx +RELX_URL ?= https://github.com/erlware/relx/releases/download/v3.5.0/relx RELX_OPTS ?= RELX_OUTPUT_DIR ?= _rel |