Skip to content

Commit

Permalink
AU: 1 updated - golang
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee committed Jan 7, 2022
1 parent 8a4f2ea commit 0c37e58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/golang/golang.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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>1.17.4</version>
<version>1.17.6</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/main/automatic/golang</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>mikeee</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/golang/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $root
fileType = 'msi'
url = 'https://golang.org/dl/go1.17.4.windows-386.msi'
checksum = '8133b12e5859469753f262e4c8671b5aa14674fd8ebc71b216a0c234a7c5662c'
url = 'https://golang.org/dl/go1.17.6.windows-386.msi'
checksum = '74633710c9e1c9a8f043ed2e4e6da1c687c57b5ce1c976e37c35e981ab32fc8c'
checksumType = 'SHA256'
url64 = 'https://golang.org/dl/go1.17.4.windows-amd64.msi'
checksum64 = '581157e5141bbca55fb99959dbaee1ac1bce9a748ecac68fb315ca71c2487e33'
url64 = 'https://golang.org/dl/go1.17.6.windows-amd64.msi'
checksum64 = '43a67c37be6699f3fc58c3d7f52cd0d6117d8777f65c79f73c44a58c6ed98f22'
checksumType64= 'SHA256'

silentArgs = '/qn /norestart'
Expand Down

0 comments on commit 0c37e58

Please sign in to comment.