You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
376 B
11 lines
376 B
cask 'quickbooks-desktop2015' do
|
|
version '2015'
|
|
sha256 'e922ca600f0ee5569e00c8c0818868c132e9286b7c0494d5a2fb2e0709d428c5'
|
|
|
|
url "https://http-download.intuit.com/http.intuit/Downloads/#{version}/Latest/QuickBooksProMac#{version}.dmg"
|
|
name 'QuickBooks Desktop'
|
|
homepage 'https://quickbooks.intuit.com/mac/'
|
|
license :commercial
|
|
|
|
app "QuickBooks #{version}.app"
|
|
end
|
|
|