summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hauser2020-09-23 20:44:23 +0200
committerSimon Hauser2020-09-23 20:44:23 +0200
commit7e5447339a87b355bb2a21caae68b5022cc6513b (patch)
treeec372d4efa8a378f5581ef947ef09b1d4d84ace4
parent439ed057a1910b0d698bba5597158cbe21fb2ee4 (diff)
downloadaur-7e5447339a87b355bb2a21caae68b5022cc6513b.tar.gz
v2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ad15b79b605..f740b49194fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextcloud-app-files-markdown
pkgdesc = Markdown Editor extends the Nextcloud text editor with a live preview for markdown files.
- pkgver = 2.3.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/icewind1991/files_markdown
arch = any
license = AGPL
depends = nextcloud
options = !strip
- source = files_markdown-2.3.0.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v2.3.0/files_markdown.tar.gz
- sha256sums = b90ade2a55d21c9a68196672ea19f0a89dea26d5d117e2ac6b3a469f270174d2
+ source = files_markdown-2.3.1.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v2.3.1/files_markdown.tar.gz
+ sha256sums = a75ac5f1f978410ff759b269d0ac9e39f1d4cbf26eda7408c7385895447added
pkgname = nextcloud-app-files-markdown
diff --git a/PKGBUILD b/PKGBUILD
index 12a65ecb22d1..47b7ee4865ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgdesc='Markdown Editor extends the Nextcloud text editor with a live preview for markdown files.'
pkgname=('nextcloud-app-files-markdown')
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
arch=('any')
license=('AGPL')
@@ -13,7 +13,7 @@ makedepends=()
depends=('nextcloud')
options=('!strip')
source=("files_markdown-${pkgver}.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v${pkgver}/files_markdown.tar.gz")
-sha256sums=('b90ade2a55d21c9a68196672ea19f0a89dea26d5d117e2ac6b3a469f270174d2')
+sha256sums=('a75ac5f1f978410ff759b269d0ac9e39f1d4cbf26eda7408c7385895447added')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"