diff options
author | Loïc Hoguin <[email protected]> | 2018-05-20 12:16:01 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-05-20 12:16:01 +0200 |
commit | 9fff0a15b957e8dcf768475372e0c959e576d13b (patch) | |
tree | 4f5c22684776f024e169dabf85b4af7f65f095d2 /plugins/relx.mk | |
parent | d30dda39b08e6ed9e12b44533889eaf90aba86de (diff) | |
download | erlang.mk-9fff0a15b957e8dcf768475372e0c959e576d13b.tar.gz erlang.mk-9fff0a15b957e8dcf768475372e0c959e576d13b.tar.bz2 erlang.mk-9fff0a15b957e8dcf768475372e0c959e576d13b.zip |
Update Relx to v3.24.5
I've built and uploaded the newest Relx to https://erlang.mk
Next time this is necessary I should add a Makefile target to
do it automatically.
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 d276219..7ee6c9f 100644 --- a/plugins/relx.mk +++ b/plugins/relx.mk @@ -8,7 +8,7 @@ RELX ?= $(ERLANG_MK_TMP)/relx RELX_CONFIG ?= $(CURDIR)/relx.config -RELX_URL ?= https://github.com/erlware/relx/releases/download/v3.23.0/relx +RELX_URL ?= https://erlang.mk/res/relx-v3.24.5 RELX_OPTS ?= RELX_OUTPUT_DIR ?= _rel RELX_REL_EXT ?= |