summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarjan52023-03-01 20:29:41 +0100
committerarjan52023-03-01 20:29:41 +0100
commit2f97654309fd8feab0ebc0db4a213ff4a99fb1c3 (patch)
tree1a24017225c16b624532f5d8b0e545f9c8e572af
parent12bc894a07fcd5000d3eaaafcdcda07026b325fd (diff)
downloadaur-2f97654309fd8feab0ebc0db4a213ff4a99fb1c3.tar.gz
ntfy 2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e53475963b0d..7ee1efc3d990 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.1.0
+ pkgver = 2.1.1
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.1.0/ntfy_2.1.0_linux_x86_64.tar.gz
+ source = https://github.com/binwiederhier/ntfy/releases/download/v2.1.1/ntfy_2.1.1_linux_x86_64.tar.gz
source = ntfy.sysusers
- sha256sums = 1aa913d7f92b463a22946b759f7bd527305a0f2d2ed248732e89626b9c3289ee
+ sha256sums = 1ba5b6e2911ee88b6dfcdd5e3685eb31c4a9859c9a25c714303ba54ea7ee7992
sha256sums = 0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f
pkgname = ntfysh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 60f9b5f95213..1a11586ad4af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=2.1.0
+pkgver=2.1.1
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=('1aa913d7f92b463a22946b759f7bd527305a0f2d2ed248732e89626b9c3289ee'
+sha256sums=('1ba5b6e2911ee88b6dfcdd5e3685eb31c4a9859c9a25c714303ba54ea7ee7992'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {