qbs 1.13.0
Closes #39211. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
0b3afa8e34
commit
465580db45
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Qbs < Formula
|
class Qbs < Formula
|
||||||
desc "Build tool for developing projects across multiple platforms"
|
desc "Build tool for developing projects across multiple platforms"
|
||||||
homepage "https://wiki.qt.io/Qbs"
|
homepage "https://wiki.qt.io/Qbs"
|
||||||
url "https://download.qt.io/official_releases/qbs/1.12.2/qbs-src-1.12.2.tar.gz"
|
url "https://download.qt.io/official_releases/qbs/1.13.0/qbs-src-1.13.0.tar.gz"
|
||||||
sha256 "97819b8b404a6ee5715d38ceda5ac1d992500a38f8956abe4a58a1d66e64d6f1"
|
sha256 "4daa764a944bdb33a4a0dd792864dd9acc24036ad84ef34cfb3215538c6cef89"
|
||||||
head "https://code.qt.io/qbs/qbs.git"
|
head "https://code.qt.io/qbs/qbs.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue