Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / elixir


Commits:
5617605f by Robin Candau at 2024-06-18T14:01:16+02:00
upgpkg: 1.17.1-1: New upstream release
https://github.com/elixir-lang/elixir/releases/tag/v1.17.1

- - - - -


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.0
+       pkgver = 1.17.1
        pkgrel = 1
        url = https://elixir-lang.org
        arch = any
        license = Apache-2.0
        checkdepends = git
        depends = erlang-nox
-       source = 
elixir-1.17.0.tar.gz::https://github.com/elixir-lang/elixir/archive/v1.17.0.tar.gz
-       sha256sums = 
558f89cd39458bed1f945d87ad320e5d8f337fa9e627a8479aaefa0494a06ea7
+       source = 
elixir-1.17.1.tar.gz::https://github.com/elixir-lang/elixir/archive/v1.17.1.tar.gz
+       sha256sums = 
7567c7dcedd5e999d2d41bc2ff70626f49ec283af22eda4f347861bccb34c301
 
 pkgname = elixir


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Gilbert Kennen <gilbert firewatcher org>
 
 pkgname=elixir
-pkgver=1.17.0
+pkgver=1.17.1
 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=('558f89cd39458bed1f945d87ad320e5d8f337fa9e627a8479aaefa0494a06ea7')
+sha256sums=('7567c7dcedd5e999d2d41bc2ff70626f49ec283af22eda4f347861bccb34c301')
 
 build() {
        cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/elixir/-/commit/5617605fdec5c353c7d99f0204ae6d1fdbfa87af

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/elixir/-/commit/5617605fdec5c353c7d99f0204ae6d1fdbfa87af
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to