summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-11-09 09:42:19 +0800
committerzxp198210052023-11-09 09:42:19 +0800
commite3d2955ccf6d83c34762c406db664d1f92328b9d (patch)
tree07c67c3b11be65d21ebaf0b4fda4d78385ded5bf
parenta6b40c3191c845facc2c8d372bfc88c45463a56c (diff)
downloadaur-e3d2955ccf6d83c34762c406db664d1f92328b9d.tar.gz
update to 2.7.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 800f6161685d..ca6956e72b5b 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.3
+ pkgver = 2.7.4
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.3
+ provides = leafview=2.7.4
conflicts = leafview
- source = leafview-2.7.3.deb::https://github.com/sprout2000/leafview/releases/download/v2.7.3/LeafView-2.7.3-linux-amd64.deb
- source = LICENSE::https://raw.githubusercontent.com/sprout2000/leafview/v2.7.3/LICENSE.md
+ 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.sh
- sha256sums = 5267940e5a6d4d16fdf7b69623be0355df8d5056b9532b08719cfd602bda5890
+ sha256sums = 52345ec503a47404fadbcbb97b4536ca4a7f536feec944464fa91efd5ca8b594
sha256sums = f172a0a7953ce3cda2b0cb38f6a3d28e7dfa9824a8c62de981520af32b9c138f
sha256sums = 5735f93904fd117683d262d02b68075f1e779cf9130184f3cdfce5875e17e859
diff --git a/PKGBUILD b/PKGBUILD
index dcf5b9da4fea..b71d43a88d62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=leafview-bin
_pkgname=LeafView
-pkgver=2.7.3
+pkgver=2.7.4
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=('5267940e5a6d4d16fdf7b69623be0355df8d5056b9532b08719cfd602bda5890'
+sha256sums=('52345ec503a47404fadbcbb97b4536ca4a7f536feec944464fa91efd5ca8b594'
'f172a0a7953ce3cda2b0cb38f6a3d28e7dfa9824a8c62de981520af32b9c138f'
'5735f93904fd117683d262d02b68075f1e779cf9130184f3cdfce5875e17e859')
build() {