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 0de255dfee58..8a055a2898a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Carl Smedstad <carl.smedstad at protonmail dot com>
# Contributor: Asuka Minato <i at asukaminato dot eu dot org>
pkgname=jnv-bin
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=1
pkgdesc="Interactive JSON filter using jq"
arch=(x86_64)
@@ -12,7 +12,7 @@ depends=(
glibc
)
source=("$pkgname-$pkgver.tar.xz::https://github.com/ynqa/jnv/releases/download/v$pkgver/jnv-x86_64-unknown-linux-gnu.tar.xz")
-sha256sums=('ea81ae2da23a6e35d5df5d605f74ebfad1cba9a4c93090ba52276abc52e09feb')
+sha256sums=('1755327720b84189a4a8e718ef5a8c22ea3d6308d38e24c7e80a085a398b96a2')
package() {
find $srcdir -name "jnv" -print -exec install -Dm755 -t "$pkgdir/usr/bin" {} \;