summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCryZFix2023-07-20 11:50:34 +0400
committerCryZFix2023-07-20 11:50:34 +0400
commit66da3cb7a88513ee883fb18ab1d1f1cc8723b675 (patch)
treec5e83be6d071a5fb17fb7f7f31026ad53dbbc72c
parentc283922149e6b343cdc5ed4ec6278bdab9e6eb7e (diff)
downloadaur-66da3cb7a88513ee883fb18ab1d1f1cc8723b675.tar.gz
bump to 2.4.0 version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f76017e17d9f..05c9a1d04b3e 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.6
+ pkgver = 2.4.0
pkgrel = 1
url = https://github.com/icewind1991/files_markdown
arch = any
license = AGPL
depends = nextcloud
options = !strip
- 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
+ source = files_markdown-2.4.0.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v2.4.0/files_markdown-v2.4.0.tar.gz
+ sha256sums = e121093ed9fa08eea03ee5591082476a6068a7111b02ead63a70b631c9d44fc6
pkgname = nextcloud-app-files-markdown
diff --git a/PKGBUILD b/PKGBUILD
index e073429720e2..6d45979671ad 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.6
+pkgver=2.4.0
pkgrel=1
arch=('any')
license=('AGPL')
@@ -12,8 +12,8 @@ url="https://github.com/icewind1991/files_markdown"
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=('eafacf34a70f989e03b8c5cdf3fa1132bfc1fdd4e5267d861a2ff0e2ddb08a69')
+source=("files_markdown-${pkgver}.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v${pkgver}/files_markdown-v${pkgver}.tar.gz")
+sha256sums=('e121093ed9fa08eea03ee5591082476a6068a7111b02ead63a70b631c9d44fc6')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"