Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / elixir
Commits: 98f33b31 by Robin Candau at 2025-01-22T18:54:29+01:00 upgpkg: 1.18.2-1: New upstream release https://github.com/elixir-lang/elixir/releases/tag/v1.18.2 - - - - - 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.18.1 + pkgdesc = A dynamic, functional language for building scalable and maintainable applications + pkgver = 1.18.2 pkgrel = 1 url = https://elixir-lang.org arch = any license = Apache-2.0 checkdepends = git depends = erlang-nox - source = elixir-1.18.1.tar.gz::https://github.com/elixir-lang/elixir/archive/v1.18.1.tar.gz - sha256sums = 4235a63c615c7c787d85a5167db28a58ec9f5a579f9b3fd853fc6f4d886c209e + source = elixir-1.18.2.tar.gz::https://github.com/elixir-lang/elixir/archive/v1.18.2.tar.gz + sha256sums = efc8d0660b56dd3f0c7536725a95f4d8b6be9f11ca9779d824ad79377753e916 pkgname = elixir ===================================== PKGBUILD ===================================== @@ -4,16 +4,16 @@ # Contributor: Gilbert Kennen <gilbert firewatcher org> pkgname=elixir -pkgver=1.18.1 +pkgver=1.18.2 pkgrel=1 -pkgdesc="a functional meta-programming aware language built on top of the Erlang VM" +pkgdesc="A dynamic, functional language for building scalable and maintainable applications" url="https://elixir-lang.org" license=('Apache-2.0') arch=('any') depends=('erlang-nox') checkdepends=('git') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/elixir-lang/elixir/archive/v${pkgver}.tar.gz") -sha256sums=('4235a63c615c7c787d85a5167db28a58ec9f5a579f9b3fd853fc6f4d886c209e') +sha256sums=('efc8d0660b56dd3f0c7536725a95f4d8b6be9f11ca9779d824ad79377753e916') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/elixir/-/commit/98f33b31fba708860c943dd504a5f9e273ff787f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/elixir/-/commit/98f33b31fba708860c943dd504a5f9e273ff787f You're receiving this email because of your account on gitlab.archlinux.org.
