summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0e2bceff489..af0100ba7add 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Shayne Hartford <shayneehartford@gmail.com>
+# Maintainer: xotkot
+# Contributor: Shayne Hartford <shayneehartford@gmail.com>
pkgname=jj-bin
_pkgname=jj
-pkgver=1.2.3
+pkgver=1.9.2
pkgrel=1
-pkgdesc="JSON Stream Editor"
+pkgdesc="JSON Stream Editor (command line utility)"
arch=('x86_64')
license=('MIT')
url="https://github.com/tidwall/jj"
source=(https://github.com/tidwall/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver-linux-amd64.tar.gz)
-sha256sums=('ea05a4e1373f5c8cdf66f11c30215ce1441b2ca9c128f5e0ee23338aad4937a7')
+b2sums=('06f4d1c841db44a4aef0b14bffff4207decda2111448b683e6c8f11b72588b70154a68f7b1ad1bbe4a843ff5890c1adda5966a59a414f7f6d74daefc878e33a2')
package() {
cd "$srcdir/$_pkgname-$pkgver-linux-amd64"