homebrew-cask/Casks/banking-4.rb

17 lines
477 B
Ruby

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