From 181dcbec5c4b3e91e6071a6ecd2c7328b4217744 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 27 Jun 2024 07:31:27 +0000 Subject: [PATCH] Updating algokit to 2.1.4 Closes #76. 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 850f294..8d7ab3b 100644 --- a/Casks/algokit.rb +++ b/Casks/algokit.rb @@ -2,8 +2,8 @@ # frozen_string_literal: true cask "algokit" do - version "2.1.3" - sha256 "87d9ea930cf8340fab878f7c7e4bf62586c23e4a755981200f2f31aab562cb74" + version "2.1.4" + sha256 "3586094d818b8c60ee1af5285f202a48e869cce8039a1bc1df07fda06f0a2b1d" url "https://github.com/algorandfoundation/algokit-cli/releases/download/v#{version}/algokit-#{version}-py3-none-any.whl" name "algokit"