step 0.9.2
Closes #38821. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
4c3eebaf09
commit
6d61082a34
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
class Step < Formula
|
||||
desc "Crypto and x509 Swiss-Army-Knife"
|
||||
homepage "https://smallstep.com"
|
||||
url "https://github.com/smallstep/cli/releases/download/v0.9.1/step-cli_0.9.1.tar.gz"
|
||||
sha256 "0cc9564c640611d02830ff17c5913b0fec31eb8d3125ac8c15de3eeb199d9fa4"
|
||||
url "https://github.com/smallstep/cli/releases/download/v0.9.2/step-cli_0.9.2.tar.gz"
|
||||
sha256 "c5ebf5609a6813b50d71f4b3bb9ad35af0f6f5beb1d1dddbe65f556cbc886f54"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -15,8 +15,8 @@ class Step < Formula
|
|||
depends_on "go" => :build
|
||||
|
||||
resource "certificates" do
|
||||
url "https://github.com/smallstep/certificates/releases/download/v0.9.1/step-certificates_0.9.1.tar.gz"
|
||||
sha256 "967977bf82d5fa3fa50746c891438ecce075e4c77fbde0f54e5ba70e754b7773"
|
||||
url "https://github.com/smallstep/certificates/releases/download/v0.9.2/step-certificates_0.9.2.tar.gz"
|
||||
sha256 "8cecc273508df6fe9045bf7efd4a86241484949ef474efd9c53f94ef913e91cc"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue