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.2.7.7373'
sha256 '3a460d0bed803120610e4d6bc2fb31ebe0b3e8757b110562e4b7cff77afe59a4'
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