Skip to content

Commit 8df8ba6

Browse files
committed
1 parent 1f616dd commit 8df8ba6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

automatic/golang/golang.nuspec

Lines changed: 1 addition & 1 deletion
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.25.3</version>
24+
<version>1.25.4</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

Lines changed: 4 additions & 4 deletions
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.25.3.windows-386.msi'
7-
checksum = 'dfd8f7e534dc2f05627641d2df9a165c84fb5ee42eb322092c3f3d385a7aa71b'
6+
url = 'https://golang.org/dl/go1.25.4.windows-386.msi'
7+
checksum = 'f47eef5731606dc5ef0b59a9a2f7ae90f3b0843f54dc510c1d82900cd9bfa0b5'
88
checksumType = 'SHA256'
9-
url64 = 'https://golang.org/dl/go1.25.3.windows-amd64.msi'
10-
checksum64 = '370f08e90693eb9cdd5222351094627fd3be35a8a9230783573739f783a9482f'
9+
url64 = 'https://golang.org/dl/go1.25.4.windows-amd64.msi'
10+
checksum64 = '4c08c06cb12e050b96c7e04b3fa622de28557f92e130f81106383e761b002652'
1111
checksumType64= 'SHA256'
1212

1313
silentArgs = '/qn /norestart'

0 commit comments

Comments
 (0)