mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
jj: update to 1.9.2.
This commit is contained in:
parent
cda8009a6d
commit
e1bcd46929
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'jj'
|
# Template file for 'jj'
|
||||||
pkgname=jj
|
pkgname=jj
|
||||||
version=1.8.0
|
version=1.9.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/tidwall/jj"
|
go_import_path="github.com/tidwall/jj"
|
||||||
go_package="${go_import_path}/cmd/jj"
|
go_package="${go_import_path}/cmd/jj"
|
||||||
|
go_ldflags="-X main.version=${version}"
|
||||||
short_desc="JSON Stream Editor"
|
short_desc="JSON Stream Editor"
|
||||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/tidwall/jj"
|
homepage="https://github.com/tidwall/jj"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/tidwall/jj/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=2715c5ad1d3d903fccda9e591e4faa8541aefa6fbf96ac714828fc0445116a10
|
checksum=a3dafa9f2182bf79f26cdca790ff7106ebc02a50bd72bcc2db58bdbc39ee052f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue