Update to version 0.3.3

This commit is contained in:
github-actions[bot] 2026-02-04 07:10:47 +00:00
parent 43b6a89b4a
commit 691efabfcf
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.3.2
pkgver = 0.3.3
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.3.2.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.3.2/Markus-0.3.2.AppImage
sha256sums = a75bfe077a7573cdd8bd6c8338e1c3d2ff42cec89f1b0e6a24bd20570683b790
source = Markus-0.3.3.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.3.3/Markus-0.3.3.AppImage
sha256sums = c40d6c3e5a4e6c24a568439666eaf02d3a1ecbb7ded4188681718f214fd369c5
pkgname = markus-bin

View file

@ -2,7 +2,7 @@
pkgname=markus-bin
_appname=markus-the-editor
pkgver=0.3.2
pkgver=0.3.3
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=('a75bfe077a7573cdd8bd6c8338e1c3d2ff42cec89f1b0e6a24bd20570683b790')
sha256sums=('c40d6c3e5a4e6c24a568439666eaf02d3a1ecbb7ded4188681718f214fd369c5')
prepare() {
chmod +x "Markus-${pkgver}.AppImage"