From b0737c2e33d0c877a92cc96b7feb5cfc5395d098 Mon Sep 17 00:00:00 2001 From: Viktor Szakáts Date: Sun, 1 Mar 2015 23:00:59 +0100 Subject: heroku-toolbelt: use https url Closes #37301. Signed-off-by: Mike McQuaid --- Library/Formula/heroku-toolbelt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/heroku-toolbelt.rb b/Library/Formula/heroku-toolbelt.rb index b62154f90..4b93d599f 100644 --- a/Library/Formula/heroku-toolbelt.rb +++ b/Library/Formula/heroku-toolbelt.rb @@ -2,7 +2,7 @@ require 'formula' class HerokuToolbelt < Formula homepage 'https://toolbelt.heroku.com/other' - url 'http://assets.heroku.com.s3.amazonaws.com/heroku-client/heroku-client-3.28.1.tgz' + url 'https://s3.amazonaws.com/assets.heroku.com/heroku-client/heroku-client-3.28.1.tgz' sha1 'fb50b8159e34cb7a42aabbe9794891020a5ba3f9' def install -- cgit v1.2.3