Gauche 0.9.2

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Yuumi Yoshida 2011-08-07 00:13:23 +09:00 committed by Jack Nagel
parent 51e7158de8
commit 87b3fcb3eb
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
require 'formula' require 'formula'
class Gauche < 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/' homepage 'http://practical-scheme.net/gauche/'
md5 '6134e9c16aef2bc9fd3fa7e8fbebdd10' md5 '9979de5be0e35e57131508c4c606f5cb'
def install def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", system "./configure", "--disable-debug", "--disable-dependency-tracking",