summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6779749c524..914d8091c518 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lvce-bin
pkgdesc = VS Code inspired text editor that mostly runs in a webworker
- pkgver = 0.16.22
+ pkgver = 0.17.1
pkgrel = 1
url = https://lvce-editor.github.io/lvce-editor
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = lvce-bin
depends = electron25
provides = lvce
conflicts = lvce
- source = lvce-0.16.22.deb::https://github.com/lvce-editor/lvce-editor/releases/download/v0.16.22/lvce-v0.16.22_amd64.deb
+ source = lvce-0.17.1.deb::https://github.com/lvce-editor/lvce-editor/releases/download/v0.17.1/lvce-v0.17.1_amd64.deb
source = LICENSE::https://raw.githubusercontent.com/lvce-editor/lvce-editor/main/LICENSE
source = lvce.sh
- sha256sums = 6f5b27f0da994cab5c3820043c3c8ad0e2675b2a5de799a885ad90a7b7136da1
+ sha256sums = 0a4e802bfabe8e6246002625a946c2c020b1ca080d257a3c3f6bf48fe4200f01
sha256sums = 7736b1dbda2b18af09232f9eb619e4d3d79d855058cc7494853f25d1553ed00b
sha256sums = 6802eb4f452861f148243b922e31196429bf7fe78ff5ef36a4c449b9a4e9a45e
diff --git a/PKGBUILD b/PKGBUILD
index 099da5904a29..a579fb2122d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=lvce-bin
-pkgver=0.16.22
+pkgver=0.17.1
pkgrel=1
pkgdesc="VS Code inspired text editor that mostly runs in a webworker"
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=('asar')
source=("${pkgname%-bin}-${pkgver}.deb::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}-v${pkgver}_amd64.deb"
"LICENSE::https://raw.githubusercontent.com/lvce-editor/lvce-editor/main/LICENSE"
"${pkgname%-bin}.sh")
-sha256sums=('6f5b27f0da994cab5c3820043c3c8ad0e2675b2a5de799a885ad90a7b7136da1'
+sha256sums=('0a4e802bfabe8e6246002625a946c2c020b1ca080d257a3c3f6bf48fe4200f01'
'7736b1dbda2b18af09232f9eb619e4d3d79d855058cc7494853f25d1553ed00b'
'6802eb4f452861f148243b922e31196429bf7fe78ff5ef36a4c449b9a4e9a45e')
package() {