geany 0.21
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 <jacknagel@gmail.com>
This commit is contained in:
parent
ea3e7b8f12
commit
4c28fbc29f
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue