summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-11-09 17:48:10 +0800
committerzxp198210052023-11-09 17:48:10 +0800
commitcf1a5215a2afd4b5d51b6d084cdeef1fa2bd155b (patch)
treec62150758dbec713e92492f6ea052b11c0230a69
parente3d2955ccf6d83c34762c406db664d1f92328b9d (diff)
downloadaur-cf1a5215a2afd4b5d51b6d084cdeef1fa2bd155b.tar.gz
update to 2.7.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca6956e72b5b..43eda2455917 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.7.4
+ pkgver = 2.7.5
pkgrel = 1
url = https://github.com/sprout2000/leafview
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = leafview-bin
depends = bash
depends = electron27
depends = hicolor-icon-theme
- provides = leafview=2.7.4
+ provides = leafview=2.7.5
conflicts = leafview
- source = leafview-2.7.4.deb::https://github.com/sprout2000/leafview/releases/download/v2.7.4/LeafView-2.7.4-linux-amd64.deb
- source = LICENSE::https://raw.githubusercontent.com/sprout2000/leafview/v2.7.4/LICENSE.md
+ source = leafview-2.7.5.deb::https://github.com/sprout2000/leafview/releases/download/v2.7.5/LeafView-2.7.5-linux-amd64.deb
+ source = LICENSE::https://raw.githubusercontent.com/sprout2000/leafview/v2.7.5/LICENSE.md
source = leafview.sh
- sha256sums = 52345ec503a47404fadbcbb97b4536ca4a7f536feec944464fa91efd5ca8b594
+ sha256sums = 9d4ae0a72ca6a644914e1d57428e0afdfa3b768d24feaffffc1e893c66c780a6
sha256sums = f172a0a7953ce3cda2b0cb38f6a3d28e7dfa9824a8c62de981520af32b9c138f
sha256sums = 5735f93904fd117683d262d02b68075f1e779cf9130184f3cdfce5875e17e859
diff --git a/PKGBUILD b/PKGBUILD
index b71d43a88d62..f76a4868cd88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=leafview-bin
_pkgname=LeafView
-pkgver=2.7.4
+pkgver=2.7.5
pkgrel=1
pkgdesc="A minimalist image viewer based on Leaflet.js and Electron."
arch=("x86_64")
@@ -19,7 +19,7 @@ source=(
"LICENSE::https://raw.githubusercontent.com/sprout2000/leafview/v${pkgver}/LICENSE.md"
"${pkgname%-bin}.sh"
)
-sha256sums=('52345ec503a47404fadbcbb97b4536ca4a7f536feec944464fa91efd5ca8b594'
+sha256sums=('9d4ae0a72ca6a644914e1d57428e0afdfa3b768d24feaffffc1e893c66c780a6'
'f172a0a7953ce3cda2b0cb38f6a3d28e7dfa9824a8c62de981520af32b9c138f'
'5735f93904fd117683d262d02b68075f1e779cf9130184f3cdfce5875e17e859')
build() {