aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cutter.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/cutter.rb b/Library/Formula/cutter.rb
index f3e74490b..03e1324c8 100644
--- a/Library/Formula/cutter.rb
+++ b/Library/Formula/cutter.rb
@@ -2,19 +2,14 @@ require 'formula'
class Cutter < Formula
homepage 'http://cutter.sourceforge.net/'
- url 'http://downloads.sourceforge.net/project/cutter/cutter/1.2.0/cutter-1.2.0.tar.gz'
- sha1 'f4da2693b3e449919b1e2aa34e5bd89623f4da07'
+ url 'http://downloads.sourceforge.net/project/cutter/cutter/1.2.2/cutter-1.2.2.tar.gz'
+ sha1 'ce33471d343af21488ad0f36c8ed4f4ab3f6cd72'
depends_on 'pkg-config' => :build
depends_on 'glib'
depends_on 'intltool'
depends_on 'gettext'
- # see https://github.com/mxcl/homebrew/pull/11163#issuecomment-4689357
- def patches
- "https://github.com/clear-code/cutter/commit/46f985153f465ae22ce8acdde5ec95c3d4361c83.diff"
- end
-
def install
system "./configure", "--prefix=#{prefix}",
"--disable-glibtest",