homebrew-cask/Casks/bill.rb

12 lines
253 B
Ruby

cask 'bill' do
version :latest
sha256 :no_check
# myownapp.com was verified as official when first introduced to the cask
url 'https://myownapp.com/downloads/Bill2.zip'
name 'Bill'
homepage 'https://billtheapp.com/'
app 'Bill 2.app'
end