summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52023-08-18 09:17:24 +0200
committerarjan52023-08-18 09:17:24 +0200
commit8a0aeeaad50037f1253db1a9e8acddfd2fdfe3ed (patch)
treeab615d4a63ff155d38b0d760b846a778cfe968c4
parenteb73422a585276bd10ce287b4b81a4150947929a (diff)
downloadaur-8a0aeeaad50037f1253db1a9e8acddfd2fdfe3ed.tar.gz
ntfy 2.7.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01a9919ad1e1..0f3e3c229926 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.6.2
+ pkgver = 2.7.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.6.2/ntfy_2.6.2_linux_amd64.tar.gz
+ source_x86_64 = https://github.com/binwiederhier/ntfy/releases/download/v2.7.0/ntfy_2.7.0_linux_amd64.tar.gz
source_x86_64 = ntfy.sysusers
- sha256sums_x86_64 = c8a23c5ecb4fd58549bb18524fd3990f032f17e5adef97dcea0633b40d700816
+ sha256sums_x86_64 = 2218bea3204348700034cff652437e317b8ed2466aa58d8b2444b41b68eaf5e2
sha256sums_x86_64 = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
- source_aarch64 = https://github.com/binwiederhier/ntfy/releases/download/v2.6.2/ntfy_2.6.2_linux_arm64.tar.gz
+ source_aarch64 = https://github.com/binwiederhier/ntfy/releases/download/v2.7.0/ntfy_2.7.0_linux_arm64.tar.gz
source_aarch64 = ntfy.sysusers
- sha256sums_aarch64 = fc5b20d587798567a419934196ede635ccdac04fbac94d6de06ffc0efb1d5a59
+ sha256sums_aarch64 = 1e0e1bc4183e3ffecbe8d8b1b91b5df8965d907968588c19b7a591719bd146fb
sha256sums_aarch64 = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
- source_armv7h = https://github.com/binwiederhier/ntfy/releases/download/v2.6.2/ntfy_2.6.2_linux_armv7.tar.gz
+ source_armv7h = https://github.com/binwiederhier/ntfy/releases/download/v2.7.0/ntfy_2.7.0_linux_armv7.tar.gz
source_armv7h = ntfy.sysusers
- sha256sums_armv7h = 72f2477de6e325bd91ed18edf8e4229bfa68ded2d6089d7b0202c3ea0a67d815
+ sha256sums_armv7h = 84981fe6f4234fb8e6429b0c6cbe7090bab1f773e1994b42237c40c244cdd326
sha256sums_armv7h = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1e20d05cf3af..53f69a132eeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=2.6.2
+pkgver=2.7.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=('c8a23c5ecb4fd58549bb18524fd3990f032f17e5adef97dcea0633b40d700816'
+sha256sums_x86_64=('2218bea3204348700034cff652437e317b8ed2466aa58d8b2444b41b68eaf5e2'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
-sha256sums_aarch64=('fc5b20d587798567a419934196ede635ccdac04fbac94d6de06ffc0efb1d5a59'
+sha256sums_aarch64=('1e0e1bc4183e3ffecbe8d8b1b91b5df8965d907968588c19b7a591719bd146fb'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
-sha256sums_armv7h=('72f2477de6e325bd91ed18edf8e4229bfa68ded2d6089d7b0202c3ea0a67d815'
+sha256sums_armv7h=('84981fe6f4234fb8e6429b0c6cbe7090bab1f773e1994b42237c40c244cdd326'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {