From 9dedacb03b243e51a32ed6874af315311f8aa27b Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Fri, 1 May 2026 15:37:09 +0000 Subject: [PATCH] stripe-cli: Add version 1.40.9 --- bucket/stripe-cli.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/stripe-cli.json diff --git a/bucket/stripe-cli.json b/bucket/stripe-cli.json new file mode 100644 index 0000000000000..bb255d7c46dcf --- /dev/null +++ b/bucket/stripe-cli.json @@ -0,0 +1,33 @@ +{ + "version": "1.40.9", + "description": "Officially command-line tool for Stripe.", + "homepage": "https://stripe.com/docs/stripe-cli", + "license": "Apache-2.0", + "architecture": { + "32bit": { + "url": "https://github.com/stripe/stripe-cli/releases/download/v1.40.9/stripe_1.40.9_windows_i386.zip", + "hash": "46fb45fcfc03d6307241ed885fa1e77a70805833cf56e2de5dbcc3037d144c11" + }, + "64bit": { + "url": "https://github.com/stripe/stripe-cli/releases/download/v1.40.9/stripe_1.40.9_windows_x86_64.zip", + "hash": "dddb52d259de9a180a3680f692338795f3ea19bd2114f0bd9d1a9bc4855dfad2" + } + }, + "bin": "stripe.exe", + "checkver": { + "github": "https://github.com/stripe/stripe-cli" + }, + "autoupdate": { + "architecture": { + "32bit": { + "url": "https://github.com/stripe/stripe-cli/releases/download/v$version/stripe_$version_windows_i386.zip" + }, + "64bit": { + "url": "https://github.com/stripe/stripe-cli/releases/download/v$version/stripe_$version_windows_x86_64.zip" + } + }, + "hash": { + "url": "$baseurl/stripe-windows-checksums.txt" + } + } +}