Skip to content

Commit

Permalink
Merge pull request Homebrew#169662 from badonyx/rotki-arm-build
Browse files Browse the repository at this point in the history
rotki: add arm build
  • Loading branch information
chenrui333 authored Mar 21, 2024
2 parents e7ca5bf + a5b8e12 commit 333df9b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Casks/r/rotki.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 333df9b

Please sign in to comment.