Skip to content

Commit 564ecb3

Browse files
feat: 🔼 Update chocolatey packages
1 parent f3e2009 commit 564ecb3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎packages/tree-sitter/tools/chocolateyinstall.ps1‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
99
$packageArgs = @{
1010
packageName = $packageName
1111
fileType = 'exe'
12-
url = 'https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.7/tree-sitter-windows-x86.gz'
13-
url64bit = 'https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.7/tree-sitter-windows-x64.gz'
14-
checksum = 'd203f2e5fa7d45bd8099463e4dbce6263a2e58d1c186c0a6f414543a19b43fab'
15-
checksum64 = 'f10b7771a7139ec2ccf96a8c23715b05ec04def571f204c55e82f33116f7352c'
12+
url = 'https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.8/tree-sitter-windows-x86.gz'
13+
url64bit = 'https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.8/tree-sitter-windows-x64.gz'
14+
checksum = '93c1ba60e599589e4e0e921ebc258196d4797b732b25a067cd482ffaa14e620e'
15+
checksum64 = '531cebb2c7c7e3c11dfa42ba8e1ac79632364dfe44fda9d0c15228ae68f43bbe'
1616
checksumType = 'sha256'
1717
checksumType64 = 'sha256'
1818
unzipLocation = $toolsDir

‎packages/tree-sitter/tree-sitter.nuspec‎

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

0 commit comments

Comments
 (0)