chore(build): update rebar3 version
This commit is contained in:
parent
87bd4958fe
commit
ba204b5ab8
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
REBAR_VERSION = 3.13.2-emqx-2
|
||||
REBAR_VERSION = 3.13.2-emqx-3
|
||||
REBAR = ./rebar3
|
||||
|
||||
PROFILE ?= emqx
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue