Skip to content

Commit

Permalink
Merge pull request #166993 from Homebrew/bump-liboqs-0.10.0
Browse files Browse the repository at this point in the history
liboqs 0.10.0
  • Loading branch information
BrewTestBot authored Mar 23, 2024
2 parents fee3e9a + 60a5e52 commit 56162df
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/lib/liboqs.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Liboqs < Formula
desc "Library for quantum-safe cryptography"
homepage "https://openquantumsafe.org/"
url "https://github.com/open-quantum-safe/liboqs/archive/refs/tags/0.9.2.tar.gz"
sha256 "a708c058d4d9dcf5568245439b526fa480180f1fa4541adf21b1d094dc9e0590"
url "https://github.com/open-quantum-safe/liboqs/archive/refs/tags/0.10.0.tar.gz"
sha256 "2b7b4436be9825dd0adaf000ee4f322f06551e638a8a9c8d54eda48ed40e40a9"
license "MIT"

livecheck do
Expand All @@ -11,13 +11,13 @@ class Liboqs < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5fb629a03656c68c49b99f9daf0ebc580928090046210729a00b9c35c09b8a50"
sha256 cellar: :any_skip_relocation, arm64_ventura: "418035892a17e36adb088fda0d1c5afdbced280a32e60e384a675e7a16775d1b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "05786a72a882d6afb5ce32ce5699f88b6e802f9b05c6c38db5ae390492537eef"
sha256 cellar: :any_skip_relocation, sonoma: "b158e4860040b89aa9a2c53aeda5bc17232c1e593f8d285c4cd60dc12d4cfbb8"
sha256 cellar: :any_skip_relocation, ventura: "a013201bffd4da33ee70dba4dcd8435916a7356910a1d3f62cd86a453c88c5b7"
sha256 cellar: :any_skip_relocation, monterey: "3446fd5382ff0895b2b1753ab2c655492cd7be00a3c976ffa879e2a25fedf4ae"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b8541d89d46cd4d88179b86d611297ed76c879e345a640986e77dfed6180ae67"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "22c507f7454e4c48d4d95e10e47519d3ec013271a5d6efe699ff8c3a9a31d6ea"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4adce4fe5fdf96a1976c6147aac9240f83ad52aadf87055c418e41906e283bbc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "99f8d2cb9fa1b191aa7709a77f62a75d7e9e63570993e76a8c1f3abc3422cabf"
sha256 cellar: :any_skip_relocation, sonoma: "005f02532db38347d34dcd71abd2d173836a34b670f187d21dedf7b48ea5d30f"
sha256 cellar: :any_skip_relocation, ventura: "095c9b253d0707b216a0f861bf027fef2b5c5aff3771cf14dd01555cac41fa75"
sha256 cellar: :any_skip_relocation, monterey: "791228999d340ed9bea1b7a46c596e7ac84662fc5a0e0ab8802bb40cae37c477"
sha256 cellar: :any_skip_relocation, x86_64_linux: "129b04dfad422a26f250ef03cab2ef36f80dbda84a6ed835954bf3dc2b523d56"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 56162df

Please sign in to comment.