summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52022-05-23 10:09:21 +0200
committerarjan52022-05-23 10:09:21 +0200
commit9af06fe43bd26a7133dbc1743a435c0c6f11da18 (patch)
tree6f1b7cca4ea2c1d4767731f30008adf592d7f07e
parent63a26a3bf115307ea0f723edf7d071cbabf5c4c4 (diff)
downloadaur-9af06fe43bd26a7133dbc1743a435c0c6f11da18.tar.gz
ntfy 1.23.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84e567556001..5f57ea6ab800 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 = 1.22.0
+ pkgver = 1.23.0
pkgrel = 1
url = https://github.com/binwiederhier/ntfy
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = ntfysh-bin
conflicts = ntfy
backup = etc/ntfy/server.yml
backup = etc/ntfy/client.yml
- source = https://github.com/binwiederhier/ntfy/releases/download/v1.22.0/ntfy_1.22.0_linux_x86_64.tar.gz
+ source = https://github.com/binwiederhier/ntfy/releases/download/v1.23.0/ntfy_1.23.0_linux_x86_64.tar.gz
source = ntfy.sysusers
- sha256sums = 3f86a07781cde37c4378ccf36e2e10705dded4ab0500dda1e5a812f2b68ef0bd
+ sha256sums = 2d5d342d802e59d794c049437cb0aec6ddd03dbd8b5448715265dc071ec449ef
sha256sums = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3f59e8d9b789..178083a7a1e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=1.22.0
+pkgver=1.23.0
pkgrel=1
pkgdesc="Send push notifications to your phone or desktop using PUT/POST"
arch=("x86_64")
@@ -16,7 +16,7 @@ source=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_x86_64.
"${_pkgname}.sysusers")
backup=('etc/ntfy/server.yml' 'etc/ntfy/client.yml')
-sha256sums=('3f86a07781cde37c4378ccf36e2e10705dded4ab0500dda1e5a812f2b68ef0bd'
+sha256sums=('2d5d342d802e59d794c049437cb0aec6ddd03dbd8b5448715265dc071ec449ef'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {