diff options
author | Eric Meadows-Jönsson <[email protected]> | 2018-03-01 09:41:21 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-03-01 10:59:21 +0100 |
commit | 5a961bd91176a0b6a0606df6c110d3e212a264f1 (patch) | |
tree | 7868d23751d4c07dd8ca0ddb2c734fbdbdd414a6 /core | |
parent | 571e92d568ce623701e5d53243c28572388fc538 (diff) | |
download | erlang.mk-5a961bd91176a0b6a0606df6c110d3e212a264f1.tar.gz erlang.mk-5a961bd91176a0b6a0606df6c110d3e212a264f1.tar.bz2 erlang.mk-5a961bd91176a0b6a0606df6c110d3e212a264f1.zip |
Change to repo.hex.pm, S3 URL is deprecated2018.03.01
Diffstat (limited to 'core')
-rw-r--r-- | core/deps.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/deps.mk b/core/deps.mk index 0b17ea9..3fdb735 100644 --- a/core/deps.mk +++ b/core/deps.mk @@ -538,7 +538,7 @@ endef define dep_fetch_hex mkdir -p $(ERLANG_MK_TMP)/hex $(DEPS_DIR)/$1; \ $(call core_http_get,$(ERLANG_MK_TMP)/hex/$1.tar,\ - https://s3.amazonaws.com/s3.hex.pm/tarballs/$1-$(strip $(word 2,$(dep_$1))).tar); \ + https://repo.hex.pm/tarballs/$1-$(strip $(word 2,$(dep_$1))).tar); \ tar -xOf $(ERLANG_MK_TMP)/hex/$1.tar contents.tar.gz | tar -C $(DEPS_DIR)/$1 -xzf -; endef |