summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52022-07-02 11:10:56 +0200
committerarjan52022-07-02 11:10:56 +0200
commit143112d80f6dbb1f3823787a6829ed8b11bad6de (patch)
tree98e9e8e76db796b043fd0311ff96bc62f91727d8
parent685a17ba3c6c1b0cbfd22d41ae0643a61c78cfde (diff)
downloadaur-143112d80f6dbb1f3823787a6829ed8b11bad6de.tar.gz
ntfy 1.27.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a76889e99501..92db2aa9085b 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.26.0
+ pkgver = 1.27.2
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.26.0/ntfy_1.26.0_linux_x86_64.tar.gz
+ source = https://github.com/binwiederhier/ntfy/releases/download/v1.27.2/ntfy_1.27.2_linux_x86_64.tar.gz
source = ntfy.sysusers
- sha256sums = 709e4185fe47d1d099a2dbb93ad8e0d2e7528457b26280addc2f31a9bb9db959
+ sha256sums = 31efb36f135b227b249b63b2066738ae37bb6958a6386e07f8c5b0bfca2afdea
sha256sums = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5ad111557f07..a52787bc4ef9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=1.26.0
+pkgver=1.27.2
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=('709e4185fe47d1d099a2dbb93ad8e0d2e7528457b26280addc2f31a9bb9db959'
+sha256sums=('31efb36f135b227b249b63b2066738ae37bb6958a6386e07f8c5b0bfca2afdea'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {