Update to version 0.11.0

This commit is contained in:
github-actions[bot] 2026-03-04 00:46:56 +00:00
parent e0c2d8bb11
commit 1504171125
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = markus-bin
pkgdesc = A local WYSIWYG Markdown editor built with Electron, React, and ProseMirror
pkgver = 0.10.0
pkgver = 0.11.0
pkgrel = 1
url = https://github.com/benquemax/markus-the-editor
arch = x86_64
@ -19,7 +19,7 @@ pkgbase = markus-bin
conflicts = markus-the-editor
options = !strip
options = !debug
source = Markus-0.10.0.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.10.0/Markus-0.10.0.AppImage
sha256sums = e279e43afb6287e47290c6c8cc9f8b391e26c6f668afd55d450e62ef599b47f4
source = Markus-0.11.0.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.11.0/Markus-0.11.0.AppImage
sha256sums = 47d58e9eca0a13241cabade6654a66438f9f0b1589a4a862e203a15b854f47f9
pkgname = markus-bin

View file

@ -2,7 +2,7 @@
pkgname=markus-bin
_appname=markus-the-editor
pkgver=0.10.0
pkgver=0.11.0
pkgrel=1
pkgdesc="A local WYSIWYG Markdown editor built with Electron, React, and ProseMirror"
arch=('x86_64')
@ -14,7 +14,7 @@ provides=('markus' 'markus-the-editor')
conflicts=('markus' 'markus-the-editor')
options=('!strip' '!debug')
source=("Markus-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/Markus-${pkgver}.AppImage")
sha256sums=('e279e43afb6287e47290c6c8cc9f8b391e26c6f668afd55d450e62ef599b47f4')
sha256sums=('47d58e9eca0a13241cabade6654a66438f9f0b1589a4a862e203a15b854f47f9')
prepare() {
chmod +x "Markus-${pkgver}.AppImage"