aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2012-11-04 11:08:32 -0600
committerAdam Vandenberg2012-11-04 09:25:24 -0800
commit6d4105b95deaca6cff4fbbefca999e615406ff0b (patch)
tree0d98ecae4d09b9e52fa0819ff1c7509454be3260 /Library
parenta95d079aecbd3d9f734a4d585e729579998f1003 (diff)
downloadhomebrew-6d4105b95deaca6cff4fbbefca999e615406ff0b.tar.bz2
cutter 1.2.2
stripped patch (fixed upstream) Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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",