mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
ytt@0.45.0: Add arm64 architecture (#4738)
* ytt@0.45.0: Fix upstream url * ytt@0.45.0: Add arm64 architecture
This commit is contained in:
parent
cc63f28dc7
commit
11f1e5b510
@ -5,18 +5,25 @@
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/vmware-tanzu/carvel-ytt/releases/download/v0.45.0/ytt-windows-amd64.exe#/ytt.exe",
|
||||
"url": "https://github.com/carvel-dev/ytt/releases/download/v0.45.0/ytt-windows-amd64.exe#/ytt.exe",
|
||||
"hash": "49a857875a07640dc3a5e522cbc19ef2f9ba74b8c2047848b845b20d0addc4a8"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/carvel-dev/ytt/releases/download/v0.45.0/ytt-windows-arm64.exe#/ytt.exe",
|
||||
"hash": "e381003ecf167e9a7dadf5a18026511f08a1c5fd9a393ad565650e3c7d444be2"
|
||||
}
|
||||
},
|
||||
"bin": "ytt.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/vmware-tanzu/carvel-ytt"
|
||||
"github": "https://github.com/carvel-dev/ytt"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/vmware-tanzu/carvel-ytt/releases/download/v$version/ytt-windows-amd64.exe#/ytt.exe"
|
||||
"url": "https://github.com/carvel-dev/ytt/releases/download/v$version/ytt-windows-amd64.exe#/ytt.exe"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/carvel-dev/ytt/releases/download/v$version/ytt-windows-arm64.exe#/ytt.exe"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user