Skip to content

Commit 4b96d68

Browse files
committed
Brew cask update for certkit version v0.8.3
1 parent e948646 commit 4b96d68

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Casks/certkit.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This file was generated by GoReleaser. DO NOT EDIT.
22
cask "certkit" do
3+
conflicts_with cask: "certkit@nightly"
34
postflight do
45
system_command "/usr/bin/xattr",
56
args: ["-dr", "com.apple.quarantine", "#{staged_path}"]
@@ -8,34 +9,33 @@
89
name "certkit"
910
desc "A certificate management tool that ingests TLS/SSL certificates and keys, catalogs them in SQLite, and exports organized bundles."
1011
homepage "https://github.com/sensiblebit/certkit"
11-
version "0.8.2"
12+
version "0.8.3"
1213

1314
livecheck do
1415
skip "Auto-generated on release."
1516
end
1617

17-
conflicts_with cask: "certkit@nightly"
1818
binary "certkit"
1919

2020
on_macos do
2121
on_intel do
2222
url "https://github.com/sensiblebit/certkit/releases/download/v#{version}/certkit_#{version}_darwin_amd64.tar.gz"
23-
sha256 "748aa61e90597d26732aa06a08cf6c87d16bb760f9901a2d0a8aebf6a22d3fa6"
23+
sha256 "9d19402ba51209223533b78211e75ebf373c367f3e16f55a803f70fc97a606ff"
2424
end
2525
on_arm do
2626
url "https://github.com/sensiblebit/certkit/releases/download/v#{version}/certkit_#{version}_darwin_arm64.tar.gz"
27-
sha256 "136990ec749f6ce1e41f4d9fafc927eab4532feaccb86b30a79ba4a5e8ca7ef3"
27+
sha256 "9efeb32e7066dce10083b9c11553fe3025b647ff083c88d09f2c6f3359982ef8"
2828
end
2929
end
3030

3131
on_linux do
3232
on_intel do
3333
url "https://github.com/sensiblebit/certkit/releases/download/v#{version}/certkit_#{version}_linux_amd64.tar.gz"
34-
sha256 "603ac3c842097b4d213990c6b0304a66cc216fde29c682a3947d425c25a14616"
34+
sha256 "8a8ca8d27a2b839c3ca46550f2d000993fe686d57f600c7f76e66ed6ba026319"
3535
end
3636
on_arm do
3737
url "https://github.com/sensiblebit/certkit/releases/download/v#{version}/certkit_#{version}_linux_arm64.tar.gz"
38-
sha256 "3b83b2f7e1d6644c70237916bb92f64596fa7ce26aee33690fe84585c7d3e9f6"
38+
sha256 "4c500e351143c5423507bfef033cc3e1e572666f13587a29523479234c87b675"
3939
end
4040
end
4141

0 commit comments

Comments
 (0)