summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52022-09-28 09:46:42 +0200
committerarjan52022-09-28 09:46:42 +0200
commit3356aa6c343ad0d0b93dd61555f71ff7a846dca7 (patch)
treeeaeb04618b9f7090c664c87a9444747551bd4fbd
parent143112d80f6dbb1f3823787a6829ed8b11bad6de (diff)
downloadaur-3356aa6c343ad0d0b93dd61555f71ff7a846dca7.tar.gz
ntfy 1.28.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92db2aa9085b..2ae4ec54f977 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.27.2
+ pkgver = 1.28.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.27.2/ntfy_1.27.2_linux_x86_64.tar.gz
+ source = https://github.com/binwiederhier/ntfy/releases/download/v1.28.0/ntfy_1.28.0_linux_x86_64.tar.gz
source = ntfy.sysusers
- sha256sums = 31efb36f135b227b249b63b2066738ae37bb6958a6386e07f8c5b0bfca2afdea
+ sha256sums = c485fe97ea8f88722fd4c264d4a3b3ad8092135e2217778f55c326d5ee8da583
sha256sums = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index a52787bc4ef9..9222bb892a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=1.27.2
+pkgver=1.28.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=('31efb36f135b227b249b63b2066738ae37bb6958a6386e07f8c5b0bfca2afdea'
+sha256sums=('c485fe97ea8f88722fd4c264d4a3b3ad8092135e2217778f55c326d5ee8da583'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {