Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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