diff options
| -rw-r--r-- | Library/Formula/gauche.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gauche.rb b/Library/Formula/gauche.rb index 88830aa0b..90ecfdc67 100644 --- a/Library/Formula/gauche.rb +++ b/Library/Formula/gauche.rb @@ -1,9 +1,9 @@ require 'formula' class Gauche < Formula - url 'http://downloads.sourceforge.net/gauche/Gauche/Gauche-0.9.1.tgz' + url 'http://downloads.sourceforge.net/gauche/Gauche/Gauche-0.9.2.tgz' homepage 'http://practical-scheme.net/gauche/' - md5 '6134e9c16aef2bc9fd3fa7e8fbebdd10' + md5 '9979de5be0e35e57131508c4c606f5cb' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
