diff --git a/Casks/r/rotki.rb b/Casks/r/rotki.rb index d6c3aaa63ace1..c9db5a3c6c566 100644 --- a/Casks/r/rotki.rb +++ b/Casks/r/rotki.rb @@ -1,8 +1,11 @@ cask "rotki" do + arch arm: "arm64", intel: "x64" + version "1.32.2" - sha256 "c4c0ad9b2eda72586e21289dd3e2909255fe656b5c20042b011608ac06f8c654" + sha256 arm: "ef378cb6703ecde86bbfdd3f485e75aa396248fc806ef08214074098e28867ba", + intel: "c4c0ad9b2eda72586e21289dd3e2909255fe656b5c20042b011608ac06f8c654" - url "https://github.com/rotki/rotki/releases/download/v#{version}/rotki-darwin_x64-v#{version}.dmg", + url "https://github.com/rotki/rotki/releases/download/v#{version}/rotki-darwin_#{arch}-v#{version}.dmg", verified: "github.com/rotki/rotki/" name "Rotki" desc "Portfolio tracking and accounting tool"