diff options
| author | Birger J. Nordølum | 2011-05-29 06:30:58 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-06-03 22:11:44 -0700 | 
| commit | 74499a7fb2f8d8f85975aed02efb0b4b223cfc4d (patch) | |
| tree | bdd19d92b8a463d0fb9f71d7c056168c4150a4d6 | |
| parent | 7bbe7e9311ce95a141bf5f77ca7fa02d43387748 (diff) | |
| download | homebrew-74499a7fb2f8d8f85975aed02efb0b4b223cfc4d.tar.bz2 | |
Geany 0.20
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/geany.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/geany.rb b/Library/Formula/geany.rb index f61f86bfd..e960e7678 100644 --- a/Library/Formula/geany.rb +++ b/Library/Formula/geany.rb @@ -1,9 +1,9 @@  require 'formula'  class Geany < Formula -  url 'http://download.geany.org/geany-0.19.tar.gz' -  homepage 'http://www.geany.org/Main/HomePage' -  md5 '727cec2936846850bb088b476faad5f2' +  homepage 'http://geany.org/' +  url 'http://download.geany.org/geany-0.20.tar.gz' +  sha256 '8d8ec9411c58c706befcca00435f4ec7af2f60a057e9fac232246f4893bf4050'    depends_on 'pkg-config' => :build    depends_on 'gettext'  | 
