mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 02:24:50 +00:00
tf: Add version 2.10.0 (#6118)
This commit is contained in:
parent
a23eacc59f
commit
f9a6045074
31
bucket/tf.json
Normal file
31
bucket/tf.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": "2.10.0",
|
||||
"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.10.0/tf-windows-amd64.exe#/tf.exe",
|
||||
"hash": "621bfef8cb6d5998cc05ba16e1977a7b4428ca174ca0004904b6740f083e059d"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/dex4er/tf/releases/download/v2.10.0/tf-windows-arm64.exe#/tf.exe",
|
||||
"hash": "1cf329e9d25d2214bd98a658994e738f2d4695c67d6bb5238560307db0a6e010"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user