summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52023-11-20 09:01:37 +0100
committerarjan52023-11-20 09:01:37 +0100
commit27bb9fa09fd35be66970d035b4393f330a4bedd5 (patch)
treee6348f7e127770a2d44f53a95834ad35eb7b3e7e
parent8a0aeeaad50037f1253db1a9e8acddfd2fdfe3ed (diff)
downloadaur-27bb9fa09fd35be66970d035b4393f330a4bedd5.tar.gz
ntfy 2.8.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f3e3c229926..62b620ca29d3 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.7.0
+ pkgver = 2.8.0
pkgrel = 1
url = https://github.com/binwiederhier/ntfy
arch = x86_64
@@ -11,17 +11,17 @@ pkgbase = ntfysh-bin
conflicts = ntfy
backup = etc/ntfy/server.yml
backup = etc/ntfy/client.yml
- source_x86_64 = https://github.com/binwiederhier/ntfy/releases/download/v2.7.0/ntfy_2.7.0_linux_amd64.tar.gz
+ source_x86_64 = https://github.com/binwiederhier/ntfy/releases/download/v2.8.0/ntfy_2.8.0_linux_amd64.tar.gz
source_x86_64 = ntfy.sysusers
- sha256sums_x86_64 = 2218bea3204348700034cff652437e317b8ed2466aa58d8b2444b41b68eaf5e2
+ sha256sums_x86_64 = 7158312a9f6e49daf94355e63a8fa73e04f3c2d5defc2bba0cbf3e35fdf7bf9a
sha256sums_x86_64 = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
- source_aarch64 = https://github.com/binwiederhier/ntfy/releases/download/v2.7.0/ntfy_2.7.0_linux_arm64.tar.gz
+ source_aarch64 = https://github.com/binwiederhier/ntfy/releases/download/v2.8.0/ntfy_2.8.0_linux_arm64.tar.gz
source_aarch64 = ntfy.sysusers
- sha256sums_aarch64 = 1e0e1bc4183e3ffecbe8d8b1b91b5df8965d907968588c19b7a591719bd146fb
+ sha256sums_aarch64 = 918d0a81355288ef60e8ef0d0587630f069c5c75909a12d6abbdb2e1628dbc52
sha256sums_aarch64 = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
- source_armv7h = https://github.com/binwiederhier/ntfy/releases/download/v2.7.0/ntfy_2.7.0_linux_armv7.tar.gz
+ source_armv7h = https://github.com/binwiederhier/ntfy/releases/download/v2.8.0/ntfy_2.8.0_linux_armv7.tar.gz
source_armv7h = ntfy.sysusers
- sha256sums_armv7h = 84981fe6f4234fb8e6429b0c6cbe7090bab1f773e1994b42237c40c244cdd326
+ sha256sums_armv7h = bf63f969b64889158bb0daa2f55f2e3356516a0c4ff2f57d0392a0c7df0abefc
sha256sums_armv7h = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 53f69a132eeb..910317bf573f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=2.7.0
+pkgver=2.8.0
pkgrel=1
pkgdesc="Send push notifications to your phone or desktop using PUT/POST"
arch=('x86_64' 'aarch64' 'armv7h')
@@ -21,11 +21,11 @@ source_aarch64=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux
source_armv7h=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_armv7.tar.gz"
"${_pkgname}.sysusers")
-sha256sums_x86_64=('2218bea3204348700034cff652437e317b8ed2466aa58d8b2444b41b68eaf5e2'
+sha256sums_x86_64=('7158312a9f6e49daf94355e63a8fa73e04f3c2d5defc2bba0cbf3e35fdf7bf9a'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
-sha256sums_aarch64=('1e0e1bc4183e3ffecbe8d8b1b91b5df8965d907968588c19b7a591719bd146fb'
+sha256sums_aarch64=('918d0a81355288ef60e8ef0d0587630f069c5c75909a12d6abbdb2e1628dbc52'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
-sha256sums_armv7h=('84981fe6f4234fb8e6429b0c6cbe7090bab1f773e1994b42237c40c244cdd326'
+sha256sums_armv7h=('bf63f969b64889158bb0daa2f55f2e3356516a0c4ff2f57d0392a0c7df0abefc'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {