summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52022-03-17 17:17:32 +0100
committerarjan52022-03-17 17:17:32 +0100
commit874b04c1ebc4d2d04f0063e2cdd13c107949e13c (patch)
treee3e6b4e4577ffd8defd14ed527f0102f0770ab9d
parent65a8665d45081908efc8adf99900c96ee866f97b (diff)
downloadaur-874b04c1ebc4d2d04f0063e2cdd13c107949e13c.tar.gz
ntfy 1.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 503aad610174..8f28fe4f2ec5 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.17.1
+ pkgver = 1.18.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.17.1/ntfy_1.17.1_linux_x86_64.tar.gz
+ source = https://github.com/binwiederhier/ntfy/releases/download/v1.18.0/ntfy_1.18.0_linux_x86_64.tar.gz
source = ntfy.sysusers
- sha256sums = 0b05e65353421d39bc48b7f89901e5625b5a6076ff5d481efee56b2fb877ff07
+ sha256sums = 11332997d193922b0df7f3e81e973c3dc2e3c2bfecc7807598ab618a34d1980e
sha256sums = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index b944b63a6496..4add714b8e53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=1.17.1
+pkgver=1.18.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=('0b05e65353421d39bc48b7f89901e5625b5a6076ff5d481efee56b2fb877ff07'
+sha256sums=('11332997d193922b0df7f3e81e973c3dc2e3c2bfecc7807598ab618a34d1980e'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {