summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2dd12ac8df8a..f318368114a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=mark-flowy-bin
-pkgver=0.6.2
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
pkgdesc="Modern markdown editor application, Build fast and efficient workflows."
arch=("x86_64")
url="https://markflowy.vercel.app/"
@@ -22,7 +22,7 @@ depends=(
source=(
"${pkgname%-bin}-${pkgver}.deb::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb"
)
-sha256sums=('400c3a7b2c7334af886f4d6a86147792ab8369dd4eaedac2f083bf7066fa0ec7')
+sha256sums=('68296a0fe860a99b8d69f0ec764bfba8caaed1294f5d9f50e5114302e21b0917')
build() {
bsdtar -xf "${srcdir}/data.tar.gz"
}