Skip to content

Commit b430886

Browse files
feat: 🔼 Update chocolatey packages
1 parent 7dab796 commit b430886

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎packages/croc/croc.nuspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<title>croc</title>
55
<id>croc</id>
6-
<version>10.0.11</version>
6+
<version>10.0.12</version>
77
<authors>schollz, contributors</authors>
88
<owners>Kamack38</owners>
99
<packageSourceUrl>https://github.com/kamack38/packages/tree/main/packages/croc</packageSourceUrl>

‎packages/croc/tools/chocolateyinstall.ps1‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
66
$packageArgs = @{
77
packageName = $packageName
88
fileType = 'exe'
9-
url = 'https://github.com/schollz/croc/releases/download/v10.0.11/croc_v10.0.11_Windows-32bit.zip'
10-
url64bit = 'https://github.com/schollz/croc/releases/download/v10.0.11/croc_v10.0.11_Windows-64bit.zip'
11-
checksum = '4fbefee490094e64f4240fecc98e5da27d1d4e9b3e11ddddde827739dd6b2810'
12-
checksum64 = '34fe7f77be3e198c9ebbc12d1193d43f6f37fcb2a7e18d3379aef1f4a2b7576a'
9+
url = 'https://github.com/schollz/croc/releases/download/v10.0.12/croc_v10.0.12_Windows-32bit.zip'
10+
url64bit = 'https://github.com/schollz/croc/releases/download/v10.0.12/croc_v10.0.12_Windows-64bit.zip'
11+
checksum = '42400956a3ac63b6a18ed2eba9c0573264fa807e56cddf89288d7b5a979da40d'
12+
checksum64 = '652cd03e4806b4ef2c9c43a4470038b3755e48f12e338240039fffc236206b3a'
1313
checksumType = 'sha256'
1414
checksumType64 = 'sha256'
1515
unzipLocation = $toolsDir

0 commit comments

Comments
 (0)