aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMisty De Meo2013-10-08 13:41:05 -0700
committerMisty De Meo2013-10-08 13:41:05 -0700
commite890e713868740c7199549163a92909fe3f910eb (patch)
tree56bdfba067f5bb652482bf9319f121ce7ace1b6e /Library/Formula
parent77ac02f7ff4351a9cc2071d073d6cf41ad8ef320 (diff)
downloadhomebrew-e890e713868740c7199549163a92909fe3f910eb.tar.bz2
guile: promote 2.0.9 to stable
We held back on 2.0 as stable way back in #5127 because lilypond didn't work with it, but now everything in core works with guile 2.0.9.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/guile.rb18
1 files changed, 5 insertions, 13 deletions
diff --git a/Library/Formula/guile.rb b/Library/Formula/guile.rb
index 7b9d0c37b..634cbd48b 100644
--- a/Library/Formula/guile.rb
+++ b/Library/Formula/guile.rb
@@ -2,15 +2,9 @@ require 'formula'
class Guile < Formula
homepage 'http://www.gnu.org/software/guile/'
- url 'http://ftpmirror.gnu.org/guile/guile-1.8.8.tar.gz'
- mirror 'http://ftp.gnu.org/gnu/guile/guile-1.8.8.tar.gz'
- sha1 '548d6927aeda332b117f8fc5e4e82c39a05704f9'
-
- devel do
- url 'http://ftpmirror.gnu.org/guile/guile-2.0.9.tar.gz'
- mirror 'http://ftp.gnu.org/gnu/guile/guile-2.0.9.tar.gz'
- sha1 'fc5d770e8b1d364b2f222a8f8c96ccf740b2956f'
- end
+ url 'http://ftpmirror.gnu.org/guile/guile-2.0.9.tar.gz'
+ mirror 'http://ftp.gnu.org/gnu/guile/guile-2.0.9.tar.gz'
+ sha1 'fc5d770e8b1d364b2f222a8f8c96ccf740b2956f'
head do
url 'git://git.sv.gnu.org/guile.git'
@@ -37,13 +31,11 @@ class Guile < Formula
fails_with :clang do
build 211
cause "Segfaults during compilation"
- end if build.devel?
+ end
# Only for 2.0.9: Fix shebang shell in build-aux/install-sh.
# http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14201#19
- def patches
- DATA if build.devel?
- end
+ def patches; DATA; end
def install
system './autogen.sh' if build.head?