Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
qbs 1.4.0
Also fixes the project homepage, which the old URL redirects to.

Closes Homebrew/legacy-homebrew#39023.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
jakepetroules authored and MikeMcQuaid committed Apr 25, 2015
1 parent 04e5cdd commit 9ed3e4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/qbs.rb
@@ -1,9 +1,9 @@
require "formula"

class Qbs < Formula
homepage "http://qt-project.org/wiki/qbs"
url "http://download.qt-project.org/official_releases/qbs/1.3.4/qbs-1.3.4.src.tar.gz"
sha1 "32d720230d4afe39adef57375c9002726b64d544"
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"
sha1 "4c70247155281b9536a6fab6672cd5f53610cfa1"

bottle do
sha256 "404755918b51067502789cc25e106b08f30d0e7c01b6b34099453ca54dc60f2f" => :yosemite
Expand Down

0 comments on commit 9ed3e4a

Please sign in to comment.