We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa3919 commit a9156f6Copy full SHA for a9156f6
1 file changed
Formula/pkcs11-provider.rb
@@ -1,8 +1,8 @@
1
class Pkcs11Provider < Formula
2
desc "Openssl 3.x provider to access software or hardware tokens via PKCS#11 interface"
3
homepage "https://github.com/latchset/pkcs11-provider"
4
- url "https://github.com/latchset/pkcs11-provider/releases/download/v0.2/pkcs11-provider-0.2.tar.xz"
5
- sha256 "c2650d4e5883fa5b13522fde820854e1921258aec6f11b9b10b46ed19d42053d"
+ url "https://github.com/latchset/pkcs11-provider/releases/download/v0.3/pkcs11-provider-0.3.tar.xz"
+ sha256 "72275ddf59787c810d13c6edc756ba57db014ca9d1613e09fd22302b7a725216"
6
license "Apache-2.0"
7
head "https://github.com/latchset/pkcs11-provider.git", branch: "main"
8
0 commit comments