summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52021-12-28 19:42:39 +0100
committerarjan52021-12-28 19:42:39 +0100
commitd0be6417139d64d9056f11b11225ddc86abf066a (patch)
tree38264e66533d22b1bef93bceee11ef9550b73231
parentf7afb0be5bb1e6f43fbb617bcea4328863e84233 (diff)
downloadaur-d0be6417139d64d9056f11b11225ddc86abf066a.tar.gz
ntfy 1.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e10ceee9743..c745c889d7fc 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.9.0
+ pkgver = 1.10.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.9.0/ntfy_1.9.0_linux_x86_64.tar.gz
+ source = https://github.com/binwiederhier/ntfy/releases/download/v1.10.0/ntfy_1.10.0_linux_x86_64.tar.gz
source = ntfy.sysusers
- sha256sums = 19d4b6d6db75856f28a4c568c3492873c5f852af9d23cc0b6acd871735058f79
+ sha256sums = cbd7ddadef4e879afe4edd21ab272603b1b14616ae91c0d2bc8bdee6798ee15d
sha256sums = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9421211987b1..4ecb8995aca4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=1.9.0
+pkgver=1.10.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=('19d4b6d6db75856f28a4c568c3492873c5f852af9d23cc0b6acd871735058f79'
+sha256sums=('cbd7ddadef4e879afe4edd21ab272603b1b14616ae91c0d2bc8bdee6798ee15d'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {