Skip to content

Commit 10553fb

Browse files
authored
Merge pull request #199284 from Homebrew/bump-onedpl-2022.7.1
onedpl 2022.7.1
2 parents c1c73cc + b2bcf89 commit 10553fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/o/onedpl.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Onedpl < Formula
22
desc "C++ standard library algorithms with support for execution policies"
33
homepage "https://github.com/oneapi-src/oneDPL"
4-
url "https://github.com/oneapi-src/oneDPL/archive/refs/tags/oneDPL-2022.7.0-release.tar.gz"
5-
sha256 "095be49a9f54633d716e82f66cc3f1e5e858f19ef47639e4c94bfc6864292990"
4+
url "https://github.com/oneapi-src/oneDPL/archive/refs/tags/oneDPL-2022.7.1-release.tar.gz"
5+
sha256 "0e6a1bee7a4f4375091c98b0b5290edf3178bb810384e0e106bf96c03649a754"
66
# Apache License Version 2.0 with LLVM exceptions
77
license "Apache-2.0" => { with: "LLVM-exception" }
88

@@ -12,7 +12,7 @@ class Onedpl < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, all: "88367f230d58db36bede6ddfe1107a36e4e1c1991220f63de4cf1d9215218f13"
15+
sha256 cellar: :any_skip_relocation, all: "91836cae67bc7b9123778574e3f9a2521f5f838bc8f89bbc789ba13c8d90d95a"
1616
end
1717

1818
depends_on "cmake" => :build

0 commit comments

Comments
 (0)