Version 2.3.11
This commit is contained in:
parent
4aa50f0f6e
commit
d191ef0303
16
Makefile
16
Makefile
|
@ -1,21 +1,21 @@
|
|||
PROJECT = emqttd
|
||||
PROJECT_DESCRIPTION = Erlang MQTT Broker
|
||||
PROJECT_VERSION = 2.3.10
|
||||
PROJECT_VERSION = 2.3.11
|
||||
|
||||
DEPS = goldrush gproc lager esockd ekka mochiweb pbkdf2 lager_syslog bcrypt clique jsx
|
||||
|
||||
dep_goldrush = git https://github.com/basho/goldrush 0.1.9
|
||||
dep_gproc = git https://github.com/uwiger/gproc
|
||||
dep_gproc = git https://github.com/uwiger/gproc 0.8.0
|
||||
dep_getopt = git https://github.com/jcomellas/getopt v0.8.2
|
||||
dep_lager = git https://github.com/basho/lager master
|
||||
dep_lager = git https://github.com/basho/lager 3.2.4
|
||||
dep_esockd = git https://github.com/emqtt/esockd v5.2.2
|
||||
dep_ekka = git https://github.com/emqtt/ekka v0.2.3
|
||||
dep_mochiweb = git https://github.com/emqtt/mochiweb v4.2.2
|
||||
dep_pbkdf2 = git https://github.com/emqtt/pbkdf2 2.0.1
|
||||
dep_lager_syslog = git https://github.com/basho/lager_syslog
|
||||
dep_bcrypt = git https://github.com/smarkets/erlang-bcrypt master
|
||||
dep_clique = git https://github.com/emqtt/clique
|
||||
dep_jsx = git https://github.com/talentdeficit/jsx
|
||||
dep_lager_syslog = git https://github.com/basho/lager_syslog 3.0.1
|
||||
dep_bcrypt = git https://github.com/smarkets/erlang-bcrypt 0.5.0.3
|
||||
dep_clique = git https://github.com/emqtt/clique v0.3.10
|
||||
dep_jsx = git https://github.com/talentdeficit/jsx v2.8.3
|
||||
|
||||
ERLC_OPTS += +debug_info
|
||||
ERLC_OPTS += +'{parse_transform, lager_transform}'
|
||||
|
@ -23,7 +23,7 @@ ERLC_OPTS += +'{parse_transform, lager_transform}'
|
|||
NO_AUTOPATCH = cuttlefish
|
||||
|
||||
BUILD_DEPS = cuttlefish
|
||||
dep_cuttlefish = git https://github.com/emqtt/cuttlefish
|
||||
dep_cuttlefish = git https://github.com/emqtt/cuttlefish v2.0.11
|
||||
|
||||
TEST_DEPS = emqttc emq_dashboard
|
||||
dep_emqttc = git https://github.com/emqtt/emqttc
|
||||
|
|
Loading…
Reference in New Issue