* update elixir to 1.17.2-1

This commit is contained in:
Alexander Baldeck 2024-08-18 14:46:53 +02:00
parent 8ee1b81675
commit c4620785a4
3 changed files with 19 additions and 2 deletions

13
elixir/.SRCINFO Normal file
View File

@ -0,0 +1,13 @@
pkgbase = elixir
pkgdesc = a functional meta-programming aware language built on top of the Erlang VM
pkgver = 1.17.2
pkgrel = 1
url = https://elixir-lang.org
arch = any
license = Apache-2.0
checkdepends = git
depends = erlang-nox
source = elixir-1.17.2.tar.gz::https://github.com/elixir-lang/elixir/archive/v1.17.2.tar.gz
sha256sums = 7bb8e6414b77c1707f39f620a2ad54f68d64846d663ec78069536854247fb1ab
pkgname = elixir

4
elixir/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[elixir]
source = "git"
git = "https://github.com/elixir-lang/elixir.git"
prefix = "v"

View File

@ -5,7 +5,7 @@
# Contributor: Gilbert Kennen <gilbert firewatcher org>
pkgname=elixir
pkgver=1.16.3
pkgver=1.17.2
pkgrel=1
pkgdesc="a functional meta-programming aware language built on top of the Erlang VM"
url="https://elixir-lang.org"
@ -14,7 +14,7 @@ arch=(any)
depends=('erlang-nox')
checkdepends=('git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/elixir-lang/elixir/archive/v${pkgver}.tar.gz")
sha256sums=('a163128e618e5205ea749f8effafa5b540008fd0bed863e75e2e09663a00ec45')
sha256sums=('7bb8e6414b77c1707f39f620a2ad54f68d64846d663ec78069536854247fb1ab')
build() {
cd "${pkgname}-${pkgver}"