Skip to content

Commit 4d6e843

Browse files
committed
feat: added jsonschema.hcl
1 parent 3fc3917 commit 4d6e843

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

jsonschema.hcl

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
description = "jsonschema – The CLI for working with JSON Schema"
2+
homepage = "https://github.com/sourcemeta/jsonschema"
3+
binaries = ["bin/jsonschema"]
4+
test = "jsonschema --version"
5+
source = "https://github.com/sourcemeta/jsonschema/releases/download/v${version}/jsonschema-${version}-${os}-${arch_}.zip"
6+
vars = {
7+
"arch_": "${arch}",
8+
}
9+
10+
platform "amd64" {
11+
vars = {
12+
"arch_": "x86_64",
13+
}
14+
}
15+
16+
version "10.0.0" "9.6.1" {
17+
auto-version {
18+
github-release = "sourcemeta/jsonschema"
19+
}
20+
}
21+
22+
sha256sums = {
23+
"https://github.com/sourcemeta/jsonschema/releases/download/v10.0.0/jsonschema-10.0.0-linux-arm64.zip": "4b285a050a3b0ade300c3a0d38574ceccc4d938e11b1c1d6da37bb89fb9e2772",
24+
"https://github.com/sourcemeta/jsonschema/releases/download/v10.0.0/jsonschema-10.0.0-linux-x86_64.zip": "4e481a5cf0c7a9f93f527267e70a2ee86f9130308288d349dca8f31cbe552c57",
25+
"https://github.com/sourcemeta/jsonschema/releases/download/v10.0.0/jsonschema-10.0.0-darwin-x86_64.zip": "edc52644f3a110a01a13f49e6c3a62a3b161cf9862b27692dfd522fae6b089c3",
26+
"https://github.com/sourcemeta/jsonschema/releases/download/v10.0.0/jsonschema-10.0.0-darwin-arm64.zip": "83d20fb4714fe61ae805defad185a0e71d6cddca64a28493d811897efc515d2d",
27+
"https://github.com/sourcemeta/jsonschema/releases/download/v9.6.1/jsonschema-9.6.1-linux-x86_64.zip": "17a73d8b70dd1ddb61509acfccbe40caa6a6bf43db1bdb7d4ba80e084b048dd1",
28+
"https://github.com/sourcemeta/jsonschema/releases/download/v9.6.1/jsonschema-9.6.1-darwin-x86_64.zip": "722b9a084454a9543fa9b89915f591726630cd15d29b624b0f71f876c10a2dd3",
29+
"https://github.com/sourcemeta/jsonschema/releases/download/v9.6.1/jsonschema-9.6.1-darwin-arm64.zip": "9124805ecf59433f73183d4a3f9e5c022fa8d90c83e16a2b0590f576c2c265ec",
30+
"https://github.com/sourcemeta/jsonschema/releases/download/v9.6.1/jsonschema-9.6.1-linux-arm64.zip": "6dd47d7bac616e19265387152c0a9e3234ca81ae0fd669e7bfe7cfe8a0fc2441",
31+
}

0 commit comments

Comments
 (0)