diff --git a/Formula/vault-enterprise.rb b/Formula/vault-enterprise.rb index 8428c34..ad60517 100644 --- a/Formula/vault-enterprise.rb +++ b/Formula/vault-enterprise.rb @@ -4,31 +4,31 @@ class VaultEnterprise < Formula desc "Vault Enterprise" homepage "https://www.vaultproject.io" - version "1.17.2+ent" + version "1.17.3+ent" if OS.mac? && Hardware::CPU.intel? - url "https://releases.hashicorp.com/vault/1.17.2+ent/vault_1.17.2+ent_darwin_amd64.zip" - sha256 "875dea0952a2fd695bf5a1153091c2c2961ded685ea5b17738c5901c3ff81bb6" + url "https://releases.hashicorp.com/vault/1.17.3+ent/vault_1.17.3+ent_darwin_amd64.zip" + sha256 "bdd1b20652468f0e65d22401afdd72ed570f1dd6da550db3354ba28f766f0001" end if OS.mac? && Hardware::CPU.arm? - url "https://releases.hashicorp.com/vault/1.17.2+ent/vault_1.17.2+ent_darwin_arm64.zip" - sha256 "f4b876b490e2c70c7ecdfd5b453828a3a62847101352cf8583ae06ef20cbd7b9" + url "https://releases.hashicorp.com/vault/1.17.3+ent/vault_1.17.3+ent_darwin_arm64.zip" + sha256 "9f2540ccfeb6422278a8343cba4b6c02a81c4e289371ebacfcc1ad9d88a6bc8a" end if OS.linux? && Hardware::CPU.intel? - url "https://releases.hashicorp.com/vault/1.17.2+ent/vault_1.17.2+ent_linux_amd64.zip" - sha256 "f1d34095f5f8ee2e577b64a9cff07c49b3c4bd3c3b06b3e90e0efa8ec1d3c823" + url "https://releases.hashicorp.com/vault/1.17.3+ent/vault_1.17.3+ent_linux_amd64.zip" + sha256 "d535d412ae8c1537fa5861d8966b8172bd681a3d49f13f20047271e3e13e2615" end if OS.linux? && Hardware::CPU.arm? && !Hardware::CPU.is_64_bit? - url "https://releases.hashicorp.com/vault/1.17.2+ent/vault_1.17.2+ent_linux_arm.zip" - sha256 "0c49e077e88556425d292a146ee6b28156bbc711240268adea9ff252b16fceeb" + url "https://releases.hashicorp.com/vault/1.17.3+ent/vault_1.17.3+ent_linux_arm.zip" + sha256 "dcf080b1c705293d32d4385c9763a4a154c7e5a6082b9555d8e63916d59283fe" end if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit? - url "https://releases.hashicorp.com/vault/1.17.2+ent/vault_1.17.2+ent_linux_arm64.zip" - sha256 "46fc7bfc383f1f77f000bc0ea10b78916de7c0f2399e2f3dc533962ca92be287" + url "https://releases.hashicorp.com/vault/1.17.3+ent/vault_1.17.3+ent_linux_arm64.zip" + sha256 "5c7009ee3364d2d63e74dcbb7e711440ecd688c2ea6c68a7825af9e2c3247a57" end conflicts_with "vault-enterprise"