Skip to content

Commit 27cf56b

Browse files
committed
Chocolatey update for terraform-docs version v0.19.0
1 parent c0fb441 commit 27cf56b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

terraform-docs.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2626
<!-- version should MATCH as closely as possible with the underlying software -->
2727
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2828
<!-- 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. -->
29-
<version>0.18.0</version>
29+
<version>0.19.0</version>
3030
<packageSourceUrl>https://github.com/terraform-docs/chocolatey-package</packageSourceUrl>
3131
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
3232
<owners>terraform-docs</owners>

tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ $ErrorActionPreference = 'Stop'
22

33
$packageName = 'terraform-docs'
44
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
5-
$checksum = '37de7c80d96c43095cfa40322ca9cfedcd3e7a8aed084190cacd850c7d8217ab'
6-
$url = 'https://github.com/terraform-docs/terraform-docs/releases/download/v0.18.0/terraform-docs-v0.18.0-windows-amd64.zip'
5+
$checksum = '9d6d63b6c57fa82ec4bb61e7cdf504f52470fae3e46e293a7e9fcccbaddb1ba7'
6+
$url = 'https://github.com/terraform-docs/terraform-docs/releases/download/v0.19.0/terraform-docs-v0.19.0-windows-amd64.zip'
77
$destination = "$toolsPath\terraform-docs.exe"
88

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

0 commit comments

Comments
 (0)