2024-09-20 13:18:46 +08:00

32 lines
1.1 KiB
JSON

{
"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"
}
}
}