mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
tf-summarize: Add version 0.3.3 (#5204)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
parent
c99c14f07c
commit
2f60b6a714
31
bucket/tf-summarize.json
Normal file
31
bucket/tf-summarize.json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"version": "0.3.3",
|
||||||
|
"description": "A command-line utility to print the summary of a Terraform plan.",
|
||||||
|
"homepage": "https://github.com/dineshba/tf-summarize",
|
||||||
|
"license": "MIT",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/dineshba/tf-summarize/releases/download/v0.3.3/tf-summarize_windows_amd64.zip",
|
||||||
|
"hash": "c607ab0451538f4880f0c387d44666ab589b75b9bc9dbe9e8e359a1693a121dd"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/dineshba/tf-summarize/releases/download/v0.3.3/tf-summarize_windows_arm64.zip",
|
||||||
|
"hash": "31a8686d22df928e9ebd28adc67b0a79774633cd80f32537b8c42e432bee67aa"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "tf-summarize.exe",
|
||||||
|
"checkver": "github",
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/dineshba/tf-summarize/releases/download/v$version/tf-summarize_windows_amd64.zip"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/dineshba/tf-summarize/releases/download/v$version/tf-summarize_windows_arm64.zip"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "$baseurl/tf-summarize_SHA256SUMS"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user