summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52023-02-26 21:11:03 +0100
committerarjan52023-02-26 21:11:03 +0100
commit12bc894a07fcd5000d3eaaafcdcda07026b325fd (patch)
treeeff9c7932eb32e625cd579308d8f58183fec7d20
parenta16ea9e42f31ed910d852f5a37a6ddfeaf9c49e3 (diff)
downloadaur-12bc894a07fcd5000d3eaaafcdcda07026b325fd.tar.gz
ntfy 2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 792750b9762d..e53475963b0d 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.0.1
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/binwiederhier/ntfy
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = ntfysh-bin
conflicts = ntfy
backup = etc/ntfy/server.yml
backup = etc/ntfy/client.yml
- source = https://github.com/binwiederhier/ntfy/releases/download/v2.0.1/ntfy_2.0.1_linux_x86_64.tar.gz
+ source = https://github.com/binwiederhier/ntfy/releases/download/v2.1.0/ntfy_2.1.0_linux_x86_64.tar.gz
source = ntfy.sysusers
- sha256sums = e3da79a6772e3561e7cc6927f918dbfc3a985f56bc53688ec1a4ca0dfe164fff
+ sha256sums = 1aa913d7f92b463a22946b759f7bd527305a0f2d2ed248732e89626b9c3289ee
sha256sums = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 184cee0ddc75..60f9b5f95213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=2.0.1
+pkgver=2.1.0
pkgrel=1
pkgdesc="Send push notifications to your phone or desktop using PUT/POST"
arch=('x86_64' 'aarch64' 'armv7h')
@@ -16,7 +16,7 @@ source=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_${arch}
"${_pkgname}.sysusers")
backup=('etc/ntfy/server.yml' 'etc/ntfy/client.yml')
-sha256sums=('e3da79a6772e3561e7cc6927f918dbfc3a985f56bc53688ec1a4ca0dfe164fff'
+sha256sums=('1aa913d7f92b463a22946b759f7bd527305a0f2d2ed248732e89626b9c3289ee'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {