summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNonya Bizness2022-11-24 13:06:25 -0800
committerarjan52022-12-16 17:21:10 +0100
commit588b6a2b0ee764b5976803ae41320a1e6f80e14a (patch)
treecd76d2680a27354069d908217369539da766a4c6
parent3356aa6c343ad0d0b93dd61555f71ff7a846dca7 (diff)
downloadaur-588b6a2b0ee764b5976803ae41320a1e6f80e14a.tar.gz
Added new version, and added more architectures like m040601 suggested.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9222bb892a11..25984ea42214 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_pkgname=ntfy
pkgname=${_pkgname}sh-bin
-pkgver=1.28.0
+pkgver=1.29.1
pkgrel=1
pkgdesc="Send push notifications to your phone or desktop using PUT/POST"
-arch=("x86_64")
+arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/binwiederhier/ntfy"
license=('GPL2')
depends=()
@@ -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=('c485fe97ea8f88722fd4c264d4a3b3ad8092135e2217778f55c326d5ee8da583'
+sha256sums=('81f7e467c41aef9a3d78d6d0133fc8e10559715416eb121a14176e8ee2bd0ae5'
'0799a140256072b350b56c1b2db5fc21c94c6992277d6d1364c28ddf7058cc8f')
package() {