From f9a60450742b54d792f05df48186d2c2bc72435e Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Fri, 20 Sep 2024 06:18:46 +0100 Subject: [PATCH] tf: Add version 2.10.0 (#6118) --- bucket/tf.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/tf.json diff --git a/bucket/tf.json b/bucket/tf.json new file mode 100644 index 0000000000..c68816fe42 --- /dev/null +++ b/bucket/tf.json @@ -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" + } + } +}