Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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.14.0.tar.gz"
sha256 "5b0df6138763b3fc4e385d58dbb2ee7c7c508a64a413d76a917529e3a9a207ea"
url "https://github.com/open-quantum-safe/liboqs/archive/refs/tags/0.15.0.tar.gz"
sha256 "3983f7cd1247f37fb76a040e6fd684894d44a84cecdcfbdb90559b3216684b5c"
license "MIT"

livecheck do
Expand Down
Loading