From ff92883cc9a02162508e420655ecbace602b3cd2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:09:02 +0000 Subject: [PATCH 1/2] qbs 2.5.1 --- Formula/q/qbs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/q/qbs.rb b/Formula/q/qbs.rb index eac8ca513afc..06eec1cdf2ba 100644 --- a/Formula/q/qbs.rb +++ b/Formula/q/qbs.rb @@ -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" }] }, From 0b3b35e7299d18a34df5222cfcd25e020b3e723a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:11:07 +0000 Subject: [PATCH 2/2] qbs: update 2.5.1 bottle. --- Formula/q/qbs.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/q/qbs.rb b/Formula/q/qbs.rb index 06eec1cdf2ba..fc23d8935d38 100644 --- a/Formula/q/qbs.rb +++ b/Formula/q/qbs.rb @@ -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