diff --git a/.SRCINFO b/.SRCINFO index 01a3051991825..da43ed1d203ef 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.3.1 + pkgver = 0.3.2 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.1.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.3.1/Markus-0.3.1.AppImage - sha256sums = 56fef625914391cfb3d49cd9c62dd375836a06f36ab77b913a92aaefd0ccdeb8 + 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 pkgname = markus-bin diff --git a/PKGBUILD b/PKGBUILD index 5c8737daa6eec..f15d6d489e254 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=markus-bin _appname=markus-the-editor -pkgver=0.3.1 +pkgver=0.3.2 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=('56fef625914391cfb3d49cd9c62dd375836a06f36ab77b913a92aaefd0ccdeb8') +sha256sums=('a75bfe077a7573cdd8bd6c8338e1c3d2ff42cec89f1b0e6a24bd20570683b790') prepare() { chmod +x "Markus-${pkgver}.AppImage"