jj: update to 1.9.2.
This commit is contained in:
parent
cda8009a6d
commit
e1bcd46929
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'jj'
|
||||
pkgname=jj
|
||||
version=1.8.0
|
||||
version=1.9.2
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/tidwall/jj"
|
||||
go_package="${go_import_path}/cmd/jj"
|
||||
go_ldflags="-X main.version=${version}"
|
||||
short_desc="JSON Stream Editor"
|
||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/tidwall/jj"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=2715c5ad1d3d903fccda9e591e4faa8541aefa6fbf96ac714828fc0445116a10
|
||||
distfiles="https://github.com/tidwall/jj/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=a3dafa9f2182bf79f26cdca790ff7106ebc02a50bd72bcc2db58bdbc39ee052f
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue