summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hauser2021-03-09 22:05:47 +0100
committerSimon Hauser2021-03-09 22:05:47 +0100
commitfbe3d86a4f8623d0fdd6dad73c7aec8a21c58ce6 (patch)
treef5650c0f1b9228f70bf9dbd7923db8d17600ff62
parentda04153266659eb64a049593602fcfcdc1787620 (diff)
downloadaur-fbe3d86a4f8623d0fdd6dad73c7aec8a21c58ce6.tar.gz
v2.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0394c9a15b0..1d8e50508c6e 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.2
+ pkgver = 2.3.3
pkgrel = 1
url = https://github.com/icewind1991/files_markdown
arch = any
license = AGPL
depends = nextcloud
options = !strip
- source = files_markdown-2.3.2.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v2.3.2/files_markdown.tar.gz
- sha256sums = 0fdbb84db5829b1b6da7916d57bb372ce67655fdf8c8042c2023877f4dc279d0
+ source = files_markdown-2.3.3.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v2.3.3/files_markdown.tar.gz
+ sha256sums = 9b30975a3ec19bac707ab56949f2f69efa2ce61eed2b1a8607d3d78e4f296402
pkgname = nextcloud-app-files-markdown
diff --git a/PKGBUILD b/PKGBUILD
index ea4960d70649..3c56f7914f55 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.2
+pkgver=2.3.3
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=('0fdbb84db5829b1b6da7916d57bb372ce67655fdf8c8042c2023877f4dc279d0')
+sha256sums=('9b30975a3ec19bac707ab56949f2f69efa2ce61eed2b1a8607d3d78e4f296402')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"