mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
jid: update to 0.7.3.
This commit is contained in:
parent
1e869ed3ed
commit
ff056ff654
1 changed files with 6 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'jid'
|
# Template file for 'jid'
|
||||||
pkgname=jid
|
pkgname=jid
|
||||||
version=0.7.2
|
version=0.7.3
|
||||||
revision=10
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/simeji/jid"
|
go_import_path=github.com/simeji/jid
|
||||||
go_package="github.com/simeji/jid/cmd/jid"
|
go_package=github.com/simeji/jid/cmd/jid
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Drill down JSON interactively by using filtering queries"
|
short_desc="Drill down JSON interactively by using filtering queries"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/simeji/jid"
|
homepage="https://github.com/simeji/jid"
|
||||||
distfiles="https://github.com/simeji/jid/archive/${version}.tar.gz"
|
distfiles="https://github.com/simeji/jid/archive/v${version}.tar.gz"
|
||||||
checksum=a16932049fb617fd7490742fcd3b5f131873309a12d97adbaf41a882cd1b99d1
|
checksum=4565030bdf22f831007ecc214fbd14205855b3dff98f7acc8dc6e1f7a2591820
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue