summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52023-05-25 13:16:35 +0200
committerarjan52023-05-25 13:16:35 +0200
commitd75bd797aa1513220edf651e23f96a22946d8abb (patch)
treee47effb1b43606985419d00de762fa3a2a3d75ed
parentd5e7f60a7fe087b972723ef2d327807f1b67a7be (diff)
downloadaur-d75bd797aa1513220edf651e23f96a22946d8abb.tar.gz
ntfy 2.5.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9864ea82dcff..40e4aec863e8 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.4.0
+ pkgver = 2.5.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.4.0/ntfy_2.4.0_linux_x86_64.tar.gz
+ source_x86_64 = https://github.com/binwiederhier/ntfy/releases/download/v2.5.0/ntfy_2.5.0_linux_x86_64.tar.gz
source_x86_64 = ntfy.sysusers
- sha256sums_x86_64 = 44e97ee8a3973364af8b78972eaf16bdf72800ef973e3919c7a0e2e0bc98b85d
+ sha256sums_x86_64 = 1d78246b30bd4af793528fc7e439aad081d53fb855c513b3439789904e6e044c
sha256sums_x86_64 = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
- source_aarch64 = https://github.com/binwiederhier/ntfy/releases/download/v2.4.0/ntfy_2.4.0_linux_arm64.tar.gz
+ source_aarch64 = https://github.com/binwiederhier/ntfy/releases/download/v2.5.0/ntfy_2.5.0_linux_arm64.tar.gz
source_aarch64 = ntfy.sysusers
- sha256sums_aarch64 = 1f1b1ec17e024c751260c70df98df0cd4b677c22bc65339fcedca8ee8137f9ae
+ sha256sums_aarch64 = cad0afc286d42b4dffb17d261779aad72c6d2fdd6914f50f0d7f15d578471454
sha256sums_aarch64 = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
- source_armv7h = https://github.com/binwiederhier/ntfy/releases/download/v2.4.0/ntfy_2.4.0_linux_armv7.tar.gz
+ source_armv7h = https://github.com/binwiederhier/ntfy/releases/download/v2.5.0/ntfy_2.5.0_linux_armv7.tar.gz
source_armv7h = ntfy.sysusers
- sha256sums_armv7h = 44db5bb97295a801eaadfbefb6a8b20b65192060f52366114675ead0c1ee86cb
+ sha256sums_armv7h = 7166e660e92211c94bc3b376642d027dd05ece2996798ef603a3e96cfe40e115
sha256sums_armv7h = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 37fe9bf23ab0..ca4529a9edfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=2.4.0
+pkgver=2.5.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=('44e97ee8a3973364af8b78972eaf16bdf72800ef973e3919c7a0e2e0bc98b85d'
+sha256sums_x86_64=('1d78246b30bd4af793528fc7e439aad081d53fb855c513b3439789904e6e044c'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
-sha256sums_aarch64=('1f1b1ec17e024c751260c70df98df0cd4b677c22bc65339fcedca8ee8137f9ae'
+sha256sums_aarch64=('cad0afc286d42b4dffb17d261779aad72c6d2fdd6914f50f0d7f15d578471454'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
-sha256sums_armv7h=('44db5bb97295a801eaadfbefb6a8b20b65192060f52366114675ead0c1ee86cb'
+sha256sums_armv7h=('7166e660e92211c94bc3b376642d027dd05ece2996798ef603a3e96cfe40e115'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {