From 673900b4118750c369e076956cc907a95ae94cfc Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Mon, 26 Feb 2024 14:10:57 +0100 Subject: [PATCH] jd: update to 1.8.1. --- srcpkgs/jd/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/jd/template b/srcpkgs/jd/template index ffbfdbbc41d23f..b0594ad6fbdab1 100644 --- a/srcpkgs/jd/template +++ b/srcpkgs/jd/template @@ -1,7 +1,7 @@ # Template file for 'jd' pkgname=jd -version=1.7.1 -revision=3 +version=1.8.1 +revision=1 build_style=go go_import_path="github.com/josephburnett/jd" short_desc="JSON diff and patch" @@ -9,7 +9,11 @@ maintainer="Daniel Lewan " license="MIT" homepage="https://github.com/josephburnett/jd" distfiles="https://github.com/josephburnett/jd/archive/refs/tags/v${version}.tar.gz" -checksum=3d0b693546891bab41ca5c3be859bc760631608c9add559aa561fb751cdd1c92 +checksum=40635f27543f91e656b902b94a2d6e9f4ed627b940484ad59b18fc7fe458f4a9 + +do_check() { + make test +} post_install() { vlicense LICENSE