From f635f77d930ec7a86fe8376e1ff1fddce82c263d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 6 Mar 2024 10:38:30 +0000 Subject: [PATCH] Updating algokit to 1.12.3 Closes #61. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Casks/algokit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/algokit.rb b/Casks/algokit.rb index c50257b..93be8b9 100644 --- a/Casks/algokit.rb +++ b/Casks/algokit.rb @@ -2,8 +2,8 @@ # frozen_string_literal: true cask "algokit" do - version "1.12.2" - sha256 "1a8125d4ea1d87268a85c1225613e02c4063eba5fc84ddf8365029263617c4bc" + version "1.12.3" + sha256 "799e9807b3c1d7c37fdca0fdb95c7d87b70153b1137bb0e83744c1f70fc6cb36" url "https://github.com/algorandfoundation/algokit-cli/releases/download/v#{version}/algokit-#{version}-py3-none-any.whl" name "algokit"