chicken: use secure urls
This commit is contained in:
parent
85f0d5abf5
commit
1664d6cc65
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
class Chicken < Formula
|
||||
desc "Compiler for the Scheme programming language"
|
||||
homepage "http://www.call-cc.org/"
|
||||
url "http://code.call-cc.org/releases/4.10.0/chicken-4.10.0.tar.gz"
|
||||
homepage "https://www.call-cc.org/"
|
||||
url "https://code.call-cc.org/releases/4.10.0/chicken-4.10.0.tar.gz"
|
||||
sha256 "0e07f5abcd11961986950dbeaa5a40db415f8a1b65daff9c300e9b05b334899b"
|
||||
|
||||
head "http://code.call-cc.org/git/chicken-core.git"
|
||||
head "https://code.call-cc.org/git/chicken-core.git"
|
||||
|
||||
bottle do
|
||||
revision 1
|
||||
|
|
Loading…
Reference in a new issue