From a2e291e3097700d67bd114d641aefb17eb7a2ea8 Mon Sep 17 00:00:00 2001 From: Slach Date: Tue, 31 Oct 2023 11:25:40 +0400 Subject: [PATCH 1/9] i2pd browser 1.3.3 --- bucket/i2pdbrowser.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/i2pdbrowser.json diff --git a/bucket/i2pdbrowser.json b/bucket/i2pdbrowser.json new file mode 100644 index 00000000000000..70f7f3b6199f15 --- /dev/null +++ b/bucket/i2pdbrowser.json @@ -0,0 +1,33 @@ +{ + "version": "1.3.3", + "description": "i2pd browser bundle", + "homepage": "https://i2pd.website", + "url": "https://github.com/PurpleI2P/i2pdbrowser", + "license": "BSD-3-Clause", + "architecture": { + "64bit": { + "url": "https://github.com/PurpleI2P/i2pdbrowser/releases/download/1.3.3/I2PdBrowserPortable_1.3.3.7z", + "hash": "sha512:e7fbcf4b564211869b1fe35463ef7347f5ac75e1c531cd5487f20234251a3015f82fd3e90ccb2c4d493f6d6609b9e04030c7e8dacda3538fae4fdd9b518fa9f3" + } + }, + "bin": "StartI2PdBrowser.bat", + "shortcuts": [ + [ + "StartI2PdBrowser.bat", + "I2PdBrowser" + ] + ], + "checkver": { + "github": "https://github.com/PurpleI2P/i2pdbrowser" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/PurpleI2P/i2pdbrowser/releases/download/$version/I2PdBrowserPortable_$version.7z" + } + }, + "hash": { + "url": "$baseurl/SHA512SUMS" + } + } +} From bf379d0db39781d5bbad6e79f144d13c2412e956 Mon Sep 17 00:00:00 2001 From: Slach Date: Sun, 21 Jan 2024 17:14:30 +0400 Subject: [PATCH 2/9] remove url to allow pass check --- bucket/i2pdbrowser.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bucket/i2pdbrowser.json b/bucket/i2pdbrowser.json index 70f7f3b6199f15..49452e5a27d398 100644 --- a/bucket/i2pdbrowser.json +++ b/bucket/i2pdbrowser.json @@ -2,7 +2,6 @@ "version": "1.3.3", "description": "i2pd browser bundle", "homepage": "https://i2pd.website", - "url": "https://github.com/PurpleI2P/i2pdbrowser", "license": "BSD-3-Clause", "architecture": { "64bit": { From 1ccea361791400b794cd9eb342f404a71f74dfbf Mon Sep 17 00:00:00 2001 From: Slach Date: Sun, 20 Jul 2025 03:39:03 +0400 Subject: [PATCH 3/9] feat: add opencode package manifest for Scoop bucket Co-authored-by: aider (openrouter/tngtech/deepseek-r1t2-chimera:free) --- bucket/opencode.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bucket/opencode.json diff --git a/bucket/opencode.json b/bucket/opencode.json new file mode 100644 index 00000000000000..6910198378f9f3 --- /dev/null +++ b/bucket/opencode.json @@ -0,0 +1,8 @@ +{ + "version": "0.3.40", + "description": "AI coding agent, built for the terminal.", + "homepage": "https://github.com/sst/opencode", + "license": "MIT", + "url": "https://github.com/sst/opencode/releases/download/v0.3.40/opencode-windows-x64.zip", + "bin": "opencode.exe" +} From db1d86b0630c35840ca0e0a7ef9984b8a15baca6 Mon Sep 17 00:00:00 2001 From: Slach Date: Sun, 20 Jul 2025 03:59:02 +0400 Subject: [PATCH 4/9] feat: add SHA256 hash and improve manifest for OpenCode Windows x64 package Co-authored-by: aider (openrouter/tngtech/deepseek-r1t2-chimera:free) --- bucket/opencode.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/bucket/opencode.json b/bucket/opencode.json index 6910198378f9f3..be328148879586 100644 --- a/bucket/opencode.json +++ b/bucket/opencode.json @@ -3,6 +3,25 @@ "description": "AI coding agent, built for the terminal.", "homepage": "https://github.com/sst/opencode", "license": "MIT", - "url": "https://github.com/sst/opencode/releases/download/v0.3.40/opencode-windows-x64.zip", - "bin": "opencode.exe" + "architecture": { + "64bit": { + "url": "https://github.com/sst/opencode/releases/download/v0.3.40/opencode-windows-x64.zip", + "hash": "b926fb25ec7c4538de597a0a48993c6f8cff11806be8036448ec624e818f17dd" + } + }, + "bin": "opencode.exe", + "shortcuts": [ + [ + "opencode.exe", + "OpenCode" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/sst/opencode/releases/download/v$version/opencode-windows-x64.zip" + } + } + } } From a61d32c52be7c21c6a9965d473986e70a1cd02a6 Mon Sep 17 00:00:00 2001 From: Slach Date: Sun, 20 Jul 2025 07:23:18 +0400 Subject: [PATCH 5/9] opencode@0.3.43 Signed-off-by: Slach --- bucket/opencode.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/opencode.json b/bucket/opencode.json index be328148879586..c833a7b15858b7 100644 --- a/bucket/opencode.json +++ b/bucket/opencode.json @@ -1,12 +1,12 @@ { - "version": "0.3.40", + "version": "0.3.43", "description": "AI coding agent, built for the terminal.", "homepage": "https://github.com/sst/opencode", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sst/opencode/releases/download/v0.3.40/opencode-windows-x64.zip", - "hash": "b926fb25ec7c4538de597a0a48993c6f8cff11806be8036448ec624e818f17dd" + "url": "https://github.com/sst/opencode/releases/download/v0.3.43/opencode-windows-x64.zip", + "hash": "b794b6ab2323b0cd09afabc7ac6a72948b6e13e39be780c8c3d87d81956503fa" } }, "bin": "opencode.exe", From 13c6c633ee4e872833e41ff2088ada971d8dd1a8 Mon Sep 17 00:00:00 2001 From: Slach Date: Mon, 21 Jul 2025 11:34:47 +0400 Subject: [PATCH 6/9] opencode@0.3.46 Signed-off-by: Slach --- bucket/opencode.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/opencode.json b/bucket/opencode.json index c833a7b15858b7..19bcf4e3daafc7 100644 --- a/bucket/opencode.json +++ b/bucket/opencode.json @@ -1,12 +1,12 @@ { - "version": "0.3.43", + "version": "0.3.46", "description": "AI coding agent, built for the terminal.", "homepage": "https://github.com/sst/opencode", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sst/opencode/releases/download/v0.3.43/opencode-windows-x64.zip", - "hash": "b794b6ab2323b0cd09afabc7ac6a72948b6e13e39be780c8c3d87d81956503fa" + "url": "https://github.com/sst/opencode/releases/download/v0.3.46/opencode-windows-x64.zip", + "hash": "ca839cd0f330a04e7de292dd13dd5d6c1ee4ec9026c452fabbb3365f3fa592e8" } }, "bin": "opencode.exe", From 01609d16dafc0193887d5548396ea224270f88c7 Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik Date: Thu, 24 Jul 2025 01:40:09 +0300 Subject: [PATCH 7/9] opencode: Update to version 0.3.58, update homepage & checkver --- bucket/opencode.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/bucket/opencode.json b/bucket/opencode.json index 19bcf4e3daafc7..849398d32c4039 100644 --- a/bucket/opencode.json +++ b/bucket/opencode.json @@ -1,12 +1,12 @@ { - "version": "0.3.46", + "version": "0.3.58", "description": "AI coding agent, built for the terminal.", - "homepage": "https://github.com/sst/opencode", + "homepage": "https://opencode.ai/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sst/opencode/releases/download/v0.3.46/opencode-windows-x64.zip", - "hash": "ca839cd0f330a04e7de292dd13dd5d6c1ee4ec9026c452fabbb3365f3fa592e8" + "url": "https://github.com/sst/opencode/releases/download/v0.3.58/opencode-windows-x64.zip", + "hash": "423026fe5a0021cf7c4a6e55f517066b0cff414db00096d346083199b9f0f82c" } }, "bin": "opencode.exe", @@ -16,7 +16,9 @@ "OpenCode" ] ], - "checkver": "github", + "checkver": { + "github": "https://github.com/sst/opencode" + }, "autoupdate": { "architecture": { "64bit": { From 3700bc3e4954210d95f25459293d8b558dc88d08 Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik Date: Fri, 25 Jul 2025 18:05:56 +0300 Subject: [PATCH 8/9] opencode: Update to version 0.3.69 --- bucket/opencode.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/opencode.json b/bucket/opencode.json index 849398d32c4039..45b5678723b19d 100644 --- a/bucket/opencode.json +++ b/bucket/opencode.json @@ -1,12 +1,12 @@ { - "version": "0.3.58", + "version": "0.3.69", "description": "AI coding agent, built for the terminal.", "homepage": "https://opencode.ai/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sst/opencode/releases/download/v0.3.58/opencode-windows-x64.zip", - "hash": "423026fe5a0021cf7c4a6e55f517066b0cff414db00096d346083199b9f0f82c" + "url": "https://github.com/sst/opencode/releases/download/v0.3.69/opencode-windows-x64.zip", + "hash": "fd5f38bd4f91b399d3f765d75e5861657bde17b08478d39382192f2a459ac35c" } }, "bin": "opencode.exe", From 95e716786427564f40c286293524c01f699071ea Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik Date: Fri, 25 Jul 2025 18:15:31 +0300 Subject: [PATCH 9/9] opencode: Update to version 0.3.70 --- bucket/opencode.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/opencode.json b/bucket/opencode.json index 45b5678723b19d..5279e0168e5ac3 100644 --- a/bucket/opencode.json +++ b/bucket/opencode.json @@ -1,12 +1,12 @@ { - "version": "0.3.69", + "version": "0.3.70", "description": "AI coding agent, built for the terminal.", "homepage": "https://opencode.ai/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sst/opencode/releases/download/v0.3.69/opencode-windows-x64.zip", - "hash": "fd5f38bd4f91b399d3f765d75e5861657bde17b08478d39382192f2a459ac35c" + "url": "https://github.com/sst/opencode/releases/download/v0.3.70/opencode-windows-x64.zip", + "hash": "215a7f9e99ab8baad1cfeea34f6f9019352a23a3cb12a61605c031e5531458dc" } }, "bin": "opencode.exe",