guile: update head version to 1.9.15
This commit is contained in:
parent
ba029913a9
commit
ba4b81e9c2
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@ require 'formula'
|
|||
|
||||
class Guile <Formula
|
||||
url 'ftp://ftp.gnu.org/gnu/guile/guile-1.8.7.tar.gz'
|
||||
head 'ftp://alpha.gnu.org/gnu/guile/guile-1.9.11.tar.gz'
|
||||
head 'ftp://alpha.gnu.org/gnu/guile/guile-1.9.15.tar.gz'
|
||||
homepage 'http://www.gnu.org/software/guile/'
|
||||
|
||||
if ARGV.build_head?
|
||||
sha1 'abd1424a927302db31395db828d4d14fa68d13f9'
|
||||
sha1 '0b1cdd5f0506dcda3ed85324b2a0ff510920ee76'
|
||||
else
|
||||
sha1 '24cd2f06439c76d41d982a7384fe8a0fe5313b54'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue