mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
elixir: update to 1.18.4.
This commit is contained in:
parent
43e3c11c4a
commit
328fbeb619
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'elixir'
|
||||
pkgname=elixir
|
||||
version=1.18.3
|
||||
version=1.18.4
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_check_target="test_erlang test_elixir"
|
||||
|
@ -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=f8d4376311058dd9a78ed365fa1df9fd1b22d2468c587e3f0f4fb320283a1ed7
|
||||
checksum=8e136c0a92160cdad8daa74560e0e9c6810486bd232fbce1709d40fcc426b5e0
|
||||
|
||||
do_check() {
|
||||
ERL_EPMD_PORT=5369 make ${make_check_target}
|
||||
|
|
Loading…
Add table
Reference in a new issue