From e16e0085e8d1c0eaffaa2ce0bb2ef8c0d69e1ede Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Feb 2026 23:37:15 +0000 Subject: [PATCH] Update to version 0.6.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2e9d7aedd6001..57fbb36a19382 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.5.4 + pkgver = 0.6.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.5.4.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.5.4/Markus-0.5.4.AppImage - sha256sums = 6c22f0657ad409788e0ef1d3709ab754dbb87ac146e034b19000769092d81d4c + source = Markus-0.6.0.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.6.0/Markus-0.6.0.AppImage + sha256sums = 05d93c9beb95d64849d45a7300d6c3f2f63720c12027f93b7901412289d130f2 pkgname = markus-bin diff --git a/PKGBUILD b/PKGBUILD index a1589b3e12cae..70b3fef1caa78 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=markus-bin _appname=markus-the-editor -pkgver=0.5.4 +pkgver=0.6.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=('6c22f0657ad409788e0ef1d3709ab754dbb87ac146e034b19000769092d81d4c') +sha256sums=('05d93c9beb95d64849d45a7300d6c3f2f63720c12027f93b7901412289d130f2') prepare() { chmod +x "Markus-${pkgver}.AppImage"