From 795b54c9b6147d2a0588d0cbd14a24a37e0337bf Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 24 Jan 2024 10:49:14 +0000 Subject: [PATCH] Updating algokit to 1.10.0 Closes #52. 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 5e1ad41..48ef07a 100644 --- a/Casks/algokit.rb +++ b/Casks/algokit.rb @@ -2,8 +2,8 @@ # frozen_string_literal: true cask "algokit" do - version "1.9.3" - sha256 "f77092286b9475cb71ec8535c47dcf24ab150ee372cde703d159e70f0f960f6a" + version "1.10.0" + sha256 "758ca55fdb5d8ea5b4fc202e58bf102764aad6d878db02210f772e0d70751a53" url "https://github.com/algorandfoundation/algokit-cli/releases/download/v#{version}/algokit-#{version}-py3-none-any.whl" name "algokit"