We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2613b commit 3b96c88Copy full SHA for 3b96c88
Formula/o/onedpl.rb
@@ -1,8 +1,8 @@
1
class Onedpl < Formula
2
desc "C++ standard library algorithms with support for execution policies"
3
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"
+ url "https://github.com/oneapi-src/oneDPL/archive/refs/tags/oneDPL-2022.7.1-release.tar.gz"
+ sha256 "0e6a1bee7a4f4375091c98b0b5290edf3178bb810384e0e106bf96c03649a754"
6
# Apache License Version 2.0 with LLVM exceptions
7
license "Apache-2.0" => { with: "LLVM-exception" }
8
0 commit comments