summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52023-03-18 21:01:14 +0100
committerarjan52023-03-18 21:01:14 +0100
commitdedfbc4a721283e8a56bdc181efce98115340829 (patch)
tree9fa72ee7857593bc78bec843eebe42d7b3e94e42
parent278f04c0272d00a1640f5d5fc3d435bc25ea9855 (diff)
downloadaur-dedfbc4a721283e8a56bdc181efce98115340829.tar.gz
ntfy 2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dfc402753ad..b702faaeea26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ntfysh-bin
pkgdesc = Send push notifications to your phone or desktop using PUT/POST
- pkgver = 2.1.2
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/binwiederhier/ntfy
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = ntfysh-bin
conflicts = ntfy
backup = etc/ntfy/server.yml
backup = etc/ntfy/client.yml
- source = https://github.com/binwiederhier/ntfy/releases/download/v2.1.2/ntfy_2.1.2_linux_x86_64.tar.gz
+ source = https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_x86_64.tar.gz
source = ntfy.sysusers
- sha256sums = 955b3c1cc082d2fbd93cbe02d75d22a4698e28ad83d0d3fd6a4cd183b768b4c3
+ sha256sums = 8d3c9c004990865266214b37bf8d23cceae8c5526be322b2b98665949943c1c8
sha256sums = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1d33c53f931d..9fbb95f1c852 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=2.1.2
+pkgver=2.2.0
pkgrel=1
pkgdesc="Send push notifications to your phone or desktop using PUT/POST"
arch=('x86_64' 'aarch64' 'armv7h')
@@ -16,7 +16,7 @@ source=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_${arch}
"${_pkgname}.sysusers")
backup=('etc/ntfy/server.yml' 'etc/ntfy/client.yml')
-sha256sums=('955b3c1cc082d2fbd93cbe02d75d22a4698e28ad83d0d3fd6a4cd183b768b4c3'
+sha256sums=('8d3c9c004990865266214b37bf8d23cceae8c5526be322b2b98665949943c1c8'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {