guile: add mirror for devel version
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
0ad1698148
commit
07f03ee931
1 changed files with 2 additions and 1 deletions
|
@ -3,11 +3,12 @@ require 'formula'
|
|||
class Guile < Formula
|
||||
homepage 'http://www.gnu.org/software/guile/'
|
||||
url 'http://ftpmirror.gnu.org/guile/guile-1.8.7.tar.gz'
|
||||
sha1 '24cd2f06439c76d41d982a7384fe8a0fe5313b54'
|
||||
mirror 'http://ftp.gnu.org/gnu/guile/guile-1.8.7.tar.gz'
|
||||
sha1 '24cd2f06439c76d41d982a7384fe8a0fe5313b54'
|
||||
|
||||
devel do
|
||||
url 'http://ftpmirror.gnu.org/guile/guile-2.0.2.tar.gz'
|
||||
mirror 'http://ftp.gnu.org/gnu/guile/guile-2.0.2.tar.gz'
|
||||
sha1 '1943fd22417ce1e51babbdcd7681e66a794a8da3'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue