summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33761c7abed8..86a008ad9da6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextcloud-integration-github
pkgdesc = GitHub integration into Nextcloud
- pkgver = 0.0.17
+ pkgver = 0.0.20
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.17/integration_github-0.0.17.tar.gz
- sha512sums = ba43c4867e255f4ea3788b79c3863894624e6f5b422b142fff5ffbd094ed79857f7f90931c899a1a348a78124536296b2dcc3d680926c255bd8bab25b0e9e310
+ source = https://github.com/nextcloud/integration_github/releases/download/v0.0.20/integration_github-0.0.20.tar.gz
+ sha512sums = 7de518f0429d6a88942461e2356cf781fc24166957fcaa88b9e16a849c901edbbd20ca40ac502449b02bb017c6e2059ed305d2b8a75bb66fce3a38dee3ddfe75
pkgname = nextcloud-integration-github
diff --git a/PKGBUILD b/PKGBUILD
index dcc00ab4ff6f..c62481a12a0c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-integration-github
-pkgver=0.0.17
+pkgver=0.0.20
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=('ba43c4867e255f4ea3788b79c3863894624e6f5b422b142fff5ffbd094ed79857f7f90931c899a1a348a78124536296b2dcc3d680926c255bd8bab25b0e9e310')
+sha512sums=('7de518f0429d6a88942461e2356cf781fc24166957fcaa88b9e16a849c901edbbd20ca40ac502449b02bb017c6e2059ed305d2b8a75bb66fce3a38dee3ddfe75')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"