summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2021-01-15 10:06:03 +0000
committerJonas Heinrich2021-01-15 10:06:03 +0000
commitadf1d567668be2697ea8f0cbe7cf09c6176e5eb1 (patch)
tree6d8bf127b781ce4aaa704715df9d7f9269d94cdb
parent6c4a37d931b23490dd000495d409f7e155497445 (diff)
downloadaur-adf1d567668be2697ea8f0cbe7cf09c6176e5eb1.tar.gz
update to version 0.0.9
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0ead1f04ae2..09b2207b4e70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextcloud-integration-reddit
pkgdesc = Reddit integration into Nextcloud
- pkgver = 0.0.6
+ pkgver = 0.0.9
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.6/integration_reddit-0.0.6.tar.gz
- sha512sums = cf2ee16572ef492a85cb87b286dbd50aad6832b9772a6404f3c998fd31866b1a5d45090699ae689c4e2eb6c51304b5973815e470c80f930720ebb681e79205cd
+ source = https://github.com/nextcloud/integration_reddit/releases/download/v0.0.9/integration_reddit-0.0.9.tar.gz
+ sha512sums = a5f0a7577a159028fff9793c0d5c5a67bb30cc85aaa541f7793ade32eaf4f190722a6fb20ab7ed328784d4949047117574d885450e5e02c0d364dfceeef33025
pkgname = nextcloud-integration-reddit
diff --git a/PKGBUILD b/PKGBUILD
index c481ed6da9b9..f3b8d3913f67 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-integration-reddit
-pkgver=0.0.6
+pkgver=0.0.9
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=('cf2ee16572ef492a85cb87b286dbd50aad6832b9772a6404f3c998fd31866b1a5d45090699ae689c4e2eb6c51304b5973815e470c80f930720ebb681e79205cd')
+sha512sums=('a5f0a7577a159028fff9793c0d5c5a67bb30cc85aaa541f7793ade32eaf4f190722a6fb20ab7ed328784d4949047117574d885450e5e02c0d364dfceeef33025')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"