summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-09-10 11:24:49 +0800
committerzxp198210052023-09-10 11:24:49 +0800
commitcf5b9b7f29b740d2f2b7f55e342f82c19dc3c718 (patch)
tree51629e1261a4c89395581deaa8ba43c12689aa9d
parent285dbebd85add0cf8ae1f27ce4e9117031f18906 (diff)
downloadaur-cf5b9b7f29b740d2f2b7f55e342f82c19dc3c718.tar.gz
update to 2.6.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f80d41b5898..70f0e313c10c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = leafview-bin
pkgdesc = A minimalist image viewer based on Leaflet.js and Electron.
- pkgver = 2.6.1
+ pkgver = 2.6.2
pkgrel = 1
url = https://github.com/sprout2000/leafview
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = leafview-bin
depends = bash
depends = electron26
depends = hicolor-icon-theme
- provides = leafview=2.6.1
+ provides = leafview=2.6.2
conflicts = leafview
- source = leafview-2.6.1.deb::https://github.com/sprout2000/leafview/releases/download/v2.6.1/LeafView-2.6.1-linux-amd64.deb
- source = LICENSE::https://raw.githubusercontent.com/sprout2000/leafview/v2.6.1/LICENSE.md
+ source = leafview-2.6.2.deb::https://github.com/sprout2000/leafview/releases/download/v2.6.2/LeafView-2.6.2-linux-amd64.deb
+ source = LICENSE::https://raw.githubusercontent.com/sprout2000/leafview/v2.6.2/LICENSE.md
source = leafview.sh
- sha256sums = 1c7079c2513345d22e94610b878527114a8a5cacf8ed708bf3246b384cf7544a
+ sha256sums = 1e51cdc88ee9ec390455eed535b6fc94b96d28c7d5eb31bd5e7f583d4f44d1c3
sha256sums = f172a0a7953ce3cda2b0cb38f6a3d28e7dfa9824a8c62de981520af32b9c138f
sha256sums = f656dd4bcac72e33542483aeefaaea49d7fca6fcdf3ff0333081a35602c7568d
diff --git a/PKGBUILD b/PKGBUILD
index 84665f613747..9b857dd673a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=leafview-bin
_pkgname=LeafView
-pkgver=2.6.1
+pkgver=2.6.2
pkgrel=1
pkgdesc="A minimalist image viewer based on Leaflet.js and Electron."
arch=("x86_64")
@@ -13,7 +13,7 @@ depends=('bash' 'electron26' 'hicolor-icon-theme')
source=("${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-amd64.deb"
"LICENSE::https://raw.githubusercontent.com/sprout2000/leafview/v${pkgver}/LICENSE.md"
"${pkgname%-bin}.sh")
-sha256sums=('1c7079c2513345d22e94610b878527114a8a5cacf8ed708bf3246b384cf7544a'
+sha256sums=('1e51cdc88ee9ec390455eed535b6fc94b96d28c7d5eb31bd5e7f583d4f44d1c3'
'f172a0a7953ce3cda2b0cb38f6a3d28e7dfa9824a8c62de981520af32b9c138f'
'f656dd4bcac72e33542483aeefaaea49d7fca6fcdf3ff0333081a35602c7568d')
prepare() {