mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "2.11.1",
|
|
"description": "Less verbose and more shell-friendly Terraform.",
|
|
"homepage": "https://github.com/dex4er/tf",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dex4er/tf/releases/download/v2.11.1/tf-windows-amd64.exe#/tf.exe",
|
|
"hash": "dd65eeb9da699cef2a284cad09aefcddf85f25a2ade83a7d3ecd0ccaa0f30eec"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/dex4er/tf/releases/download/v2.11.1/tf-windows-arm64.exe#/tf.exe",
|
|
"hash": "9e077c5f7eb69e7ade5114e2e71c1d05fd80e4602bae3eaba4caa7940ca79528"
|
|
}
|
|
},
|
|
"bin": "tf.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dex4er/tf/releases/download/v$version/tf-windows-amd64.exe#/tf.exe"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/dex4er/tf/releases/download/v$version/tf-windows-arm64.exe#/tf.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|