vault 1.2.2
Closes #43154. Signed-off-by: Thierry Moisan <thierry.moisan@gmail.com>
This commit is contained in:
parent
ff73739bb8
commit
24308da03f
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ class Vault < Formula
|
||||||
desc "Secures, stores, and tightly controls access to secrets"
|
desc "Secures, stores, and tightly controls access to secrets"
|
||||||
homepage "https://vaultproject.io/"
|
homepage "https://vaultproject.io/"
|
||||||
url "https://github.com/hashicorp/vault.git",
|
url "https://github.com/hashicorp/vault.git",
|
||||||
:tag => "v1.2.1",
|
:tag => "v1.2.2",
|
||||||
:revision => "e16495da552c996068e05574cddf69875199f949"
|
:revision => "a1a5f0d798d4181778259403fae0802fff46915a"
|
||||||
head "https://github.com/hashicorp/vault.git"
|
head "https://github.com/hashicorp/vault.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue