We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecc69a commit 3b276f0Copy full SHA for 3b276f0
Formula/lib/libfabric.rb
@@ -1,8 +1,8 @@
1
class Libfabric < Formula
2
desc "OpenFabrics libfabric"
3
homepage "https://ofiwg.github.io/libfabric/"
4
- url "https://github.com/ofiwg/libfabric/releases/download/v1.22.0/libfabric-1.22.0.tar.bz2"
5
- sha256 "485e6cafa66c9e4f6aa688d2c9526e274c47fda3a783cf1dd8f7c69a07e2d5fe"
+ url "https://github.com/ofiwg/libfabric/releases/download/v2.0.0/libfabric-2.0.0.tar.bz2"
+ sha256 "1a8e40f1f331d6ee2e9ace518c0088a78c8a838968f8601c2b77fd012a7bf0f5"
6
license any_of: ["BSD-2-Clause", "GPL-2.0-only"]
7
head "https://github.com/ofiwg/libfabric.git", branch: "main"
8
0 commit comments