Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
nextcloud-app-notify_push
Commits:
8bbbcea3 by Caleb Maclennan at 2024-07-29T19:35:09+03:00
upgpkg: 0.7.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-notify_push
pkgdesc = Update notifications for nextcloud clients
- pkgver = 0.6.12
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/nextcloud/notify_push
install = nextcloud-app-notify_push.install
@@ -12,9 +12,9 @@ pkgbase = nextcloud-app-notify_push
makedepends = rsync
makedepends = yq
optdepends = redis: use a local redis instance
- source =
https://github.com/nextcloud/notify_push/archive/v0.6.12/notify_push-0.6.12.tar.gz
+ source =
https://github.com/nextcloud/notify_push/archive/v0.7.0/notify_push-0.7.0.tar.gz
source = nextcloud-app-notify_push.service
- sha256sums =
4097cc3ff7f9d2208349cb610bcddcee28b1ee2c607f6341c2b788b8487bf06f
+ sha256sums =
50deedb147051bc8e22354a27740b42b33b02ecfe10f3cf9b897835051800e75
sha256sums =
b22b470f9e02d2bbe0c266431948daaadd7e7f007c27a989bdfcb063ee58fac6
pkgname = nextcloud-app-notify_push
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Carlos Galindo < arch -at - cgj.es >
pkgname=nextcloud-app-notify_push
-pkgver=0.6.12
+pkgver=0.7.0
pkgrel=1
pkgdesc='Update notifications for nextcloud clients'
arch=(x86_64)
@@ -18,7 +18,7 @@ groups=(nextcloud-apps)
_archive="${pkgname##*-}-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz"
"$pkgname.service")
-sha256sums=('4097cc3ff7f9d2208349cb610bcddcee28b1ee2c607f6341c2b788b8487bf06f'
+sha256sums=('50deedb147051bc8e22354a27740b42b33b02ecfe10f3cf9b897835051800e75'
'b22b470f9e02d2bbe0c266431948daaadd7e7f007c27a989bdfcb063ee58fac6')
# BEGIN boilerplate nextcloud app version clamping, see also other packages in
group
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-notify_push/-/commit/8bbbcea32eff023b895561cb538a35eeb200c53c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-notify_push/-/commit/8bbbcea32eff023b895561cb538a35eeb200c53c
You're receiving this email because of your account on gitlab.archlinux.org.