From 64e7b9af83799bb9c8e87ec9542d2a7b1514f527 Mon Sep 17 00:00:00 2001 From: Porkepix Date: Wed, 4 Jan 2023 16:28:02 +0100 Subject: [PATCH] seal 4.1.1 * seal 4.1.1 * seal: patch cmake configs * seal: add another cmake patch for hexl relates to https://github.com/microsoft/SEAL/pull/600 * seal: update sha * seal: remove one patch Closes #119758. Signed-off-by: Rui Chen Co-authored-by: Rui Chen Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/seal.rb | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Formula/seal.rb b/Formula/seal.rb index 7b22fbe9e22..462dcb4a5e3 100644 --- a/Formula/seal.rb +++ b/Formula/seal.rb @@ -1,8 +1,8 @@ class Seal < Formula desc "Easy-to-use homomorphic encryption library" homepage "https://github.com/microsoft/SEAL" - url "https://github.com/microsoft/SEAL/archive/v4.0.0.tar.gz" - sha256 "616653498ba8f3e0cd23abef1d451c6e161a63bd88922f43de4b3595348b5c7e" + url "https://github.com/microsoft/SEAL/archive/refs/tags/v4.1.1.tar.gz" + sha256 "af9bf0f0daccda2a8b7f344f13a5692e0ee6a45fea88478b2b90c35648bf2672" license "MIT" bottle do @@ -26,8 +26,14 @@ class Seal < Formula fails_with gcc: "5" resource "hexl" do - url "https://github.com/intel/hexl/archive/v1.2.3.tar.gz" - sha256 "f2cf33ee2035d12996d10b69d2f41a586b9954a29b99c70a852495cf5758878c" + url "https://github.com/intel/hexl/archive/refs/tags/v1.2.5.tar.gz" + sha256 "3692e6e6183dbc49253e51e86c3e52e7affcac925f57db0949dbb4d34b558a9a" + end + + # patch cmake configs, remove in next release + patch do + url "https://github.com/microsoft/SEAL/commit/13e94ef0e01aa9874885bbfdbca1258ab380ddeb.patch?full_index=1" + sha256 "19e3dde5aeb78c01dbe5ee73624cf4621060d071ab1a437515eedc00b47310a1" end def install