summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2021-03-29 11:21:33 +0000
committerJonas Heinrich2021-03-29 11:21:33 +0000
commit46d758ced95692b80fbedc6b838f1b8693f5fc75 (patch)
tree2ebd635292365a61bc0b68187cb2c4cd1a694f7e
parentadf1d567668be2697ea8f0cbe7cf09c6176e5eb1 (diff)
downloadaur-46d758ced95692b80fbedc6b838f1b8693f5fc75.tar.gz
update to version 0.0.11
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09b2207b4e70..444506f1186a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextcloud-integration-reddit
pkgdesc = Reddit integration into Nextcloud
- pkgver = 0.0.9
+ pkgver = 0.0.11
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.9/integration_reddit-0.0.9.tar.gz
- sha512sums = a5f0a7577a159028fff9793c0d5c5a67bb30cc85aaa541f7793ade32eaf4f190722a6fb20ab7ed328784d4949047117574d885450e5e02c0d364dfceeef33025
+ source = https://github.com/nextcloud/integration_reddit/releases/download/v0.0.11/integration_reddit-0.0.11.tar.gz
+ sha512sums = c8fd14e40681551bb4298b3f36cab91421f6f144c8551dcdc14c0b126a9d63fb7d3f182713e372d02155f8699ec01a87d04e004c6234e8aab35b7874792d6f3a
pkgname = nextcloud-integration-reddit
diff --git a/PKGBUILD b/PKGBUILD
index f3b8d3913f67..495ef16a98c3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-integration-reddit
-pkgver=0.0.9
+pkgver=0.0.11
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=('a5f0a7577a159028fff9793c0d5c5a67bb30cc85aaa541f7793ade32eaf4f190722a6fb20ab7ed328784d4949047117574d885450e5e02c0d364dfceeef33025')
+sha512sums=('c8fd14e40681551bb4298b3f36cab91421f6f144c8551dcdc14c0b126a9d63fb7d3f182713e372d02155f8699ec01a87d04e004c6234e8aab35b7874792d6f3a')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"