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