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 9bb21456db27..d3a434a1aca5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextcloud-integration-github
pkgdesc = GitHub integration into Nextcloud
- pkgver = 0.0.6
+ pkgver = 0.0.10
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.6/integration_github-0.0.6.tar.gz
- sha512sums = e91ac77119bf48de25b4ee19816edf2dca4e47241a221ebd1228d5d82a0e4f0de7256319a4cf44db8fcd0cc6a056f273bdd557c221f6ca4058a72e7733fea80a
+ source = https://github.com/nextcloud/integration_github/releases/download/v0.0.10/integration_github-0.0.10.tar.gz
+ sha512sums = 16d102b8912c6bf2762fc07f767c767dbbec0cb892e00e4cab1cb8715e7d7086c98c46b897129d84d0a65efed2a0e585e07fd615a6bbee11ddc4751c2bad82e9
pkgname = nextcloud-integration-github
diff --git a/PKGBUILD b/PKGBUILD
index f5084753f319..8e91382b533f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-integration-github
-pkgver=0.0.6
+pkgver=0.0.10
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=('e91ac77119bf48de25b4ee19816edf2dca4e47241a221ebd1228d5d82a0e4f0de7256319a4cf44db8fcd0cc6a056f273bdd557c221f6ca4058a72e7733fea80a')
+sha512sums=('16d102b8912c6bf2762fc07f767c767dbbec0cb892e00e4cab1cb8715e7d7086c98c46b897129d84d0a65efed2a0e585e07fd615a6bbee11ddc4751c2bad82e9')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"