diff options
| author | Jack Nagel | 2014-08-18 01:22:41 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-18 01:43:59 -0500 |
| commit | 016fb47b40493be1381530b3355cb114b569cf1d (patch) | |
| tree | 48e36e6495445c189affa73661cf0e3944ca8940 | |
| parent | 5a5431e8e82b27a7631ce8cb0a5aa85385d82f90 (diff) | |
| download | homebrew-016fb47b40493be1381530b3355cb114b569cf1d.tar.bz2 | |
chibi-scheme: move patch into stable block
| -rw-r--r-- | Library/Formula/chibi-scheme.rb | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/Library/Formula/chibi-scheme.rb b/Library/Formula/chibi-scheme.rb index 76947e601..40b7c1ec9 100644 --- a/Library/Formula/chibi-scheme.rb +++ b/Library/Formula/chibi-scheme.rb @@ -1,10 +1,18 @@ -require 'formula' +require "formula" class ChibiScheme < Formula - homepage 'http://code.google.com/p/chibi-scheme/' - url 'http://abrek.synthcode.com/chibi-scheme-0.7.tgz' - sha1 'e751a1881138ddba7caf170859e30dcfeba1a177' - head 'https://code.google.com/p/chibi-scheme/', :using => :hg + homepage "http://code.google.com/p/chibi-scheme/" + + stable do + url "http://abrek.synthcode.com/chibi-scheme-0.7.tgz" + sha1 "e751a1881138ddba7caf170859e30dcfeba1a177" + + # Remove after upstream fixes this issue + # https://code.google.com/p/chibi-scheme/issues/detail?id=227 + patch :DATA + end + + head "https://code.google.com/p/chibi-scheme/", :using => :hg bottle do sha1 "e5f0e061820123d56736261e3f04907bf5c63ce8" => :mavericks @@ -12,10 +20,6 @@ class ChibiScheme < Formula sha1 "7111751abca30c0a77c8130bd87f082cea255bdd" => :lion end - # Remove after upstream fixes this issue - # https://code.google.com/p/chibi-scheme/issues/detail?id=227 - patch :DATA unless build.head? - def install ENV.deparallelize |
