Skip to content

Commit

Permalink
Merge pull request #205753 from Homebrew/bump-qbs-2.5.1
Browse files Browse the repository at this point in the history
qbs 2.5.1
  • Loading branch information
BrewTestBot authored Jan 28, 2025
2 parents 1d7c4d2 + 0b3b35e commit 9da0043
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/q/qbs.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Qbs < Formula
desc "Build tool for developing projects across multiple platforms"
homepage "https://wiki.qt.io/Qbs"
url "https://download.qt.io/official_releases/qbs/2.5.0/qbs-src-2.5.0.tar.gz"
sha256 "1801afd4f1fafc3015bd93a60da3896bf211ab4a328cddefde3cd16bafd5a6eb"
url "https://download.qt.io/official_releases/qbs/2.5.1/qbs-src-2.5.1.tar.gz"
sha256 "1a13d0d1d1349a83d386ffbe155325603f849c2ad8b148b4aa7f7dfccf506576"
license all_of: [
{ any_of: ["LGPL-3.0-only", "GPL-2.0-only"] },
{ any_of: ["LGPL-3.0-only", "LGPL-2.1-only" => { with: "Qt-LGPL-exception-1.1" }] },
Expand All @@ -16,11 +16,11 @@ class Qbs < Formula
end

bottle do
sha256 cellar: :any, arm64_sonoma: "5fb9a815d1e001831db5ff60098f0ff661f4b71f3e975acb08dcf59d3726dc55"
sha256 cellar: :any, arm64_ventura: "ab77553e4154463eb7c06ed42c18e4fcf59d12685722143128fb0e7e336bb5f9"
sha256 cellar: :any, sonoma: "2bf04cb0a924019586cdde2c5cfe5de73b41269dfb6db62277857894b10d7fbd"
sha256 cellar: :any, ventura: "1e0df2143512ec1c0604181b69692edd458e146587e48485eaaa33a458a46aaa"
sha256 cellar: :any_skip_relocation, x86_64_linux: "781a640cada110eb658a14edbc58cd1cfe8bfc7344ce884fce87ea7d12252673"
sha256 cellar: :any, arm64_sonoma: "eea32037b439e083b77ad5ab7bf432377509109c01bf83048be9d5fbc3017b06"
sha256 cellar: :any, arm64_ventura: "38ea1b19469dc7d00a63ea7ee25b1c9c7e7d9e148a2f08c3e8a96c661fbd7978"
sha256 cellar: :any, sonoma: "85b8fd07fe6c14739ba23038cd97f79aa6dec68e6a3a400a9580c699dcb9d3de"
sha256 cellar: :any, ventura: "a5d95d351b47662f1338467d2b650a5e0511d0f91304ea4c2d1c53fcd30c3fe0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3a5531d639d29e1d52a0cc75c510dd1527d67d77d2eb233be9f9c4be7de06a2e"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 9da0043

Please sign in to comment.