mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
go-jsonnet: Add version 0.17.0
This commit is contained in:
parent
a7517c6cf9
commit
c27a84c98a
29
bucket/go-jsonnet.json
Normal file
29
bucket/go-jsonnet.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"version": "0.17.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.17.0/go-jsonnet_0.17.0_Windows_x86_64.tar.gz",
|
||||||
|
"hash": "d4d56a4e81752b53b301d92066678d036571224383da268896149c087e5a3c03",
|
||||||
|
"extract_dir": "go-jsonnet_0.17.0_Windows_x86_64"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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",
|
||||||
|
"extract_dir": "go-jsonnet_$version_Windows_x86_64"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "$baseurl/checksums.txt"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user