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


Commits:
47efa883 by Robin Candau at 2024-03-11T15:37:58+01:00
upgpkg: 1.16.2-1: New upstream release + Add .nvchecker.toml

- - - - -


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.16.1
+       pkgver = 1.16.2
        pkgrel = 1
        url = https://elixir-lang.org
        arch = any
        license = Apache-2.0
        checkdepends = git
        depends = erlang-nox
-       source = 
elixir-1.16.1.tar.gz::https://github.com/elixir-lang/elixir/archive/v1.16.1.tar.gz
-       sha256sums = 
b9e845458e03d62a24325b8424069e401cc7468e21143ecbca5514724d7cbaa0
+       source = 
elixir-1.16.2.tar.gz::https://github.com/elixir-lang/elixir/archive/v1.16.2.tar.gz
+       sha256sums = 
f53d06f3e4041c50e65b750e5d56fec9cc7c6a44510786937c6a5bb0666a7207
 
 pkgname = elixir


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,5 @@
+[elixir]
+source = "github"
+github = "elixir-lang/elixir"
+prefix = "v"
+use_max_tag = true


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Gilbert Kennen <gilbert firewatcher org>
 
 pkgname=elixir
-pkgver=1.16.1
+pkgver=1.16.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=('b9e845458e03d62a24325b8424069e401cc7468e21143ecbca5514724d7cbaa0')
+sha256sums=('f53d06f3e4041c50e65b750e5d56fec9cc7c6a44510786937c6a5bb0666a7207')
 
 build() {
        cd "${pkgname}-${pkgver}"



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

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


Reply via email to