Skip to content

Commit

Permalink
AU: 1 updated - vault
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Aug 30, 2023
1 parent b3d00b9 commit c5af7d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vault/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Url = "https://releases.hashicorp.com/vault/$($env:ChocolateyPackageVersion)/vault_$($env:ChocolateyPackageVersion)_windows_386.zip"
UnzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Url64 = "https://releases.hashicorp.com/vault/$($env:ChocolateyPackageVersion)/vault_$($env:ChocolateyPackageVersion)_windows_amd64.zip"
Checksum = '3597bd74522d26ac7366e18694b68d26a292fdf9f17d63eb751846ca6db2be75'
Checksum = '5ffcd942c007505f973973b79691aff568210fb93fc7b66617e2d2f6ef07e95f'
ChecksumType = 'sha256'
Checksum64 = '880f4824f76f4ed36da8c5b877147fbd83c15d1277420c23a4f747fb810d7dd9'
Checksum64 = '4914f9738395e1d1190dd0bc5d62ddc67004d47095ec1c5ce23890c240542731'
version = $env:ChocolateyPackageVersion
}

Expand Down
2 changes: 1 addition & 1 deletion vault/vault.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vault</id>
<title>Vault</title>
<version>1.14.1</version>
<version>1.14.2</version>
<authors>Mitchell Hashimoto, HashiCorp</authors>
<owners>flcdrg</owners>
<projectUrl>https://www.vaultproject.io/</projectUrl>
Expand Down

0 comments on commit c5af7d8

Please sign in to comment.