From c601175ca845daa88bd39e2d808fce165ffb7bba Mon Sep 17 00:00:00 2001 From: goreleaserbot Date: Fri, 11 Sep 2026 14:54:00 +0200 Subject: [PATCH] Brew cask update for sumup version v0.5.2 --- Casks/sumup.rb | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/Casks/sumup.rb b/Casks/sumup.rb index e8ba490..4960c63 100644 --- a/Casks/sumup.rb +++ b/Casks/sumup.rb @@ -1,27 +1,26 @@ # This file was generated by GoReleaser. DO NOT EDIT. cask "sumup" do - version "0.5.0" + version "0.5.2" on_macos do - on_intel do - sha256 "8d15ff2062c0e7f54305e855a6924177d8b8a1ca1570e55bbf4402fe791ea312" - url "https://github.com/sumup/sumup-cli/releases/download/v#{version}/sumup_#{version}_macOS_x86_64.tar.gz" - end on_arm do - sha256 "a426b7319a0429912a94ae761b99ae60f490b795ecd10c6135277fe290dcd7a7" + sha256 "ebb6c6f40aafebe1068be9579be45c40047dc2f466b73070a28246b98bb029a5" url "https://github.com/sumup/sumup-cli/releases/download/v#{version}/sumup_#{version}_macOS_arm64.tar.gz" end - end - - on_linux do on_intel do - sha256 "031a437fc93216080e011ab2d1d8d315e5ef747329a3bc7f54b69c337167d3d8" - url "https://github.com/sumup/sumup-cli/releases/download/v#{version}/sumup_#{version}_linux_x86_64.tar.gz" + sha256 "c587b1085a0889ff1061cf0d07d7a6333986bff1b45bd021bfa03efbf9e94273" + url "https://github.com/sumup/sumup-cli/releases/download/v#{version}/sumup_#{version}_macOS_x86_64.tar.gz" end + end + on_linux do on_arm do - sha256 "6b30c0c6092f95c4127156cbf8bd7a9dc7a6585811f9975624e530a89c7309f8" + sha256 "57a03454f00d4279bffd264ed88ac0267312d4e19bf2d56c31b5e0cd21f35de2" url "https://github.com/sumup/sumup-cli/releases/download/v#{version}/sumup_#{version}_linux_arm64.tar.gz" end + on_intel do + sha256 "9e41629269e29433828510ec6e16e9197a96596cb706a0db4b17e1394e14c847" + url "https://github.com/sumup/sumup-cli/releases/download/v#{version}/sumup_#{version}_linux_x86_64.tar.gz" + end end name "sumup" @@ -45,5 +44,4 @@ end # No zap stanza required - end