summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52022-06-03 09:18:32 +0200
committerarjan52022-06-03 09:18:32 +0200
commitf3ce2b50702b782bb37a85c76030ed793c7a6929 (patch)
treef52cc038416247cc641f93f9f9ec2d1c9b96146a
parent4a9a61a54fcb402bdd253e7a6406fef85120f162 (diff)
downloadaur-f3ce2b50702b782bb37a85c76030ed793c7a6929.tar.gz
ntfy 1.25.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baedec0c4e5c..c86c6b8c0473 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.24.0
+ pkgver = 1.25.2
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.24.0/ntfy_1.24.0_linux_x86_64.tar.gz
+ source = https://github.com/binwiederhier/ntfy/releases/download/v1.25.2/ntfy_1.25.2_linux_x86_64.tar.gz
source = ntfy.sysusers
- sha256sums = 2196a966843015a3db4237147442384a4cd6b587e021c9491d567815d6b8cc30
+ sha256sums = 755d4317711ff32ecb305fcdeafee70b837e6d6b5ed64ff34a9b46f6a499ede1
sha256sums = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index db2dc56258e9..f113fab6d8ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=1.24.0
+pkgver=1.25.2
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=('2196a966843015a3db4237147442384a4cd6b587e021c9491d567815d6b8cc30'
+sha256sums=('755d4317711ff32ecb305fcdeafee70b837e6d6b5ed64ff34a9b46f6a499ede1'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {