chicken: use secure urls

This commit is contained in:
Viktor Szakats 2016-04-17 21:54:17 +02:00 committed by Andrew Janke
parent 85f0d5abf5
commit 1664d6cc65

View file

@ -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