summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcryzfix2022-05-02 23:57:10 +0400
committercryzfix2022-05-02 23:57:10 +0400
commitc283922149e6b343cdc5ed4ec6278bdab9e6eb7e (patch)
treed58c255e4e5f4b2a8ccf1f0319f5b92ac618515c
parente3c67b4b2cae4631f600cae336fddcb47bc99830 (diff)
downloadaur-c283922149e6b343cdc5ed4ec6278bdab9e6eb7e.tar.gz
Update to 2.3.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba9931858d1e..f76017e17d9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nextcloud-app-files-markdown
pkgdesc = Markdown Editor extends the Nextcloud text editor with a live preview for markdown files.
- pkgver = 2.3.4
+ pkgver = 2.3.6
pkgrel = 1
url = https://github.com/icewind1991/files_markdown
arch = any
license = AGPL
depends = nextcloud
options = !strip
- source = files_markdown-2.3.4.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v2.3.4/files_markdown.tar.gz
- sha256sums = 4e5217486ed72db5e1d906a7101082ca486dca1a8acbcbc6aa297acf30c59025
+ source = files_markdown-2.3.6.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v2.3.6/files_markdown.tar.gz
+ sha256sums = eafacf34a70f989e03b8c5cdf3fa1132bfc1fdd4e5267d861a2ff0e2ddb08a69
pkgname = nextcloud-app-files-markdown
diff --git a/PKGBUILD b/PKGBUILD
index d8470b7058f6..e073429720e2 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.4
+pkgver=2.3.6
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=('4e5217486ed72db5e1d906a7101082ca486dca1a8acbcbc6aa297acf30c59025')
+sha256sums=('eafacf34a70f989e03b8c5cdf3fa1132bfc1fdd4e5267d861a2ff0e2ddb08a69')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"