From 096f5b565c543e1a818ad406bf934295a99c5971 Mon Sep 17 00:00:00 2001 From: Jesse Stricker <978183+jessestricker@users.noreply.github.com> Date: Tue, 8 Jul 2025 23:15:52 +0200 Subject: [PATCH] localstack: Add version 4.5.0 (#6876) --- bucket/localstack.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/localstack.json diff --git a/bucket/localstack.json b/bucket/localstack.json new file mode 100644 index 0000000000..64042c3263 --- /dev/null +++ b/bucket/localstack.json @@ -0,0 +1,23 @@ +{ + "version": "4.5.0", + "description": "A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline.", + "homepage": "https://localstack.cloud", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/localstack/localstack-cli/releases/download/v4.5.0/localstack-cli-4.5.0-windows-amd64-onefile.zip", + "hash": "3c73ebe52059933bf83465380c613614e506a673f710d13cee6009d2b0624ef6" + } + }, + "bin": "localstack.exe", + "checkver": { + "github": "https://github.com/localstack/localstack-cli" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/localstack/localstack-cli/releases/download/v$version/localstack-cli-$version-windows-amd64-onefile.zip" + } + } + } +}