Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / elixir
Commits: 46c73bf5 by Robin Candau at 2024-12-19T19:12:34+01:00 upgpkg: 1.18.0-1: New upstream release https://github.com/elixir-lang/elixir/releases/tag/v1.18.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = elixir pkgdesc = a functional meta-programming aware language built on top of the Erlang VM - pkgver = 1.17.3 + pkgver = 1.18.0 pkgrel = 1 url = https://elixir-lang.org arch = any license = Apache-2.0 checkdepends = git depends = erlang-nox - source = elixir-1.17.3.tar.gz::https://github.com/elixir-lang/elixir/archive/v1.17.3.tar.gz - sha256sums = 6116c14d5e61ec301240cebeacbf9e97125a4d45cd9071e65e0b958d5ebf3890 + source = elixir-1.18.0.tar.gz::https://github.com/elixir-lang/elixir/archive/v1.18.0.tar.gz + sha256sums = f29104ae5a0ea78786b5fb96dce0c569db91df5bd1d3472b365dc2ea14ea784f pkgname = elixir ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Gilbert Kennen <gilbert firewatcher org> pkgname=elixir -pkgver=1.17.3 +pkgver=1.18.0 pkgrel=1 pkgdesc="a functional meta-programming aware language built on top of the Erlang VM" url="https://elixir-lang.org" @@ -13,7 +13,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=('6116c14d5e61ec301240cebeacbf9e97125a4d45cd9071e65e0b958d5ebf3890') +sha256sums=('f29104ae5a0ea78786b5fb96dce0c569db91df5bd1d3472b365dc2ea14ea784f') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/elixir/-/commit/46c73bf52a5a7ad1716c76a09bdf98fd32128483 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/elixir/-/commit/46c73bf52a5a7ad1716c76a09bdf98fd32128483 You're receiving this email because of your account on gitlab.archlinux.org.
