summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2020-10-13 08:10:16 +0000
committerJonas Heinrich2020-10-13 08:10:16 +0000
commite43d201c29d5212edcea297326c41a0be23558a7 (patch)
tree09e915408f1a92c2ae65bb09fe78de7cf61a237e
parentfb764fc93185ecc9e5dd4edb73d7dbdc97237510 (diff)
downloadaur-e43d201c29d5212edcea297326c41a0be23558a7.tar.gz
updated to version 0.0.6
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98233311e643..9bb21456db27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextcloud-integration-github
pkgdesc = GitHub integration into Nextcloud
- pkgver = 0.0.5
+ pkgver = 0.0.6
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.5/integration_github-0.0.5.tar.gz
- sha512sums = 159029ed661e73d5a646e0bed53e91004043366f7b0839d779e8e3ce8a1c862bf7d29489c676f4520b86d62b9810e4b7c8c56b407b9c9dcbbdad3f57899cdeaf
+ source = https://github.com/nextcloud/integration_github/releases/download/v0.0.6/integration_github-0.0.6.tar.gz
+ sha512sums = e91ac77119bf48de25b4ee19816edf2dca4e47241a221ebd1228d5d82a0e4f0de7256319a4cf44db8fcd0cc6a056f273bdd557c221f6ca4058a72e7733fea80a
pkgname = nextcloud-integration-github
diff --git a/PKGBUILD b/PKGBUILD
index 55b39907c28e..f5084753f319 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-integration-github
-pkgver=0.0.5
+pkgver=0.0.6
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=('159029ed661e73d5a646e0bed53e91004043366f7b0839d779e8e3ce8a1c862bf7d29489c676f4520b86d62b9810e4b7c8c56b407b9c9dcbbdad3f57899cdeaf')
+sha512sums=('e91ac77119bf48de25b4ee19816edf2dca4e47241a221ebd1228d5d82a0e4f0de7256319a4cf44db8fcd0cc6a056f273bdd557c221f6ca4058a72e7733fea80a')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"