summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2021-01-22 11:08:59 +0000
committerJonas Heinrich2021-01-22 11:08:59 +0000
commit87c1af6487c16fc244c36d38897663f8ba271843 (patch)
tree3d176d597145180a20936e9462b7be90b6496f6f
parent9d44f4738f4b6e2b31e496a7d0b918bebb09bf1e (diff)
downloadaur-87c1af6487c16fc244c36d38897663f8ba271843.tar.gz
update to version 0.0.17
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd16c4656cc9..33761c7abed8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextcloud-integration-github
pkgdesc = GitHub integration into Nextcloud
- pkgver = 0.0.16
+ pkgver = 0.0.17
pkgrel = 1
url = https://github.com/nextcloud/integration_github
arch = any
license = AGPL3
depends = nextcloud
options = !strip
- source = https://github.com/nextcloud/integration_github/releases/download/v0.0.16/integration_github-0.0.16.tar.gz
- sha512sums = 471715ad42dee0e26d94c9542a31c80badbd66d5b7bf388bc9fdcaedad345548e0da4964da2cdd1b3c7af59ebdc75dd1da359c78bf29ce7942206193a68e6073
+ source = https://github.com/nextcloud/integration_github/releases/download/v0.0.17/integration_github-0.0.17.tar.gz
+ sha512sums = ba43c4867e255f4ea3788b79c3863894624e6f5b422b142fff5ffbd094ed79857f7f90931c899a1a348a78124536296b2dcc3d680926c255bd8bab25b0e9e310
pkgname = nextcloud-integration-github
diff --git a/PKGBUILD b/PKGBUILD
index e0b7048c9e39..dcc00ab4ff6f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-integration-github
-pkgver=0.0.16
+pkgver=0.0.17
pkgrel=1
pkgdesc="GitHub integration into Nextcloud"
arch=('any')
@@ -12,7 +12,7 @@ depends=('nextcloud')
makedepends=()
options=('!strip')
source=("https://github.com/nextcloud/integration_github/releases/download/v${pkgver}/integration_github-${pkgver}.tar.gz")
-sha512sums=('471715ad42dee0e26d94c9542a31c80badbd66d5b7bf388bc9fdcaedad345548e0da4964da2cdd1b3c7af59ebdc75dd1da359c78bf29ce7942206193a68e6073')
+sha512sums=('ba43c4867e255f4ea3788b79c3863894624e6f5b422b142fff5ffbd094ed79857f7f90931c899a1a348a78124536296b2dcc3d680926c255bd8bab25b0e9e310')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"