From 3b96c8849ac8d4a7b49fd120d3ba18038e21ebd5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:11:45 +0000 Subject: [PATCH] onedpl 2022.7.1 --- Formula/o/onedpl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/onedpl.rb b/Formula/o/onedpl.rb index d6102d85f550f..8ebf5c2ee1ffa 100644 --- a/Formula/o/onedpl.rb +++ b/Formula/o/onedpl.rb @@ -1,8 +1,8 @@ class Onedpl < Formula desc "C++ standard library algorithms with support for execution policies" homepage "https://github.com/oneapi-src/oneDPL" - url "https://github.com/oneapi-src/oneDPL/archive/refs/tags/oneDPL-2022.7.0-release.tar.gz" - sha256 "095be49a9f54633d716e82f66cc3f1e5e858f19ef47639e4c94bfc6864292990" + url "https://github.com/oneapi-src/oneDPL/archive/refs/tags/oneDPL-2022.7.1-release.tar.gz" + sha256 "0e6a1bee7a4f4375091c98b0b5290edf3178bb810384e0e106bf96c03649a754" # Apache License Version 2.0 with LLVM exceptions license "Apache-2.0" => { with: "LLVM-exception" }