Skip to content

Commit eeb6e19

Browse files
authored
Merge pull request #204207 from Homebrew/bump-ittapi-3.25.4
ittapi 3.25.4
2 parents 71429b2 + 5ad6cfa commit eeb6e19

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/i/ittapi.rb

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class Ittapi < Formula
22
desc "Intel Instrumentation and Tracing Technology (ITT) and Just-In-Time (JIT) API"
33
homepage "https://github.com/intel/ittapi"
4-
url "https://github.com/intel/ittapi/archive/refs/tags/v3.25.3.tar.gz"
5-
sha256 "1b46fb4cb264a2acd1a553eeea0e055b3cf1d7962decfa78d2b49febdcb03032"
4+
url "https://github.com/intel/ittapi/archive/refs/tags/v3.25.4.tar.gz"
5+
sha256 "e32c760e936add2353e7e4268c560acb230dd1fdf2e2abb1c7d8e8409ca1d121"
66
license "GPL-2.0-only"
77
head "https://github.com/intel/ittapi.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0eb47aac43b90656715526826788302f478fefd2cd9b022a71c9ca224ad624e5"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "864d3f828eb1ae959585364d3c31937c951668f4a8d93c43b859da1b829b7a44"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "dd02e6e759e5a65863acb20f3f21ea4643e30f762f4673a5305d324183ab148e"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "32a4854bf00d45a310a511ff1686cf1a356dc2563ce7999baa90465b285295b1"
14-
sha256 cellar: :any_skip_relocation, sonoma: "8d8b9ae4f59e2160df13d155e416f476e24050e79875199b77471a74f6e5b6dc"
15-
sha256 cellar: :any_skip_relocation, ventura: "8da07bcc001f2cabf65e8e53c79fd518bedfb688a95babefd3e9371cfcc4863c"
16-
sha256 cellar: :any_skip_relocation, monterey: "687d2971980df9809b556895bb31b77f01a255128b0efcaff918c60c5194c5d4"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0b68352be50966560ebde0f6b9287da348168aae0cc1669a60793ba9eb9057e6"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "32a49c41057cc92264c320ad96226cdadccd906bec15965a619660729bdae75d"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "58b16cfbadacd597225d4e3ed8376635219a881e34de961fcb589d58d86ae6fb"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a7f4c0f155a0e5b95afb6bf7301f2a619001b87ba1a77f64f5316caf33bcf09f"
13+
sha256 cellar: :any_skip_relocation, sonoma: "f4db3d96e18424c2a43e2e647dc4e330c137ea8640b60a974707652d25d488a8"
14+
sha256 cellar: :any_skip_relocation, ventura: "4968ac8ca683221e4d0ecea36695013c3950040e76547dd9d647c6043a6a728a"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ad6b4a0761fbdefd860818f4bca1ee43834a1ce822d148bf893324f2c3297f8c"
1816
end
1917

2018
depends_on "cmake" => :build

0 commit comments

Comments
 (0)