diff --git a/.SRCINFO b/.SRCINFO index 91007a8af00bf..09283d07480ec 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.0 + pkgver = 0.5.1 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.0.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.5.0/Markus-0.5.0.AppImage - sha256sums = 6825f97387de192afbadc01ca5ca8c592d45113cc7ba47374f1e84e39b6e6388 + source = Markus-0.5.1.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.5.1/Markus-0.5.1.AppImage + sha256sums = b5cd24f1a04745f6586eec1a5ff73e4e9b735fe2cf192d562512ff20b8582294 pkgname = markus-bin diff --git a/PKGBUILD b/PKGBUILD index 271b63cfa1da0..3b594acc16b0e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=markus-bin _appname=markus-the-editor -pkgver=0.5.0 +pkgver=0.5.1 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=('6825f97387de192afbadc01ca5ca8c592d45113cc7ba47374f1e84e39b6e6388') +sha256sums=('b5cd24f1a04745f6586eec1a5ff73e4e9b735fe2cf192d562512ff20b8582294') prepare() { chmod +x "Markus-${pkgver}.AppImage"