diff --git a/Casks/sumup.rb b/Casks/sumup.rb index e8ba490..2a2177e 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.1" 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 "e55a4749fdf1a430ebc78db6b4fcbe6fe6f5acedd29c7678413cf1c066f85b48" 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 "0c826c54c997ce1756c8ed11f1d011b9e10ac6001b79f0652a154b3fa0405cf1" + 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 "f334c3e2add1efa78fa143ff3ef9abf6832959e94fa67b10e2e9596d9351334c" url "https://github.com/sumup/sumup-cli/releases/download/v#{version}/sumup_#{version}_linux_arm64.tar.gz" end + on_intel do + sha256 "431ca71b001bb18ccf60e48538dfc4b7530e070a62ccc8623b3f95c42d9ef25b" + 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