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


Commits:
c752bc2e by Robin Candau at 2024-07-12T10:29:05+02:00
upgpkg: 1.17.2-1: New upstream release
https://github.com/elixir-lang/elixir/releases/tag/v1.17.2

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- 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.1
+       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.1.tar.gz::https://github.com/elixir-lang/elixir/archive/v1.17.1.tar.gz
-       sha256sums = 
7567c7dcedd5e999d2d41bc2ff70626f49ec283af22eda4f347861bccb34c301
+       source = 
elixir-1.17.2.tar.gz::https://github.com/elixir-lang/elixir/archive/v1.17.2.tar.gz
+       sha256sums = 
7bb8e6414b77c1707f39f620a2ad54f68d64846d663ec78069536854247fb1ab
 
 pkgname = elixir


=====================================
.nvchecker.toml
=====================================
@@ -1,5 +1,4 @@
 [elixir]
-source = "github"
-github = "elixir-lang/elixir"
+source = "git"
+git = "https://github.com/elixir-lang/elixir.git";
 prefix = "v"
-use_max_tag = true


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



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

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


Reply via email to