heroku-toolbelt: use https url
Closes Homebrew/homebrew#37301. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
40187d0c39
commit
2d8774d7de
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue