From fb4650798e0675a857a38aaa087df4bdf17dc20f Mon Sep 17 00:00:00 2001 From: Julien Jehannet <80408664+aviv-julienjehannet@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:04:01 +0200 Subject: [PATCH] granted: Add version 0.24.0 (#5651) * granted: Add version 0.24.0 --------- Co-authored-by: tech189 --- bucket/granted.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 bucket/granted.json diff --git a/bucket/granted.json b/bucket/granted.json new file mode 100644 index 0000000000..a9573c7d87 --- /dev/null +++ b/bucket/granted.json @@ -0,0 +1,36 @@ +{ + "version": "0.24.0", + "description": "Granted is a command line interface (CLI) application which simplifies access to cloud roles and allows multiple cloud accounts to be opened in your web browser simultaneously.", + "homepage": "https://github.com/common-fate/granted", + "license": "MIT", + "depends": "aws", + "architecture": { + "32bit": { + "url": "https://releases.commonfate.io/granted/v0.24.0/granted_0.24.0_windows_i386.zip", + "hash": "6b349a65658092c358274d92cc204fd588c97877613eeb55db45ec768f06e017" + }, + "64bit": { + "url": "https://releases.commonfate.io/granted/v0.24.0/granted_0.24.0_windows_x86_64.zip", + "hash": "0a959adc8b7c7dff454c6cf095c1d0ccadcbb40ef672cc6cae75a5e57e2fb94b" + }, + "arm64": { + "url": "https://releases.commonfate.io/granted/v0.24.0/granted_0.24.0_windows_arm64.zip", + "hash": "cd6eccbcf04925a5b2a62444668028c02008c8ee0cccd7af37446c2faca2561e" + } + }, + "bin": ["assume.ps1", "granted.exe"], + "checkver": "github", + "autoupdate": { + "architecture": { + "32bit": { + "url": "https://releases.commonfate.io/granted/v$version/granted_$version_windows_i386.zip" + }, + "64bit": { + "url": "https://releases.commonfate.io/granted/v$version/granted_$version_windows_x86_64.zip" + }, + "arm64": { + "url": "https://releases.commonfate.io/granted/v$version/granted_$version_windows_arm64.zip" + } + } + } +}