homebrew-cask/Casks/gnucash.rb

13 lines
394 B
Ruby
Raw Normal View History

2014-11-14 01:25:57 +08:00
cask :v1 => 'gnucash' do
2014-12-26 11:20:59 +08:00
version '2.6.5-6'
sha256 '84a55674ef9a78b0aebf530017cca31204d1270110675c916bee0fb8d838030a'
2015-01-18 03:44:38 +08:00
# sourceforge.net is the official download host per the vendor homepage
2014-12-17 21:14:38 +08:00
url "http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-#{version}.dmg"
homepage 'http://www.gnucash.org'
2014-10-01 23:32:58 +08:00
license :oss
2014-09-16 00:05:38 +08:00
app 'Gnucash.app'
app 'FinanceQuote Update.app'
2013-01-06 19:38:41 +08:00
end