diff options
| author | Jacob Budin | 2014-03-18 11:19:26 -0400 |
|---|---|---|
| committer | Misty De Meo | 2014-03-18 08:53:45 -0700 |
| commit | 1e07cdb43c67b5841c5329e03543b9c367fc1454 (patch) | |
| tree | 74636f11a5dad3e620807ea930a6bdbe7295977e /Library/Formula | |
| parent | b0a3af7f614620a47a7f2263a2c8acf34fadc257 (diff) | |
| download | homebrew-1e07cdb43c67b5841c5329e03543b9c367fc1454.tar.bz2 | |
guile 2.0.10
Closes #27664.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/guile.rb | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/Library/Formula/guile.rb b/Library/Formula/guile.rb index 54ca25363..4f3443fe4 100644 --- a/Library/Formula/guile.rb +++ b/Library/Formula/guile.rb @@ -2,9 +2,9 @@ require 'formula' class Guile < Formula homepage 'http://www.gnu.org/software/guile/' - 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' + url 'http://ftpmirror.gnu.org/guile/guile-2.0.10.tar.gz' + mirror 'http://ftp.gnu.org/gnu/guile/guile-2.0.10.tar.gz' + sha1 '784839fa8b925e3c4be75017e2dd65f4e9920a7b' head do url 'http://git.sv.gnu.org/r/guile.git' @@ -34,10 +34,6 @@ class Guile < Formula cause "Segfaults during compilation" 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; end - def install system './autogen.sh' if build.head? @@ -63,13 +59,3 @@ class Guile < Formula system bin/'guile', hello end end - -__END__ ---- guile-2.0.9.orig/build-aux/install-sh 2013-01-28 12:35:24.000000000 -0800 -+++ guile-2.0.9/build-aux/install-sh 2013-04-21 08:41:10.000000000 -0700 -@@ -1,4 +1,4 @@ --#!/nix/store/ryk1ywzz31kp4biclxq3yq6hpjycalyy-bash-4.2/bin/sh -+#!/bin/sh - # install - install a program, script, or datafile - - scriptversion=2011-11-20.07; # UTC |
