Skip to content

Commit 8e67034

Browse files
chore: update opencode to v1.1.29
1 parent 43655b2 commit 8e67034

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

opencode.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>opencode</id>
5-
<version>1.1.28</version>
5+
<version>1.1.29</version>
66
<packageSourceUrl>https://github.com/itsrainingmani/opencode-chocolatey</packageSourceUrl>
77
<owners>itsrainingmani</owners>
88
<title>opencode</title>
@@ -86,7 +86,7 @@ Zen gives you access to a handpicked set of AI models that OpenCode has tested a
8686
8787
[Learn about Zen](https://opencode.ai/zen)
8888
]]></description>
89-
<releaseNotes>https://github.com/anomalyco/opencode/releases/tag/v1.1.28</releaseNotes>
89+
<releaseNotes>https://github.com/anomalyco/opencode/releases/tag/v1.1.29</releaseNotes>
9090
<dependencies>
9191
<dependency id="unzip" />
9292
<dependency id="ripgrep" />

tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $packageArgs = @{
1212
packageName = $packageName
1313
unzipLocation = $toolsDir
1414
url64bit = $url64
15-
checksum64 = 'D3FF96818B76B24A8BF8391D5C7D2BF9A85F4D5814C12852423D13E97BD27E6B' # This should be updated by the update script
15+
checksum64 = 'AC7A61E72ECE17D1D3D984E9EB92552B67EBB43F7C5476FB5F16025609A7273F' # This should be updated by the update script
1616
checksumType64 = 'sha256'
1717
}
1818

0 commit comments

Comments
 (0)