summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-09-23 00:51:08 +0200
committerNarrat2023-09-23 00:51:08 +0200
commit78dcfd4914024be4a0ab7ee20c58185140ac3a59 (patch)
treed9bb2b7114973468be7eb23a4e2ca29f3c939812
parentca9f953dd0ea2ef23f59cb229aa188d20854f0c1 (diff)
downloadaur-78dcfd4914024be4a0ab7ee20c58185140ac3a59.tar.gz
nextcloud-app-integration-google: update to 1.0.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 418c690153bb..82d2807bbd6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-integration-google
pkgdesc = Google integration in Nextcloud
- pkgver = 1.0.8
+ pkgver = 1.0.9
pkgrel = 1
url = https://github.com/nextcloud/integration_google
arch = any
@@ -8,7 +8,7 @@ pkgbase = nextcloud-app-integration-google
makedepends = nextcloud
makedepends = yq
options = !strip
- source = nextcloud-app-integration-google-1.0.8.tar.gz::https://github.com/nextcloud/integration_google/releases/download/v1.0.8/integration_google-1.0.8.tar.gz
- sha512sums = 54736b8fb2f744652faf6c84282291c707858a659b09da437916780daf5a6564acb3b4199c484bec9dbe96a4f27f07d796934f2d10c0583a36118a3129f28d23
+ source = nextcloud-app-integration-google-1.0.9.tar.gz::https://github.com/nextcloud/integration_google/releases/download/v1.0.9/integration_google-1.0.9.tar.gz
+ sha512sums = 365fc9978187226b19fb1d8b293f1ae081158c62e38a17dd6c50511cbd50f39742bb97384314767ff5a506608f4097f28a14167ab9e91193bef6b3b2c1bfe2c7
pkgname = nextcloud-app-integration-google
diff --git a/PKGBUILD b/PKGBUILD
index 1f61dd7f7beb..5310ce96295a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=integration_google
pkgname=nextcloud-app-integration-google
-pkgver=1.0.8
+pkgver=1.0.9
pkgrel=1
pkgdesc="Google integration in Nextcloud"
arch=('any')
@@ -12,7 +12,7 @@ license=('AGPL3')
makedepends=('nextcloud' 'yq')
options=('!strip')
source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz")
-sha512sums=('54736b8fb2f744652faf6c84282291c707858a659b09da437916780daf5a6564acb3b4199c484bec9dbe96a4f27f07d796934f2d10c0583a36118a3129f28d23')
+sha512sums=('365fc9978187226b19fb1d8b293f1ae081158c62e38a17dd6c50511cbd50f39742bb97384314767ff5a506608f4097f28a14167ab9e91193bef6b3b2c1bfe2c7')
# BEGIN boilerplate nextcloud app version clamping, see also other packages in group