summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2022-08-10 18:13:40 +0000
committerEnmanuel2022-08-10 18:13:40 +0000
commit5abe36d833bc1670702212e8ee2eb083d0a8dd4b (patch)
treeed378b9e6a07fdebae3919faf4f93dbc9488de7a
parent4185cd4b88454566e639bc3e24d6046962dd9dd3 (diff)
downloadaur-5abe36d833bc1670702212e8ee2eb083d0a8dd4b.tar.gz
Updated to version 4.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eef69ee441f..7d0c4cbc24d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = diun-bin
pkgdesc = Receive notifications when an image is updated on a Docker registry.
- pkgver = 4.21.0
+ pkgver = 4.22.0
pkgrel = 1
url = https://github.com/crazy-max/diun
arch = x86_64
license = MIT
provides = diun
conflicts = diun
- source = diun-4.21.0_linux_amd64.tar.gz::https://github.com/crazy-max/diun/releases/download/v4.21.0/diun_4.21.0_linux_amd64.tar.gz
- sha256sums = 83f4bfa2d9b6a036e6b024fe0b42a0aa1b356139ce756dbf52a697104ba98b65
+ source = diun-4.22.0_linux_amd64.tar.gz::https://github.com/crazy-max/diun/releases/download/v4.22.0/diun_4.22.0_linux_amd64.tar.gz
+ sha256sums = b519c498b458a732d936f85f2124e31f81fdf4caf0e665115c6539aab4a26f25
pkgname = diun-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8d08672115a9..18cf0284e390 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkggit=diun
pkgname=diun-bin
-pkgver=4.21.0
+pkgver=4.22.0
pkgrel=1
pkgdesc="Receive notifications when an image is updated on a Docker registry."
arch=('x86_64')
@@ -12,7 +12,7 @@ conflicts=('diun')
provides=('diun')
license=('MIT')
source=("${_pkggit}-${pkgver}_linux_amd64.tar.gz::https://github.com/crazy-max/${_pkggit}/releases/download/v${pkgver}/${_pkggit}_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('83f4bfa2d9b6a036e6b024fe0b42a0aa1b356139ce756dbf52a697104ba98b65')
+sha256sums=('b519c498b458a732d936f85f2124e31f81fdf4caf0e665115c6539aab4a26f25')
package() {
cd "${srcdir}"