summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52022-03-31 22:05:33 +0200
committerarjan52022-03-31 22:05:33 +0200
commit4d079a86926f48cbdbe4e3fb9e44601725217f16 (patch)
treea98b989b53e91cc1c1b437b13eb9225582900bac
parent3836c6af62a51c55a8d9b100cee84e687a4d2dc7 (diff)
downloadaur-4d079a86926f48cbdbe4e3fb9e44601725217f16.tar.gz
ntfy 1.19.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 956531c94e69..59dd5c717677 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.18.1
+ pkgver = 1.19.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.18.1/ntfy_1.18.1_linux_x86_64.tar.gz
+ source = https://github.com/binwiederhier/ntfy/releases/download/v1.19.0/ntfy_1.19.0_linux_x86_64.tar.gz
source = ntfy.sysusers
- sha256sums = 83a9e2e180968e052b4d7632019dbf2ef9d1d754e90f081ed4e5cb472333221d
+ sha256sums = 5059a09b3b28f9a5293a70566fbe63ceead0539fc73b7aa773b379a18082f81a
sha256sums = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 41799a16a6dc..e48ef402e01b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=1.18.1
+pkgver=1.19.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=('83a9e2e180968e052b4d7632019dbf2ef9d1d754e90f081ed4e5cb472333221d'
+sha256sums=('5059a09b3b28f9a5293a70566fbe63ceead0539fc73b7aa773b379a18082f81a'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {