summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52023-02-18 09:27:58 +0100
committerarjan52023-02-18 09:27:58 +0100
commita16ea9e42f31ed910d852f5a37a6ddfeaf9c49e3 (patch)
tree6baf6576c6556498bc811e06d244fcad13e76dbe
parent2fbf77ef78281731788c2d9e53031e758196d4e0 (diff)
downloadaur-a16ea9e42f31ed910d852f5a37a6ddfeaf9c49e3.tar.gz
ntfy 2.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b53de5a53835..792750b9762d 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.0.0
+ pkgver = 2.0.1
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.0.0/ntfy_2.0.0_linux_x86_64.tar.gz
+ source = https://github.com/binwiederhier/ntfy/releases/download/v2.0.1/ntfy_2.0.1_linux_x86_64.tar.gz
source = ntfy.sysusers
- sha256sums = 3603e08929fc5e7980f7e0d198e5f5545d23957bb60c8daf6ab9bc0165549285
+ sha256sums = e3da79a6772e3561e7cc6927f918dbfc3a985f56bc53688ec1a4ca0dfe164fff
sha256sums = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6f6e2387624b..184cee0ddc75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=2.0.0
+pkgver=2.0.1
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=('3603e08929fc5e7980f7e0d198e5f5545d23957bb60c8daf6ab9bc0165549285'
+sha256sums=('e3da79a6772e3561e7cc6927f918dbfc3a985f56bc53688ec1a4ca0dfe164fff'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {