chore(build): update rebar3 version

This commit is contained in:
Zaiming Shi 2020-12-02 17:06:26 +01:00
parent 87bd4958fe
commit ba204b5ab8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
REBAR_VERSION = 3.13.2-emqx-2
REBAR_VERSION = 3.13.2-emqx-3
REBAR = ./rebar3
PROFILE ?= emqx

View File

@ -7,7 +7,7 @@ VERSION="$1"
DOWNLOAD_URL='https://github.com/emqx/rebar3/releases/download'
download() {
curl -L "${DOWNLOAD_URL}/${VERSION}/rebar3" -o ./rebar3
curl -f -L "${DOWNLOAD_URL}/${VERSION}/rebar3" -o ./rebar3
}
# get the version number from the second line of the escript