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 16, 2025
1 parent 85fdd5f commit 6d91e81
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.23.4</version>
<version>1.23.5</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/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.23.4.windows-386.msi'
checksum = 'e5865c1bfc3fee5d003819b2e2c800f598fe9994931bac63f573e8d05a10d91f'
url = 'https://golang.org/dl/go1.23.5.windows-386.msi'
checksum = '39962346d8d0cb0cc8716489ee33b08d7a220c24a9e45423487876dd4acbdac6'
checksumType = 'SHA256'
url64 = 'https://golang.org/dl/go1.23.4.windows-amd64.msi'
checksum64 = '5f8cc5991eb8f4f96b6c611d839453cd11c9a2c3f23672a4188342c97ee159fa'
url64 = 'https://golang.org/dl/go1.23.5.windows-amd64.msi'
checksum64 = '03e11a988a18ad7e3f9038cef836330af72ba0a454a502cda7b7faee07a0dd8a'
checksumType64= 'SHA256'

silentArgs = '/qn /norestart'
Expand Down

0 comments on commit 6d91e81

Please sign in to comment.