Skip to content

Commit 54a8275

Browse files
committed
1 parent cd86346 commit 54a8275

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

automatic/golang/golang.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2121
<!-- version should MATCH as closely as possible with the underlying software -->
2222
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2323
<!-- 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. -->
24-
<version>1.24.0</version>
24+
<version>1.24.1</version>
2525
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/golang</packageSourceUrl>
2626
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2727
<owners>mikeee</owners>

automatic/golang/tools/chocolateyInstall.ps1

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ $packageArgs = @{
33
packageName = $env:ChocolateyPackageName
44
unzipLocation = $root
55
fileType = 'msi'
6-
url = 'https://golang.org/dl/go1.24.0.windows-386.msi'
7-
checksum = 'f07677013cd7861c5e16067b0a82144c23c4bf72c139c762e142440f4c926f61'
6+
url = 'https://golang.org/dl/go1.24.1.windows-386.msi'
7+
checksum = 'db128981033ac82a64688a123f631e61297b6b8f52ca913145e57caa8ce94cc3'
88
checksumType = 'SHA256'
9-
url64 = 'https://golang.org/dl/go1.24.0.windows-amd64.msi'
10-
checksum64 = '4e78016d889431eb16aa0f87868cf52479b90059791c94a4ff45872d0573089e'
9+
url64 = 'https://golang.org/dl/go1.24.1.windows-amd64.msi'
10+
checksum64 = '5968e7adcf26e68a54f1cd41ad561275a670a8e2ca5263bc375b524638557dfb'
1111
checksumType64= 'SHA256'
1212

1313
silentArgs = '/qn /norestart'

0 commit comments

Comments
 (0)