summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52022-01-01 22:32:49 +0100
committerarjan52022-01-01 22:32:49 +0100
commitade78406a29170449aef101a97c39a2931491d1c (patch)
treeea2b43e2ac04fca99b2aeba2204a81269dbe313d
parentfdbddf5d725f654473f846e7bd5c31563a733dc5 (diff)
downloadaur-ade78406a29170449aef101a97c39a2931491d1c.tar.gz
ntfy 1.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38d29860eee4..2659d41fd9fb 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.11.0
+ pkgver = 1.11.1
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.11.0/ntfy_1.11.0_linux_x86_64.tar.gz
+ source = https://github.com/binwiederhier/ntfy/releases/download/v1.11.1/ntfy_1.11.1_linux_x86_64.tar.gz
source = ntfy.sysusers
- sha256sums = 85947a2455eb4f679da079d05230e12fae80e6e1da18aa58555de8137a69ccd3
+ sha256sums = 65002b779643d080227bd5cbce655e9f03e17a602d9841cd98688da176eb0ed7
sha256sums = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 821984811151..829f751ca729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=1.11.0
+pkgver=1.11.1
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=('85947a2455eb4f679da079d05230e12fae80e6e1da18aa58555de8137a69ccd3'
+sha256sums=('65002b779643d080227bd5cbce655e9f03e17a602d9841cd98688da176eb0ed7'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {