Skip to content

Commit

Permalink
Merge pull request #175205 from Homebrew/bump-ittapi-3.25.0
Browse files Browse the repository at this point in the history
ittapi 3.25.0
  • Loading branch information
BrewTestBot committed Jun 20, 2024
2 parents 3fb9d55 + 7a722ae commit 98cad22
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/i/ittapi.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Ittapi < Formula
desc "Intel Instrumentation and Tracing Technology (ITT) and Just-In-Time (JIT) API"
homepage "https://github.com/intel/ittapi"
url "https://github.com/intel/ittapi/archive/refs/tags/v3.24.8.tar.gz"
sha256 "4e57ece3286f3b902d17b1247710f0f6f9a370cc07d5e67631d3656ffac28d81"
url "https://github.com/intel/ittapi/archive/refs/tags/v3.25.0.tar.gz"
sha256 "0f37bfb6eab7fecadee7936a5f95d833d2afcc32a84e5549ed3f38d614622675"
license "GPL-2.0-only"
head "https://github.com/intel/ittapi.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba0e23a24ce2905d031f7112002c8a4d0594ec52fa556b94a673aa1d75236a70"
sha256 cellar: :any_skip_relocation, arm64_ventura: "71571a891c57e9069f458a627ea87a5b2314e1e5a0b19cc5ee652c9e0c258ce2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4c817bbd04063221824487338807cdedd5281823ebf39eaf165bfb0be981634a"
sha256 cellar: :any_skip_relocation, sonoma: "f6940c43e86a8988867dcb80508775e9137c548b335caf7b95d31f60ebb86cb6"
sha256 cellar: :any_skip_relocation, ventura: "25c613adbcd9de86db0050aba1fffff8670dbde9ca9a07bec566b90e66481b79"
sha256 cellar: :any_skip_relocation, monterey: "2b666760fe64123113a10345c24a80603571d1940ebf861c697499111950e7b2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7e7189992ca077dfd226f1423c4159ad0532cc188e61cdda5c8bb810cf980dbb"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "267c13af12cbaed1b7d42bb9d112370138a27e2f9caede9209d07cff0145abd6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fb050098ff698f65f85f20327478c92156fa67a4e6d12b4a54eab0836c600aed"
sha256 cellar: :any_skip_relocation, arm64_monterey: "53e7435cd45a66452c8283d23d8e9662bcaa9aa18262f91da992a2e4dff1efd7"
sha256 cellar: :any_skip_relocation, sonoma: "f37a29199dfdbe656b454fa08d956820d92fc166d7b08ae343d8172bc9e669f5"
sha256 cellar: :any_skip_relocation, ventura: "95ddb5e9db2f9b586b431fad78adb0c2f4de8b2c16c9b024e2fee1e9a07b5f2d"
sha256 cellar: :any_skip_relocation, monterey: "988c8e108b7c5831cf93f3eef95a05637e495b80bf9fadd08957c056c2cb45a6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1bd5d50525561f031fc2f73f09a1b024ed48d588e81d22c798e5552fcce7b43b"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 98cad22

Please sign in to comment.