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.1'
sha256 '60905a28048f18679199c20dd8db684fe73478af5b0a5ceb8e0df9deb4be7849'
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