mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
jd: update to 2.2.2.
This commit is contained in:
parent
c8b9395928
commit
565894579d
1 changed files with 10 additions and 3 deletions
|
@ -1,16 +1,23 @@
|
||||||
# Template file for 'jd'
|
# Template file for 'jd'
|
||||||
pkgname=jd
|
pkgname=jd
|
||||||
version=1.9.1
|
version=2.2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
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"
|
short_desc="JSON diff and patch"
|
||||||
maintainer="Daniel Lewan <daniel@teddydd.me>"
|
maintainer="Daniel Lewan <daniel@teddydd.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/josephburnett/jd"
|
homepage="https://github.com/josephburnett/jd"
|
||||||
distfiles="https://github.com/josephburnett/jd/archive/refs/tags/v${version}.tar.gz"
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
make test
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue