homebrew-cask/Casks/banking-4.rb

15 lines
461 B
Ruby

cask 'banking-4' do
# note: "4" is not a version number, but an intrinsic part of the product name
version '7.0.3,7044'
sha256 'a656d59de5104530b126d2a4838e083e0f76e98e3873687b4cf67df4aec2896b'
url 'https://subsembly.com/download/MacBanking4.pkg'
appcast 'https://subsembly.com/banking4-macos-updates.php'
name 'Banking 4'
homepage 'https://subsembly.com/banking4.html'
pkg 'MacBanking4.pkg'
uninstall pkgutil: 'com.subsembly.Banking4'
end