mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
go-jsonnet: Update to version 0.21.0 (#7137)
Fixes excavator errors due to upstream artifact naming change. Also adds ARM 64 and 32bit architecture.
This commit is contained in:
parent
e09fd6abf1
commit
2dc50ce725
@ -1,23 +1,39 @@
|
||||
{
|
||||
"version": "0.20.0",
|
||||
"version": "0.21.0",
|
||||
"description": "A data templating language for app and tool developers",
|
||||
"homepage": "https://github.com/google/go-jsonnet",
|
||||
"homepage": "https://jsonnet.org/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/google/go-jsonnet/releases/download/v0.20.0/go-jsonnet_0.20.0_Windows_x86_64.tar.gz",
|
||||
"hash": "82440a646a8d29487a243afc880db245f612a205d3eccbb900bc76d7a4049ad1"
|
||||
"url": "https://github.com/google/go-jsonnet/releases/download/v0.21.0/go-jsonnet_Windows_x86_64.tar.gz",
|
||||
"hash": "81d71a287ee5dfd0860831eeac281a7327ce8876d5fe9a8b7e19726dbbc0ce4f"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/google/go-jsonnet/releases/download/v0.21.0/go-jsonnet_Windows_arm64.tar.gz",
|
||||
"hash": "5244713590b976d8cb675aba57434b2fa667663c299fe777a478c01c86e46341"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/google/go-jsonnet/releases/download/v0.21.0/go-jsonnet_Windows_i386.tar.gz",
|
||||
"hash": "93921aa0bd999ed45348e862ffbb1649c8939020468f52f80176a86b71e9978e"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
"jsonnet.exe",
|
||||
"jsonnetfmt.exe"
|
||||
],
|
||||
"checkver": "github",
|
||||
"checkver": {
|
||||
"github": "https://github.com/google/go-jsonnet"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/google/go-jsonnet/releases/download/v$version/go-jsonnet_$version_Windows_x86_64.tar.gz"
|
||||
"url": "https://github.com/google/go-jsonnet/releases/download/v$version/go-jsonnet_Windows_x86_64.tar.gz"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/google/go-jsonnet/releases/download/v$version/go-jsonnet_Windows_arm64.tar.gz"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/google/go-jsonnet/releases/download/v$version/go-jsonnet_Windows_i386.tar.gz"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user