diff --git a/.SRCINFO b/.SRCINFO index a3ad55dbea08c..dc8b0409c8b31 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.11.0 + pkgver = 0.11.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.11.0.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.11.0/Markus-0.11.0.AppImage - sha256sums = 47d58e9eca0a13241cabade6654a66438f9f0b1589a4a862e203a15b854f47f9 + source = Markus-0.11.1.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.11.1/Markus-0.11.1.AppImage + sha256sums = 59a252d1e020acff063fa1c3101554a40e0696a43190e2bb37cd4573a3f49fb3 pkgname = markus-bin diff --git a/PKGBUILD b/PKGBUILD index 8882d8c9ac92b..b3f2c671e278a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=markus-bin _appname=markus-the-editor -pkgver=0.11.0 +pkgver=0.11.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=('47d58e9eca0a13241cabade6654a66438f9f0b1589a4a862e203a15b854f47f9') +sha256sums=('59a252d1e020acff063fa1c3101554a40e0696a43190e2bb37cd4573a3f49fb3') prepare() { chmod +x "Markus-${pkgver}.AppImage"