abcl: secure url(s)
parent
80c179ae29
commit
e9ed4c457d
|
@ -1,9 +1,9 @@
|
||||||
class Abcl < Formula
|
class Abcl < Formula
|
||||||
desc "Armed Bear Common Lisp: a full implementation of Common Lisp"
|
desc "Armed Bear Common Lisp: a full implementation of Common Lisp"
|
||||||
homepage "http://abcl.org"
|
homepage "https://abcl.org/"
|
||||||
url "http://abcl.org/releases/1.5.0/abcl-src-1.5.0.tar.gz"
|
url "https://abcl.org/releases/1.5.0/abcl-src-1.5.0.tar.gz"
|
||||||
sha256 "920ee7d634a7f4ceca0a469d431d3611a321c566814d5ddb92d75950c0631bc2"
|
sha256 "920ee7d634a7f4ceca0a469d431d3611a321c566814d5ddb92d75950c0631bc2"
|
||||||
head "http://abcl.org/svn/trunk/abcl/", :using => :svn
|
head "https://abcl.org/svn/trunk/abcl/", :using => :svn
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
|
Loading…
Reference in New Issue