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 86a008ad9da6..1a4cedfd3aa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextcloud-integration-github
pkgdesc = GitHub integration into Nextcloud
- pkgver = 0.0.20
+ pkgver = 1.0.0
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.20/integration_github-0.0.20.tar.gz
- sha512sums = 7de518f0429d6a88942461e2356cf781fc24166957fcaa88b9e16a849c901edbbd20ca40ac502449b02bb017c6e2059ed305d2b8a75bb66fce3a38dee3ddfe75
+ source = https://github.com/nextcloud/integration_github/releases/download/v1.0.0/integration_github-1.0.0.tar.gz
+ sha512sums = 02bd5b83ed7e412f8c74cc411ab5d17458c9db53a89528fee3d22bc0645cddb993c29dc1198e4d5308a73070837f2af66529475c1afce345ca154fed8a488c89
pkgname = nextcloud-integration-github
diff --git a/PKGBUILD b/PKGBUILD
index c62481a12a0c..f2ec463c45a6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-integration-github
-pkgver=0.0.20
+pkgver=1.0.0
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=('7de518f0429d6a88942461e2356cf781fc24166957fcaa88b9e16a849c901edbbd20ca40ac502449b02bb017c6e2059ed305d2b8a75bb66fce3a38dee3ddfe75')
+sha512sums=('02bd5b83ed7e412f8c74cc411ab5d17458c9db53a89528fee3d22bc0645cddb993c29dc1198e4d5308a73070837f2af66529475c1afce345ca154fed8a488c89')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"