summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 444506f1186a..f7d3b6f890b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = nextcloud-integration-reddit
pkgdesc = Reddit integration into Nextcloud
- pkgver = 0.0.11
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/nextcloud/integration_reddit
arch = any
license = AGPL3
depends = nextcloud
options = !strip
- source = https://github.com/nextcloud/integration_reddit/releases/download/v0.0.11/integration_reddit-0.0.11.tar.gz
- sha512sums = c8fd14e40681551bb4298b3f36cab91421f6f144c8551dcdc14c0b126a9d63fb7d3f182713e372d02155f8699ec01a87d04e004c6234e8aab35b7874792d6f3a
+ source = https://github.com/nextcloud/integration_reddit/releases/download/v1.0.1/integration_reddit-1.0.1.tar.gz
+ sha512sums = 25f29b861e223f3468d67e2cdfba36725e50031709f6fe1af21f61e730fb0af00d3c5325478f131633e54c94184b8d93c6168d1ad0451152af97df34e035c0b6
pkgname = nextcloud-integration-reddit
-
diff --git a/PKGBUILD b/PKGBUILD
index 495ef16a98c3..23a2efdcb580 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-integration-reddit
-pkgver=0.0.11
+pkgver=1.0.1
pkgrel=1
pkgdesc="Reddit integration into Nextcloud"
arch=('any')
@@ -12,7 +12,7 @@ depends=('nextcloud')
makedepends=()
options=('!strip')
source=("https://github.com/nextcloud/integration_reddit/releases/download/v${pkgver}/integration_reddit-${pkgver}.tar.gz")
-sha512sums=('c8fd14e40681551bb4298b3f36cab91421f6f144c8551dcdc14c0b126a9d63fb7d3f182713e372d02155f8699ec01a87d04e004c6234e8aab35b7874792d6f3a')
+sha512sums=('25f29b861e223f3468d67e2cdfba36725e50031709f6fe1af21f61e730fb0af00d3c5325478f131633e54c94184b8d93c6168d1ad0451152af97df34e035c0b6')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"