From e317154ab0666cc2df20a47a68f3de217946d1d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Feb 2026 20:37:42 +0000 Subject: [PATCH] Update to version 0.9.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 412f47dceb103..45653df9c7c35 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = markus-bin pkgdesc = A local WYSIWYG Markdown editor built with Electron, React, and ProseMirror - pkgver = 0.8.0 + pkgver = 0.9.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.8.0.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.8.0/Markus-0.8.0.AppImage - sha256sums = b84a617de8608612c6abcbdb56238a902e8bd1dca61a9980f7b8ff3c859063a8 + source = Markus-0.9.0.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.9.0/Markus-0.9.0.AppImage + sha256sums = a6cdc5170e102515adfd1f46ef5e95c2fa9c26e9cfe8abfbd1cd88ac99253657 pkgname = markus-bin diff --git a/PKGBUILD b/PKGBUILD index fcb7650f6a69d..756f371bc78d0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=markus-bin _appname=markus-the-editor -pkgver=0.8.0 +pkgver=0.9.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=('b84a617de8608612c6abcbdb56238a902e8bd1dca61a9980f7b8ff3c859063a8') +sha256sums=('a6cdc5170e102515adfd1f46ef5e95c2fa9c26e9cfe8abfbd1cd88ac99253657') prepare() { chmod +x "Markus-${pkgver}.AppImage"