Skip to content

Commit 8429e09

Browse files
committed
bump version
1 parent 381ae20 commit 8429e09

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Formula/pkcs11-provider.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
class 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

0 commit comments

Comments
 (0)