summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52023-02-17 20:25:44 +0100
committerarjan52023-02-17 20:25:44 +0100
commit2fbf77ef78281731788c2d9e53031e758196d4e0 (patch)
tree1b550e97d5f65b2cd5bfe7fb98ccee77fcf34dc7
parent39f4c9f20a9b9d4e2d045c8318f1727474e2f379 (diff)
downloadaur-2fbf77ef78281731788c2d9e53031e758196d4e0.tar.gz
ntfy 2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4787043087a9..b53de5a53835 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.31.0
+ pkgver = 2.0.0
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/v1.31.0/ntfy_1.31.0_linux_x86_64.tar.gz
+ source = https://github.com/binwiederhier/ntfy/releases/download/v2.0.0/ntfy_2.0.0_linux_x86_64.tar.gz
source = ntfy.sysusers
- sha256sums = 17fb41d037bc4193f9954be8d164eafe11657c4b3a8770deb926d2e534497fed
+ sha256sums = 3603e08929fc5e7980f7e0d198e5f5545d23957bb60c8daf6ab9bc0165549285
sha256sums = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index baec70331dcf..6f6e2387624b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=1.31.0
+pkgver=2.0.0
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=('17fb41d037bc4193f9954be8d164eafe11657c4b3a8770deb926d2e534497fed'
+sha256sums=('3603e08929fc5e7980f7e0d198e5f5545d23957bb60c8daf6ab9bc0165549285'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {