Skip to content

Commit

Permalink
Provide Hex package versions that ejabberd 24.xx can download from he…
Browse files Browse the repository at this point in the history
…x.pm
  • Loading branch information
badlop committed Jul 16, 2024
1 parent 534d344 commit 7b7c8c2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ejabberd_auth_http/rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{deps, [
{cuesport, ".*", {git, "https://github.com/goj/cuesport"}},
{fusco, ".*", {git, "https://github.com/esl/fusco"}}
{fusco, "0.1.1", {git, "https://github.com/esl/fusco"}}
]}.
2 changes: 1 addition & 1 deletion ejabberd_observer_cli/rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{deps, [
{observer_cli, ".*", {git, "https://github.com/zhongwencool/observer_cli"}},
{os_stats, ".*", {git, "https://github.com/zhongwencool/os_stats"}},
{recon, ".*", {git, "https://github.com/ferd/recon"}}
{recon, "2.5.5", {git, "https://github.com/ferd/recon"}}
]}.
5 changes: 5 additions & 0 deletions mod_ecaptcha/rebar.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

% There's a bug in ecaptcha 0.2.0 that breaks compilation with
% Erlang/OTP 26, and 0.2.0 is the latest version published in hex right now.
% Consequently, let's use the latest ecaptcha from git repository.

{deps, [
{ecaptcha, ".*", {git, "https://github.com/seriyps/ecaptcha", {branch, "master"}}}
]}.
4 changes: 2 additions & 2 deletions mod_prometheus/rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{deps, [
{quantile_estimator, ".*", {git, "https://github.com/deadtrickster/quantile_estimator", {branch, "master"}}},
{prometheus, ".*", {git, "https://github.com/deadtrickster/prometheus.erl", {branch, "master"}}}
{quantile_estimator, "0.2.1", {git, "https://github.com/deadtrickster/quantile_estimator", {branch, "master"}}},
{prometheus, "1.44.0", {git, "https://github.com/deadtrickster/prometheus.erl", {branch, "master"}}}
]}.

0 comments on commit 7b7c8c2

Please sign in to comment.