diff --git a/Casks/gnucash.rb b/Casks/gnucash.rb index 5b0ae13a6..5e633b4c0 100644 --- a/Casks/gnucash.rb +++ b/Casks/gnucash.rb @@ -1,6 +1,7 @@ class Gnucash < Cask - url 'http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.4.11.dmg' + url 'http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.4.13.dmg' homepage 'http://www.gnucash.org' - version '2.4.11' - sha1 '7c75756f8ce7fab4e7bc195d6d206e33109d03a8' + version '2.4.13' + sha1 'ba13690e0e3d9ca0052069fba9a3a8e53d041d99' + link 'Gnucash.app' end