mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
k2tf: Update to version 0.8.0 & add arm64 (#7119)
Update URLs to new format, and add ARM64 architecture
This commit is contained in:
parent
59ad40afdd
commit
27cdb802d1
@ -1,12 +1,16 @@
|
||||
{
|
||||
"version": "0.7.0",
|
||||
"version": "0.8.0",
|
||||
"description": "Converts Kubernetes API Objects (in YAML format) into HashiCorp's Terraform configuration language.",
|
||||
"homepage": "https://github.com/sl1pm4t/k2tf",
|
||||
"license": "MPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v0.7.0/k2tf_0.7.0_Windows_x86_64.tar.gz",
|
||||
"hash": "a759f8dc28941db3673f38e4ac320cad831870c3775c1757f4e768fea66d5b96"
|
||||
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v0.8.0/k2tf_0.8.0_Windows_amd64.tar.gz",
|
||||
"hash": "850debab0a080c2317e1c0554db50cfdedd49bb28c45dac14d6de99a94b2b6c4"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v0.8.0/k2tf_0.8.0_Windows_arm64.tar.gz",
|
||||
"hash": "ed9f243a9eca66e75c9ff140fbd8a203705c1115ee788cabc5cdc80d13a09705"
|
||||
}
|
||||
},
|
||||
"bin": "k2tf.exe",
|
||||
@ -14,7 +18,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v$version/k2tf_$version_Windows_x86_64.tar.gz"
|
||||
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v$version/k2tf_$version_Windows_amd64.tar.gz"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v$version/k2tf_$version_Windows_arm64.tar.gz"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user