-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathjd.hcl
27 lines (23 loc) · 843 Bytes
/
jd.hcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
description = "JSON diff and patch"
binaries = ["jd"]
source = "https://github.com/josephburnett/jd/releases/download/v${version}/jd-${arch}-${os}"
on "unpack" {
rename {
from = "${root}/jd-${arch}-${os}"
to = "${root}/jd"
}
chmod {
file = "${root}/jd"
mode = 755
}
}
version "1.9.1" {
auto-version {
github-release = "josephburnett/jd"
}
}
sha256sums = {
"https://github.com/josephburnett/jd/releases/download/v1.9.1/jd-amd64-linux": "382a69c0720a94515cb07bf8e0b89fbfa577140fc92e23b128455b5ae682e523",
"https://github.com/josephburnett/jd/releases/download/v1.9.1/jd-amd64-darwin": "7cda0be31188f8388ba537161a4f3aaaaba58bca5707be86980de759ae90c2b7",
"https://github.com/josephburnett/jd/releases/download/v1.9.1/jd-arm64-darwin": "8f34988fc77c577157b57ad22b8e3624f033396715cae208cc368eeb7f6d6823",
}