diff options
| author | Viktor Szakats | 2015-04-25 13:21:38 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-25 12:55:49 +0100 |
| commit | 21fcd197019fba2a6cc31ba1406b6c6025f4bab1 (patch) | |
| tree | e12eff88654c34cfa13ea072b7ba60c372add524 | |
| parent | 692065a70035c41e181ea87f31bd4d8f93ac75aa (diff) | |
| download | homebrew-21fcd197019fba2a6cc31ba1406b6c6025f4bab1.tar.bz2 | |
qbs: https url
Closes #39039.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/qbs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qbs.rb b/Library/Formula/qbs.rb index 1ea15b6f7..f7f703d76 100644 --- a/Library/Formula/qbs.rb +++ b/Library/Formula/qbs.rb @@ -2,7 +2,7 @@ require "formula" class Qbs < Formula homepage "https://wiki.qt.io/Qt_Build_Suite" - url "http://download.qt-project.org/official_releases/qbs/1.4.0/qbs-1.4.0.src.tar.gz" + url "https://download.qt-project.org/official_releases/qbs/1.4.0/qbs-1.4.0.src.tar.gz" sha1 "4c70247155281b9536a6fab6672cd5f53610cfa1" bottle do |
