summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52022-01-17 12:18:48 +0100
committerarjan52022-01-17 12:18:48 +0100
commit7acf91035ce25e07154ba2a99dc55b71cf2e7105 (patch)
tree3003565ba18869da5aaf19714d07241c2fe230a5
parentbff8d7bbe6c303a6a80988e970ae304289b44f3d (diff)
downloadaur-7acf91035ce25e07154ba2a99dc55b71cf2e7105.tar.gz
ntfy 1.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd350f6abef8..ef8c60f2671e 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.12.1
+ pkgver = 1.13.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.12.1/ntfy_1.12.1_linux_x86_64.tar.gz
+ source = https://github.com/binwiederhier/ntfy/releases/download/v1.13.0/ntfy_1.13.0_linux_x86_64.tar.gz
source = ntfy.sysusers
- sha256sums = 1580ce89b7fc6bb7c46479abfd29268439fa0437978aac5b8257c1acc1ce3d1c
+ sha256sums = f0d25ee59ede4bb0656a5fa9d8a0dfdc47724ac6553c55032223c80ad3bcbd0f
sha256sums = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0aa1f5402faf..c220ae2eb0f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=1.12.1
+pkgver=1.13.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=('1580ce89b7fc6bb7c46479abfd29268439fa0437978aac5b8257c1acc1ce3d1c'
+sha256sums=('f0d25ee59ede4bb0656a5fa9d8a0dfdc47724ac6553c55032223c80ad3bcbd0f'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {