Skip to content
Merged
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/elixir/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'elixir'
pkgname=elixir
version=1.19.4
version=1.19.5
revision=1
build_style=gnu-makefile
make_check_target="test_erlang test_elixir"
Expand All @@ -13,7 +13,7 @@ license="Apache-2.0"
homepage="https://elixir-lang.org/"
changelog="https://raw.githubusercontent.com/elixir-lang/elixir/v${version%.*}/CHANGELOG.md"
distfiles="https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz"
checksum=a2df9d5411fc53d97ec17c069765c8fb781f8dc36c4e06ec1cd4b189340d364b
checksum=10750b8bd74b10ac1e25afab6df03e3d86999890fa359b5f02aa81de18a78e36

do_check() {
ERL_EPMD_PORT=5369 make ${make_check_target}
Expand Down
Loading