Skip to content

Commit

Permalink
Chocolatey update for terraform-docs version v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tf-docs-bot committed Mar 22, 2024
1 parent a89797b commit db6571a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform-docs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>0.16.0</version>
<version>0.17.0</version>
<packageSourceUrl>https://github.com/terraform-docs/chocolatey-package</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>terraform-docs</owners>
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ $ErrorActionPreference = 'Stop'

$packageName = 'terraform-docs'
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$checksum = 'b1e63cede84ae139045d5385c389232fbbcb369a99496b94ec1cd733b8d4d125'
$url = 'https://github.com/terraform-docs/terraform-docs/releases/download/v0.16.0/terraform-docs-v0.16.0-windows-amd64.zip'
$checksum = '91fce072a4bd0138825d8a7bfd8e86e41e76a15b9dc74bbe203bcb80de412429'
$url = 'https://github.com/terraform-docs/terraform-docs/releases/download/v0.17.0/terraform-docs-v0.17.0-windows-amd64.zip'
$destination = "$toolsPath\terraform-docs.exe"

Install-ChocolateyZipPackage -PackageName $packageName -Url64bit $url -Checksum64 $checksum -ChecksumType64 sha256 -UnzipLocation $destination

0 comments on commit db6571a

Please sign in to comment.