File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class Pkcs11Provider < Formula
22 desc "Openssl 3.x provider to access software or hardware tokens via PKCS#11 interface"
3- homepage "https://github.com/latchset /pkcs11-provider"
4- version "0.6 "
5- url "https://github.com/latchset /pkcs11-provider/releases/download/v#{ version } /pkcs11-provider-#{ version } .tar.xz"
6- sha256 "f20e85c1e1ae819ddb440bdba47fa3b44943aaebaf05e59b04630126497a6ed6 "
3+ homepage "https://github.com/openssl-projects /pkcs11-provider"
4+ version "1.2.0 "
5+ url "https://github.com/openssl-projects /pkcs11-provider/releases/download/v#{ version } /pkcs11-provider-#{ version } .tar.xz"
6+ sha256 "36a2f13859f3e2a9c74d1d4064f8d406689b0201e25968aba952010ed73bfec2 "
77 license "Apache-2.0"
8- head "https://github.com/latchset /pkcs11-provider.git" , branch : "main"
8+ head "https://github.com/openssl-projects /pkcs11-provider.git" , branch : "main"
99
1010 livecheck do
1111 url :stable
@@ -32,7 +32,7 @@ def caveats
3232 Alternatively, you may set the provider via the environment variable as follows:
3333 export PKCS11_PROVIDER_MODULE="#{ lib } /pkcs11.dylib"
3434 Check official guide for more details:
35- https://github.com/latchset /pkcs11-provider/blob/main/HOWTO.md
35+ https://github.com/openssl-projects /pkcs11-provider/blob/main/HOWTO.md
3636 EOS
3737 end
3838
You can’t perform that action at this time.
0 commit comments