diff --git a/bucket/opencode.json b/bucket/opencode.json index 8b9fd19dcadcec..a0e843189351cb 100644 --- a/bucket/opencode.json +++ b/bucket/opencode.json @@ -1,14 +1,16 @@ { "version": "1.1.25", - "description": "AI coding agent, built for the terminal.", + "description": "AI coding agent, built for the terminal. (Deprecated, moved to Main bucket)", "homepage": "https://opencode.ai/", "license": "MIT", + "notes": "This package has been moved to the Main bucket and will no longer receive updates. Please use `main/opencode` instead.", "architecture": { "64bit": { - "url": "https://github.com/sst/opencode/releases/download/v1.1.25/opencode-windows-x64.zip", + "url": "https://github.com/anomalyco/opencode/releases/download/v1.1.25/opencode-windows-x64.zip", "hash": "7d5e3e0eff8832407321a4bc5b06e325ed7dcd8e3a7891f4eaccf372451ba4a4" } }, + "post_install": "Write-Host \"`nThis package has been moved to the Main bucket and will no longer receive updates. Please use `main/opencode` instead.\" -Foreground Darkred", "bin": "opencode.exe", "shortcuts": [ [ @@ -17,12 +19,12 @@ ] ], "checkver": { - "github": "https://github.com/sst/opencode" + "github": "https://github.com/anomalyco/opencode" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/sst/opencode/releases/download/v$version/opencode-windows-x64.zip" + "url": "https://github.com/anomalyco/opencode/releases/download/v$version/opencode-windows-x64.zip" } } }