homebrew-cask/Casks/bankid.rb

18 lines
493 B
Ruby

cask "bankid" do
version "7.10.0"
sha256 "4ea124c97c4d138bdf32de71ff32074bebd79614a4f1e35e16aa5a6b24fafd1e"
url "https://install.bankid.com/Repository/BankID_installation_#{version.dots_to_underscores}.pkg"
name "BankID"
homepage "https://install.bankid.com/"
livecheck do
url "https://install.bankid.com/FileDownloader?fileId=Mac"
strategy :header_match
end
pkg "BankID_installation_#{version.dots_to_underscores}.pkg"
uninstall pkgutil: "com.bankid.BankID"
end