diff options
author | Loïc Hoguin <[email protected]> | 2015-03-06 18:52:26 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-03-06 18:52:59 +0100 |
commit | 3fe951bf14c894cfc647c266e0d93a80b3e26488 (patch) | |
tree | 301cbdd858198e7eae865e18169d0edd0da9ec44 /plugins/relx.mk | |
parent | af4fcada9cfdbebdc56055d4f7fdda2a0f561628 (diff) | |
download | erlang.mk-3fe951bf14c894cfc647c266e0d93a80b3e26488.tar.gz erlang.mk-3fe951bf14c894cfc647c266e0d93a80b3e26488.tar.bz2 erlang.mk-3fe951bf14c894cfc647c266e0d93a80b3e26488.zip |
Update relx to 1.2.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 9a0e134..c2ad949 100644 --- a/plugins/relx.mk +++ b/plugins/relx.mk @@ -10,7 +10,7 @@ RELX_CONFIG ?= $(CURDIR)/relx.config RELX ?= $(CURDIR)/relx export RELX -RELX_URL ?= https://github.com/erlware/relx/releases/download/v1.1.0/relx +RELX_URL ?= https://github.com/erlware/relx/releases/download/v1.2.0/relx RELX_OPTS ?= RELX_OUTPUT_DIR ?= _rel |