summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2021-01-15 10:09:31 +0000
committerJonas Heinrich2021-01-15 10:09:31 +0000
commit9d44f4738f4b6e2b31e496a7d0b918bebb09bf1e (patch)
tree32e13ecab109ac01adc941865a0a4d8245b4193f
parent2df3e2eb92cc03063e60d9e01efd4d57963e1ac0 (diff)
downloadaur-9d44f4738f4b6e2b31e496a7d0b918bebb09bf1e.tar.gz
update to version 0.0.16
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index babcabad1fe0..bd16c4656cc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextcloud-integration-github
pkgdesc = GitHub integration into Nextcloud
- pkgver = 0.0.14
+ pkgver = 0.0.16
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.14/integration_github-0.0.14.tar.gz
- sha512sums = fc25b027cd14fda1d96c38bc1e5611d77acb6f0859c7c116d15df6b84ffaf5599f77dea28a45cbac596a9468ebff64ad2c1da348b0462024aaa814f9fe730249
+ source = https://github.com/nextcloud/integration_github/releases/download/v0.0.16/integration_github-0.0.16.tar.gz
+ sha512sums = 471715ad42dee0e26d94c9542a31c80badbd66d5b7bf388bc9fdcaedad345548e0da4964da2cdd1b3c7af59ebdc75dd1da359c78bf29ce7942206193a68e6073
pkgname = nextcloud-integration-github
diff --git a/PKGBUILD b/PKGBUILD
index f768e51e8499..e0b7048c9e39 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-integration-github
-pkgver=0.0.14
+pkgver=0.0.16
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=('fc25b027cd14fda1d96c38bc1e5611d77acb6f0859c7c116d15df6b84ffaf5599f77dea28a45cbac596a9468ebff64ad2c1da348b0462024aaa814f9fe730249')
+sha512sums=('471715ad42dee0e26d94c9542a31c80badbd66d5b7bf388bc9fdcaedad345548e0da4964da2cdd1b3c7af59ebdc75dd1da359c78bf29ce7942206193a68e6073')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"