From 1664d6cc65c1b980be598148d41285efdd46c804 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 17 Apr 2016 21:54:17 +0200 Subject: [PATCH] chicken: use secure urls --- Formula/chicken.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/chicken.rb b/Formula/chicken.rb index 6ecafc56f7..ae8970d0e8 100644 --- a/Formula/chicken.rb +++ b/Formula/chicken.rb @@ -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