Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jd: update to 2.1.2. #54399

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/jd/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Template file for 'jd'
pkgname=jd
version=1.9.1
version=2.1.2
revision=1
build_style=go
make_check_target=". ./lib ./v2/..."
go_import_path="github.com/josephburnett/jd"
short_desc="JSON diff and patch"
maintainer="Daniel Lewan <[email protected]>"
license="MIT"
homepage="https://github.com/josephburnett/jd"
distfiles="https://github.com/josephburnett/jd/archive/refs/tags/v${version}.tar.gz"
checksum=92f1b183510874a73327bfb70cb2c0fed2fc1f2d08191f0736dc4863d6766110
checksum=6c39b278a6309e43a00e5c7cb79c838c71263c997f95f8e1ec3c980bccb11a5d

post_install() {
vlicense LICENSE
Expand Down