mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
aztfy: Rename to aztfexport (#4531)
* aztfy: rename to aztfexport * Update aztfexport.json
This commit is contained in:
parent
b77521be99
commit
fd8554db8b
31
bucket/aztfexport.json
Normal file
31
bucket/aztfexport.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": "0.11.0",
|
||||
"description": "A tool to bring your existing Azure resources under the management of Terraform.",
|
||||
"homepage": "https://github.com/Azure/aztfexport",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/Azure/aztfexport/releases/download/v0.11.0/aztfexport_v0.11.0_windows_amd64.zip",
|
||||
"hash": "e18d807a23af3622d8d0f43b9a1ce59ac53955a28ddda1df1105e8038e7c5f1d"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/Azure/aztfexport/releases/download/v0.11.0/aztfexport_v0.11.0_windows_386.zip",
|
||||
"hash": "912e4a33c1a8ae4859577131493061fe4e4bd44c2b1f776fb07c3d6be707b10a"
|
||||
}
|
||||
},
|
||||
"bin": "aztfexport.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/Azure/aztfexport/releases/download/v$version/aztfexport_v$version_windows_amd64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/Azure/aztfexport/releases/download/v$version/aztfexport_v$version_windows_386.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/aztfexport_SHA256SUMS"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,31 +0,0 @@
|
||||
{
|
||||
"version": "0.10.0",
|
||||
"description": "Azure Terrafy",
|
||||
"homepage": "https://github.com/Azure/aztfy",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/Azure/aztfy/releases/download/v0.10.0/aztfy_v0.10.0_windows_amd64.zip",
|
||||
"hash": "8b945002741df3ff1a6e4be89fc13f77127484df186b985f8b95df1b4301978f"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/Azure/aztfy/releases/download/v0.10.0/aztfy_v0.10.0_windows_386.zip",
|
||||
"hash": "2b870fce4c8fc9dc24b6389415d62f8b47f013249348c7c0ddfd3c59921c0a28"
|
||||
}
|
||||
},
|
||||
"bin": "aztfy.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/Azure/aztfy/releases/download/v$version/aztfy_v$version_windows_amd64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/Azure/aztfy/releases/download/v$version/aztfy_v$version_windows_386.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/aztfy_v$version_SHA256SUMS"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user