summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf1d64f361bc..2e96c72f2396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kenneth Shaw <kenshaw at gmail dot com>
pkgname=fv-cli
-pkgver=0.4.8
+pkgver=0.4.10
pkgrel=1
pkgdesc='A command-line font viewer using terminal graphics (Sixel, iTerm, Kitty)'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -9,7 +9,7 @@ url="https://github.com/kenshaw/fv"
license=('MIT')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('fc1bbbaba0aea199ea91479da59825e86868101a9a8f55239349d89a11655f37')
+sha256sums=('3a86209e85c7fd98635ee81a7e6a37ead50de9036006b5da109214ee155a5c71')
build() {
cd fv-$pkgver