Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion srcpkgs/ejabberd/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'ejabberd'
pkgname=ejabberd
version=25.10
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-odbc --enable-mysql --enable-pgsql --enable-pam
--enable-redis --enable-elixir $(vopt_enable sqlite)"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/elixir/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'elixir'
pkgname=elixir
version=1.19.5
revision=1
revision=2
build_style=gnu-makefile
make_check_target="test_erlang test_elixir"
hostmakedepends="erlang"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/erlang/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'erlang'
pkgname=erlang
version=28.2
version=28.4.1
revision=1
build_style=gnu-configure
configure_args="--without-javac --disable-year2038"
Expand All @@ -13,7 +13,7 @@ license="Apache-2.0"
homepage="https://www.erlang.org"
changelog="https://github.com/erlang/otp/releases"
distfiles="https://github.com/erlang/otp/archive/refs/tags/OTP-${version}.tar.gz"
checksum=b984f9e02bb61637997a35daa9070ae8f41cea1667676416438c467fda3d141f
checksum=a256e77201009050ef55602a57154614c215f611fda9f0fcda991bb647aa9fd9
subpackages=" "

if [ -z "$CROSS_BUILD" ]; then
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/erlang_ls/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'erlang_ls'
pkgname=erlang_ls
version=1.1.0
revision=2
revision=3
build_style=gnu-makefile
make_build_args="PREFIX=/usr"
hostmakedepends="rebar3 erlang"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/lfe/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'lfe'
pkgname=lfe
version=2.2.0
revision=1
revision=2
build_style=gnu-makefile
hostmakedepends="erlang"
depends="erlang"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/rebar3/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'rebar3'
pkgname=rebar3
version=3.25.1
revision=2
revision=3
hostmakedepends=erlang
depends="erlang>=26"
short_desc="Erlang build tool to compile, test, and release applications"
Expand Down