summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Klomp2019-02-08 22:31:01 +0100
committerSven Klomp2019-02-08 22:31:01 +0100
commitbd8a8ce1f8c69485e67c2644465b30447a05dc65 (patch)
treeaf3de3b8da290e5c70588b96dbb8fd20c80221fd
parentf9483ba6b3aac695199aee4a6aa2f35817608eab (diff)
downloadaur-bd8a8ce1f8c69485e67c2644465b30447a05dc65.tar.gz
Update to 2.0.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6317baf1fa2..acffe5745385 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Jan 17 19:39:39 UTC 2018
+# Fri Feb 8 21:30:43 UTC 2019
pkgbase = nextcloud-app-files-markdown
pkgdesc = Markdown Editor extends the Nextcloud text editor with a live preview for markdown files.
- pkgver = 2.0.1
+ pkgver = 2.0.5
pkgrel = 1
url = https://github.com/icewind1991/files_markdown
arch = any
license = AGPL
depends = nextcloud
options = !strip
- source = files_markdown-2.0.1.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v2.0.1/files_markdown.tar.gz
- sha256sums = c95dbcd2a470262973c7f19b3445a82717acaa7702579f57167842596b04e7a4
+ source = files_markdown-2.0.5.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v2.0.5/files_markdown.tar.gz
+ sha256sums = d5272b18b3005642b8e4fa46fbba726ab62e526f2370cc67c5c2b96d18f1fbb7
pkgname = nextcloud-app-files-markdown
diff --git a/PKGBUILD b/PKGBUILD
index 784c18d25179..d24df5cae737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgdesc='Markdown Editor extends the Nextcloud text editor with a live preview for markdown files.'
pkgname=('nextcloud-app-files-markdown')
-pkgver=2.0.1
+pkgver=2.0.5
pkgrel=1
arch=('any')
license=('AGPL')
@@ -11,7 +11,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=('c95dbcd2a470262973c7f19b3445a82717acaa7702579f57167842596b04e7a4')
+sha256sums=('d5272b18b3005642b8e4fa46fbba726ab62e526f2370cc67c5c2b96d18f1fbb7')
package() {