Skip to content

Commit f216abe

Browse files
authored
bump version
1 parent 31614ae commit f216abe

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Formula/pkcs11-provider.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
class Pkcs11Provider < Formula
22
desc "Openssl 3.x provider to access software or hardware tokens via PKCS#11 interface"
33
homepage "https://github.com/latchset/pkcs11-provider"
4-
url "https://github.com/latchset/pkcs11-provider/releases/download/v0.4/pkcs11-provider-0.4.tar.xz"
5-
sha256 "16869f5cf0aee61545957e5106b6263fa74b1cb949a11fea4d54ec83c34431fc"
4+
version "0.5"
5+
url "https://github.com/latchset/pkcs11-provider/releases/download/v#{version}/pkcs11-provider-#{version}.tar.xz"
6+
sha256 "6815de8c6d15bed8f72f65bf8d73efd7d013f17460a77c457a3ed7c679809cfc"
67
license "Apache-2.0"
78
head "https://github.com/latchset/pkcs11-provider.git", branch: "main"
89

0 commit comments

Comments
 (0)