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 af2b0543a049..babcabad1fe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextcloud-integration-github
pkgdesc = GitHub integration into Nextcloud
- pkgver = 0.0.13
+ pkgver = 0.0.14
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.13/integration_github-0.0.13.tar.gz
- sha512sums = d6922a8bd2c19901fdbb7c80774240524a643f22130276545b1979baac8eceafaede3aa5c7109f1770f3ebd14759f63f5a6dd837034435e9e7f669da19f42dcf
+ source = https://github.com/nextcloud/integration_github/releases/download/v0.0.14/integration_github-0.0.14.tar.gz
+ sha512sums = fc25b027cd14fda1d96c38bc1e5611d77acb6f0859c7c116d15df6b84ffaf5599f77dea28a45cbac596a9468ebff64ad2c1da348b0462024aaa814f9fe730249
pkgname = nextcloud-integration-github
diff --git a/PKGBUILD b/PKGBUILD
index d63e4c481231..f768e51e8499 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-integration-github
-pkgver=0.0.13
+pkgver=0.0.14
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=('d6922a8bd2c19901fdbb7c80774240524a643f22130276545b1979baac8eceafaede3aa5c7109f1770f3ebd14759f63f5a6dd837034435e9e7f669da19f42dcf')
+sha512sums=('fc25b027cd14fda1d96c38bc1e5611d77acb6f0859c7c116d15df6b84ffaf5599f77dea28a45cbac596a9468ebff64ad2c1da348b0462024aaa814f9fe730249')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"