aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authoraas2015-03-09 07:01:20 +0500
committerMike McQuaid2015-03-12 08:24:04 +0000
commitf5429127cfdd8a80a3a6b476039be98131e6a95c (patch)
tree15e41f21fdcd46a9bce747001de00d83a19866d8 /Library/Formula
parent7bc296f22f31ae108b1bcfb7bdfe255b11de62fc (diff)
downloadhomebrew-f5429127cfdd8a80a3a6b476039be98131e6a95c.tar.bz2
Homebank 5.0.0
Closes #37519. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/homebank.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/homebank.rb b/Library/Formula/homebank.rb
index e2838f35f..0a06bd2a5 100644
--- a/Library/Formula/homebank.rb
+++ b/Library/Formula/homebank.rb
@@ -2,8 +2,8 @@ require 'formula'
class Homebank < Formula
homepage 'http://homebank.free.fr'
- url 'http://homebank.free.fr/public/homebank-4.6.3.tar.gz'
- sha1 '9393f947fca17cbdb31a2bc7fa03f99ced1c6e68'
+ url 'http://homebank.free.fr/public/homebank-5.0.0.tar.gz'
+ sha1 'b56659fa0b8c44c6f75b77e87ef22c6239b12b28'
bottle do
sha1 "03314830a1707ca0c6843258c36b68833d3184ae" => :mavericks
@@ -14,8 +14,8 @@ class Homebank < Formula
depends_on 'pkg-config' => :build
depends_on 'intltool' => :build
depends_on 'gettext'
- depends_on 'gtk+'
- depends_on 'hicolor-icon-theme'
+ depends_on 'gtk+3'
+ depends_on 'gnome-icon-theme'
depends_on 'freetype'
depends_on 'fontconfig'
depends_on 'libofx' => :optional
@@ -26,7 +26,7 @@ class Homebank < Formula
args << "--with-ofx" if build.with? 'libofx'
system "./configure", *args
- system "chmod +x ./install-sh"
+ chmod 0755, "./install-sh"
system "make install"
end
end