From 4c28fbc29fb7817797197f7e131acbd1c20e4a0e Mon Sep 17 00:00:00 2001 From: "eah1@yahoo.com" Date: Thu, 9 Feb 2012 10:33:19 -0800 Subject: [PATCH] geany 0.21 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 0.20 version of geany was clipping the top few pixels of text in the editor window under Mac OS 10.7.2 XQuartz 2.7.1_rc2 (xorg-server 1.11.4), 0.21 works but only after a rm and full rebuild of all dependencies. Closes Homebrew/homebrew#10072. Signed-off-by: Jack Nagel --- Formula/geany.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/geany.rb b/Formula/geany.rb index e960e76787..879494ab84 100644 --- a/Formula/geany.rb +++ b/Formula/geany.rb @@ -2,8 +2,8 @@ require 'formula' class Geany < Formula homepage 'http://geany.org/' - url 'http://download.geany.org/geany-0.20.tar.gz' - sha256 '8d8ec9411c58c706befcca00435f4ec7af2f60a057e9fac232246f4893bf4050' + url 'http://download.geany.org/geany-0.21.tar.gz' + sha256 'a1aa27d2f946ccca8a4e57faf0029cf6aa544d5d52f0170e017c137c33b4b67d' depends_on 'pkg-config' => :build depends_on 'gettext'