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
4 changes: 2 additions & 2 deletions srcpkgs/ejabberd/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'ejabberd'
pkgname=ejabberd
version=25.10
version=26.01
revision=1
build_style=gnu-configure
configure_args="--enable-odbc --enable-mysql --enable-pgsql --enable-pam
Expand All @@ -15,7 +15,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.process-one.net/en/ejabberd/"
distfiles="https://github.com/processone/ejabberd/archive/${version}.tar.gz"
checksum=f676b71e7dbf143291728bc0247673afb256e75917da89520795c01df1154598
checksum=ccdb8efc9e9a93d547848df8df10c7d4953187e8409a20e389a0fb35a4d7176c
# when building with parallel:
# cp: cannot stat 'lib/mix/ebin': No such file or directory
disable_parallel_build=yes
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.3.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=0174210eef9db97d41fc277ee272d707f6ee4e07850225e6973216215946aad9
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
6 changes: 3 additions & 3 deletions srcpkgs/rebar3/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template file for 'rebar3'
pkgname=rebar3
version=3.25.1
revision=2
version=3.26.0
revision=1
hostmakedepends=erlang
depends="erlang>=26"
short_desc="Erlang build tool to compile, test, and release applications"
maintainer="Noel Cower <ncower@nil.dev>"
license="Apache-2.0"
homepage="https://www.rebar3.org/"
distfiles="https://github.com/erlang/rebar3/archive/refs/tags/${version}.tar.gz"
checksum=458d6ceaf7822dd7682288354ab3ba74e14b3ed11cc5b551af9eb312de894106
checksum=a151dc4a07805490e9f217a099e597ac9774814875f55da2c66545c333fdff64

do_build() {
./bootstrap
Expand Down