mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
28 lines
859 B
JSON
28 lines
859 B
JSON
{
|
|
"version": "0.18.0",
|
|
"description": "A data templating language for app and tool developers",
|
|
"homepage": "https://github.com/google/go-jsonnet",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/google/go-jsonnet/releases/download/v0.18.0/go-jsonnet_0.18.0_Windows_x86_64.tar.gz",
|
|
"hash": "a0857e3d525aa1216f75b2145e44d2d4d2da68285577946269951beb6da91d22"
|
|
}
|
|
},
|
|
"bin": [
|
|
"jsonnet.exe",
|
|
"jsonnetfmt.exe"
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/google/go-jsonnet/releases/download/v$version/go-jsonnet_$version_Windows_x86_64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|