elixir: update to 1.11.0.
This commit is contained in:
parent
cfa92e07fb
commit
fde6b71a01
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'elixir'
|
||||
pkgname=elixir
|
||||
version=1.10.4
|
||||
version=1.11.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_check_target="test"
|
||||
hostmakedepends="erlang"
|
||||
depends="erlang>=21"
|
||||
depends="erlang>=23"
|
||||
checkdepends="git"
|
||||
short_desc="Functional, concurrent, general-purpose programming language"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://elixir-lang.org/"
|
||||
changelog="https://github.com/elixir-lang/elixir/raw/v1.9/CHANGELOG.md"
|
||||
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=8518c78f43fe36315dbe0d623823c2c1b7a025c114f3f4adbb48e04ef63f1d9f
|
||||
checksum=80b02a8973d2a0becacf577f15b202273002ad9c4d9ef55d8910c8d433c99a59
|
||||
|
|
Loading…
Reference in a new issue