Skip to content

Commit 8437d11

Browse files
feat: 🔼 Update chocolatey packages
1 parent 98d02f5 commit 8437d11

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.2.2</version>
6+
<version>10.2.4</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.2.2/croc_v10.2.2_Windows-32bit.zip'
10-
url64bit = 'https://github.com/schollz/croc/releases/download/v10.2.2/croc_v10.2.2_Windows-64bit.zip'
11-
checksum = '1b57425b5702f8af6ab138fb3b5402216d0892cf4369aa24340f9f6616ddd3d7'
12-
checksum64 = '97569bdd93adf19ccb5d6c2eb0912daa453f8f78d2f735fcbad34ee735296983'
9+
url = 'https://github.com/schollz/croc/releases/download/v10.2.4/croc_v10.2.4_Windows-32bit.zip'
10+
url64bit = 'https://github.com/schollz/croc/releases/download/v10.2.4/croc_v10.2.4_Windows-64bit.zip'
11+
checksum = 'b02d5ac8793e5558bd606aaf37c040f9e629c5d84c4d1f175403f737b5b4f29c'
12+
checksum64 = '9e375e75ae8a74a134315ff23be63b0e39a5d022350ec3e554123c9cee291382'
1313
checksumType = 'sha256'
1414
checksumType64 = 'sha256'
1515
unzipLocation = $toolsDir

0 commit comments

Comments
 (0)