summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCryZFix2023-09-11 15:50:29 +0400
committerCryZFix2023-09-11 15:50:29 +0400
commit66569fabd4883ffeaaf82da2609dc26d1ea40dbf (patch)
tree8303c7cffdb1a287bdfc14a9d6d4fd9bfc2488ad
parent66da3cb7a88513ee883fb18ab1d1f1cc8723b675 (diff)
downloadaur-66569fabd4883ffeaaf82da2609dc26d1ea40dbf.tar.gz
bump to 2.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05c9a1d04b3e..9b4f3f5a7e5a 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.4.0
+ pkgver = 2.4.1
pkgrel = 1
url = https://github.com/icewind1991/files_markdown
arch = any
license = AGPL
depends = nextcloud
options = !strip
- 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
+ source = files_markdown-2.4.1.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v2.4.1/files_markdown-v2.4.1.tar.gz
+ sha256sums = e80f4831f45b29c175f9eb7ba73145e339590e67a0c79eb6727c98b0e16c5735
pkgname = nextcloud-app-files-markdown
diff --git a/PKGBUILD b/PKGBUILD
index 6d45979671ad..2b24a0819789 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.4.0
+pkgver=2.4.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-v${pkgver}.tar.gz")
-sha256sums=('e121093ed9fa08eea03ee5591082476a6068a7111b02ead63a70b631c9d44fc6')
+sha256sums=('e80f4831f45b29c175f9eb7ba73145e339590e67a0c79eb6727c98b0e16c5735')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"