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 <rui@chenrui.dev>
Co-authored-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Porkepix 2023-01-04 16:28:02 +01:00 committed by BrewTestBot
parent 3fbb788941
commit 64e7b9af83
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 10 additions and 4 deletions

View File

@ -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