mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
27 lines
439 B
Ruby
27 lines
439 B
Ruby
cask "itau" do
|
|
arch arm: "_m1"
|
|
|
|
sha256 :no_check
|
|
|
|
on_arm do
|
|
version "2.3.2.13"
|
|
end
|
|
on_intel do
|
|
version "2.2.2.13"
|
|
end
|
|
|
|
url "https://guardiao.itau.com.br/UpdateServer/aplicativoitau#{arch}.dmg"
|
|
name "Itau"
|
|
desc "Banking & credit card management"
|
|
homepage "https://www.itau.com.br/computador/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :extract_plist
|
|
end
|
|
|
|
app "Itau.app"
|
|
|
|
zap trash: "~/.aplicativoitau"
|
|
end
|