jd: update to 2.2.2.

This commit is contained in:
Daniel Lewan 2025-02-19 12:00:34 +01:00 committed by Duncan Overbruck
parent c8b9395928
commit 565894579d

View file

@ -1,16 +1,23 @@
# Template file for 'jd'
pkgname=jd
version=1.9.1
version=2.2.2
revision=1
build_style=go
go_import_path="github.com/josephburnett/jd"
go_import_path="github.com/josephburnett/jd/v2"
go_package="github.com/josephburnett/jd/v2/jd"
go_mod_mode=default
short_desc="JSON diff and patch"
maintainer="Daniel Lewan <daniel@teddydd.me>"
license="MIT"
homepage="https://github.com/josephburnett/jd"
distfiles="https://github.com/josephburnett/jd/archive/refs/tags/v${version}.tar.gz"
checksum=92f1b183510874a73327bfb70cb2c0fed2fc1f2d08191f0736dc4863d6766110
checksum=85abf994c1f11aa0c2d13db03b2f02cb458e987ceaaccf4200b10193dd2895af
_go_mod_path="./v2/go.mod"
post_install() {
vlicense LICENSE
}
do_check() {
make test
}