From 9a3a32ca5edc3adc3c1c81358611c8ccb38d5d7b Mon Sep 17 00:00:00 2001 From: Mostafa Ben <120031134+Mostafa-Ben-Git@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:09:08 +0100 Subject: [PATCH 001/964] t3code: Add version 0.0.38 (#18626) Co-authored-by: Hsiao-nan Cheung --- bucket/t3code.json | 60 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 bucket/t3code.json diff --git a/bucket/t3code.json b/bucket/t3code.json new file mode 100644 index 00000000000000..a795507ec4bc50 --- /dev/null +++ b/bucket/t3code.json @@ -0,0 +1,60 @@ +{ + "version": "0.0.38", + "description": "Desktop app for orchestrating AI coding agents like Claude Code, Codex, Cursor CLI and OpenCode", + "homepage": "https://t3.codes", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/pingdotgg/t3code/releases/download/v0.0.38/T3-Code-0.0.38-x64.exe#/dl.7z", + "hash": "sha512:31867a6b1c220069b8daef394e65252c901d7439abe33e88a9f43dde3b60f5e1744a92adce170bdfad5f5c135d074cc6490cdb46bdc40a1cccc4b0eeac4796ed", + "pre_install": [ + "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", + "Remove-Item \"$dir\\`$*\", \"$dir\\*.nsi\" -Recurse" + ] + } + }, + "post_install": [ + "if (Test-Path $env:USERPROFILE\\.t3) {", + " Write-Host \"`r`nMove user config from non-portable version...\"", + " Copy-Item -Path $env:USERPROFILE\\.t3\\* -Destination \"$persist_dir\\user\" -Force -Recurse -ErrorAction Stop | Out-Null", + " Remove-Item $env:USERPROFILE\\.t3 -Force -Recurse", + "}", + "if (Test-Path $env:APPDATA\\t3code) {", + " Write-Host \"`r`nMove app config from non-portable version...\"", + " Copy-Item -Path $env:APPDATA\\t3code\\* -Destination \"$persist_dir\\app\" -Force -Recurse -ErrorAction Stop | Out-Null", + " Remove-Item $env:APPDATA\\t3code -Force -Recurse", + "}", + "New-Item -ItemType Junction -Path $env:USERPROFILE\\.t3 -Target \"$persist_dir\\user\" | Out-Null", + "New-Item -ItemType Junction -Path $env:APPDATA\\t3code -Target \"$persist_dir\\app\" | Out-Null" + ], + "uninstaller": { + "script": [ + "Remove-Item $env:USERPROFILE\\.t3 -Force -Recurse", + "Remove-Item $env:APPDATA\\t3code -Force -Recurse" + ] + }, + "shortcuts": [ + [ + "T3 Code (Alpha).exe", + "T3 Code (Alpha)" + ] + ], + "persist": [ + "user", + "app" + ], + "checkver": { + "github": "https://github.com/pingdotgg/t3code" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/pingdotgg/t3code/releases/download/v$version/T3-Code-$version-x64.exe#/dl.7z", + "hash": { + "url": "$baseurl/latest.yml", + "regex": "(?sm)$basename.*?$base64" + } + } + } + } +} From c3e0675350f1b095ae260f678d2b225df46d317f Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Fri, 4 Sep 2026 23:20:07 +0800 Subject: [PATCH 002/964] nyaterm: Add version 1.2.8 (#18677) --- bucket/nyaterm.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 bucket/nyaterm.json diff --git a/bucket/nyaterm.json b/bucket/nyaterm.json new file mode 100644 index 00000000000000..273b5e27bef99e --- /dev/null +++ b/bucket/nyaterm.json @@ -0,0 +1,37 @@ +{ + "version": "1.2.8", + "description": "A modern remote terminal workspace", + "homepage": "https://nyaterm.app", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/nyakang/nyaterm/releases/download/v1.2.8/NyaTerm_1.2.8_windows_x64_portable.zip", + "hash": "02557cc8703b0105011e41c7db93a98731fb2bcb85eab0e914d94f78a9f5ee9f" + }, + "arm64": { + "url": "https://github.com/nyakang/nyaterm/releases/download/v1.2.8/NyaTerm_1.2.8_windows_arm64_portable.zip", + "hash": "7648852f58545acca0ff333a3d4cba499b3f4ce57f87b165b323ec42622abe9a" + } + }, + "extract_dir": "NyaTerm-portable", + "shortcuts": [ + [ + "NyaTerm.exe", + "NyaTerm" + ] + ], + "persist": "data", + "checkver": { + "github": "https://github.com/nyakang/nyaterm" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/nyakang/nyaterm/releases/download/v$version/NyaTerm_$version_windows_x64_portable.zip" + }, + "arm64": { + "url": "https://github.com/nyakang/nyaterm/releases/download/v$version/NyaTerm_$version_windows_arm64_portable.zip" + } + } + } +} From dd97e4c101a1b8b9eecef1618e9260acd79cc6d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:38 +0000 Subject: [PATCH 003/964] brave: Update to version 1.94.121 --- bucket/brave.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/brave.json b/bucket/brave.json index add418ff9e450d..9dcef747ba03b0 100644 --- a/bucket/brave.json +++ b/bucket/brave.json @@ -1,5 +1,5 @@ { - "version": "1.94.119", + "version": "1.94.121", "description": "Secure, Fast & Private Web Browser with Adblocker", "homepage": "https://brave.com", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://github.com/brave/brave-browser/releases/download/v1.94.119/brave-v1.94.119-win32-x64.zip", - "hash": "cf985dce982c3fc79ef558509093602fb3e1d9fc7958af9ec1875b544c987241" + "url": "https://github.com/brave/brave-browser/releases/download/v1.94.121/brave-v1.94.121-win32-x64.zip", + "hash": "d59d4fa7d5cb0659b472f1d729df837737cb69147fef10092404f9fe20aa5839" }, "32bit": { - "url": "https://github.com/brave/brave-browser/releases/download/v1.94.119/brave-v1.94.119-win32-ia32.zip", - "hash": "f3de17c2479bd61974644ecc62868caf47b7f823105f70cea3b83c0ccfb66ccf" + "url": "https://github.com/brave/brave-browser/releases/download/v1.94.121/brave-v1.94.121-win32-ia32.zip", + "hash": "7276be9fcc2d98246e7081fe64e206ae46a71372ec6b22d9e81b1ea7c0cac236" }, "arm64": { - "url": "https://github.com/brave/brave-browser/releases/download/v1.94.119/brave-v1.94.119-win32-arm64.zip", - "hash": "53631aa06b86cae21f9e5a34d9f25bfb4cd72c2bcd1a414525cdb8b38dc32873" + "url": "https://github.com/brave/brave-browser/releases/download/v1.94.121/brave-v1.94.121-win32-arm64.zip", + "hash": "f661d70282e869c2c93af6d128c39232c6c22a0741c81d1edb044ac2392153a1" } }, "bin": [ From 2d9a84432de81dde72b7759f200d54711560bc1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:38 +0000 Subject: [PATCH 004/964] claude: Update to version 1.46388.3 --- bucket/claude.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/claude.json b/bucket/claude.json index 188e0afc9b22e2..c67ac7329736b7 100644 --- a/bucket/claude.json +++ b/bucket/claude.json @@ -1,5 +1,5 @@ { - "version": "1.46388.2", + "version": "1.46388.3", "description": "Next generation AI assistant built by Anthropic.", "homepage": "https://claude.com/product/overview", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.46388.2-full.nupkg", - "hash": "sha1:317e9fe1a18c82b52b30c12e8e2a0319213ba4d6" + "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.46388.3-full.nupkg", + "hash": "sha1:c4be81ff5ecc171cc8f3cf184f132e2929f51841" }, "arm64": { - "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.46388.2-full.nupkg", - "hash": "sha1:0531c43ec4d9c647616a372169ff919cfba2310e" + "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.46388.3-full.nupkg", + "hash": "sha1:a3a37705f8ed653a603505af83e7aa28e06b5df5" } }, "extract_dir": "lib\\net45", From ec1d64cfed1585207be881bfe4c1ec45e80d984e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:39 +0000 Subject: [PATCH 005/964] dbx: Update to version 0.6.4 --- bucket/dbx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbx.json b/bucket/dbx.json index 8190c92c4a9fa0..d7dba27a59c601 100644 --- a/bucket/dbx.json +++ b/bucket/dbx.json @@ -1,12 +1,12 @@ { - "version": "0.6.2", + "version": "0.6.4", "description": "Lightweight, cross-platform database client", "homepage": "https://dbxio.com", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/t8y2/dbx/releases/download/v0.6.2/DBX_0.6.2_x64-portable.zip", - "hash": "5ed1f7ff179943b62490149b4e42fc02bda8c9c8c1bd0b4bbc850cc854edef96" + "url": "https://github.com/t8y2/dbx/releases/download/v0.6.4/DBX_0.6.4_x64-portable.zip", + "hash": "1f5b66157f6c6415d778839f1e319698390a30d7503dc3fa89c9a4721fbc9a81" } }, "shortcuts": [ From eadec0c5f56c6602bf5698942b65acc48dab56ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:39 +0000 Subject: [PATCH 006/964] diy-layout-creator: Update to version 6.4.0 --- bucket/diy-layout-creator.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/diy-layout-creator.json b/bucket/diy-layout-creator.json index bff2b7ba444fb1..23724b4ea614fd 100644 --- a/bucket/diy-layout-creator.json +++ b/bucket/diy-layout-creator.json @@ -1,13 +1,13 @@ { - "version": "6.3.0", + "version": "6.4.0", "description": "Multi platform circuit layout and schematic drawing tool.", "homepage": "https://bancika.github.io/diy-layout-creator/", "license": "GPL-3.0-or-later", "notes": "User configuration, backups, and log files are stored in \"%USERPROFILE%\\diylc\", and are not persisted by Scoop.", "architecture": { "64bit": { - "url": "https://github.com/bancika/diy-layout-creator/releases/download/v6.3.0/diylc-6.3.0-win64.zip", - "hash": "b4d0c4830ab2d4fdbd9d9c7e779baae5b6ede4488be877e5d2f2daff11de86dc" + "url": "https://github.com/bancika/diy-layout-creator/releases/download/v6.4.0/diylc-6.4.0-win64.zip", + "hash": "ecb550734b4beb4cc549ad0d9eae04d41364143b6487305d77cdb428154857ac" } }, "shortcuts": [ From 084cd35724bb853b7d6b405082c51b8e8b5960cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:39 +0000 Subject: [PATCH 007/964] firefox-eme-free: Update to version 155.0.1 --- bucket/firefox-eme-free.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/firefox-eme-free.json b/bucket/firefox-eme-free.json index 50a72d64fc7c67..00d3da200e9d18 100644 --- a/bucket/firefox-eme-free.json +++ b/bucket/firefox-eme-free.json @@ -1,5 +1,5 @@ { - "version": "155.0", + "version": "155.0.1", "description": "EME-free version of the Firefox browser, with DRM-support disabled by default.", "homepage": "https://www.firefox.com/", "license": "MPL-2.0", @@ -11,12 +11,12 @@ ], "architecture": { "64bit": { - "url": "https://archive.mozilla.org/pub/firefox/releases/155.0/win64-EME-free/en-US/Firefox%20Setup%20155.0.exe#/dl.7z", - "hash": "sha512:a3a6707974fb66078d88cb4f12e8a7f6b1511f24f2c7135fe9ea72662d18ebe050ee417de5489158d607cf7d00e9ef3ca9636ff4f9649d915753f9edb4a9160f" + "url": "https://archive.mozilla.org/pub/firefox/releases/155.0.1/win64-EME-free/en-US/Firefox%20Setup%20155.0.1.exe#/dl.7z", + "hash": "sha512:2c9ba3b7fab5fa9247ef26ff9b2b097912b0ce4466793b7e34ba8ff56be4d15a076b387804cd71a528b8e320c8ef871bda87b6b494efa8cfc9a2dcf19e725107" }, "32bit": { - "url": "https://archive.mozilla.org/pub/firefox/releases/155.0/win32-EME-free/en-US/Firefox%20Setup%20155.0.exe#/dl.7z", - "hash": "sha512:91046fca02c510223cfb127242d49660c035817a533da71ab34f09a3f037b465f2d65c49d83dde74877b5cde55bdf215a1a3547da3b135debc548a956412a547" + "url": "https://archive.mozilla.org/pub/firefox/releases/155.0.1/win32-EME-free/en-US/Firefox%20Setup%20155.0.1.exe#/dl.7z", + "hash": "sha512:2eca9ed0adab4812abad9d399aa95391e0d786c369fea5f94c1c671c6bb8c2bfe3bb6eb027943bf63178e595178f7a6901e1038f7e175768844a06af5f9ca7df" } }, "extract_dir": "core", From 79c202b1c6757425ddbda933ad56a5f25f2a5067 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:40 +0000 Subject: [PATCH 008/964] firefox: Update to version 155.0.1 --- bucket/firefox.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/firefox.json b/bucket/firefox.json index 317e3c4da0d690..7c6f93de887cdf 100644 --- a/bucket/firefox.json +++ b/bucket/firefox.json @@ -1,5 +1,5 @@ { - "version": "155.0", + "version": "155.0.1", "description": "Popular open source web browser.", "homepage": "https://www.firefox.com/", "license": "MPL-2.0", @@ -11,16 +11,16 @@ ], "architecture": { "64bit": { - "url": "https://archive.mozilla.org/pub/firefox/releases/155.0/win64/en-US/Firefox%20Setup%20155.0.exe#/dl.7z", - "hash": "sha512:64a4fa349a8d58577e7cd43b8c7604e9e9f206c971b4fe8a95010c405f49deb961dab60b94e014af3f4efcf5e6590efcc18ff241e41c658275966a54233acd5d" + "url": "https://archive.mozilla.org/pub/firefox/releases/155.0.1/win64/en-US/Firefox%20Setup%20155.0.1.exe#/dl.7z", + "hash": "sha512:f82082520cb7592c2b56cdafaad2d908fc9e7b41bd46dc15fb0750a1210eb810258f7b8678a0a6516a3f6536dab68702464f1379321bc14e4b293e9560599f8a" }, "32bit": { - "url": "https://archive.mozilla.org/pub/firefox/releases/155.0/win32/en-US/Firefox%20Setup%20155.0.exe#/dl.7z", - "hash": "sha512:54bb5b9d57ef7668df5e2b5ff0af602a040defec260f39e798140641cb0c3a4de5e9a947003b9653895b6a887a05189ca16d1828610915cec0e49b4f83a8b12a" + "url": "https://archive.mozilla.org/pub/firefox/releases/155.0.1/win32/en-US/Firefox%20Setup%20155.0.1.exe#/dl.7z", + "hash": "sha512:37695f302447efe42f3dd2891966227a6529732652fca25a97b784288e28bd18ecd83658795bd5f1c5b99eed392bb91b830a9d27a73bd2888b4d7adcae97bf03" }, "arm64": { - "url": "https://archive.mozilla.org/pub/firefox/releases/155.0/win64-aarch64/en-US/Firefox%20Setup%20155.0.exe#/dl.7z", - "hash": "sha512:5d204ae92696e08b1d2e6be0a120164c94ed99d05bda7e06ae4c8da4a4549749acbaf5d119c1275bafca4eb83c55fc4ad41fa526a46a55a83141f173db8ff1b4" + "url": "https://archive.mozilla.org/pub/firefox/releases/155.0.1/win64-aarch64/en-US/Firefox%20Setup%20155.0.1.exe#/dl.7z", + "hash": "sha512:688aabf0a6e17455e3298f848c84f36fa1b0aa5fe45c86c24ffb49cfa6378db6d6028a4f00824b9dccc6490e4d3e871036067be3f66f19aca23d9176edda9557" } }, "extract_dir": "core", From a9ec221bc50bba4a7d1ae0dbfffe3c2a96e5a79b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:40 +0000 Subject: [PATCH 009/964] gitify: Update to version 7.7.1 --- bucket/gitify.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gitify.json b/bucket/gitify.json index fc0f9c56238df2..ca966238a4916b 100644 --- a/bucket/gitify.json +++ b/bucket/gitify.json @@ -1,12 +1,12 @@ { - "version": "7.7.0", + "version": "7.7.1", "description": "GitHub notifications on menu bar", "homepage": "https://www.gitify.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gitify-app/gitify/releases/download/v7.7.0/Gitify-Setup-7.7.0.exe#/dl.7z", - "hash": "sha512:188523022a370760e6b1ba1284660a130c4af0cfde635ecbbff7c8a42c3731b19276a974c1df65544e870b0d7cbfa829b4af0d932c5c0034b5ead60d71bfc927", + "url": "https://github.com/gitify-app/gitify/releases/download/v7.7.1/Gitify-Setup-7.7.1.exe#/dl.7z", + "hash": "sha512:e62d2f56944c9d316dc9712dc49611d2d0fce151fd8cdc84cc8f7b4788793b46a41bd76cd05e58c3814b2ed5c3676ce2d3292be191ec591ed79bcf37c7b4d3c5", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse" From 46c1e1f40b058d87b57325aa416c0b4d80f9be3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:41 +0000 Subject: [PATCH 010/964] gmic-qt: Update to version 4.0.5 --- bucket/gmic-qt.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gmic-qt.json b/bucket/gmic-qt.json index d5076ab82b4ee6..05a8007f2d68ec 100644 --- a/bucket/gmic-qt.json +++ b/bucket/gmic-qt.json @@ -1,13 +1,13 @@ { - "version": "4.0.4", + "version": "4.0.5", "description": "A full-featured open-source framework for digital image processing.", "homepage": "https://gmic.eu", "license": "CECILL-2.1", "architecture": { "64bit": { - "url": "https://gmic.eu/get_file.php?file=windows/gmic_4.0.4_qt_win64.zip", - "hash": "a3a89fbe14e52aaf86941790b6d8e72f249d0fbe873fe3674230ddfe7e6a296f", - "extract_dir": "gmic-4.0.4-qt-win64" + "url": "https://gmic.eu/get_file.php?file=windows/gmic_4.0.5_qt_win64.zip", + "hash": "e44ef16ba9c8ca5ce60265cd98c9ef0132e1398a117ffddccb1adaeb67060925", + "extract_dir": "gmic-4.0.5-qt-win64" } }, "shortcuts": [ From 706fb404cd0e1be0fced84b625bc7179d54c3edd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:41 +0000 Subject: [PATCH 011/964] goose: Update to version 1.49.0 --- bucket/goose.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/goose.json b/bucket/goose.json index 92459dfa6d2ba9..bcd47926dc00cd 100644 --- a/bucket/goose.json +++ b/bucket/goose.json @@ -1,12 +1,12 @@ { - "version": "1.48.0", + "version": "1.49.0", "description": "An open-source, extensible AI agent that goes beyond code suggestions.", "homepage": "https://block.github.io/goose/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/block/goose/releases/download/v1.48.0/Goose-win32-x64.zip", - "hash": "4e489d1a56bc4679ab0e8895a736ebf83af79e92e4e796620f1b6d50d6667184" + "url": "https://github.com/block/goose/releases/download/v1.49.0/Goose-win32-x64.zip", + "hash": "de358d977dadfcb5f784efcc2e7f44ea5f71c8106c50b29347fe4d1459bb8be0" } }, "shortcuts": [ From 7637a0d0ef1cdd2ec2ebe72c50ade53a7fc33189 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:41 +0000 Subject: [PATCH 012/964] gtoolkit: Update to version 1.1.576 --- bucket/gtoolkit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gtoolkit.json b/bucket/gtoolkit.json index 14f81c19fb026c..c1112b50bca3d3 100644 --- a/bucket/gtoolkit.json +++ b/bucket/gtoolkit.json @@ -1,16 +1,16 @@ { - "version": "1.1.575", + "version": "1.1.576", "description": "A moldable development environment.", "homepage": "https://gtoolkit.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.575/GlamorousToolkit-Windows-x86_64-v1.1.575.zip", - "hash": "28fac29f4843a47ad2e33a7a778134ed4163962a6aa74656f96cf0de620f9499" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.576/GlamorousToolkit-Windows-x86_64-v1.1.576.zip", + "hash": "eccc360d5aaec659e9fc640f478fb03d05b83c8682e7e9dfd6f9d2979dc84652" }, "arm64": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.575/GlamorousToolkit-Windows-aarch64-v1.1.575.zip", - "hash": "ad0e2dd42ad8166305ea5d8825432c115c33231bebfe340eea59779e4942d527" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.576/GlamorousToolkit-Windows-aarch64-v1.1.576.zip", + "hash": "869e0422ccd7920ed956dfa1a160c3748214d23af8680405dc6e43e85a5aec9d" } }, "bin": "bin\\GlamorousToolkit-cli.exe", From bda2da5babc92eed383f0f885eebe485793ea72b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:42 +0000 Subject: [PATCH 013/964] mpv-git: Update to version 202609041245 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index d6779dbc96dce2..6f2046a356c38f 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609031853", + "version": "202609041245", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-03-f5bcfb1954/mpv-x86_64-20260903-git-f5bcfb1954.7z", - "hash": "a170ff6e4eaa1066a2c4785e1b77173f2b3c3fdfba6c18e338d8d7b5df8274f9" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-04-f5bcfb1954/mpv-x86_64-20260904-git-f5bcfb1954.7z", + "hash": "a512eba66ab9f15488b8b74498c18e728a71c70652f903922de6edf9a45d3d7d" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-03-f5bcfb1954/mpv-aarch64-20260903-git-f5bcfb1954.7z", - "hash": "17827e914f20dfdfc911acffda6f31e212be8a1e6ca61ea8022f86917e04fbff" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-04-f5bcfb1954/mpv-aarch64-20260904-git-f5bcfb1954.7z", + "hash": "083c8e07a99db0259f4b153dbc0f194b16abc5d6812c0d174327f35d3790063b" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From 4dcd7245be0514cd38db25559d3e3659626911d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:42 +0000 Subject: [PATCH 014/964] opencode-desktop: Update to version 1.18.28 --- bucket/opencode-desktop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opencode-desktop.json b/bucket/opencode-desktop.json index 709af3d51b76fd..ccb4ac42a17c68 100644 --- a/bucket/opencode-desktop.json +++ b/bucket/opencode-desktop.json @@ -1,16 +1,16 @@ { - "version": "1.18.27", + "version": "1.18.28", "description": "The open source AI coding agent.", "homepage": "https://opencode.ai/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.27/opencode-desktop-win-x64.exe#/dl.7z", - "hash": "ed8900cc123db67ac9714c1a3051436eced0d7190c709ae53fea1e99f3dcca6c" + "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.28/opencode-desktop-win-x64.exe#/dl.7z", + "hash": "705e00294660bbed90921af6789625719a074b7ba93d1f17d4e1a85f465ed48a" }, "arm64": { - "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.27/opencode-desktop-win-arm64.exe#/dl.7z", - "hash": "e5f738429aa9658324e0d987484d782d5a96e0dba9a0d8be94707373d07e3008" + "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.28/opencode-desktop-win-arm64.exe#/dl.7z", + "hash": "135829088e15faa0c6372711c7c7a1b103fc140606a2243ed6cf787cdfe9aff8" } }, "pre_install": [ From a48bfc829ab518b11a65da2f92375c52c88b73c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:43 +0000 Subject: [PATCH 015/964] opera-gx: Update to version 135.0.5973.94 --- bucket/opera-gx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opera-gx.json b/bucket/opera-gx.json index 59dd5a643111f8..7ae484474371c6 100644 --- a/bucket/opera-gx.json +++ b/bucket/opera-gx.json @@ -1,5 +1,5 @@ { - "version": "135.0.5973.85", + "version": "135.0.5973.94", "description": "Opera GX is a special version of the Opera browser built specifically for gamers.", "homepage": "https://www.opera.com/gx", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://get.opera.com/pub/opera_gx/135.0.5973.85/win/Opera_GX_135.0.5973.85_Setup_x64.exe", - "hash": "830f3f8fe56d5601bd5f642b72829f96f13465368bb0c6ccf5a6aaf7e16e2692" + "url": "https://get.opera.com/pub/opera_gx/135.0.5973.94/win/Opera_GX_135.0.5973.94_Setup_x64.exe", + "hash": "8ab86a7f2b8d0c2dbea77d6dd04cf45bf762e6c138f135f2cd2cafe56f752634" }, "32bit": { - "url": "https://get.opera.com/pub/opera_gx/135.0.5973.85/win/Opera_GX_135.0.5973.85_Setup.exe", - "hash": "52aa7bcce74a56d0027cb53dcbe3786052724f1149f576f668c33dc755a59bb9" + "url": "https://get.opera.com/pub/opera_gx/135.0.5973.94/win/Opera_GX_135.0.5973.94_Setup.exe", + "hash": "ee82c377d37d2dc656af0cafa75080427a18e5c933cb3cd10c5d883d86658031" } }, "installer": { From d058eaa429ef8bac95c4d9c4b29f6310d8c5ada3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:43 +0000 Subject: [PATCH 016/964] stranslate: Update to version 2.0.10 --- bucket/stranslate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/stranslate.json b/bucket/stranslate.json index 4642484d918b13..5375e0d85b5f38 100644 --- a/bucket/stranslate.json +++ b/bucket/stranslate.json @@ -1,5 +1,5 @@ { - "version": "2.0.9", + "version": "2.0.10", "description": "A ready-to-use, ready-to-go translation and OCR tool developed by WPF", "homepage": "https://stranslate.zggsong.com", "license": { @@ -11,8 +11,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/STranslate/STranslate/releases/download/v2.0.9/STranslate-win-Portable.zip", - "hash": "77535bbcecb029a669acdd855dbf12d9608575aab4d76fb66ad895c9b3ce66f8" + "url": "https://github.com/STranslate/STranslate/releases/download/v2.0.10/STranslate-win-Portable.zip", + "hash": "d63f4cef674ae2f6ef782e1c7fa43b2475e62aea0ad31c34b41ab5c9cb58abc5" } }, "shortcuts": [ From 17916853ab034aabb7e3c7bee84e6ab2af5ac53f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:43 +0000 Subject: [PATCH 017/964] telegram: Update to version 7.2.5 --- bucket/telegram.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/telegram.json b/bucket/telegram.json index 44d6ef42cbaaa5..e4adc5cdf8d004 100644 --- a/bucket/telegram.json +++ b/bucket/telegram.json @@ -1,20 +1,20 @@ { - "version": "7.1.4", + "version": "7.2.5", "description": "A messaging app with a focus on speed and security", "homepage": "https://telegram.org", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.1.4/tportable-x64.7.1.4.zip", - "hash": "5b0d053ca357cab2c3e362f20f4201187e1391f7a732e8b77f6c8eafcae7c082" + "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.5/tportable-x64.7.2.5.zip", + "hash": "aa25bb131ced8df0a8c6d2466dd71d2c06ae19c6e2c15b27a8426437e4b2eb3c" }, "32bit": { - "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.1.4/tportable.7.1.4.zip", - "hash": "2793954df2b3c1a78b873255a70e1f64fa208139f15dc9a94e8a6aa55abe62b0" + "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.5/tportable.7.2.5.zip", + "hash": "d0af574be25058c82e274c34492fcadaca64f36057564274390986a9907d5d77" }, "arm64": { - "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.1.4/tportable-arm64.7.1.4.zip", - "hash": "feee46465449c88381a0d8978657c472676cbfcd838e1be70d8c96cdcbf4347b" + "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.5/tportable-arm64.7.2.5.zip", + "hash": "f130cfe8b0088bb1ef1c8013587cbb2b321ab753df766e2a0e511b927c30adbb" } }, "extract_dir": "Telegram", From 9ebc6cb5b50f6cd2ffa0950afd187a0933c5d417 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:44 +0000 Subject: [PATCH 018/964] tinta: Update to version 3.5.5 --- bucket/tinta.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinta.json b/bucket/tinta.json index a29385c84989fd..5ac4ab5c11e235 100644 --- a/bucket/tinta.json +++ b/bucket/tinta.json @@ -1,12 +1,12 @@ { - "version": "3.5.0", + "version": "3.5.5", "description": "Fast, lightweight Markdown and Mermaid viewer.", "homepage": "https://tinta.cc", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/oipoistar/tinta/releases/download/v3.5.0/tinta.exe", - "hash": "4f83d73a98c1b3de05452e15999060d701a91059e0a459065f9d52a17199d8ad" + "url": "https://github.com/oipoistar/tinta/releases/download/v3.5.5/tinta.exe", + "hash": "2f5c74818c5de0e50c90ba4d9983cd08d98b68e8ccd22482acbaeaa91640dff4" } }, "bin": "tinta.exe", From 87aaa0d79729f345fa5724a4bb498f7316ae82f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:44 +0000 Subject: [PATCH 019/964] xpipe: Update to version 24.0.3 --- bucket/xpipe.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/xpipe.json b/bucket/xpipe.json index dd5ba608a0ad18..5d233150f86a1f 100644 --- a/bucket/xpipe.json +++ b/bucket/xpipe.json @@ -1,19 +1,19 @@ { - "version": "24.0.2", + "version": "24.0.3", "description": "A connection hub and remote file manager to access your entire server infrastructure from your local desktop", "homepage": "https://xpipe.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/xpipe-io/xpipe/releases/download/24.0.2/xpipe-portable-windows-x86_64.zip", - "hash": "4daf252ae4fd7b825c583a1c7fb9592ef8dfc673601c73ceb6fec3aa69ab0756" + "url": "https://github.com/xpipe-io/xpipe/releases/download/24.0.3/xpipe-portable-windows-x86_64.zip", + "hash": "97874e5133ade054c9a9728743ec6cecc81f3566f665adba76ac5601a413730a" }, "arm64": { - "url": "https://github.com/xpipe-io/xpipe/releases/download/24.0.2/xpipe-portable-windows-arm64.zip", - "hash": "6b316e573020e3eb5630713da4c4e5c6afce8bb6a4d287d54b180fe73694c80b" + "url": "https://github.com/xpipe-io/xpipe/releases/download/24.0.3/xpipe-portable-windows-arm64.zip", + "hash": "c3a14eeb529f90eae32f71ef6cbb2b331ec91c57acd83e6216527bfcf7659005" } }, - "extract_dir": "xpipe-24.0.2", + "extract_dir": "xpipe-24.0.3", "bin": "bin\\xpipe.exe", "shortcuts": [ [ From 0a9af46adda52b2f440e456bfe4568f5c9794442 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:32:45 +0000 Subject: [PATCH 020/964] zcode: Update to version 3.11.2 --- bucket/zcode.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zcode.json b/bucket/zcode.json index 31b23e773310ca..145988a59fd6d1 100644 --- a/bucket/zcode.json +++ b/bucket/zcode.json @@ -1,5 +1,5 @@ { - "version": "3.10.2", + "version": "3.11.2", "description": "A full-featured Agentic Development Environment (ADE) built for Long Horizon Tasks, powered by Z.ai.", "homepage": "https://zcode.z.ai/en", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://cdn-zcode.z.ai/zcode/electron/releases/3.10.2/windows-x64/ZCode-3.10.2-win-x64.exe#/dl.7z", - "hash": "08fa45a676ddd458a11b62ea569b0ae12bfabea77cd2aa0431d33f3c4aa3ea4c" + "url": "https://cdn-zcode.z.ai/zcode/electron/releases/3.11.2/windows-x64/ZCode-3.11.2-win-x64.exe#/dl.7z", + "hash": "4db76b6785c10fbc852dd9c9d257f574ea46f2a889d0beb9398ae0885d716717" }, "arm64": { - "url": "https://cdn-zcode.z.ai/zcode/electron/releases/3.10.2/windows-arm64/ZCode-3.10.2-win-arm64.exe#/dl.7z", - "hash": "24cc49d23e9423263a6a167e0db648b9b038f7799d4d7e499522f88e4f5f1945" + "url": "https://cdn-zcode.z.ai/zcode/electron/releases/3.11.2/windows-arm64/ZCode-3.11.2-win-arm64.exe#/dl.7z", + "hash": "2be72863af25c2010f51663d8401d72a611315dc3559040d0876a54ca2c4ea0a" } }, "installer": { From 8ca42f9d9dee45b942e8cdd760ab5e498cfcf805 Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:30:15 +0000 Subject: [PATCH 021/964] xpipe@24.0.3: Fix shims (Closes #18675) --- bucket/xpipe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/xpipe.json b/bucket/xpipe.json index 5d233150f86a1f..b4954035511eb8 100644 --- a/bucket/xpipe.json +++ b/bucket/xpipe.json @@ -14,7 +14,7 @@ } }, "extract_dir": "xpipe-24.0.3", - "bin": "bin\\xpipe.exe", + "bin": "xpipe.exe", "shortcuts": [ [ "xpiped.exe", From 9b92cefb9f3a9a0f0bc2717ab2c1f8d94758050f Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:47:09 +0000 Subject: [PATCH 022/964] potplayer@260819: Add arm64 support --- bucket/potplayer.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/bucket/potplayer.json b/bucket/potplayer.json index 63443256221d8b..c9a85025be0d05 100644 --- a/bucket/potplayer.json +++ b/bucket/potplayer.json @@ -34,10 +34,24 @@ "PotPlayer Mini" ] ] + }, + "arm64": { + "url": "https://t1.daumcdn.net/potplayer/PotPlayer/Version/260819/PotPlayerSetupARM64.exe#/dl.7z", + "hash": "5a5eb1fe644e7d58abc5fd2458af3386625a3bfe6a76f8d52dbb2cd607a26198", + "shortcuts": [ + [ + "PotPlayer64.exe", + "PotPlayer" + ], + [ + "PotPlayerMini64.exe", + "PotPlayer Mini" + ] + ] } }, "pre_install": [ - "Remove-Item -Path \"$dir\\`$*\" -Recurse -Force -ErrorAction SilentlyContinue", + "Remove-Item -Path \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse -Force -ErrorAction SilentlyContinue", "$cfg = @(", " '[Settings]'", " 'AutoUpdateStart=0'", @@ -91,6 +105,9 @@ }, "32bit": { "url": "https://t1.daumcdn.net/potplayer/PotPlayer/Version/$version/PotPlayerSetup.exe#/dl.7z" + }, + "arm64": { + "url": "https://t1.daumcdn.net/potplayer/PotPlayer/Version/$version/PotPlayerSetupARM64.exe#/dl.7z" } } } From 73b8a74bd060859a8ec9b03889b8739a66eee8ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:29:09 +0000 Subject: [PATCH 023/964] cockpit-tools: Update to version 1.3.38 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index 6754db0c415bbe..8d5a5602399b4b 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.36", + "version": "1.3.38", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.36/Cockpit.Tools_1.3.36_x64_en-US.msi", - "hash": "34641f98954e786d12b5c486779153f72e6958a78a5bc91affcb141df885cd0d" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.38/Cockpit.Tools_1.3.38_x64_en-US.msi", + "hash": "43534cfe4d65ac210316d6c386ecb811bad50cf6163e819ffcd3321aafff4443" } }, "extract_dir": "PFiles\\Cockpit Tools", From 6df416971a6ac62dbd49a48414cf24c647b799fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:29:09 +0000 Subject: [PATCH 024/964] goland: Update to version 2026.2.2.1-262.10315.160 --- bucket/goland.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/goland.json b/bucket/goland.json index b70c989e23ad3c..4239eb1af40523 100644 --- a/bucket/goland.json +++ b/bucket/goland.json @@ -1,13 +1,13 @@ { - "version": "2026.2.2-262.10315.135", + "version": "2026.2.2.1-262.10315.160", "description": "Cross-Platform IDE for Go by JetBrains.", "homepage": "https://www.jetbrains.com/goland/", "license": { "identifier": "Proprietary", "url": "https://www.jetbrains.com/store/license.html" }, - "url": "https://download.jetbrains.com/go/goland-2026.2.2.win.zip", - "hash": "1ff4cac53ef966522fd191b2683de8beb016d43578907b7aeae5926e10873630", + "url": "https://download.jetbrains.com/go/goland-2026.2.2.1.win.zip", + "hash": "190ab898c0c5cbaa48a023d36c01502c5c73a0cad844086ee169a1145caf7f43", "extract_to": "IDE", "installer": { "script": [ From 64ea455196d280b1967d9d5d90b08131f3c51aa1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:29:10 +0000 Subject: [PATCH 025/964] kcc: Update to version 11.1.0 --- bucket/kcc.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/kcc.json b/bucket/kcc.json index 0eda22a045be90..2c8f87e3a4c11b 100644 --- a/bucket/kcc.json +++ b/bucket/kcc.json @@ -1,5 +1,5 @@ { - "version": "11.0.3", + "version": "11.1.0", "description": "Comic and manga converter for ebook readers.", "homepage": "https://github.com/ciromattia/kcc", "license": "ISC", @@ -11,14 +11,14 @@ "architecture": { "64bit": { "url": [ - "https://github.com/ciromattia/kcc/releases/download/v11.0.3/KCC_11.0.3.exe#/KCC.exe", - "https://github.com/ciromattia/kcc/releases/download/v11.0.3/KCC_c2e_11.0.3.exe#/kcc-c2e.exe", - "https://github.com/ciromattia/kcc/releases/download/v11.0.3/KCC_c2p_11.0.3.exe#/kcc-c2p.exe" + "https://github.com/ciromattia/kcc/releases/download/v11.1.0/KCC_11.1.0.exe#/KCC.exe", + "https://github.com/ciromattia/kcc/releases/download/v11.1.0/KCC_c2e_11.1.0.exe#/kcc-c2e.exe", + "https://github.com/ciromattia/kcc/releases/download/v11.1.0/KCC_c2p_11.1.0.exe#/kcc-c2p.exe" ], "hash": [ - "a88b3b99c900f14f09732f242f9632c0861d2c90429fbb8990e9671936e781b7", - "eee54c25ed0620f1037bc6b9935b029cbfd4ee306818d6f846047f04aa6d10dc", - "688017ec94bfcc241433476dab0b04c0bd9852910cdaf248d80328b6e47a8925" + "843e4f2b3aeef2a54e25b67b1d6157faaa89ea298363a3c36ea7758c536f6569", + "89c78a492ec72ec34045b378863e1d098850d5e4da9f2a0e76d45b1b60f121f7", + "893b0be1edc2ac3c59b1f3f0a21b894443a6ec9d06836532ea1180ee750a8b9e" ] } }, From 42a45778a829ff37e163a57c36901cb073735db8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:29:10 +0000 Subject: [PATCH 026/964] koharu: Update to version 0.81.6 --- bucket/koharu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/koharu.json b/bucket/koharu.json index 6329eecdb05944..c97c3c67bf5580 100644 --- a/bucket/koharu.json +++ b/bucket/koharu.json @@ -1,5 +1,5 @@ { - "version": "0.81.5", + "version": "0.81.6", "description": "ML-powered manga translator, written in Rust.", "homepage": "https://koharu.rs/", "license": "GPL-3.0-only|Apache-2.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/mayocream/koharu/releases/download/0.81.5/koharu_0.81.5_x64-setup.exe#/dl.7z", - "hash": "f77f3d49ecd5f8c8682b66b38081b38b536e01a792677627fddbe829a014c1f0" + "url": "https://github.com/mayocream/koharu/releases/download/0.81.6/koharu_0.81.6_x64-setup.exe#/dl.7z", + "hash": "546ba7446533cf45b0483ee69f60ac996866b16ac8a530fff447142534e0e794" } }, "pre_install": [ From 9e3f7c3b98227ead6dcd9b94f6df5a0d5dd52a1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:29:10 +0000 Subject: [PATCH 027/964] lunatranslator: Update to version 10.16.5.6 --- bucket/lunatranslator.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lunatranslator.json b/bucket/lunatranslator.json index 71dfe752273edb..c77c7f6397d1d0 100644 --- a/bucket/lunatranslator.json +++ b/bucket/lunatranslator.json @@ -1,17 +1,17 @@ { - "version": "10.16.5.5", + "version": "10.16.5.6", "description": "A Visual Novel translation tool, with HOOK / OCR / clipboard support", "homepage": "https://github.com/HIllya51/LunaTranslator", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.16.5.5/LunaTranslator_x64.zip", - "hash": "1241fc523a4b18a0a8d8671b6a1caa72105d82dd9c06102a5b7d09cdf43129f7", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.16.5.6/LunaTranslator_x64.zip", + "hash": "94c7cc3efd1240822a4451c60012d8dd635b2d57a46d6a1fb5ed8edd3f15e7b2", "extract_dir": "LunaTranslator_x64" }, "32bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.16.5.5/LunaTranslator_x86_win7.zip", - "hash": "5f401ad895788b649628b6a6fbc33ee91e3f0c17b2596bdc90f894d336966f30", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.16.5.6/LunaTranslator_x86_win7.zip", + "hash": "d94f3d805a56401fc14a8371f7e633c9e928acc00b5b35cad4addcb51bbe8cbd", "extract_dir": "LunaTranslator_x86_win7" } }, From 6cfbe67714ab5ebe3269da0bcae59d7e761c67c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:29:11 +0000 Subject: [PATCH 028/964] netron: Update to version 9.2.6 --- bucket/netron.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/netron.json b/bucket/netron.json index ab1a155e596235..5ce71c12e530a0 100644 --- a/bucket/netron.json +++ b/bucket/netron.json @@ -1,12 +1,12 @@ { - "version": "9.2.4", + "version": "9.2.6", "description": "Visualizer for deep learning and machine learning models", "homepage": "https://netron.app/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/lutzroeder/netron/releases/download/v9.2.4/Netron-Setup-9.2.4.exe#/dl.7z", - "hash": "sha512:970be9fd641c21eee041bc8fc330106377b76f3a54c896c18cff55e324ec23aa9bdeb2e4ec0d7960561fc2cd762103504de7b7ab2ecc30b3893e2ef4136fcc4d", + "url": "https://github.com/lutzroeder/netron/releases/download/v9.2.6/Netron-Setup-9.2.6.exe#/dl.7z", + "hash": "sha512:89834dbecee413addecd37c02902b793854f363b834871932b10047ccecc160b7c62bc799e6633ff26c5cf56625e2defa11dc47da66957f650eb56506fb32344", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\" -Force -Recurse" From c375cbb494f8d7e826db316ce2fc0cf8d4156a5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:29:11 +0000 Subject: [PATCH 029/964] qownnotes: Update to version 26.9.1 --- bucket/qownnotes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/qownnotes.json b/bucket/qownnotes.json index 8cb87a308dfc17..14dd4d5465acb6 100644 --- a/bucket/qownnotes.json +++ b/bucket/qownnotes.json @@ -1,12 +1,12 @@ { - "version": "26.9.0", + "version": "26.9.1", "description": "Plain-text notepad and todo-list manager with markdown support and Nextcloud / ownCloud integration", "homepage": "https://www.qownnotes.org/", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://github.com/pbek/QOwnNotes/releases/download/v26.9.0/QOwnNotes.zip", - "hash": "91f3a25d64e87a29a4094d90f7e92c699b61b4201ef50dfda2f7a526fc8136a7" + "url": "https://github.com/pbek/QOwnNotes/releases/download/v26.9.1/QOwnNotes.zip", + "hash": "b0e758d34afd1368e51f8cff7c13f6b280a5a34a77d3497e645b2c2c05e5ce45" } }, "shortcuts": [ From 8c9383859e9c1de3626d51a5e5f748014d9569d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:29:12 +0000 Subject: [PATCH 030/964] spicetify-themes: Update to version 2026-09-04T17.07.08 --- bucket/spicetify-themes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/spicetify-themes.json b/bucket/spicetify-themes.json index 1921ba22338090..58e8db2eb4d3aa 100644 --- a/bucket/spicetify-themes.json +++ b/bucket/spicetify-themes.json @@ -1,5 +1,5 @@ { - "version": "2026-07-14T12.42.44", + "version": "2026-09-04T17.07.08", "description": "Community-created themes for Spicetify.", "homepage": "https://github.com/spicetify/spicetify-themes", "license": "MIT", @@ -8,7 +8,7 @@ "spotify": "extras/spotify" }, "url": "https://github.com/spicetify/spicetify-themes/archive/master.zip", - "hash": "cd18c7a9686f236cc8de29ce6c709439b5e7d01e390836e467fe3201238b41da", + "hash": "9d5cce6ae806e95f4d292e87169b4a8ffd312707678da898390ec9427e193f91", "extract_dir": "spicetify-themes-master", "installer": { "script": [ From bd1ca42ab88eb1ae04255382c8a47a1b56d3d792 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:29:12 +0000 Subject: [PATCH 031/964] xpipe: Update to version 24.0.4 --- bucket/xpipe.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/xpipe.json b/bucket/xpipe.json index b4954035511eb8..705e6878e19a13 100644 --- a/bucket/xpipe.json +++ b/bucket/xpipe.json @@ -1,19 +1,19 @@ { - "version": "24.0.3", + "version": "24.0.4", "description": "A connection hub and remote file manager to access your entire server infrastructure from your local desktop", "homepage": "https://xpipe.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/xpipe-io/xpipe/releases/download/24.0.3/xpipe-portable-windows-x86_64.zip", - "hash": "97874e5133ade054c9a9728743ec6cecc81f3566f665adba76ac5601a413730a" + "url": "https://github.com/xpipe-io/xpipe/releases/download/24.0.4/xpipe-portable-windows-x86_64.zip", + "hash": "f13a65473845b25d1d316ee58e62631e0ba3792e1ab8475d14c56a0813f38414" }, "arm64": { - "url": "https://github.com/xpipe-io/xpipe/releases/download/24.0.3/xpipe-portable-windows-arm64.zip", - "hash": "c3a14eeb529f90eae32f71ef6cbb2b331ec91c57acd83e6216527bfcf7659005" + "url": "https://github.com/xpipe-io/xpipe/releases/download/24.0.4/xpipe-portable-windows-arm64.zip", + "hash": "56a36a62aedb91232f39d866ae8cc5eac50c6a2a8e0701b58d5a55a8a6ed98b4" } }, - "extract_dir": "xpipe-24.0.3", + "extract_dir": "xpipe-24.0.4", "bin": "xpipe.exe", "shortcuts": [ [ From fadc03c29f5be572db230cd3a30520acefe48f94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:29:12 +0000 Subject: [PATCH 032/964] zed: Update to version 1.18.1 --- bucket/zed.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zed.json b/bucket/zed.json index 84122d502c5c9b..bbca957bc972e5 100644 --- a/bucket/zed.json +++ b/bucket/zed.json @@ -1,17 +1,17 @@ { - "version": "1.18.0", + "version": "1.18.1", "description": "Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. It's also open source.", "homepage": "https://zed.dev/", "license": "AGPL-3.0, Apache-2.0, GPL-3.0", "notes": "Please manually disable Zed's auto-update feature in the settings to prevent the updater from installing the program in unintended locations.", "architecture": { "64bit": { - "url": "https://github.com/zed-industries/zed/releases/download/v1.18.0/Zed-x86_64.exe", - "hash": "375f5ab35d7d1ea974fac48de83967f5fad1c10be0b0bbe86dc70d52e2e81146" + "url": "https://github.com/zed-industries/zed/releases/download/v1.18.1/Zed-x86_64.exe", + "hash": "be770f8bd7bd531c9852991b3b9feef97c21e4b932643e6bc8bc4e8ca7e83235" }, "arm64": { - "url": "https://github.com/zed-industries/zed/releases/download/v1.18.0/Zed-aarch64.exe", - "hash": "a6c98c4735ec7f9091e9947a8dc9d67f4dc1820a1ff743da08ee25ad1b9ed5db" + "url": "https://github.com/zed-industries/zed/releases/download/v1.18.1/Zed-aarch64.exe", + "hash": "d54f8ba6e3f4c704ce58d21b8c95be8f9311b65890d513980557045f51d257a8" } }, "installer": { From ae3b45fd75a43437e505d392e440d8417fde01da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 01:00:53 +0000 Subject: [PATCH 033/964] elisa: Update to version 26.08-4567 --- bucket/elisa.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/elisa.json b/bucket/elisa.json index 483b6b9d9bfc26..46de89f9297978 100644 --- a/bucket/elisa.json +++ b/bucket/elisa.json @@ -1,12 +1,12 @@ { - "version": "26.08-4561", + "version": "26.08-4567", "description": "Simple and easy-to-use music player", "homepage": "https://apps.kde.org/elisa", "license": "LGPL-3.0-only", "architecture": { "64bit": { - "url": "https://cdn.kde.org/ci-builds/multimedia/elisa/release-26.08/windows/elisa-release_26.08-4561-windows-cl-msvc2022-x86_64.7z", - "hash": "34c04d787e65028272ee404f3d18fe879566b2cf6464ac1fc5388526682b7ed5" + "url": "https://cdn.kde.org/ci-builds/multimedia/elisa/release-26.08/windows/elisa-release_26.08-4567-windows-cl-msvc2022-x86_64.7z", + "hash": "1efe2358087de26af79fc139eeeb5a8dcf414e7a63227d8dddc1a768139a4c21" } }, "bin": "bin\\elisa.exe", From 88c7cef68884cd2082dc4321bf4c2fa72bafb53f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 01:00:54 +0000 Subject: [PATCH 034/964] fvm: Update to version 4.3.1 --- bucket/fvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fvm.json b/bucket/fvm.json index 19f6487a4400b0..a18331bf6f5b32 100644 --- a/bucket/fvm.json +++ b/bucket/fvm.json @@ -1,17 +1,17 @@ { - "version": "4.3.0", + "version": "4.3.1", "description": "Flutter Version Management: A simple CLI to manage Flutter SDK versions.", "homepage": "https://fvm.app/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/leoafarias/fvm/releases/download/4.3.0/fvm-4.3.0-windows-x64.zip", - "hash": "9e43b9dc7827aea2dd388f5c6afffa725c7e6926218fd2f4bf7e249677384248", + "url": "https://github.com/leoafarias/fvm/releases/download/4.3.1/fvm-4.3.1-windows-x64.zip", + "hash": "88867842466eca560ad2481a479d3e5e5de2d7fbaa37eaaa4983030da6f471cb", "bin": "fvm.exe" }, "arm64": { - "url": "https://github.com/leoafarias/fvm/releases/download/4.3.0/fvm-4.3.0-windows-arm64.zip", - "hash": "f6b18f0017efd6c24962f0f8cf6ed82806e117a17c553071171421a4c6cf6d24", + "url": "https://github.com/leoafarias/fvm/releases/download/4.3.1/fvm-4.3.1-windows-arm64.zip", + "hash": "04e8c4e8d5496b19d8c93c8052dc9cb69f1140899d90fb47286db96e49cd49dc", "bin": "fvm.bat" } }, From 5edf7d2ed89ac23609c6968d3de71389a6159a8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 01:00:54 +0000 Subject: [PATCH 035/964] github-copilot: Update to version 1.1.15 --- bucket/github-copilot.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/github-copilot.json b/bucket/github-copilot.json index bbd51a3a5990d5..b3e00acfa03f19 100644 --- a/bucket/github-copilot.json +++ b/bucket/github-copilot.json @@ -1,5 +1,5 @@ { - "version": "1.1.14", + "version": "1.1.15", "description": "GitHub Copilot, an agent-native desktop development environment.", "homepage": "https://github.com/github/app", "license": { @@ -9,12 +9,12 @@ "notes": "Requires an active GitHub Copilot subscription (Pro, Pro+, Business, or Enterprise) and Git installed.", "architecture": { "64bit": { - "url": "https://github.com/github/app/releases/download/v1.1.14/GitHub-Copilot-windows-x64.msi", - "hash": "7d685d39f294dda1470c3c2a1af3cbfcb0b5cfb949fdcc9dedc33381cedccc28" + "url": "https://github.com/github/app/releases/download/v1.1.15/GitHub-Copilot-windows-x64.msi", + "hash": "6852a63ffd3b1961032cdbebfb5bf36e176b71763116212b653b254746239add" }, "arm64": { - "url": "https://github.com/github/app/releases/download/v1.1.14/GitHub-Copilot-windows-arm64.msi", - "hash": "3f8fd9fd8bbd56320fc3a898b63bd35b3bd12e6912bc54c26e5264f2e2050499" + "url": "https://github.com/github/app/releases/download/v1.1.15/GitHub-Copilot-windows-arm64.msi", + "hash": "9b51aae951727e6a0bc0e49b6593c4ee83a97f03cdf68b91ea689e070c46e0f9" } }, "extract_dir": "PFiles\\GitHub Copilot", From d408c6e1c9553ee99166b5b01740dda31f120ffa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 01:00:55 +0000 Subject: [PATCH 036/964] grok-bot: Update to version 0.43.0 --- bucket/grok-bot.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grok-bot.json b/bucket/grok-bot.json index fc48a84124420d..052ef0e80eb7f8 100644 --- a/bucket/grok-bot.json +++ b/bucket/grok-bot.json @@ -1,5 +1,5 @@ { - "version": "0.39.0", + "version": "0.43.0", "description": "Always-on AI agents from xAI and Cursor that work autonomously across your tools and apps.", "homepage": "https://x.ai/bot", "license": { @@ -8,13 +8,13 @@ }, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.39.0/Grok_Bot_0.39.0_Setup.exe#/dl.7z", - "hash": "d759a1f717d229c6c21be536be0ce1c01433c7737dce9508f3d964f8a989ebe7", + "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.43.0/Grok_Bot_0.43.0_Setup.exe#/dl.7z", + "hash": "e35d8bd17b87533e29bf419ef1ce7c820c442cd97f58ea84547541a774f72aef", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" }, "arm64": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.39.0/Grok_Bot_0.39.0_Setup.exe#/dl.7z", - "hash": "294203173eef36e228bdb3652f7fb201c466beda4b9f7fb9d7bafd68abab209b", + "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.43.0/Grok_Bot_0.43.0_Setup.exe#/dl.7z", + "hash": "9366ee93b0e933afd0e5cbea86b57f7cd4c658012cd1e3cf702b6f63ac0b7feb", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"" } }, From 5c4efc2bdc47e233d0df52441b9127e9f862ee11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 01:00:55 +0000 Subject: [PATCH 037/964] opencode-desktop: Update to version 1.18.29 --- bucket/opencode-desktop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opencode-desktop.json b/bucket/opencode-desktop.json index ccb4ac42a17c68..a07d7554256237 100644 --- a/bucket/opencode-desktop.json +++ b/bucket/opencode-desktop.json @@ -1,16 +1,16 @@ { - "version": "1.18.28", + "version": "1.18.29", "description": "The open source AI coding agent.", "homepage": "https://opencode.ai/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.28/opencode-desktop-win-x64.exe#/dl.7z", - "hash": "705e00294660bbed90921af6789625719a074b7ba93d1f17d4e1a85f465ed48a" + "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.29/opencode-desktop-win-x64.exe#/dl.7z", + "hash": "2914250df02bb911fcfb799715e3d2e13ab8cc748143406a7be099fde6820a20" }, "arm64": { - "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.28/opencode-desktop-win-arm64.exe#/dl.7z", - "hash": "135829088e15faa0c6372711c7c7a1b103fc140606a2243ed6cf787cdfe9aff8" + "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.29/opencode-desktop-win-arm64.exe#/dl.7z", + "hash": "541b2a47dae2305ffb71c952df1acadfa9508b3df545f42da538a8db64f2ef60" } }, "pre_install": [ From ec790a8192fda6dc97faae90d28ba9eb49ef8d46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 01:00:55 +0000 Subject: [PATCH 038/964] positron: Update to version 2026.09.1-2 --- bucket/positron.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/positron.json b/bucket/positron.json index 025a7431b67ea3..07f20c0d2066ac 100644 --- a/bucket/positron.json +++ b/bucket/positron.json @@ -1,5 +1,5 @@ { - "version": "2026.09.0-256", + "version": "2026.09.1-2", "description": "A next-generation data science IDE", "homepage": "https://positron.posit.co", "license": "Elastic-2.0", @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://cdn.posit.co/positron/releases/win/x86_64/Positron-2026.09.0-256-UserSetup-x64.exe", - "hash": "0f8d810b71de2714e069e3d6bcc7abeb904196cacce9ef928a062cc2891280a0" + "url": "https://cdn.posit.co/positron/releases/win/x86_64/Positron-2026.09.1-2-UserSetup-x64.exe", + "hash": "2b64cf59071b76c6c0657e4a3a23374febce3c8cc2b5fa6626aa1cca61c9d173" }, "arm64": { - "url": "https://cdn.posit.co/positron/releases/win/arm64/Positron-2026.09.0-256-UserSetup-arm64.exe", - "hash": "6ac319d38b61230b510d0a8b4387ef3d466085d5a6abadeed0b3bec107b3374b" + "url": "https://cdn.posit.co/positron/releases/win/arm64/Positron-2026.09.1-2-UserSetup-arm64.exe", + "hash": "e947bba163497ca65917cfa0eaacfc510e4cd34ab8ea62e48bf0a8f3178c65c7" } }, "innosetup": true, From fa41e5c0a185494a28d4da39878fd37166183e07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 01:00:56 +0000 Subject: [PATCH 039/964] reasonix-desktop: Update to version 1.37.0 --- bucket/reasonix-desktop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/reasonix-desktop.json b/bucket/reasonix-desktop.json index 79794d8ae79dba..8cd327e87f5f7c 100644 --- a/bucket/reasonix-desktop.json +++ b/bucket/reasonix-desktop.json @@ -1,16 +1,16 @@ { - "version": "1.36.0", + "version": "1.37.0", "description": "Reasonix Desktop, official GUI for Reasonix, a DeepSeek-native AI coding agent built to reduce API costs through aggressive context caching.", "homepage": "https://reasonix.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.36.0/Reasonix-windows-amd64.zip", - "hash": "940cc1af5ddde9b70d0d5f93c04a3851553c279d40b6c7a2221bccf369e4f034" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.37.0/Reasonix-windows-amd64.zip", + "hash": "77f68c25867f00c3f90fd16abc283b3bb473e1893c409f55804fb276bee8e5fc" }, "arm64": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.36.0/Reasonix-windows-arm64.zip", - "hash": "66541d43e50ac09b59b98f6396c6c35b55c8607f74cd3ae400f062400cdf7f8a" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.37.0/Reasonix-windows-arm64.zip", + "hash": "f26c809d7f1fb09dbabd80e91dcf84500476a427dd0a4a78d63538fa71dcdd68" } }, "shortcuts": [ From 39db57b0532c45f985ab52252c86f31693f90972 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Sat, 5 Sep 2026 11:55:56 +0800 Subject: [PATCH 040/964] orca-ide: Add version 1.4.197 (#18674) --- bucket/orca-ide.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 bucket/orca-ide.json diff --git a/bucket/orca-ide.json b/bucket/orca-ide.json new file mode 100644 index 00000000000000..278c4f99cac0b7 --- /dev/null +++ b/bucket/orca-ide.json @@ -0,0 +1,36 @@ +{ + "version": "1.4.197", + "description": "The next-gen IDE for working with a fleet of parallel agents.", + "homepage": "https://onorca.dev", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/stablyai/orca/releases/download/v1.4.197/orca-windows-setup.exe#/dl.7z", + "hash": "sha512:a57051fff5923dd0061a6a43c0253609c96c1f62afb7a564c23bc4b7ef2ef3c7ddb84bca3e39dca2d040d9d1723112a94feced1210e2674a4707aac6ca95a8b8", + "pre_install": [ + "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", + "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\", \"$dir\\*.nsi\" -Recurse" + ] + } + }, + "shortcuts": [ + [ + "Orca.exe", + "Orca" + ] + ], + "checkver": { + "github": "https://github.com/stablyai/orca" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/stablyai/orca/releases/download/v$version/orca-windows-setup.exe#/dl.7z" + } + }, + "hash": { + "url": "$baseurl/latest.yml", + "regex": "sha512:\\s+$base64" + } + } +} From 451eed9a0e8955228ebedd4c2c0679137493d62a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 04:32:09 +0000 Subject: [PATCH 041/964] claude: Update to version 1.46388.4 --- bucket/claude.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/claude.json b/bucket/claude.json index c67ac7329736b7..788624a4242545 100644 --- a/bucket/claude.json +++ b/bucket/claude.json @@ -1,5 +1,5 @@ { - "version": "1.46388.3", + "version": "1.46388.4", "description": "Next generation AI assistant built by Anthropic.", "homepage": "https://claude.com/product/overview", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.46388.3-full.nupkg", - "hash": "sha1:c4be81ff5ecc171cc8f3cf184f132e2929f51841" + "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.46388.4-full.nupkg", + "hash": "sha1:e15d7737b2f5adcaa516e5ddd68172f52fcf2b60" }, "arm64": { - "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.46388.3-full.nupkg", - "hash": "sha1:a3a37705f8ed653a603505af83e7aa28e06b5df5" + "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.46388.4-full.nupkg", + "hash": "sha1:34c61227b6f1df5f37a89f1546f9c8b7ae55a777" } }, "extract_dir": "lib\\net45", From e367ebf4f1deb25c3eaa8e43db8d8561a6fa40ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 04:32:09 +0000 Subject: [PATCH 042/964] cockpit-tools: Update to version 1.3.39 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index 8d5a5602399b4b..4905330c11705a 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.38", + "version": "1.3.39", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.38/Cockpit.Tools_1.3.38_x64_en-US.msi", - "hash": "43534cfe4d65ac210316d6c386ecb811bad50cf6163e819ffcd3321aafff4443" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.39/Cockpit.Tools_1.3.39_x64_en-US.msi", + "hash": "85d3f67c048785627b0cc0ad6dfe7beb42a323aee2500de6b5b6e057d49cfac3" } }, "extract_dir": "PFiles\\Cockpit Tools", From 4d501a7a505b35a95c3bbb803850881b43eb6d46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 04:32:10 +0000 Subject: [PATCH 043/964] equibop: Update to version 3.3.0 --- bucket/equibop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/equibop.json b/bucket/equibop.json index 81168456c4498f..9a52c6ea8c3e54 100644 --- a/bucket/equibop.json +++ b/bucket/equibop.json @@ -1,5 +1,5 @@ { - "version": "3.2.2", + "version": "3.3.0", "description": "A Vesktop fork aiming to give you a snappier Discord experience with additional plugins, custom splashes, and extra features.", "homepage": "https://github.com/Equicord/Equibop", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Equicord/Equibop/releases/download/v3.2.2/Equibop-3.2.2-win.zip", - "hash": "6d166f7a9cbe2bc1e70d2166eee5b12792eeb789e890677a649a97286badb8a3" + "url": "https://github.com/Equicord/Equibop/releases/download/v3.3.0/Equibop-3.3.0-win.zip", + "hash": "c96db4fd03ef3b14899fda5302f1f677d7e50606448eec211e73e81b5d3c0b39" }, "arm64": { - "url": "https://github.com/Equicord/Equibop/releases/download/v3.2.2/Equibop-3.2.2-arm64-win.zip", - "hash": "0cb12ab79e77f8c3fbd61f5ced666af08031e16daa7d7b5d9ca34d6aa5f53e1f" + "url": "https://github.com/Equicord/Equibop/releases/download/v3.3.0/Equibop-3.3.0-arm64-win.zip", + "hash": "f296d6ada5492b8f2b3cd5c8904ec4a036eb7ad40e7f93491d40b2eab9f20373" } }, "bin": "Equibop.exe", From acc6d381e0f3b11152e91a681d05f0e8827332d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 04:32:10 +0000 Subject: [PATCH 044/964] gtoolkit: Update to version 1.1.577 --- bucket/gtoolkit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gtoolkit.json b/bucket/gtoolkit.json index c1112b50bca3d3..6b242e3f18497f 100644 --- a/bucket/gtoolkit.json +++ b/bucket/gtoolkit.json @@ -1,16 +1,16 @@ { - "version": "1.1.576", + "version": "1.1.577", "description": "A moldable development environment.", "homepage": "https://gtoolkit.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.576/GlamorousToolkit-Windows-x86_64-v1.1.576.zip", - "hash": "eccc360d5aaec659e9fc640f478fb03d05b83c8682e7e9dfd6f9d2979dc84652" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.577/GlamorousToolkit-Windows-x86_64-v1.1.577.zip", + "hash": "6a6f87f5a63ab6ff9535a263d845784b9395d1f069f710cbe927c6024859fde3" }, "arm64": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.576/GlamorousToolkit-Windows-aarch64-v1.1.576.zip", - "hash": "869e0422ccd7920ed956dfa1a160c3748214d23af8680405dc6e43e85a5aec9d" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.577/GlamorousToolkit-Windows-aarch64-v1.1.577.zip", + "hash": "0462d57fc07f58723d0c73dff442f1084625c09e65a68fdf11625ec47c6424ae" } }, "bin": "bin\\GlamorousToolkit-cli.exe", From 65eb3d4952817a21139c297f128abffa32b76eae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 04:32:10 +0000 Subject: [PATCH 045/964] rebased: Update to version 1.1.15 --- bucket/rebased.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/rebased.json b/bucket/rebased.json index 096f0aa42c1872..6315f999552955 100644 --- a/bucket/rebased.json +++ b/bucket/rebased.json @@ -1,5 +1,5 @@ { - "version": "1.1.14", + "version": "1.1.15", "description": "An open-source remake of the short-lived JetBrains git client.", "homepage": "https://github.com/DetachHead/rebased", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/DetachHead/rebased/releases/download/1.1.14/rebased.exe#/dl.7z", - "hash": "894e6d4b9cb1dfed2d293ddd8ebdb1615cd6970516ff98ddcba3f1740555a0e3" + "url": "https://github.com/DetachHead/rebased/releases/download/1.1.15/rebased.exe#/dl.7z", + "hash": "102326e0025a17cf0c54ba0d798eeab23662d965b4f9e139f076315fa57a33d3" } }, "extract_to": "IDE", From 9c85ad9d6e14958dd16a5d70ae38c999e2ca1183 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 04:32:11 +0000 Subject: [PATCH 046/964] zed-opengl: Update to version 1.18.1 --- bucket/zed-opengl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/zed-opengl.json b/bucket/zed-opengl.json index bb6fff453f41de..9da69c5719192b 100644 --- a/bucket/zed-opengl.json +++ b/bucket/zed-opengl.json @@ -1,12 +1,12 @@ { - "version": "1.18.0", + "version": "1.18.1", "description": "Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. It's also open source.", "homepage": "https://zed.dev/", "license": "AGPL-3.0, Apache-2.0, GPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/deevus/zed-windows-builds/releases/download/v1.18.0/zed-opengl.zip", - "hash": "08e7ffa00d4ea0a9952292e1bc3af2fdb6f719ed98ac6697b5ae9ac803e8eb11" + "url": "https://github.com/deevus/zed-windows-builds/releases/download/v1.18.1/zed-opengl.zip", + "hash": "f78ce8409a6c32c03612425ddedc5520c953695c2e2c8f4eeedce5096d46936f" } }, "extract_dir": "zed", From 03030dfc1579ab66ea475f297b36e38fbb73741c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 04:32:11 +0000 Subject: [PATCH 047/964] zedis: Update to version 0.9.0 --- bucket/zedis.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zedis.json b/bucket/zedis.json index cf68e10d4acff2..47767522f6650f 100644 --- a/bucket/zedis.json +++ b/bucket/zedis.json @@ -1,16 +1,16 @@ { - "version": "0.8.3", + "version": "0.9.0", "description": "A blazing-fast, native Redis GUI built with Rust and GPUI.", "homepage": "https://github.com/vicanso/zedis", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/vicanso/zedis/releases/download/v0.8.3/zedis-windows-x86_64.zip", - "hash": "f03443f4b19b7172d57e7eef361b797eeabfe6c8e4a3df31909ca512bcb390f4" + "url": "https://github.com/vicanso/zedis/releases/download/v0.9.0/zedis-windows-x86_64.zip", + "hash": "ed0154040d19fd7e9c67b9293ed7503f3b6b4f2d8e0941147b6747c5fd144ceb" }, "arm64": { - "url": "https://github.com/vicanso/zedis/releases/download/v0.8.3/zedis-windows-aarch64.zip", - "hash": "821576e6504b15022f55c2ca970508f5c0ec9df76fd32377948f2f1b40d50816" + "url": "https://github.com/vicanso/zedis/releases/download/v0.9.0/zedis-windows-aarch64.zip", + "hash": "72bf1272d8fd752a1e56fea3b97ba79b34eb6ff94ffa418650f7efb2bc5f63ae" } }, "shortcuts": [ From e56dd3d0379b86bd2fb0c921a6122c0c8f3668d0 Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Sat, 5 Sep 2026 04:36:55 +0000 Subject: [PATCH 048/964] archi@5.10.0: Fix download and autoupdate URLs (Closes #18681) --- bucket/archi.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/bucket/archi.json b/bucket/archi.json index afaca39a4b6e3b..6750d9a1957b91 100644 --- a/bucket/archi.json +++ b/bucket/archi.json @@ -5,8 +5,8 @@ "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/archimatetool/archi.io/releases/download/5.10.0/Archi-Win64-5.10.0.zip", - "hash": "sha1:510419fb63f14c6adab8c0673d1004672c58ddf0" + "url": "https://github.com/archimatetool/archi.io/releases/download/5_10_0/Archi-Win64-5.10.0.zip", + "hash": "a50b24a1abae56a1ae18e482992d938a115c3eba1d26245c9397df5a21cdcf1f" } }, "extract_dir": "Archi", @@ -25,11 +25,8 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/archimatetool/archi.io/releases/download/$version/Archi-Win64-$version.zip" + "url": "https://github.com/archimatetool/archi.io/releases/download/$underscoreVersion/Archi-Win64-$version.zip" } - }, - "hash": { - "url": "$baseurl/Archi-$version-SUMSSHA1" } } } From b6737e3ef98604a5b6732116633196613031f0da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 08:34:00 +0000 Subject: [PATCH 049/964] amazon-workspaces: Update to version 5.34.1.2887 --- bucket/amazon-workspaces.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/amazon-workspaces.json b/bucket/amazon-workspaces.json index 071b6c9ae8e5cf..1030bc412447b5 100644 --- a/bucket/amazon-workspaces.json +++ b/bucket/amazon-workspaces.json @@ -1,5 +1,5 @@ { - "version": "5.34.0.2800", + "version": "5.34.1.2887", "description": "Client for Amazon workspaces service", "homepage": "https://clients.amazonworkspaces.com", "license": { @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://d2td7dqidlhjx7.cloudfront.net/prod/global/windows/Amazon+WorkSpaces.msi", - "hash": "01750d7534ac2b12348508edb8414880c56c4d042547df81364fc5addbd4c920" + "hash": "0d6424454bbf18c1439f9c2a6ae8b667028c8d5f0e95b993e39acb66ccb26b2a" } }, "extract_dir": "[ApplicationFolderName]", From 088f9317251e09a34073604b79bb1e135cd8e782 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 08:34:00 +0000 Subject: [PATCH 050/964] dbx: Update to version 0.6.5 --- bucket/dbx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbx.json b/bucket/dbx.json index d7dba27a59c601..03f8aecd201ff0 100644 --- a/bucket/dbx.json +++ b/bucket/dbx.json @@ -1,12 +1,12 @@ { - "version": "0.6.4", + "version": "0.6.5", "description": "Lightweight, cross-platform database client", "homepage": "https://dbxio.com", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/t8y2/dbx/releases/download/v0.6.4/DBX_0.6.4_x64-portable.zip", - "hash": "1f5b66157f6c6415d778839f1e319698390a30d7503dc3fa89c9a4721fbc9a81" + "url": "https://github.com/t8y2/dbx/releases/download/v0.6.5/DBX_0.6.5_x64-portable.zip", + "hash": "f240bdf3ebf16787451219aac2e6fb5459e77196843e67d2f9972e52ac94bb8f" } }, "shortcuts": [ From dfa4682f0ebe5be1fddd6e7cd1451e18b51b0bf6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 08:34:00 +0000 Subject: [PATCH 051/964] helium: Update to version 0.16.5.1 --- bucket/helium.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/helium.json b/bucket/helium.json index c9c69e560e6764..0f2412ba47f171 100644 --- a/bucket/helium.json +++ b/bucket/helium.json @@ -1,18 +1,18 @@ { - "version": "0.16.4.1", + "version": "0.16.5.1", "description": "The Chromium-based web browser made for people, with love. Best privacy by default, unbiased ad-blocking, no bloat and no noise.", "homepage": "https://helium.computer", "license": "BSD-3-Clause, GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/imputnet/helium-windows/releases/download/0.16.4.1/helium_0.16.4.1_x64-windows.zip", - "hash": "d27b37866440980964981aeed5dc2d7a07efe9fc17bff7d285b305b9b92ba37b", - "extract_dir": "helium_0.16.4.1_x64-windows" + "url": "https://github.com/imputnet/helium-windows/releases/download/0.16.5.1/helium_0.16.5.1_x64-windows.zip", + "hash": "6662f27e6c94fa033ff950ba06dcf923d38aa7c9f7e9d0682cf15cdaa5c8a9c5", + "extract_dir": "helium_0.16.5.1_x64-windows" }, "arm64": { - "url": "https://github.com/imputnet/helium-windows/releases/download/0.16.4.1/helium_0.16.4.1_arm64-windows.zip", - "hash": "3111c43a73b47eda7fe39ac98990ac20a77fc6b0b523a4dbadd40c0c159b5ebe", - "extract_dir": "helium_0.16.4.1_arm64-windows" + "url": "https://github.com/imputnet/helium-windows/releases/download/0.16.5.1/helium_0.16.5.1_arm64-windows.zip", + "hash": "b94d4b7a5be0b220a6c45285f6ac9d9ddf34fb68fb5a78c5446884e57b11faee", + "extract_dir": "helium_0.16.5.1_arm64-windows" } }, "bin": [ From 27ce9986f6d1613cb3a2a75042ed2f5da3d27ebb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 08:34:01 +0000 Subject: [PATCH 052/964] jackett: Update to version 0.24.2538 --- bucket/jackett.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jackett.json b/bucket/jackett.json index c8556698a0fe7d..6b6312ca4ff99d 100644 --- a/bucket/jackett.json +++ b/bucket/jackett.json @@ -1,13 +1,13 @@ { - "version": "0.24.2531", + "version": "0.24.2538", "description": "API Support for your favorite torrent trackers", "homepage": "https://github.com/Jackett/Jackett", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/Jackett/Jackett/blob/HEAD/LICENSE" }, - "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2531/Jackett.Binaries.Windows.zip", - "hash": "195458e58e8c0c6bace3a6ece68bcf984d27fad0ac6e1f378d48d6bc20a36d71", + "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2538/Jackett.Binaries.Windows.zip", + "hash": "036a528830846784d48c04f074865c258c0593151010f8c8e05ac71faad702a1", "extract_dir": "Jackett", "shortcuts": [ [ From 1208e1cb7fea2b38b4fe71c8b5654340ffbb27cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 08:34:01 +0000 Subject: [PATCH 053/964] lunatranslator: Update to version 10.16.5.7 --- bucket/lunatranslator.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lunatranslator.json b/bucket/lunatranslator.json index c77c7f6397d1d0..2e18997a114844 100644 --- a/bucket/lunatranslator.json +++ b/bucket/lunatranslator.json @@ -1,17 +1,17 @@ { - "version": "10.16.5.6", + "version": "10.16.5.7", "description": "A Visual Novel translation tool, with HOOK / OCR / clipboard support", "homepage": "https://github.com/HIllya51/LunaTranslator", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.16.5.6/LunaTranslator_x64.zip", - "hash": "94c7cc3efd1240822a4451c60012d8dd635b2d57a46d6a1fb5ed8edd3f15e7b2", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.16.5.7/LunaTranslator_x64.zip", + "hash": "d94da6c0983548389eb5d08de5fa8dc4ab80fe4055480460960b8763b49a7e09", "extract_dir": "LunaTranslator_x64" }, "32bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.16.5.6/LunaTranslator_x86_win7.zip", - "hash": "d94f3d805a56401fc14a8371f7e633c9e928acc00b5b35cad4addcb51bbe8cbd", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.16.5.7/LunaTranslator_x86_win7.zip", + "hash": "63dc2aef80c8d1056093b656ad7aedb769a99da7ecbed025e8407ca5f2a09344", "extract_dir": "LunaTranslator_x86_win7" } }, From dfc9f6386ee422c7aee635d5e01ed6f91addbfee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 12:35:02 +0000 Subject: [PATCH 054/964] capframex: Update to version 1.9.0 --- bucket/capframex.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/capframex.json b/bucket/capframex.json index cee9f5540c36df..4343e876212e5a 100644 --- a/bucket/capframex.json +++ b/bucket/capframex.json @@ -1,5 +1,5 @@ { - "version": "1.8.6", + "version": "1.9.0", "description": "Frametimes analysis tool compatible with OCAT", "homepage": "https://github.com/CXWorld/CapFrameX", "license": "MIT", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/CXWorld/CapFrameX/releases/download/v1.8.6/release_1.8.6_portable.zip", - "hash": "980bee035c7236de7eecf4309c7738c8883fe194a6d5a794de7399d5e1ee3ad1" + "url": "https://github.com/CXWorld/CapFrameX/releases/download/v1.9.0/release_1.9.0_portable.zip", + "hash": "00d56035681b975cee2fa392b93024ad60aaf9c0d1fcea91e8cb9c0fb6f1803a" } }, "pre_install": [ From 16c4962b9ae10d2eb6a60bb56d497cb9fb2a6856 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 12:35:02 +0000 Subject: [PATCH 055/964] cockpit-tools: Update to version 1.3.40 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index 4905330c11705a..dd5cf4ab7e6207 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.39", + "version": "1.3.40", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.39/Cockpit.Tools_1.3.39_x64_en-US.msi", - "hash": "85d3f67c048785627b0cc0ad6dfe7beb42a323aee2500de6b5b6e057d49cfac3" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.40/Cockpit.Tools_1.3.40_x64_en-US.msi", + "hash": "9eb6c35094d2ac7da20e1e49d29ed12cc8f67d5ac28cc06f550d4fd78e735564" } }, "extract_dir": "PFiles\\Cockpit Tools", From 63554a8896a9ef328d5d705a46287f56859ab346 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 12:35:02 +0000 Subject: [PATCH 056/964] forkgram: Update to version 7.1.5 --- bucket/forkgram.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/forkgram.json b/bucket/forkgram.json index 0e8e896d189baa..14227af3d5a6fb 100644 --- a/bucket/forkgram.json +++ b/bucket/forkgram.json @@ -1,5 +1,5 @@ { - "version": "7.1.1", + "version": "7.1.5", "description": "Fork of Telegram Desktop with quality-of-life enhancements.", "homepage": "https://t.me/forkgram", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/forkgram/tdesktop/releases/download/v7.1.1/Telegram.zip", - "hash": "1f1d2892b595ba6a94f9c977a2fb02790df75510e7e121af489472abe2afcd37" + "url": "https://github.com/forkgram/tdesktop/releases/download/v7.1.5/Telegram.zip", + "hash": "1dac8f30848cd5b325a725eaffab70ff02527483e7bef87a1a888f633e687e40" }, "32bit": { - "url": "https://github.com/forkgram/tdesktop/releases/download/v7.1.1/Telegram_x86.zip", - "hash": "a216162fa130e04cfeeec6517b30b0bfdfef6c6baad772350ac9931ab1082d84" + "url": "https://github.com/forkgram/tdesktop/releases/download/v7.1.5/Telegram_x86.zip", + "hash": "164f8a407a615575220db996cef598b2893608e0eac2430dba39d54905aed9bc" } }, "pre_install": [ From 62b43ac88fd8c5243d9ca908315ad9de17cd14f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 12:35:03 +0000 Subject: [PATCH 057/964] keyguard: Update to version 3.2.0-20260905.2 --- bucket/keyguard.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/keyguard.json b/bucket/keyguard.json index 6f584226742630..2e1d925dcd9d8f 100644 --- a/bucket/keyguard.json +++ b/bucket/keyguard.json @@ -1,5 +1,5 @@ { - "version": "3.1.0-20260904", + "version": "3.2.0-20260905.2", "description": "Keyguard is an alternative client for the Bitwarden® platform, created to provide the best user experience possible", "homepage": "https://keyguard.dev", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/AChep/keyguard-app/releases/download/r20260904/Keyguard-3.1.0.msi", - "hash": "518a80908d53bd0a5917fa1e907e4e0cc41503f7f814fbf4073ae1bbd702da7c" + "url": "https://github.com/AChep/keyguard-app/releases/download/r20260905.2/Keyguard-3.2.0.msi", + "hash": "58b2904e122d38027ff598b54ebb7aef8e4447fa358eacbeb2dcdfa28a44f3a9" } }, "bin": "Keyguard\\Keyguard.exe", From d94ad20c7fca2d18b4f438c5f9b484d2cecb292d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 12:35:03 +0000 Subject: [PATCH 058/964] koharu: Update to version 0.81.7 --- bucket/koharu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/koharu.json b/bucket/koharu.json index c97c3c67bf5580..36f1294415381f 100644 --- a/bucket/koharu.json +++ b/bucket/koharu.json @@ -1,5 +1,5 @@ { - "version": "0.81.6", + "version": "0.81.7", "description": "ML-powered manga translator, written in Rust.", "homepage": "https://koharu.rs/", "license": "GPL-3.0-only|Apache-2.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/mayocream/koharu/releases/download/0.81.6/koharu_0.81.6_x64-setup.exe#/dl.7z", - "hash": "546ba7446533cf45b0483ee69f60ac996866b16ac8a530fff447142534e0e794" + "url": "https://github.com/mayocream/koharu/releases/download/0.81.7/koharu_0.81.7_x64-setup.exe#/dl.7z", + "hash": "42076b42c991a935a1b90baa5b5e033a7808a030146454eabffcfae8275fef97" } }, "pre_install": [ From 455a7a0c66572d6d26a93389cfcc03a35ea1e3be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 12:35:03 +0000 Subject: [PATCH 059/964] mrrss: Update to version 1.3.29 --- bucket/mrrss.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mrrss.json b/bucket/mrrss.json index 242e4fe866eb92..a3c0e46b280be9 100644 --- a/bucket/mrrss.json +++ b/bucket/mrrss.json @@ -1,16 +1,16 @@ { - "version": "1.3.28", + "version": "1.3.29", "description": "A modern, cross-platform desktop RSS reader.", "homepage": "https://github.com/WCY-dt/MrRSS", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.28/MrRSS-1.3.28-windows-amd64-portable.zip", - "hash": "edac6d99908e236e5c90f932187b95d1702abdd496039908ba9dde66c266859b" + "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.29/MrRSS-1.3.29-windows-amd64-portable.zip", + "hash": "6dfd628f3814092bf6a18e99a378b8e67766899b278825c7d0ad396c3c4163c2" }, "arm64": { - "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.28/MrRSS-1.3.28-windows-arm64-portable.zip", - "hash": "22c3e58a023dd7bd4e814b48884c9a1fa796ed152539b6d9fe2fa4e800c25d30" + "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.29/MrRSS-1.3.29-windows-arm64-portable.zip", + "hash": "f49994217dc8bd437e01eb4cb714d7b73d147369ebf480c6aa5041cd64dd1982" } }, "shortcuts": [ From 7247da04a686ff714f591e4962717694f91c7817 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:26:49 +0000 Subject: [PATCH 060/964] chromium: Update to version 152.0.7977.83-r1669021 --- bucket/chromium.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/chromium.json b/bucket/chromium.json index 4b6e642608d5b1..5f35fdf222effe 100644 --- a/bucket/chromium.json +++ b/bucket/chromium.json @@ -1,13 +1,13 @@ { "##": "Check chromium.woolyss.com for different versions of Chromium releases.", - "version": "152.0.7977.76-r1669021", + "version": "152.0.7977.83-r1669021", "description": "Browser aiming for safer, faster, and more stable way for all users to experience the web.", "homepage": "https://www.chromium.org", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/Hibbiki/chromium-win64/releases/download/v152.0.7977.76-r1669021/chrome.7z", - "hash": "sha1:f2b668ac78e3184792008530bed7b96954b921de" + "url": "https://github.com/Hibbiki/chromium-win64/releases/download/v152.0.7977.83-r1669021/chrome.7z", + "hash": "sha1:d1f850200e376c651c1fc5c33ed0db918492055f" } }, "extract_dir": "Chrome-bin", From 9df8175f80ebf101715954148e1647c2fb7b28de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:26:49 +0000 Subject: [PATCH 061/964] forkgram: Update to version 7.2.5 --- bucket/forkgram.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/forkgram.json b/bucket/forkgram.json index 14227af3d5a6fb..d2874fd469208e 100644 --- a/bucket/forkgram.json +++ b/bucket/forkgram.json @@ -1,5 +1,5 @@ { - "version": "7.1.5", + "version": "7.2.5", "description": "Fork of Telegram Desktop with quality-of-life enhancements.", "homepage": "https://t.me/forkgram", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/forkgram/tdesktop/releases/download/v7.1.5/Telegram.zip", - "hash": "1dac8f30848cd5b325a725eaffab70ff02527483e7bef87a1a888f633e687e40" + "url": "https://github.com/forkgram/tdesktop/releases/download/v7.2.5/Telegram.zip", + "hash": "cf495f5661712be4828e40fdda211c45a534ea16cd335876730f11dc01bc2ad6" }, "32bit": { - "url": "https://github.com/forkgram/tdesktop/releases/download/v7.1.5/Telegram_x86.zip", - "hash": "164f8a407a615575220db996cef598b2893608e0eac2430dba39d54905aed9bc" + "url": "https://github.com/forkgram/tdesktop/releases/download/v7.2.5/Telegram_x86.zip", + "hash": "dfe28fb063aa8611f57b633d2e6efabf975af91b479a4bc1936a64368e5899a0" } }, "pre_install": [ From 891ed42acb8cc7299960ec7b69374252fa6e4c15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:26:50 +0000 Subject: [PATCH 062/964] imageglass: Update to version 10.0.6.906 --- bucket/imageglass.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/imageglass.json b/bucket/imageglass.json index 47e437810f27de..d4635863bf6c30 100644 --- a/bucket/imageglass.json +++ b/bucket/imageglass.json @@ -1,19 +1,19 @@ { - "version": "10.0.5.825", + "version": "10.0.6.906", "description": "A lightweight, versatile image viewer", "homepage": "https://imageglass.org", "license": "GPL-3.0-only", "notes": "If this app doesn't work maybe you need to clean '$dir\\igconfig.json' and reinstall '$dir\\Themes'.", "architecture": { "64bit": { - "url": "https://github.com/d2phap/ImageGlass/releases/download/10.0.5.825/ImageGlass_10.0.5.825_win-x64.zip", - "hash": "1676d43d2ffbfd20fd9b574e1652337be30c6a3935a67e8693954df2365d9786", - "extract_dir": "ImageGlass_10.0.5.825_win-x64" + "url": "https://github.com/d2phap/ImageGlass/releases/download/10.0.6.906/ImageGlass_10.0.6.906_win-x64.zip", + "hash": "3fffebdd7842b9aa9b38411a1daf93d49ddd27e388ab55ec410307c73ef2fc1b", + "extract_dir": "ImageGlass_10.0.6.906_win-x64" }, "arm64": { - "url": "https://github.com/d2phap/ImageGlass/releases/download/10.0.5.825/ImageGlass_10.0.5.825_win-arm64.zip", - "hash": "be989a54826292df8cd9999ecb7e053b114861ac5983fffe83d6df16357803a8", - "extract_dir": "ImageGlass_10.0.5.825_win-arm64" + "url": "https://github.com/d2phap/ImageGlass/releases/download/10.0.6.906/ImageGlass_10.0.6.906_win-arm64.zip", + "hash": "69941ff47534cd612d71afa7019b2009fb354dc828f3aba56e81f9b4217a8e67", + "extract_dir": "ImageGlass_10.0.6.906_win-arm64" } }, "pre_install": [ From 268f4d76be647d72b30a7e4016fea3b7633ae766 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:26:50 +0000 Subject: [PATCH 063/964] lazygit: Update to version 0.65.0 --- bucket/lazygit.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/lazygit.json b/bucket/lazygit.json index a6ecf54c3294a3..3f5ef440442bbe 100644 --- a/bucket/lazygit.json +++ b/bucket/lazygit.json @@ -1,20 +1,20 @@ { - "version": "0.64.1", + "version": "0.65.0", "description": "A simple terminal UI for git commands", "homepage": "https://github.com/jesseduffield/lazygit", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/jesseduffield/lazygit/releases/download/v0.64.1/lazygit_0.64.1_Windows_x86_64.zip", - "hash": "de8eca2cf2e75857882d313bf9dfc706a7aae893951ab29df706c99b525661ae" + "url": "https://github.com/jesseduffield/lazygit/releases/download/v0.65.0/lazygit_0.65.0_Windows_x86_64.zip", + "hash": "20a597e8f29d4ed295e28fb4b869b31a41d20dc69dc15829c4744263141be2ee" }, "32bit": { - "url": "https://github.com/jesseduffield/lazygit/releases/download/v0.64.1/lazygit_0.64.1_Windows_32-bit.zip", - "hash": "dff087077892e5b62ffc1c9cba018e18f5644159c524118cdc991e76619c0847" + "url": "https://github.com/jesseduffield/lazygit/releases/download/v0.65.0/lazygit_0.65.0_Windows_32-bit.zip", + "hash": "bbc83aaa8ada679873da1629a591018ef49380a3b92f08957cf405a729eb8a0a" }, "arm64": { - "url": "https://github.com/jesseduffield/lazygit/releases/download/v0.64.1/lazygit_0.64.1_Windows_arm64.zip", - "hash": "d9afbc645d1a7f7cb5144da9a32d562e4ebe9d6bacadbd64bb820635a18e371b" + "url": "https://github.com/jesseduffield/lazygit/releases/download/v0.65.0/lazygit_0.65.0_Windows_arm64.zip", + "hash": "c0200d1481586b56996269d874be464c3c6e7c2ca47a283dd37316cffe6ece83" } }, "bin": "lazygit.exe", From 7e38a46e33a6955371b822ceac18210c8635643f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:26:50 +0000 Subject: [PATCH 064/964] librewolf: Update to version 155.0.1-1 --- bucket/librewolf.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/librewolf.json b/bucket/librewolf.json index 309c20453d5bd0..3f2ff81e37afaa 100644 --- a/bucket/librewolf.json +++ b/bucket/librewolf.json @@ -1,15 +1,15 @@ { - "version": "155.0-1", + "version": "155.0.1-1", "description": "A fork of Firefox, focused on privacy, security and freedom.", "homepage": "https://librewolf.net/", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://librewolf.dev/api/packages/librewolf/generic/librewolf/155.0-1/librewolf-155.0-1-windows-x86_64-portable.zip", - "hash": "1616365c70ba420e4c02fd5a3f38b9512de7049cb95334bebae094e5fce8cf3e" + "url": "https://librewolf.dev/api/packages/librewolf/generic/librewolf/155.0.1-1/librewolf-155.0.1-1-windows-x86_64-portable.zip", + "hash": "ebc9f1b9394e780c81d1cc1b938e1ec2b4ecbd941edd9d445c3dcb311bafd660" } }, - "extract_dir": "librewolf-155.0-1", + "extract_dir": "librewolf-155.0.1-1", "pre_install": [ "'LibreWolf-WinUpdater.exe', 'ScheduledTask-Create.ps1', 'ScheduledTask-Remove.ps1' | ForEach-Object { \"$dir/$_\" } | Remove-Item", "", From 76cbc41fccc8159a8e5867ae8b65be6b9fff0ff4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:26:51 +0000 Subject: [PATCH 065/964] mpv-git: Update to version 202609051245 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index 6f2046a356c38f..d7f528d3cb52f6 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609041245", + "version": "202609051245", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-04-f5bcfb1954/mpv-x86_64-20260904-git-f5bcfb1954.7z", - "hash": "a512eba66ab9f15488b8b74498c18e728a71c70652f903922de6edf9a45d3d7d" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-05-f5bcfb1954/mpv-x86_64-20260905-git-f5bcfb1954.7z", + "hash": "39902d8502b8bdd1fb4b4035115f4639f5b11bc9ac0b20a9772b6aecc742fbae" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-04-f5bcfb1954/mpv-aarch64-20260904-git-f5bcfb1954.7z", - "hash": "083c8e07a99db0259f4b153dbc0f194b16abc5d6812c0d174327f35d3790063b" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-05-f5bcfb1954/mpv-aarch64-20260905-git-f5bcfb1954.7z", + "hash": "3cbbb7835e1beb2a9857f0148f359ef2b72f6f6a09b95b5b0c5118ec970bfb65" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From 7eb5613b8c8cb19c285e822ffefe52f041fa536d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:26:51 +0000 Subject: [PATCH 066/964] novelwriter: Update to version 26.2 --- bucket/novelwriter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/novelwriter.json b/bucket/novelwriter.json index 7871a058782fe7..fa37fc8569f5af 100644 --- a/bucket/novelwriter.json +++ b/bucket/novelwriter.json @@ -1,12 +1,12 @@ { - "version": "26.1.2", + "version": "26.2", "description": "A markdown-like editor for novels", "homepage": "https://novelwriter.io/", "license": "GPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/vkbo/novelWriter/releases/download/v26.1.2/novelwriter-26.1.2-amd64-setup.exe", - "hash": "eb7638b749b012c611e3be1076333a00bdbf2079b795cf93b880ef3f829c976d" + "url": "https://github.com/vkbo/novelWriter/releases/download/v26.2/novelwriter-26.2-amd64-setup.exe", + "hash": "dc25420256f8a230f8c6d083d22050cdca52361f0ee439c86d98b0254ce651f1" } }, "innosetup": true, From 52edaab902716c8e7cc80022ee8608feee4ef024 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:26:51 +0000 Subject: [PATCH 067/964] sophia-script: Update to version 7.3.0 --- bucket/sophia-script.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/sophia-script.json b/bucket/sophia-script.json index a23ed2c38b4070..51a3b5cd926f61 100644 --- a/bucket/sophia-script.json +++ b/bucket/sophia-script.json @@ -1,19 +1,19 @@ { - "version": "7.2.0", + "version": "7.3.0", "description": "Sophia Script for Windows is the largest PowerShell module on GitHub for Windows 10 and Windows 11 fine-tuning and automating the routine tasks.", "license": "MIT", "homepage": "https://github.com/farag2/Sophia-Script-for-Windows", "notes": "This package provides only the Windows 11 version of Sophia Script. It may not work on Windows 10.", "architecture": { "64bit": { - "url": "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/7.2.0/Sophia.Script.for.Windows.11.v7.2.0.zip", - "hash": "019897fe31a9fc2308590a6265f841c51731528dd7a0323ad8dff528d202056c", - "extract_dir": "Sophia_Script_for_Windows_11_v7.2.0" + "url": "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/7.3.0/Sophia.Script.for.Windows.11.v7.3.0.zip", + "hash": "7bba9067cb45303ce63bed7d804513fcb943d3d8fbb92e44c4c497ff1a385c8a", + "extract_dir": "Sophia_Script_for_Windows_11_v7.3.0" }, "arm64": { - "url": "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/7.2.0/Sophia.Script.for.Windows.11.Arm.v7.2.0.zip", - "hash": "f728fe535f3a61c751209dbe7bbf5c26adc9e30600226a8527b6f6695bb17c69", - "extract_dir": "Sophia_Script_for_Windows_11_Arm_v7.2.0" + "url": "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/7.3.0/Sophia.Script.for.Windows.11.Arm.v7.3.0.zip", + "hash": "cd8014223eae5189c9d64714c13f722a2c27d626a77dfaaa5c0aa885579fc503", + "extract_dir": "Sophia_Script_for_Windows_11_Arm_v7.3.0" } }, "bin": [ From b83f0494b9a106b67c13e63e5b2fc57ffcb9718f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:26:52 +0000 Subject: [PATCH 068/964] treesheets: Update to version 3336 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index 0069bb33534ca7..610161fcb059e1 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3333", + "version": "3336", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3333/TreeSheets-3333-winx64.zip", - "hash": "e5b04975b643aa3f35361dbeb30c148ea3dded96bdf136124cdf9b4929d687ee", - "extract_dir": "TreeSheets-3333-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3336/TreeSheets-3336-winx64.zip", + "hash": "8413ca49284e524d09d93affd1187b9a867618e47f3cfeff7261aa688a4af3e5", + "extract_dir": "TreeSheets-3336-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3333/TreeSheets-3333-winarm64.zip", - "hash": "a06e96a0c0d49ac9e991a8501d9632feff7f96286f3e71603d4f14db5a988d87", - "extract_dir": "TreeSheets-3333-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3336/TreeSheets-3336-winarm64.zip", + "hash": "fa2009cc362c604c9518d0eb7d1bcc5e62c16e04f487f78d869405db3d1e1a12", + "extract_dir": "TreeSheets-3336-winarm64" } }, "pre_install": [ From c426859ec9dbd8613c9a66778fd3f31d53bd9953 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 6 Sep 2026 00:57:43 +0800 Subject: [PATCH 069/964] chatgpt: Add version 26.901.5280.0, Replace unofficial version (#18684) --- bucket/chatgpt.json | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/bucket/chatgpt.json b/bucket/chatgpt.json index b6aadfe9ae430d..320f6b0ec5cb19 100644 --- a/bucket/chatgpt.json +++ b/bucket/chatgpt.json @@ -1,27 +1,42 @@ { - "version": "1.1.0", - "description": "ChatGPT Desktop Application (Mac, Windows and Linux)", - "homepage": "https://github.com/lencx/ChatGPT", + "version": "26.901.5280.0", + "description": "Desktop application for ChatGPT", + "homepage": "https://chatgpt.com/", "license": { - "identifier": "Apache-2.0" + "identifier": "Proprietary", + "url": "https://openai.com/policies/terms-of-use/" + }, + "suggest": { + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { - "url": "https://github.com/lencx/ChatGPT/releases/download/v1.1.0/ChatGPT_1.1.0_windows_x86_64.msi", - "hash": "8442a2ed4d74230a08a3aab94b658c6250c37197519d86be7f334c57f8b76625" + "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.901.5280.0/ChatGPT-x64.msix#/dl.zip", + "hash": "55031fb3704200e4a36d7751db8a0b9fc69e92fcd8644bf39741d66d7ead9b3a" + }, + "arm64": { + "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.901.5280.0/ChatGPT-arm64.msix#/dl.zip", + "hash": "fe741375d93dd8e5a27c94608549b1e829534413d170d38f1d54db99b2eb0a44" } }, + "extract_dir": "app", "shortcuts": [ [ - "PFiles/ChatGPT/ChatGPT.exe", - "ChatGPT Desktop" + "ChatGPT.exe", + "ChatGPT" ] ], - "checkver": "github", + "checkver": { + "url": "https://persistent.oaistatic.com/codex-app-prod/windows-store-update.json", + "jsonpath": "$.buildVersion" + }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/lencx/ChatGPT/releases/download/v$version/ChatGPT_$version_windows_x86_64.msi" + "url": "https://persistent.oaistatic.com/codex-app-prod/releases/$version/ChatGPT-x64.msix#/dl.zip" + }, + "arm64": { + "url": "https://persistent.oaistatic.com/codex-app-prod/releases/$version/ChatGPT-arm64.msix#/dl.zip" } } } From b4a5035c15922491e8b7916e243be5c9681c5fb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:26:30 +0000 Subject: [PATCH 070/964] cursor: Update to version 3.19.13 --- bucket/cursor.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cursor.json b/bucket/cursor.json index a9f67b0206da73..cb28c19cc1208d 100644 --- a/bucket/cursor.json +++ b/bucket/cursor.json @@ -1,5 +1,5 @@ { - "version": "3.19.7", + "version": "3.19.13", "description": "The AI Code Editor", "homepage": "https://www.cursor.com/", "license": { @@ -9,12 +9,12 @@ "innosetup": true, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/production/90de2327392570a5f5f625c656c6749d228e6437/win32/x64/user-setup/CursorUserSetup-x64-3.19.7.exe", - "hash": "4fa4f1d58241d290f341d1b30052f502317ef81ccbd97012524e3bb33e0616d6" + "url": "https://downloads.cursor.com/production/dd066f332fcea7382764400fde902f61920648d5/win32/x64/user-setup/CursorUserSetup-x64-3.19.13.exe", + "hash": "3cfb28b17d069172db8147f0cb0d985f81fcac3b4cbb4b5b748f2da44874a21e" }, "arm64": { - "url": "https://downloads.cursor.com/production/90de2327392570a5f5f625c656c6749d228e6437/win32/arm64/user-setup/CursorUserSetup-arm64-3.19.7.exe", - "hash": "f1129284449a0b508a964cff91e85606154010a63934d271155765c2f180ae9f" + "url": "https://downloads.cursor.com/production/dd066f332fcea7382764400fde902f61920648d5/win32/arm64/user-setup/CursorUserSetup-arm64-3.19.13.exe", + "hash": "dbb68cd7189ce5747186c2fa7b53b487c8063c7336240297f472fccbe840a1e3" } }, "extract_dir": "{code_GetDestDir}", From 20f6daf7871c47c2454b221228b2e2f4b5bfc7c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:26:31 +0000 Subject: [PATCH 071/964] gitextensions: Update to version 7.2.1.7 --- bucket/gitextensions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gitextensions.json b/bucket/gitextensions.json index 193432b5f63539..9718c62424fc45 100644 --- a/bucket/gitextensions.json +++ b/bucket/gitextensions.json @@ -1,12 +1,12 @@ { - "version": "7.2.0.92", + "version": "7.2.1.7", "description": "A graphical user interface for Git that allows you to control Git without using the commandline.", "homepage": "https://gitextensions.github.io/", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/gitextensions/gitextensions/releases/download/v7.2.0/GitExtensions-Portable-x64-7.2.0.92-501f831.zip", - "hash": "ac192d72434ed315e7bb34305ddcf4987527e69bb8bc4d0fe1b858e001ae142c" + "url": "https://github.com/gitextensions/gitextensions/releases/download/v7.2.1/GitExtensions-Portable-x64-7.2.1.7-0aea2d6df.zip", + "hash": "b3958a9d2c83392d2c3a64e6ef1ba4d76df09c781673500c4f8ce47a6b337eb5" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\GitExtensions.settings\")) { New-Item \"$dir\\GitExtensions.settings\" | Out-Null }", From c1a5f9bbe4e1e7ebfb8f840a6b7c1abb09adb1bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:26:31 +0000 Subject: [PATCH 072/964] notion: Update to version 7.32.1 --- bucket/notion.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/notion.json b/bucket/notion.json index 36824ed945de59..e3b18b26265fb9 100644 --- a/bucket/notion.json +++ b/bucket/notion.json @@ -1,5 +1,5 @@ { - "version": "7.32.0", + "version": "7.32.1", "description": "Collaborative note taking", "homepage": "https://www.notion.so/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://desktop-release.notion-static.com/Notion%20Setup%207.32.0.exe#/dl.7z", - "hash": "sha512:55efaaefc5cc2fff4f4ebe3950d41c9ddf9846df1f6881d1957b93ad51d3712f4d93b542beb7e17f0f5c9ff926d29b41bc269de69ef84dc1e9451f1c7b76a3cd" + "url": "https://desktop-release.notion-static.com/Notion%20Setup%207.32.1.exe#/dl.7z", + "hash": "sha512:76f28981875f511c2e6292b71b71e6aaae9f5eb617f56d4d166b7b6558222bccd0072f99f5ba2841b8c079549300cf079f9bcb3691ff5f97bb932ade4ed62d35" } }, "pre_install": [ From 743803e366f3003ee28b0ee675fe7f7eae015392 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:26:31 +0000 Subject: [PATCH 073/964] plantuml: Update to version 1.2026.8 --- bucket/plantuml.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/plantuml.json b/bucket/plantuml.json index 85a65201b69ba0..29b3a8fa7b6682 100644 --- a/bucket/plantuml.json +++ b/bucket/plantuml.json @@ -1,5 +1,5 @@ { - "version": "1.2026.7", + "version": "1.2026.8", "description": "A tool to draw UML diagrams, using a simple and human readable text description.", "homepage": "https://github.com/plantuml/plantuml", "license": "GPL-3.0-only", @@ -10,11 +10,11 @@ ] }, "url": [ - "https://github.com/plantuml/plantuml/releases/download/v1.2026.7/plantuml-1.2026.7.jar#/plantuml.jar", + "https://github.com/plantuml/plantuml/releases/download/v1.2026.8/plantuml-1.2026.8.jar#/plantuml.jar", "http://beta.plantuml.net/batikAndFop.zip" ], "hash": [ - "33aa7ed0ca843e300690230d09268e1f526fdde7e86fecdfa39fb80412cafcde", + "5e1ecfa8ecd32c90b03bbf3b1eb6f020943f98ab0fcf4032be31a0002ee2c462", "c1f328a9aacfd954c6cd90650cefd924baea358d6e27520de7ccf9b30a681877" ], "pre_install": [ From aef04222dbc2a64c1cd988cef15c81ec4cbae6c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:26:32 +0000 Subject: [PATCH 074/964] reasonix-desktop: Update to version 1.38.0 --- bucket/reasonix-desktop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/reasonix-desktop.json b/bucket/reasonix-desktop.json index 8cd327e87f5f7c..9d52451c40d450 100644 --- a/bucket/reasonix-desktop.json +++ b/bucket/reasonix-desktop.json @@ -1,16 +1,16 @@ { - "version": "1.37.0", + "version": "1.38.0", "description": "Reasonix Desktop, official GUI for Reasonix, a DeepSeek-native AI coding agent built to reduce API costs through aggressive context caching.", "homepage": "https://reasonix.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.37.0/Reasonix-windows-amd64.zip", - "hash": "77f68c25867f00c3f90fd16abc283b3bb473e1893c409f55804fb276bee8e5fc" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.0/Reasonix-windows-amd64.zip", + "hash": "29580e516f01d5da889ddadf6fd3bd4e07f10ae39cd74d32b6f6ce9cf87e66de" }, "arm64": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.37.0/Reasonix-windows-arm64.zip", - "hash": "f26c809d7f1fb09dbabd80e91dcf84500476a427dd0a4a78d63538fa71dcdd68" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.0/Reasonix-windows-arm64.zip", + "hash": "abd7873f5ff9763fe3719c6c2abf1b3b371168132f1f6e1e75b843ea2c592b4c" } }, "shortcuts": [ From 7b72edebd7deebc14455e349b205de5f031fe9d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:26:32 +0000 Subject: [PATCH 075/964] single-file-cli: Update to version 2.9.1 --- bucket/single-file-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/single-file-cli.json b/bucket/single-file-cli.json index 91ba5ffed06f4c..82a0f6a0362cb2 100644 --- a/bucket/single-file-cli.json +++ b/bucket/single-file-cli.json @@ -1,12 +1,12 @@ { - "version": "2.9.0", + "version": "2.9.1", "description": "A command-line tool that allows you to save a web page with all its resources in a single HTML file.", "homepage": "https://github.com/gildas-lormeau/single-file-cli", "license": "AGPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.9.0/single-file.exe", - "hash": "1fc357c4b31b10f71a50403b8057e4bf002b7d487b4191b14559b34efe4184b1" + "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.9.1/single-file.exe", + "hash": "8018556ed7418fcf95d7025b99a8595df187599fe6b56f3552f88788acb0e92d" } }, "bin": "single-file.exe", From 45606c2ca2e813eca4fa1649077610dd46b51bf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:26:32 +0000 Subject: [PATCH 076/964] zen-browser: Update to version 1.22b --- bucket/zen-browser.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zen-browser.json b/bucket/zen-browser.json index 3f01af51e541c8..bceef16ad9f0dd 100644 --- a/bucket/zen-browser.json +++ b/bucket/zen-browser.json @@ -1,5 +1,5 @@ { - "version": "1.21.16b", + "version": "1.22b", "description": "A open-source browser based on the Firefox engine", "homepage": "https://www.zen-browser.app/", "license": "MPL-2.0", @@ -11,12 +11,12 @@ ], "architecture": { "64bit": { - "url": "https://github.com/zen-browser/desktop/releases/download/1.21.16b/zen.installer.exe#/dl.7z", - "hash": "a00fd8e743402adcbb404ad122613450d78ec6972081c8b619729b72d0ee418e" + "url": "https://github.com/zen-browser/desktop/releases/download/1.22b/zen.installer.exe#/dl.7z", + "hash": "7b9b6c789d4a670f2b78ae69864b87366cb3bb859e6f51fe5eafd076f5f37e1c" }, "arm64": { - "url": "https://github.com/zen-browser/desktop/releases/download/1.21.16b/zen.installer-arm64.exe#/dl.7z", - "hash": "1c3aaad4f362292b4adb2e3d15e6651ec6966d63c856b37fcc043dad3bc88112" + "url": "https://github.com/zen-browser/desktop/releases/download/1.22b/zen.installer-arm64.exe#/dl.7z", + "hash": "273d6ed85e1c989228d5c20d835c70c4d076ca70f92ef08e67bcb45eb028b938" } }, "post_install": [ From 1fa5891680e644a4ad12492f7ed2e11d9d4d30d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 22:59:33 +0000 Subject: [PATCH 077/964] waifu2x-extension-gui@3.141.01: Fix hash (Closes #18686) --- bucket/waifu2x-extension-gui.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/waifu2x-extension-gui.json b/bucket/waifu2x-extension-gui.json index 249a6fff0d8be5..aec14458c794b6 100644 --- a/bucket/waifu2x-extension-gui.json +++ b/bucket/waifu2x-extension-gui.json @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://github.com/AaronFeng753/Waifu2x-Extension-GUI/releases/download/v3.141.01/Waifu2x-Extension-GUI-v3.141.01-Win64.7z", - "hash": "5a1f0448f3ad17f4f12b3916292386c14759f24654c5a3edf0cb42009aa0cf07", + "hash": "c9b53f2b446659096b42b758a45bcf836ebd2555b71a9befc92a3dc83919ca07", "extract_dir": "waifu2x-extension-gui" } }, From c280f69a1363dd5a64c55bdcd3f65a98aa8a6c75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 01:08:04 +0000 Subject: [PATCH 078/964] lrcget: Update to version 2.2.0 --- bucket/lrcget.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/lrcget.json b/bucket/lrcget.json index 4eb09a5e015150..da776da664f546 100644 --- a/bucket/lrcget.json +++ b/bucket/lrcget.json @@ -1,12 +1,12 @@ { - "version": "2.1.0", + "version": "2.2.0", "description": "Utility for mass-downloading LRC synced lyrics for your offline music library.", "homepage": "https://github.com/tranxuanthang/lrcget", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/tranxuanthang/lrcget/releases/download/2.1.0/LRCGET_2.1.0_x64_en-US.msi", - "hash": "fe3142cae2791483757e70ab5ac335162ef888b966fcc3516d897bdda8297adb" + "url": "https://github.com/tranxuanthang/lrcget/releases/download/2.2.0/LRCGET_2.2.0_x64_en-US.msi", + "hash": "e93d58d4741eed148be1c14cb00c503031c9e7a3ba50fb8292ffc4b9c5199586" } }, "extract_dir": "PFiles\\LRCGET", From f3e250f3b283c7cffdd99577621c134e96c04ab7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 01:08:04 +0000 Subject: [PATCH 079/964] mpv-git: Update to version 202609060037 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index d7f528d3cb52f6..175fc18cd12abb 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609051245", + "version": "202609060037", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-05-f5bcfb1954/mpv-x86_64-20260905-git-f5bcfb1954.7z", - "hash": "39902d8502b8bdd1fb4b4035115f4639f5b11bc9ac0b20a9772b6aecc742fbae" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-06-876ba7b283/mpv-x86_64-20260906-git-876ba7b283.7z", + "hash": "9a8dcd7e42f245854fa423357fb56633cbb61c4c1c5c10e19b55e8405ec006ee" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-05-f5bcfb1954/mpv-aarch64-20260905-git-f5bcfb1954.7z", - "hash": "3cbbb7835e1beb2a9857f0148f359ef2b72f6f6a09b95b5b0c5118ec970bfb65" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-06-876ba7b283/mpv-aarch64-20260906-git-876ba7b283.7z", + "hash": "23c91c3332e223310eaacc537cb50101fdb8b7480cb4fae0e20fa2ecf09b5a9a" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From a4b0416df59995fcc9db4993e489595eee78f097 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 01:08:05 +0000 Subject: [PATCH 080/964] mrrss: Update to version 1.3.30 --- bucket/mrrss.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mrrss.json b/bucket/mrrss.json index a3c0e46b280be9..5a000a05a99847 100644 --- a/bucket/mrrss.json +++ b/bucket/mrrss.json @@ -1,16 +1,16 @@ { - "version": "1.3.29", + "version": "1.3.30", "description": "A modern, cross-platform desktop RSS reader.", "homepage": "https://github.com/WCY-dt/MrRSS", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.29/MrRSS-1.3.29-windows-amd64-portable.zip", - "hash": "6dfd628f3814092bf6a18e99a378b8e67766899b278825c7d0ad396c3c4163c2" + "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.30/MrRSS-1.3.30-windows-amd64-portable.zip", + "hash": "a48bf46204b0e2582b2b948313fd42d0505a660f8ba514ba9a30b7a57ff7cff0" }, "arm64": { - "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.29/MrRSS-1.3.29-windows-arm64-portable.zip", - "hash": "f49994217dc8bd437e01eb4cb714d7b73d147369ebf480c6aa5041cd64dd1982" + "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.30/MrRSS-1.3.30-windows-arm64-portable.zip", + "hash": "6a15e886d563438af7c43e1cb840084fee67a5d9dda274d22cfc5db1d6e3ca4b" } }, "shortcuts": [ From 9407c85ff342756cc965ffe6fda537c2d9beca8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 01:08:05 +0000 Subject: [PATCH 081/964] ntsc-rs: Update to version 0.9.6 --- bucket/ntsc-rs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ntsc-rs.json b/bucket/ntsc-rs.json index f8cd07e43f08a0..13d4b3ce28427c 100644 --- a/bucket/ntsc-rs.json +++ b/bucket/ntsc-rs.json @@ -1,12 +1,12 @@ { - "version": "0.9.4", + "version": "0.9.6", "description": "Video effect tool which emulates NTSC and VHS video artifacts", "homepage": "https://ntsc.rs/", "license": "MIT,ISC,Apache-2.0,GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/valadaptive/ntsc-rs/releases/download/v0.9.4/ntsc-rs-windows-standalone.zip", - "hash": "c11ffaa0a267c2275474ff98eebf34d725f4dc2c99758d5c9c9711a050630448" + "url": "https://github.com/valadaptive/ntsc-rs/releases/download/v0.9.6/ntsc-rs-windows-standalone.zip", + "hash": "27d06f9b4df3fe71e377b5609ab20d71626190a7062306f4bff737b176a04fa4" } }, "extract_dir": "ntsc-rs-windows-standalone", From b1470cb2a2cd55535df2c0ba4de582545c020887 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 01:08:06 +0000 Subject: [PATCH 082/964] single-file-cli: Update to version 2.9.2 --- bucket/single-file-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/single-file-cli.json b/bucket/single-file-cli.json index 82a0f6a0362cb2..c9a42dfd858f9a 100644 --- a/bucket/single-file-cli.json +++ b/bucket/single-file-cli.json @@ -1,12 +1,12 @@ { - "version": "2.9.1", + "version": "2.9.2", "description": "A command-line tool that allows you to save a web page with all its resources in a single HTML file.", "homepage": "https://github.com/gildas-lormeau/single-file-cli", "license": "AGPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.9.1/single-file.exe", - "hash": "8018556ed7418fcf95d7025b99a8595df187599fe6b56f3552f88788acb0e92d" + "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.9.2/single-file.exe", + "hash": "63c5c2a98ff9980e91c9cef861da19857f326ecf65995e078a7185a6dc50ffde" } }, "bin": "single-file.exe", From 2d882e4891d6ba8defead1bb4e90a71ee58124c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 04:32:07 +0000 Subject: [PATCH 083/964] oxideterm: Update to version 2.0.27 --- bucket/oxideterm.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/oxideterm.json b/bucket/oxideterm.json index 4a25e9c1c4c6ac..e99ebe5b86579a 100644 --- a/bucket/oxideterm.json +++ b/bucket/oxideterm.json @@ -1,19 +1,19 @@ { - "version": "2.0.26", + "version": "2.0.27", "description": "AI-native workspace for local shells and remote machines.", "homepage": "https://oxideterm.app", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.26/OxideTerm_2.0.26_windows_x64_portable.zip", - "hash": "eaecbcdd25d317cc11c34df43c03d1057d95a696f93d794cb6c0db7e3fb01dfb", - "extract_dir": "OxideTerm_2.0.26_windows_x64_portable", + "url": "https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.27/OxideTerm_2.0.27_windows_x64_portable.zip", + "hash": "7693261203ce9f5599b4ddecda4ed34d832cd6bd83357d5fe1c7a57e3287fe26", + "extract_dir": "OxideTerm_2.0.27_windows_x64_portable", "bin": "resources\\cli-bin\\x86_64-pc-windows-msvc\\oxideterm.exe" }, "arm64": { - "url": "https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.26/OxideTerm_2.0.26_windows_arm64_portable.zip", - "hash": "49a4d42a7b2dbb2874fef9c896a087a9ac05d68eb966135b4eabf9092a37bc38", - "extract_dir": "OxideTerm_2.0.26_windows_arm64_portable", + "url": "https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.27/OxideTerm_2.0.27_windows_arm64_portable.zip", + "hash": "3a4251c5b752d79916aa97534ea60a5615e3dfe176e025a525a83b8062014416", + "extract_dir": "OxideTerm_2.0.27_windows_arm64_portable", "bin": "resources\\cli-bin\\aarch64-pc-windows-msvc\\oxideterm.exe" } }, From 692e248989e9c09f707af1d65633f9e741afedaf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 04:32:07 +0000 Subject: [PATCH 084/964] ungoogled-chromium: Update to version 152.0.7977.75-1.1 --- bucket/ungoogled-chromium.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/ungoogled-chromium.json b/bucket/ungoogled-chromium.json index f1e807f23e5315..6264270ab6a578 100644 --- a/bucket/ungoogled-chromium.json +++ b/bucket/ungoogled-chromium.json @@ -1,23 +1,23 @@ { - "version": "151.0.7922.173-1.1", + "version": "152.0.7977.75-1.1", "description": "Google Chromium, sans integration with Google.", "homepage": "https://ungoogled-software.github.io/ungoogled-chromium-binaries/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/151.0.7922.173-1.1/ungoogled-chromium_151.0.7922.173-1.1_windows_x64.zip", - "hash": "c0f42831708a9a2ea9221df1d07715f57e2365836054cb68cbe6b6191da626e2", - "extract_dir": "ungoogled-chromium_151.0.7922.173-1.1_windows_x64" + "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/152.0.7977.75-1.1/ungoogled-chromium_152.0.7977.75-1.1_windows_x64.zip", + "hash": "4fdfb8bb9de004f6aca1b23d1a9afd610be90d4aa28a4eeb6fafb046b454be1e", + "extract_dir": "ungoogled-chromium_152.0.7977.75-1.1_windows_x64" }, "32bit": { - "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/151.0.7922.173-1.1/ungoogled-chromium_151.0.7922.173-1.1_windows_x86.zip", - "hash": "6df7c45227e036a33a12af58dcb5e00832d65ef946781425f3a396e782494c91", - "extract_dir": "ungoogled-chromium_151.0.7922.173-1.1_windows_x86" + "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/152.0.7977.75-1.1/ungoogled-chromium_152.0.7977.75-1.1_windows_x86.zip", + "hash": "5f5cbd07da1fda5fc1b7a29eebea9c88788cfcf5492f7b00d6e0e9603de7b39b", + "extract_dir": "ungoogled-chromium_152.0.7977.75-1.1_windows_x86" }, "arm64": { - "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/151.0.7922.173-1.1/ungoogled-chromium_151.0.7922.173-1.1_windows_arm64.zip", - "hash": "a32a7fe17f786e12d3b62ffa79edb970bb67051633ab01092373a2ab01bc8bc8", - "extract_dir": "ungoogled-chromium_151.0.7922.173-1.1_windows_arm64" + "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/152.0.7977.75-1.1/ungoogled-chromium_152.0.7977.75-1.1_windows_arm64.zip", + "hash": "740990b0994ec674c2212e52d0a73b4405e5fd66b4e5fbf7ab54f9dfdbf80b3e", + "extract_dir": "ungoogled-chromium_152.0.7977.75-1.1_windows_arm64" } }, "env_set": { From af50670ce1a1504fdaa1f2fe298d12f016cfa7f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 06:58:19 +0000 Subject: [PATCH 085/964] shutter-encoder@20.3: Fix hash (Closes #18689) --- bucket/shutter-encoder.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/shutter-encoder.json b/bucket/shutter-encoder.json index c06bccc26770bd..f61b608072eb86 100644 --- a/bucket/shutter-encoder.json +++ b/bucket/shutter-encoder.json @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://www.shutterencoder.com/Shutter%20Encoder%2020.3%20Windows%2064bits.zip", - "hash": "efba03800a08d5508b7d4406f6200e9905cbb2b7149b56af1a30f6330d320e5f" + "hash": "36291cea76ff98a530a5ff23d4027c9360565985cb004bf328b33a4fc95359d8" } }, "extract_dir": "Shutter Encoder", From 15f35fe66b32dd13f1d95b24b4a6dc42853b6de6 Mon Sep 17 00:00:00 2001 From: Alex Chen Date: Sun, 6 Sep 2026 10:26:23 +0300 Subject: [PATCH 086/964] regeditor: Update to version 16.1.6660, fix autoupdate (#18356) * Update portable config file from OORegEdt.ini to OORegEditor.cfg. * Fix shortcuts. --- bucket/regeditor.json | 38 +++++++++++++------------------------- 1 file changed, 13 insertions(+), 25 deletions(-) diff --git a/bucket/regeditor.json b/bucket/regeditor.json index 4541b1bcb73d8e..5be9b0732576d2 100644 --- a/bucket/regeditor.json +++ b/bucket/regeditor.json @@ -1,42 +1,30 @@ { - "version": "12.0.2172", + "version": "16.1.6660", "description": "Windows Registry editor", "homepage": "https://www.oo-software.com/en/ooregeditor", "license": { "identifier": "Freeware", "url": "https://www.oo-software.com/en/ooregeditor/eula" }, - "url": "https://dl5.oo-software.com/files/ooregeditor12/120/ooregeditor.zip", - "hash": "2cb00408bc421ce3ed51bfdd7089bfd28d82a8fa4cfe7787619a6c9d894d1063", + "url": "https://dl5.oo-software.com/files/ooregeditor16/161/OORegEditor.exe#/OORegEdt.exe", + "hash": "b30c6596438fdc845333ff55db92107b64dae5c546b45d2a31cbb53ab5ab3b29", "pre_install": [ - "if (!(Test-Path \"$persist_dir\\OORegEdt.ini\")) {", - " New-Item \"$dir\\OORegEdt.ini\" -ItemType File | Out-Null", + "if (!(Test-Path \"$persist_dir\\OORegEditor.cfg\")) {", + " New-Item \"$dir\\OORegEditor.cfg\" -ItemType File | Out-Null", "}" ], - "architecture": { - "64bit": { - "shortcuts": [ - [ - "OORegEdt.exe", - "O&O RegEditor" - ] - ] - }, - "32bit": { - "shortcuts": [ - [ - "OORegEdt32.exe", - "O&O RegEditor" - ] - ] - } - }, - "persist": "OORegEdt.ini", + "shortcuts": [ + [ + "OORegEdt.exe", + "O&O RegEditor" + ] + ], + "persist": "OORegEditor.cfg", "checkver": { "url": "https://www.oo-software.com/en/download/current/ooregeditor", "regex": "Build\\s+([\\d.]+)" }, "autoupdate": { - "url": "https://dl5.oo-software.com/files/ooregeditor$majorVersion/$majorVersion$minorVersion/ooregeditor.zip" + "url": "https://dl5.oo-software.com/files/ooregeditor$majorVersion/$majorVersion$minorVersion/OORegEditor.exe#/OORegEdt.exe" } } From 12161b650cc30527b424001a45601cb3b7d4cdfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 08:32:35 +0000 Subject: [PATCH 087/964] jackett: Update to version 0.24.2541 --- bucket/jackett.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jackett.json b/bucket/jackett.json index 6b6312ca4ff99d..98e5b1434e40e7 100644 --- a/bucket/jackett.json +++ b/bucket/jackett.json @@ -1,13 +1,13 @@ { - "version": "0.24.2538", + "version": "0.24.2541", "description": "API Support for your favorite torrent trackers", "homepage": "https://github.com/Jackett/Jackett", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/Jackett/Jackett/blob/HEAD/LICENSE" }, - "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2538/Jackett.Binaries.Windows.zip", - "hash": "036a528830846784d48c04f074865c258c0593151010f8c8e05ac71faad702a1", + "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2541/Jackett.Binaries.Windows.zip", + "hash": "53f3056c201d09a9e839f35902f9b9389a12a277d4a5bb3f9fbb680f653fe23d", "extract_dir": "Jackett", "shortcuts": [ [ From 9486465b2781794ef68a718f2970838a41d8dfeb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 08:32:36 +0000 Subject: [PATCH 088/964] look: Update to version 0.6.13 --- bucket/look.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/look.json b/bucket/look.json index bd653bd2a927e2..56f9c08a2db9f8 100644 --- a/bucket/look.json +++ b/bucket/look.json @@ -1,5 +1,5 @@ { - "version": "0.6.12", + "version": "0.6.13", "description": "Keyboard-first local-first desktop launcher", "homepage": "https://noah-code.com/docs/look", "license": "GPL-3.0-or-later", @@ -12,8 +12,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/kunkka19xx/look/releases/download/v0.6.12/Look_0.6.12_x64-setup.exe#/dl.7z", - "hash": "56ead417e462cc4b03222236de8defaf48405a77df8c3ddc7de7dc485807460a" + "url": "https://github.com/kunkka19xx/look/releases/download/v0.6.13/Look_0.6.13_x64-setup.exe#/dl.7z", + "hash": "95a807f849845bb1a1d844704032a78dbe09b3bc102b151ddea3ea1b12b4fb1a" } }, "post_install": "Remove-Item \"$dir\\`$*\", \"$dir\\uninst*\" -Recurse -Force -ErrorAction SilentlyContinue", From 476e28bbbaf809c25baabe7ff23a26165c2f32cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 08:32:36 +0000 Subject: [PATCH 089/964] mpv-easy-player: Update to version 0.41.0.6 --- bucket/mpv-easy-player.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mpv-easy-player.json b/bucket/mpv-easy-player.json index 0f7eb67ff97b29..9e13dccf0d4734 100644 --- a/bucket/mpv-easy-player.json +++ b/bucket/mpv-easy-player.json @@ -1,12 +1,12 @@ { - "version": "0.41.0.5", + "version": "0.41.0.6", "description": "A modern video player based on mpv", "homepage": "http://www.rjno1.com/mpv-easy-player/", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/422658476/MPV-EASY-Player/releases/download/0.41.0.5/MPV-EASY.Player.V0.41.0.5.exe#/dl.7z", - "hash": "2dcfa6e05277250a9ec8c3a32a2b982851de0813eb613479887a921263a57233", + "url": "https://github.com/422658476/MPV-EASY-Player/releases/download/0.41.0.6/MPV-EASY.Player.V0.41.0.6.exe#/dl.7z", + "hash": "ef84b78f95aec0a0450375ef4c1c2276fa0f64cf1ce169b921c6a9897c09de2b", "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse" } }, From 90044d928fb9a8ae256debae9e9d92d891b7ed5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 08:32:36 +0000 Subject: [PATCH 090/964] nomeiryoui: Update to version 3.5.1 --- bucket/nomeiryoui.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nomeiryoui.json b/bucket/nomeiryoui.json index 0c33f3c9b467c6..1eac3ab9f20264 100644 --- a/bucket/nomeiryoui.json +++ b/bucket/nomeiryoui.json @@ -1,10 +1,10 @@ { - "version": "3.5.0", + "version": "3.5.1", "description": "No!! MeiryoUI is Windows system font setting tool on Windows 8.1/10/11.", "homepage": "https://github.com/Tatsu-syo/noMeiryoUI", "license": "MIT", - "url": "https://github.com/Tatsu-syo/noMeiryoUI/releases/download/TAG-3.5.0/noMeiryoUI3.5.0.zip", - "hash": "e36a4e730c15b28466efeac090a022cd2cdb16b88d06a4755cad6020b04e2a86", + "url": "https://github.com/Tatsu-syo/noMeiryoUI/releases/download/TAG-3.5.1/noMeiryoUI3.5.1.zip", + "hash": "f96c2803a499c4e3b20e10bd423aa765d081b557536a5b6f3a7ba2aa9be93cf2", "pre_install": [ "if (-not (Test-Path \"$persist_dir\\noMeiryoUI.ini\")) {", " New-Item -Path \"$dir\\noMeiryoUI.ini\" -ItemType File -Force | Out-Null", From db45f69b4c33dd70464edeb2c3df0f56f4a43c32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 08:32:36 +0000 Subject: [PATCH 091/964] treesheets: Update to version 3338 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index 610161fcb059e1..fec786c5b9e34b 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3336", + "version": "3338", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3336/TreeSheets-3336-winx64.zip", - "hash": "8413ca49284e524d09d93affd1187b9a867618e47f3cfeff7261aa688a4af3e5", - "extract_dir": "TreeSheets-3336-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3338/TreeSheets-3338-winx64.zip", + "hash": "ed9244cae83011479574072f09c751c4f95b83f9ae9fea1e7b54721ca339de88", + "extract_dir": "TreeSheets-3338-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3336/TreeSheets-3336-winarm64.zip", - "hash": "fa2009cc362c604c9518d0eb7d1bcc5e62c16e04f487f78d869405db3d1e1a12", - "extract_dir": "TreeSheets-3336-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3338/TreeSheets-3338-winarm64.zip", + "hash": "161db53d1e89113f50f7427f0d6078d5f16270a82a7c4ceb51693b1febca8ced", + "extract_dir": "TreeSheets-3338-winarm64" } }, "pre_install": [ From bc49f40037f3d9c664fae40b7dfd77434f3a79a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 12:35:55 +0000 Subject: [PATCH 092/964] chatgpt: Update to version 26.901.6511.0 --- bucket/chatgpt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chatgpt.json b/bucket/chatgpt.json index 320f6b0ec5cb19..86ef57e7f5c62f 100644 --- a/bucket/chatgpt.json +++ b/bucket/chatgpt.json @@ -1,5 +1,5 @@ { - "version": "26.901.5280.0", + "version": "26.901.6511.0", "description": "Desktop application for ChatGPT", "homepage": "https://chatgpt.com/", "license": { @@ -11,12 +11,12 @@ }, "architecture": { "64bit": { - "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.901.5280.0/ChatGPT-x64.msix#/dl.zip", - "hash": "55031fb3704200e4a36d7751db8a0b9fc69e92fcd8644bf39741d66d7ead9b3a" + "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.901.6511.0/ChatGPT-x64.msix#/dl.zip", + "hash": "fd9ae9eeeeaf11577191ce5a39d0b8f95fa73d591aa3a94f688b84d294d1fa85" }, "arm64": { - "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.901.5280.0/ChatGPT-arm64.msix#/dl.zip", - "hash": "fe741375d93dd8e5a27c94608549b1e829534413d170d38f1d54db99b2eb0a44" + "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.901.6511.0/ChatGPT-arm64.msix#/dl.zip", + "hash": "cd03d24e4b5ee30fd5d24f5d48b4f3e6c5fd610c13ca204d717d50c3333ab3d4" } }, "extract_dir": "app", From b68485036f68ee03811b6b65e0bb1b48b22af912 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 12:35:56 +0000 Subject: [PATCH 093/964] dolphin: Update to version 26.08-8465 --- bucket/dolphin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dolphin.json b/bucket/dolphin.json index 8612071ca46a0e..245639db416c86 100644 --- a/bucket/dolphin.json +++ b/bucket/dolphin.json @@ -1,5 +1,5 @@ { - "version": "26.08-8432", + "version": "26.08-8465", "description": "A file manager developed by KDE that lets you navigate and browse the contents of your hard drives, USB sticks, SD cards, and more.", "homepage": "https://apps.kde.org/dolphin/", "license": "GPL-2.0-or-later", @@ -11,8 +11,8 @@ ], "architecture": { "64bit": { - "url": "https://cdn.kde.org/ci-builds/system/dolphin/release-26.08/windows/dolphin-release_26.08-8432-windows-cl-msvc2022-x86_64.7z", - "hash": "063502c382c9040f451684dc31f10f8197f74bf1b171ffac10a6f1bebd0cefac" + "url": "https://cdn.kde.org/ci-builds/system/dolphin/release-26.08/windows/dolphin-release_26.08-8465-windows-cl-msvc2022-x86_64.7z", + "hash": "19607ee0df9619a3ed29f11de2b854a881998c381095112f530eab4628a44370" } }, "bin": "bin\\dolphin.exe", From 92e9390862d2b12dd778a4aec5bc4133c368597b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 12:35:56 +0000 Subject: [PATCH 094/964] gtoolkit: Update to version 1.1.578 --- bucket/gtoolkit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gtoolkit.json b/bucket/gtoolkit.json index 6b242e3f18497f..84660e2a29f522 100644 --- a/bucket/gtoolkit.json +++ b/bucket/gtoolkit.json @@ -1,16 +1,16 @@ { - "version": "1.1.577", + "version": "1.1.578", "description": "A moldable development environment.", "homepage": "https://gtoolkit.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.577/GlamorousToolkit-Windows-x86_64-v1.1.577.zip", - "hash": "6a6f87f5a63ab6ff9535a263d845784b9395d1f069f710cbe927c6024859fde3" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.578/GlamorousToolkit-Windows-x86_64-v1.1.578.zip", + "hash": "4ae51da49910a569b605bd8481d2d6d74191e626cfe05ae117007ece8b0f103f" }, "arm64": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.577/GlamorousToolkit-Windows-aarch64-v1.1.577.zip", - "hash": "0462d57fc07f58723d0c73dff442f1084625c09e65a68fdf11625ec47c6424ae" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.578/GlamorousToolkit-Windows-aarch64-v1.1.578.zip", + "hash": "dda455e8d82a86f5975c6985c35b738f2d591a2a5ae8dcbef04fb714d6e17f47" } }, "bin": "bin\\GlamorousToolkit-cli.exe", From bbdb2608bffedd310260759e8a103a992ba0468d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 12:35:56 +0000 Subject: [PATCH 095/964] joplin: Update to version 3.7.16 --- bucket/joplin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/joplin.json b/bucket/joplin.json index 502469acb688fc..bb7c8444f077ba 100644 --- a/bucket/joplin.json +++ b/bucket/joplin.json @@ -1,10 +1,10 @@ { - "version": "3.6.16", + "version": "3.7.16", "description": "A note taking and to-do application with synchronization capabilities", "homepage": "https://joplinapp.org", "license": "MIT", - "url": "https://github.com/laurent22/joplin/releases/download/v3.6.16/Joplin-Setup-3.6.16.exe#/dl.7z", - "hash": "sha512:242d255f41e6905ae77bf4de790511a84b43ebccfb3a8e5efcfdf44c128dc47dbebcebc7e52c0bb76a5746349023e71b007836ebbe20a154ec20b230cbcd5c94", + "url": "https://github.com/laurent22/joplin/releases/download/v3.7.16/Joplin-Setup-3.7.16.exe#/dl.7z", + "hash": "sha512:f2c648dd62dd6f7c58a787173d8cfe34f221798856dfe251cebceeb37315cd4e343366176231059f604a7e322fd820f5c0d0f373f8590abf624c85d47457c37f", "architecture": { "64bit": { "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" From c1484441476a6b6de3470b128a3c588481d476e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 12:35:57 +0000 Subject: [PATCH 096/964] mpv-git: Update to version 202609061229 --- bucket/mpv-git.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index 175fc18cd12abb..6219a1e5e2ea9d 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609060037", + "version": "202609061229", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -13,11 +13,11 @@ "architecture": { "64bit": { "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-06-876ba7b283/mpv-x86_64-20260906-git-876ba7b283.7z", - "hash": "9a8dcd7e42f245854fa423357fb56633cbb61c4c1c5c10e19b55e8405ec006ee" + "hash": "b4aacae56fdde115a5f5d13c5c4341af1b3e89e8a06aa135444ea6fe6633328f" }, "arm64": { "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-06-876ba7b283/mpv-aarch64-20260906-git-876ba7b283.7z", - "hash": "23c91c3332e223310eaacc537cb50101fdb8b7480cb4fae0e20fa2ecf09b5a9a" + "hash": "0dbed1fbd3484ce0e467dd762b92ce997bba32aba1c14517a4edf61643e4bccf" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From 66f27bf9d5e9dc5c1196dec4b44cc4c22dc13300 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 12:35:57 +0000 Subject: [PATCH 097/964] serverbox: Update to version 1.0.1574 --- bucket/serverbox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/serverbox.json b/bucket/serverbox.json index ec54074d1a59af..dc042d98312d85 100644 --- a/bucket/serverbox.json +++ b/bucket/serverbox.json @@ -1,12 +1,12 @@ { - "version": "1.0.1553", + "version": "1.0.1574", "description": "ServerBox - server status & toolbox", "homepage": "https://serverbox.lpkt.cn/", "license": "AGPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/lollipopkit/flutter_server_box/releases/download/v1.0.1553/ServerBox_v1.0.1553_windows_amd64.zip", - "hash": "4cac36a8d46d6c7bd2a04e8e762c8b0ce16baf4d62025192b2a3a45456ee0223" + "url": "https://github.com/lollipopkit/flutter_server_box/releases/download/v1.0.1574/ServerBox_v1.0.1574_windows_amd64.zip", + "hash": "00e3b3a3e22fd4d4f6b9efa8d617359e500fbc64a0cfab54dd2f9a1bb424ddc1" } }, "shortcuts": [ From 5f6a171e456c6c065375b59fe51cd0e02af40441 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 12:35:57 +0000 Subject: [PATCH 098/964] xpipe: Update to version 24.0.5 --- bucket/xpipe.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/xpipe.json b/bucket/xpipe.json index 705e6878e19a13..a5f8b98ce671d6 100644 --- a/bucket/xpipe.json +++ b/bucket/xpipe.json @@ -1,19 +1,19 @@ { - "version": "24.0.4", + "version": "24.0.5", "description": "A connection hub and remote file manager to access your entire server infrastructure from your local desktop", "homepage": "https://xpipe.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/xpipe-io/xpipe/releases/download/24.0.4/xpipe-portable-windows-x86_64.zip", - "hash": "f13a65473845b25d1d316ee58e62631e0ba3792e1ab8475d14c56a0813f38414" + "url": "https://github.com/xpipe-io/xpipe/releases/download/24.0.5/xpipe-portable-windows-x86_64.zip", + "hash": "0ec8c8d1cc3bebed0a8a6cb963ecaccd17cddaad9133e4b2ba272d6cc29e3f2c" }, "arm64": { - "url": "https://github.com/xpipe-io/xpipe/releases/download/24.0.4/xpipe-portable-windows-arm64.zip", - "hash": "56a36a62aedb91232f39d866ae8cc5eac50c6a2a8e0701b58d5a55a8a6ed98b4" + "url": "https://github.com/xpipe-io/xpipe/releases/download/24.0.5/xpipe-portable-windows-arm64.zip", + "hash": "99ccfe8541f35805aa799e6eb82352604ffcec039c50cbf29ca2adf55d469bb6" } }, - "extract_dir": "xpipe-24.0.4", + "extract_dir": "xpipe-24.0.5", "bin": "xpipe.exe", "shortcuts": [ [ From e3d5bd643260fd92569244f4d3baf441b9888be0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 16:29:22 +0000 Subject: [PATCH 099/964] cockpit-tools: Update to version 1.3.41 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index dd5cf4ab7e6207..ab9998b635e032 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.40", + "version": "1.3.41", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.40/Cockpit.Tools_1.3.40_x64_en-US.msi", - "hash": "9eb6c35094d2ac7da20e1e49d29ed12cc8f67d5ac28cc06f550d4fd78e735564" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.41/Cockpit.Tools_1.3.41_x64_en-US.msi", + "hash": "4dc285ff13b6b468e2c3db6f8bf508b4a819de722d47286ca24ba0fad8b3eb0f" } }, "extract_dir": "PFiles\\Cockpit Tools", From 34ea7e72b172e05c186e522e84480de81a386075 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 16:29:23 +0000 Subject: [PATCH 100/964] gephi: Update to version 0.11.3 --- bucket/gephi.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gephi.json b/bucket/gephi.json index 4e4a63f2a471a3..c8cf615f66334b 100644 --- a/bucket/gephi.json +++ b/bucket/gephi.json @@ -1,10 +1,10 @@ { - "version": "0.11.2", + "version": "0.11.3", "description": "Visualization and exploration software for all kinds of graphs and networks", "homepage": "https://github.com/gephi/gephi", "license": "GPL-3.0-only", - "url": "https://github.com/gephi/gephi/releases/download/v0.11.2/gephi-0.11.2-windows-x64.exe", - "hash": "d6fb32d8304f8a5c37e584fab2cb02699809904d621c5bb8f887ce09839d864a", + "url": "https://github.com/gephi/gephi/releases/download/v0.11.3/gephi-0.11.3-windows-x64.exe", + "hash": "bf3f488ab9cdab57e2b9f7ab4f2b449b452391f29a9df4d7c7edea198fb323cf", "innosetup": true, "post_install": [ "# When updating from 0.9.2 to 0.9.3, let Gephi use bundled JRE by using new config", From 13f2c1e6706d0ff40b8e8eb3ed0e17f4fcea0be9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 16:29:23 +0000 Subject: [PATCH 101/964] kelivo: Update to version 1.2.6 --- bucket/kelivo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kelivo.json b/bucket/kelivo.json index 45f4c6c2212768..430e8fb4ece0be 100644 --- a/bucket/kelivo.json +++ b/bucket/kelivo.json @@ -1,12 +1,12 @@ { - "version": "1.2.5", + "version": "1.2.6", "description": "A Flutter LLM Chat Client.", "homepage": "https://kelivo.psycheas.top/", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/Chevey339/kelivo/releases/download/v1.2.5/Kelivo_windows_1.2.5%2B72.zip", - "hash": "35e088474594fa4b969ce174d311c2a0577c79c0f6b74c6e5af04c6c3174af2f" + "url": "https://github.com/Chevey339/kelivo/releases/download/v1.2.6/Kelivo_windows_1.2.6%2B73.zip", + "hash": "2f6a28b07b4b643062b2f562814f1b01ff2105e461f4eef77a111e4e81ff9c76" } }, "shortcuts": [ From a92b6b7461df7c47599425a4c08dfdd1f3154f87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 16:29:23 +0000 Subject: [PATCH 102/964] treesheets: Update to version 3340 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index fec786c5b9e34b..3caaf6f2c3e08a 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3338", + "version": "3340", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3338/TreeSheets-3338-winx64.zip", - "hash": "ed9244cae83011479574072f09c751c4f95b83f9ae9fea1e7b54721ca339de88", - "extract_dir": "TreeSheets-3338-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3340/TreeSheets-3340-winx64.zip", + "hash": "b0b209ef9be9ba5340b2591dc668e08d0a29b969c4537e388ca92d26d7a4db62", + "extract_dir": "TreeSheets-3340-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3338/TreeSheets-3338-winarm64.zip", - "hash": "161db53d1e89113f50f7427f0d6078d5f16270a82a7c4ceb51693b1febca8ced", - "extract_dir": "TreeSheets-3338-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3340/TreeSheets-3340-winarm64.zip", + "hash": "706c1b4397abad02aeb33b5a9248968dfb501920b52fa07252904dbfbc9736f6", + "extract_dir": "TreeSheets-3340-winarm64" } }, "pre_install": [ From c3183632184c90b661d4d27f9784a952552b4b54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 20:26:55 +0000 Subject: [PATCH 103/964] cockpit-tools: Update to version 1.3.42 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index ab9998b635e032..3d2aea5fc87fa1 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.41", + "version": "1.3.42", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.41/Cockpit.Tools_1.3.41_x64_en-US.msi", - "hash": "4dc285ff13b6b468e2c3db6f8bf508b4a819de722d47286ca24ba0fad8b3eb0f" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.42/Cockpit.Tools_1.3.42_x64_en-US.msi", + "hash": "2fff9970590de1cea982b1152a220736b95707d4f5be32eebfc9601347f1723d" } }, "extract_dir": "PFiles\\Cockpit Tools", From be89539ed4dabbf8190f1bb04040630d4c92344b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 20:26:56 +0000 Subject: [PATCH 104/964] gdscript-formatter: Update to version 0.25.0 --- bucket/gdscript-formatter.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gdscript-formatter.json b/bucket/gdscript-formatter.json index 08e13d385a35ee..7d2a4f89f2dfa1 100644 --- a/bucket/gdscript-formatter.json +++ b/bucket/gdscript-formatter.json @@ -1,5 +1,5 @@ { - "version": "0.24.0", + "version": "0.25.0", "description": "A fast code formatter for GDScript in Godot 4.", "homepage": "https://www.gdquest.com/library/gdscript_formatter/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/GDQuest/GDScript-formatter/releases/download/0.24.0/gdscript-formatter-0.24.0-windows-x86_64.exe.zip", - "hash": "3a905b49c96d0abc4c7946575f04c29d5df6cfae36190114c0904eb6eeedd5cf" + "url": "https://github.com/GDQuest/GDScript-formatter/releases/download/0.25.0/gdscript-formatter-0.25.0-windows-x86_64.exe.zip", + "hash": "a17e40ef62db561084c5cc7c3c21c937cc68bbc014a71a50fb1f16519a37aef6" }, "arm64": { - "url": "https://github.com/GDQuest/GDScript-formatter/releases/download/0.24.0/gdscript-formatter-0.24.0-windows-aarch64.exe.zip", - "hash": "8998a1fb218902b75108476f8b159308af70c3ad39f8c35766788d5598d8b039" + "url": "https://github.com/GDQuest/GDScript-formatter/releases/download/0.25.0/gdscript-formatter-0.25.0-windows-aarch64.exe.zip", + "hash": "4930fe132260bd8acc12a5b4306caa6655913c6f22bd0d25d554f6173d0c812b" } }, "pre_install": "Get-Item -Path \"$dir\\gdscript-formatter*.exe\" | Select-Object -First 1 | Rename-Item -NewName 'gdscript-formatter.exe'", From 383de05a14b329fa8a85ceea914b4a8f8a4914a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 20:26:56 +0000 Subject: [PATCH 105/964] grok-bot: Update to version 0.44.0 --- bucket/grok-bot.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grok-bot.json b/bucket/grok-bot.json index 052ef0e80eb7f8..14a41f5cae15b5 100644 --- a/bucket/grok-bot.json +++ b/bucket/grok-bot.json @@ -1,5 +1,5 @@ { - "version": "0.43.0", + "version": "0.44.0", "description": "Always-on AI agents from xAI and Cursor that work autonomously across your tools and apps.", "homepage": "https://x.ai/bot", "license": { @@ -8,13 +8,13 @@ }, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.43.0/Grok_Bot_0.43.0_Setup.exe#/dl.7z", - "hash": "e35d8bd17b87533e29bf419ef1ce7c820c442cd97f58ea84547541a774f72aef", + "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.44.0/Grok_Bot_0.44.0_Setup.exe#/dl.7z", + "hash": "0ed90c98d2ec0220912404fc310cd5e1889ab71b1994484b8c17e6e48d5c1166", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" }, "arm64": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.43.0/Grok_Bot_0.43.0_Setup.exe#/dl.7z", - "hash": "9366ee93b0e933afd0e5cbea86b57f7cd4c658012cd1e3cf702b6f63ac0b7feb", + "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.44.0/Grok_Bot_0.44.0_Setup.exe#/dl.7z", + "hash": "6c601e38cdf88618631536f0389274e42fae4d82c569f2ac87d3ff117cc74c82", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"" } }, From 112314365e5b91d82272d0823a342d704775adf2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 20:26:56 +0000 Subject: [PATCH 106/964] gtoolkit: Update to version 1.1.579 --- bucket/gtoolkit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gtoolkit.json b/bucket/gtoolkit.json index 84660e2a29f522..eff49fbc04ce40 100644 --- a/bucket/gtoolkit.json +++ b/bucket/gtoolkit.json @@ -1,16 +1,16 @@ { - "version": "1.1.578", + "version": "1.1.579", "description": "A moldable development environment.", "homepage": "https://gtoolkit.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.578/GlamorousToolkit-Windows-x86_64-v1.1.578.zip", - "hash": "4ae51da49910a569b605bd8481d2d6d74191e626cfe05ae117007ece8b0f103f" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.579/GlamorousToolkit-Windows-x86_64-v1.1.579.zip", + "hash": "bcb677e5cedc9846d81c74cd6f9594bf5afafbde8012dd73396d77329d8557df" }, "arm64": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.578/GlamorousToolkit-Windows-aarch64-v1.1.578.zip", - "hash": "dda455e8d82a86f5975c6985c35b738f2d591a2a5ae8dcbef04fb714d6e17f47" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.579/GlamorousToolkit-Windows-aarch64-v1.1.579.zip", + "hash": "3971775c576f741df7f214d6df0ded70ca169edffb25d4ad7e4f23015db1db34" } }, "bin": "bin\\GlamorousToolkit-cli.exe", From 25e433b4385c4c437e3d981c7bb102015b855815 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 20:26:57 +0000 Subject: [PATCH 107/964] nyaterm: Update to version 1.2.9 --- bucket/nyaterm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nyaterm.json b/bucket/nyaterm.json index 273b5e27bef99e..4d37db184a6f24 100644 --- a/bucket/nyaterm.json +++ b/bucket/nyaterm.json @@ -1,16 +1,16 @@ { - "version": "1.2.8", + "version": "1.2.9", "description": "A modern remote terminal workspace", "homepage": "https://nyaterm.app", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/nyakang/nyaterm/releases/download/v1.2.8/NyaTerm_1.2.8_windows_x64_portable.zip", - "hash": "02557cc8703b0105011e41c7db93a98731fb2bcb85eab0e914d94f78a9f5ee9f" + "url": "https://github.com/nyakang/nyaterm/releases/download/v1.2.9/NyaTerm_1.2.9_windows_x64_portable.zip", + "hash": "e7552637594548079d4a15fd08f54d991ccd1432995250fe5ad5b7054931da41" }, "arm64": { - "url": "https://github.com/nyakang/nyaterm/releases/download/v1.2.8/NyaTerm_1.2.8_windows_arm64_portable.zip", - "hash": "7648852f58545acca0ff333a3d4cba499b3f4ce57f87b165b323ec42622abe9a" + "url": "https://github.com/nyakang/nyaterm/releases/download/v1.2.9/NyaTerm_1.2.9_windows_arm64_portable.zip", + "hash": "ae76a1e940e0fbae1958280f30e6626953ca7d9809649e19467f417bbc184c80" } }, "extract_dir": "NyaTerm-portable", From b56a71b7c757778547fd1ab3c24e67967690ac82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 20:26:57 +0000 Subject: [PATCH 108/964] pwsafe: Update to version 3.72.2 --- bucket/pwsafe.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/pwsafe.json b/bucket/pwsafe.json index 89f3043ce42dc1..c29ed84f6d95d4 100644 --- a/bucket/pwsafe.json +++ b/bucket/pwsafe.json @@ -1,18 +1,18 @@ { - "version": "3.72.1", + "version": "3.72.2", "description": "Safely and easily create a secured and encrypted user name/password list.", "homepage": "https://pwsafe.org/", "license": "Artistic-2.0", "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/passwordsafe/Windows/3.72.1/pwsafe64-3.72.1-bin.zip", - "hash": "sha1:840f4c36413511917cb1cc78891f9d1e3468fe21", - "extract_dir": "pwsafe64-3.72.1-bin" + "url": "https://downloads.sourceforge.net/project/passwordsafe/Windows/3.72.2/pwsafe64-3.72.2-bin.zip", + "hash": "sha1:38d7fb6b8057e0c6befe6d189c5c3fc5a26465c1", + "extract_dir": "pwsafe64-3.72.2-bin" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/passwordsafe/Windows/3.72.1/pwsafe-3.72.1-bin.zip", - "hash": "sha1:be9ade1d041c2010f163da121b75ea71aa276877", - "extract_dir": "pwsafe-3.72.1-bin" + "url": "https://downloads.sourceforge.net/project/passwordsafe/Windows/3.72.2/pwsafe-3.72.2-bin.zip", + "hash": "sha1:2ecf92858da5523299ff3bca85fe990e90fd521b", + "extract_dir": "pwsafe-3.72.2-bin" } }, "bin": "pwsafe.exe", From dbf0e9babd5a56120adc78e129837466f7c67626 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 20:26:57 +0000 Subject: [PATCH 109/964] reasonix-desktop: Update to version 1.38.1 --- bucket/reasonix-desktop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/reasonix-desktop.json b/bucket/reasonix-desktop.json index 9d52451c40d450..b513278865ecef 100644 --- a/bucket/reasonix-desktop.json +++ b/bucket/reasonix-desktop.json @@ -1,16 +1,16 @@ { - "version": "1.38.0", + "version": "1.38.1", "description": "Reasonix Desktop, official GUI for Reasonix, a DeepSeek-native AI coding agent built to reduce API costs through aggressive context caching.", "homepage": "https://reasonix.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.0/Reasonix-windows-amd64.zip", - "hash": "29580e516f01d5da889ddadf6fd3bd4e07f10ae39cd74d32b6f6ce9cf87e66de" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.1/Reasonix-windows-amd64.zip", + "hash": "a604b4bf51c8617a1b838104a312b26fd5542928ff88381d590249a88f22ca6b" }, "arm64": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.0/Reasonix-windows-arm64.zip", - "hash": "abd7873f5ff9763fe3719c6c2abf1b3b371168132f1f6e1e75b843ea2c592b4c" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.1/Reasonix-windows-arm64.zip", + "hash": "ccda14d3e8cf16168f50a5faf492280a2812d1d4f1ca08191bbc25b565b0101b" } }, "shortcuts": [ From 0cde09cd6b180dbfaa157ac1375b224cbde7aba2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 20:26:58 +0000 Subject: [PATCH 110/964] treesheets: Update to version 3342 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index 3caaf6f2c3e08a..9303017ea77316 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3340", + "version": "3342", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3340/TreeSheets-3340-winx64.zip", - "hash": "b0b209ef9be9ba5340b2591dc668e08d0a29b969c4537e388ca92d26d7a4db62", - "extract_dir": "TreeSheets-3340-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3342/TreeSheets-3342-winx64.zip", + "hash": "43a0dd4a84bf22dee54fdd3ffbd2c49964afe4d376f41ab33e5cf436be45a6b0", + "extract_dir": "TreeSheets-3342-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3340/TreeSheets-3340-winarm64.zip", - "hash": "706c1b4397abad02aeb33b5a9248968dfb501920b52fa07252904dbfbc9736f6", - "extract_dir": "TreeSheets-3340-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3342/TreeSheets-3342-winarm64.zip", + "hash": "88447d2e903eea4fdcafbb3ddba9d27c9dca8542af06242966d455d3018accb5", + "extract_dir": "TreeSheets-3342-winarm64" } }, "pre_install": [ From c4bffa11051027aa144da2099cbc831da7278174 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 20:26:58 +0000 Subject: [PATCH 111/964] wsl2-distro-manager: Update to version 2.0.0 --- bucket/wsl2-distro-manager.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wsl2-distro-manager.json b/bucket/wsl2-distro-manager.json index 8758b957713d57..19628f4ff838db 100644 --- a/bucket/wsl2-distro-manager.json +++ b/bucket/wsl2-distro-manager.json @@ -1,12 +1,12 @@ { - "version": "1.11.0", + "version": "2.0.0", "description": "A quick way to manage your WSL instances with a GUI.", "homepage": "https://github.com/bostrot/wsl2-distro-manager", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/bostrot/wsl2-distro-manager/releases/download/v1.11.0/wsl2-distro-manager-v1.11.0.zip", - "hash": "3a914aaecf2f05f7a19f2f5738c392bf72c52796c985861f81d17d5b6ea4983c" + "url": "https://github.com/bostrot/wsl2-distro-manager/releases/download/v2.0.0/wsl2-distro-manager-v2.0.0.zip", + "hash": "5804da401397dc05972cfa1f464976d6c68ad04eda002e0272a096bf53055635" } }, "shortcuts": [ From e50d95287a916b365369a0b699cb847309e404e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 20:26:59 +0000 Subject: [PATCH 112/964] xl-converter: Update to version 1.3.0 --- bucket/xl-converter.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/xl-converter.json b/bucket/xl-converter.json index 8f35e76745b54b..ad59d2f6bc8bcf 100644 --- a/bucket/xl-converter.json +++ b/bucket/xl-converter.json @@ -1,13 +1,13 @@ { - "version": "1.2.3", + "version": "1.3.0", "description": "Easy-to-use image converter for modern formats. Supports fast parallel encoding, lossless JPEG transcoding, JPEG XL, AVIF, JPEGLI, ExifTool, and more.", "homepage": "https://codepoems.eu/xl-converter", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/JacobDev1/xl-converter/releases/download/v1.2.3/xl-converter-win-1.2.3-x86_64-portable.7z", - "hash": "a3be46d277b87ef56f10b151cd530077e81b47620d84c5f9edbde1b1015c6b47", - "extract_dir": "xl-converter-win-1.2.3-x86_64-portable" + "url": "https://github.com/JacobDev1/xl-converter/releases/download/v1.3.0/xl-converter-win-1.3.0-x86_64-portable.7z", + "hash": "999774f8c9910a0ed8f718daeddd58836229cdb44105ed224422552b34d25fd0", + "extract_dir": "xl-converter-win-1.3.0-x86_64-portable" } }, "bin": "xl-converter.exe", From a8f8bb7635a5f721baa5a9e76036d8ad96d97442 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 01:07:14 +0000 Subject: [PATCH 113/964] attribute-changer: Update to version 11.50 --- bucket/attribute-changer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/attribute-changer.json b/bucket/attribute-changer.json index d61c25cb51ba02..b8ca8c67095c7d 100644 --- a/bucket/attribute-changer.json +++ b/bucket/attribute-changer.json @@ -1,6 +1,6 @@ { "##": "The license will be inside the app directory after installation.", - "version": "11.40b", + "version": "11.50", "homepage": "https://www.petges.lu", "description": "A Windows Explorer shell extension that allows users to easily change file and folder properties with a right-click.", "license": "Freeware", @@ -19,8 +19,8 @@ "Ex. If you want the Attribute Changer interface language to Czech, you would run:", "change-ac-language.ps1 1" ], - "url": "https://www.petges.lu/pubfiles/ac-11_40b.exe", - "hash": "md5:16bf84bb8e68853a05a000140e4ee6b4", + "url": "https://www.petges.lu/pubfiles/ac-11_50.exe", + "hash": "md5:02eb26a32166f8b351d30f3e0909b931", "innosetup": true, "architecture": { "64bit": { From 929370341ae962095106d3a98e2141e2438117be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 01:07:14 +0000 Subject: [PATCH 114/964] gitify: Update to version 7.8.0 --- bucket/gitify.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gitify.json b/bucket/gitify.json index ca966238a4916b..791d409210bb7b 100644 --- a/bucket/gitify.json +++ b/bucket/gitify.json @@ -1,12 +1,12 @@ { - "version": "7.7.1", + "version": "7.8.0", "description": "GitHub notifications on menu bar", "homepage": "https://www.gitify.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gitify-app/gitify/releases/download/v7.7.1/Gitify-Setup-7.7.1.exe#/dl.7z", - "hash": "sha512:e62d2f56944c9d316dc9712dc49611d2d0fce151fd8cdc84cc8f7b4788793b46a41bd76cd05e58c3814b2ed5c3676ce2d3292be191ec591ed79bcf37c7b4d3c5", + "url": "https://github.com/gitify-app/gitify/releases/download/v7.8.0/Gitify-Setup-7.8.0.exe#/dl.7z", + "hash": "sha512:88cbaae04f83dd2f9ed5e7645174020e5486c927270bfeb3e9705f49dd8d1ea9f3d1679dcd839275c05c335f3ada21de8134e0e955607547435b5a9e1a2de6ab", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse" From 6f4a2be13f394352a57ec7160fc1d9f2d2fdee94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 01:07:15 +0000 Subject: [PATCH 115/964] plezy: Update to version 2.19.0 --- bucket/plezy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/plezy.json b/bucket/plezy.json index 6b8357e0febcfe..0d58e7bb74d473 100644 --- a/bucket/plezy.json +++ b/bucket/plezy.json @@ -1,5 +1,5 @@ { - "version": "2.18.0", + "version": "2.19.0", "description": "Modern Plex client built with Flutter.", "homepage": "https://plezy.app", "license": "GPL-3.0-only", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/edde746/plezy/releases/download/2.18.0/plezy-windows-x64-portable.7z", - "hash": "3b5d1cb2ae49e3f133f55987126429b6db6da9b35b461479a2b368ebe79e5b6c" + "url": "https://github.com/edde746/plezy/releases/download/2.19.0/plezy-windows-x64-portable.7z", + "hash": "4053eb5b6d9bd1557b7458c6289e7c33bdc53c479a0dcd1fe83dcc775a11617a" }, "arm64": { - "url": "https://github.com/edde746/plezy/releases/download/2.18.0/plezy-windows-arm64-portable.7z", - "hash": "b7cec484e929c81d148e5fe37f58ed14c7126762af30abb5a51881f7e9213d40" + "url": "https://github.com/edde746/plezy/releases/download/2.19.0/plezy-windows-arm64-portable.7z", + "hash": "2f5cfe62c07d47de2c2c2c533dd4c88ec522efba58a5cccf7e1607566ab02dd5" } }, "shortcuts": [ From fd458a3355c56036a969c69663cf4b0031cf81f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 01:07:15 +0000 Subject: [PATCH 116/964] tumblthree: Update to version 2.22.0 --- bucket/tumblthree.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tumblthree.json b/bucket/tumblthree.json index a9acc840ae3278..1f0890451c5829 100644 --- a/bucket/tumblthree.json +++ b/bucket/tumblthree.json @@ -1,5 +1,5 @@ { - "version": "2.21.0", + "version": "2.22.0", "description": "A Tumblr Backup Application", "homepage": "https://github.com/TumblThreeApp/TumblThree", "license": "MIT", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/TumblThreeApp/TumblThree/releases/download/v2.21.0/TumblThree-v2.21.0-x64-Application.zip", - "hash": "9dae9a881c7186fc2fd249bbaf4b4a985327a646637beb92de2812d5eabed3c0" + "url": "https://github.com/TumblThreeApp/TumblThree/releases/download/v2.22.0/TumblThree-v2.22.0-x64-Application.zip", + "hash": "7c2386006144dc6b275baa57449d57b8c14c6c28fbb646f5758aafee25e6e05b" }, "32bit": { - "url": "https://github.com/TumblThreeApp/TumblThree/releases/download/v2.21.0/TumblThree-v2.21.0-x86-Application.zip", - "hash": "690b3220f8004464a9f0fb3cb49cba7b913dafb1ab8bb49f4344f4a5bfbf96c5" + "url": "https://github.com/TumblThreeApp/TumblThree/releases/download/v2.22.0/TumblThree-v2.22.0-x86-Application.zip", + "hash": "ee7656c64c16588c8d0e6a7c024477eb85aaa61bdf49e46d959197c53ec1fc53" } }, "pre_install": [ From d70765c6e38997c628767a64fbee67d9e6ec1f99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:35:12 +0000 Subject: [PATCH 117/964] dbx: Update to version 0.6.6 --- bucket/dbx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbx.json b/bucket/dbx.json index 03f8aecd201ff0..25deb82253b40d 100644 --- a/bucket/dbx.json +++ b/bucket/dbx.json @@ -1,12 +1,12 @@ { - "version": "0.6.5", + "version": "0.6.6", "description": "Lightweight, cross-platform database client", "homepage": "https://dbxio.com", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/t8y2/dbx/releases/download/v0.6.5/DBX_0.6.5_x64-portable.zip", - "hash": "f240bdf3ebf16787451219aac2e6fb5459e77196843e67d2f9972e52ac94bb8f" + "url": "https://github.com/t8y2/dbx/releases/download/v0.6.6/DBX_0.6.6_x64-portable.zip", + "hash": "479c88facd489c37fe735a1fe6f1e1a1c0a9ac45db8bcccb232d3a2e560184a6" } }, "shortcuts": [ From 546a691f71bbcba4b1fcc3d4d5ddee8c0cb38bd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:35:13 +0000 Subject: [PATCH 118/964] mpv-git: Update to version 202609070130 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index 6219a1e5e2ea9d..8093f417979192 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609061229", + "version": "202609070130", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-06-876ba7b283/mpv-x86_64-20260906-git-876ba7b283.7z", - "hash": "b4aacae56fdde115a5f5d13c5c4341af1b3e89e8a06aa135444ea6fe6633328f" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-07-989d32716e/mpv-x86_64-20260907-git-989d32716e.7z", + "hash": "acb2c650d8d6c4612420177ae7f593f24f86ce3d143f9cf9279b8ae48dff3709" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-06-876ba7b283/mpv-aarch64-20260906-git-876ba7b283.7z", - "hash": "0dbed1fbd3484ce0e467dd762b92ce997bba32aba1c14517a4edf61643e4bccf" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-07-989d32716e/mpv-aarch64-20260907-git-989d32716e.7z", + "hash": "df62cb232c42f8669c5901e97e8842e2c0f2ee206241a4df8c2de44002bfc8ce" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From b7240fbcd6b29931ef9c92b29e6cdd5adcc34554 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:35:13 +0000 Subject: [PATCH 119/964] siyuan-note: Update to version 3.8.3 --- bucket/siyuan-note.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/siyuan-note.json b/bucket/siyuan-note.json index 67534bbf99a4d6..f696721291bee2 100644 --- a/bucket/siyuan-note.json +++ b/bucket/siyuan-note.json @@ -1,20 +1,20 @@ { - "version": "3.8.2", + "version": "3.8.3", "description": "SiYuan is a privacy-first, self-hosted, fully open source personal knowledge management software, supports fine-grained block-level reference, and Markdown WYSIWYG.", "homepage": "https://b3log.org/siyuan", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/siyuan-note/siyuan/releases/download/v3.8.2/siyuan-3.8.2-win.exe#/dl.7z", - "hash": "8f0f8f2f0489e6463e08156c274d08801a6f9d19b7fea96e4b4e555fb7112a9c", + "url": "https://github.com/siyuan-note/siyuan/releases/download/v3.8.3/siyuan-3.8.3-win.exe#/dl.7z", + "hash": "49cd67c6e892aff5a04189707007df3046d48c0dc279840433b9824edd374569", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\" -Force -Recurse" ] }, "arm64": { - "url": "https://github.com/siyuan-note/siyuan/releases/download/v3.8.2/siyuan-3.8.2-win-arm64.exe#/dl.7z", - "hash": "6786b8cad9b9c58309e9419f3836c16c97597753cd32bb2b5b0d6c35286835d3", + "url": "https://github.com/siyuan-note/siyuan/releases/download/v3.8.3/siyuan-3.8.3-win-arm64.exe#/dl.7z", + "hash": "0984c893cc01107a368c5088d6a2e6276ce10d15889c96b0e355c9abaacd94a3", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\" -Force -Recurse" From 1f5188a208dff15022363d289a1e7bc50eecf280 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 06:32:59 +0000 Subject: [PATCH 120/964] attribute-changer@11.50: Fix hash (Closes #18691) --- bucket/attribute-changer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/attribute-changer.json b/bucket/attribute-changer.json index b8ca8c67095c7d..d4e1a290a4c81a 100644 --- a/bucket/attribute-changer.json +++ b/bucket/attribute-changer.json @@ -20,7 +20,7 @@ "change-ac-language.ps1 1" ], "url": "https://www.petges.lu/pubfiles/ac-11_50.exe", - "hash": "md5:02eb26a32166f8b351d30f3e0909b931", + "hash": "md5:6f5a01822160982ace8abd94f129f97e", "innosetup": true, "architecture": { "64bit": { From e04963cea6d201c3bebe6a22e9c075ff310a3efe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 08:41:03 +0000 Subject: [PATCH 121/964] aider-desk: Update to version 0.82.0 --- bucket/aider-desk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/aider-desk.json b/bucket/aider-desk.json index 0946128011d0a2..f8a5d6384305ec 100644 --- a/bucket/aider-desk.json +++ b/bucket/aider-desk.json @@ -1,12 +1,12 @@ { - "version": "0.81.0", + "version": "0.82.0", "description": "Desktop application for Aider AI assistant", "homepage": "https://github.com/hotovo/aider-desk", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/hotovo/aider-desk/releases/download/v0.81.0/aider-desk-0.81.0-setup.exe#/dl.7z", - "hash": "sha512:d642d28691722775ace852f5963895fd0aac46161d44ff2f2b358e0fe0d12c2dc60dcf1329f1e2a1e4a21a0ca295148d5c46ffb129edfbf53d4a373ff0f4d9c1", + "url": "https://github.com/hotovo/aider-desk/releases/download/v0.82.0/aider-desk-0.82.0-setup.exe#/dl.7z", + "hash": "sha512:50ef41987db13e11ca7321f7969daac623ce2e09abad2c3f5deefa47c8ea265103b82c32189366de1adf612501c8803ec156ae0f42cb0606aab6a32e5114bddf", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Recurse" From 7fbe3647f376f18864a3e8574c5bd505ba29dae4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 08:41:03 +0000 Subject: [PATCH 122/964] ccg-gateway: Update to version 2.0.7 --- bucket/ccg-gateway.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ccg-gateway.json b/bucket/ccg-gateway.json index 9e3f29cdb69512..d025cc56cd208f 100644 --- a/bucket/ccg-gateway.json +++ b/bucket/ccg-gateway.json @@ -1,12 +1,12 @@ { - "version": "2.0.6", + "version": "2.0.7", "description": "A productivity tool built for Claude Code, Codex, and Gemini CLI, integrating a smart API gateway and configuration management.", "homepage": "https://github.com/mos1128/ccg-gateway", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/mos1128/ccg-gateway/releases/download/v2.0.6/ccg-gateway.exe", - "hash": "6a600911367447c9f0097107847064f44d86dd45b8752d81b83874b54caeeb73" + "url": "https://github.com/mos1128/ccg-gateway/releases/download/v2.0.7/ccg-gateway.exe", + "hash": "5eae2b99588f2faa27162e8dea707f7b2815c1ed7c3be655c7f32cf35722b1da" } }, "shortcuts": [ From f64a710b47740326f10bde0d0b04f1adeee7715f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 08:41:04 +0000 Subject: [PATCH 123/964] jackett: Update to version 0.24.2544 --- bucket/jackett.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jackett.json b/bucket/jackett.json index 98e5b1434e40e7..db8a39a17f529c 100644 --- a/bucket/jackett.json +++ b/bucket/jackett.json @@ -1,13 +1,13 @@ { - "version": "0.24.2541", + "version": "0.24.2544", "description": "API Support for your favorite torrent trackers", "homepage": "https://github.com/Jackett/Jackett", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/Jackett/Jackett/blob/HEAD/LICENSE" }, - "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2541/Jackett.Binaries.Windows.zip", - "hash": "53f3056c201d09a9e839f35902f9b9389a12a277d4a5bb3f9fbb680f653fe23d", + "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2544/Jackett.Binaries.Windows.zip", + "hash": "d3a2c6989038c18d81c3c3949f02b883e5e9b822c4747ac3b6f764f59ab5105b", "extract_dir": "Jackett", "shortcuts": [ [ From 6158134adfa7a8d8e48fdc89aa17330dec745d3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 08:41:04 +0000 Subject: [PATCH 124/964] juce: Update to version 9.0.2 --- bucket/juce.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/juce.json b/bucket/juce.json index 47819036221e8b..75b686bbe84749 100644 --- a/bucket/juce.json +++ b/bucket/juce.json @@ -1,5 +1,5 @@ { - "version": "9.0.1", + "version": "9.0.2", "description": "C++ audio application framework", "homepage": "https://juce.com", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/juce-framework/JUCE/releases/download/9.0.1/juce-9.0.1-windows.zip", - "hash": "de0256584416764d82ef5794d26a34b06a68bc65326f24e0d91301abd74704c1" + "url": "https://github.com/juce-framework/JUCE/releases/download/9.0.2/juce-9.0.2-windows.zip", + "hash": "d09820c76b920c7374555dde1cfdb828db94e830ddae01861fdaf5b43ad73810" } }, "extract_dir": "JUCE", From 6516d0b408793a3b42dc407e09346e026ed1d2ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 08:41:05 +0000 Subject: [PATCH 125/964] postman: Update to version 12.27.0 --- bucket/postman.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postman.json b/bucket/postman.json index d831d532713d42..c2b3697d0ea333 100644 --- a/bucket/postman.json +++ b/bucket/postman.json @@ -1,5 +1,5 @@ { - "version": "12.26.5", + "version": "12.27.0", "description": "Complete API development environment.", "homepage": "https://www.getpostman.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://dl.pstmn.io/download/12.26.5/Postman%20v12.26.5%20(x64).exe#/dl.7z", - "hash": "sha1:b1d8a7a0fa73f8d028bd98b9364ee2e4143658e6" + "url": "https://dl.pstmn.io/download/12.27.0/Postman%20v12.27.0%20(x64).exe#/dl.7z", + "hash": "sha1:70854a06287ef7ade3992a920344f175878be706" } }, "installer": { From 6d62998156e4e099530345d55aad0979b6f81194 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 08:41:05 +0000 Subject: [PATCH 126/964] spotify: Update to version 1.2.99.317.g9bd8c54d --- bucket/spotify.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/spotify.json b/bucket/spotify.json index 285e64c23520c7..d645f2e896b87e 100644 --- a/bucket/spotify.json +++ b/bucket/spotify.json @@ -1,5 +1,5 @@ { - "version": "1.2.98.301.gfcaeba72", + "version": "1.2.99.317.g9bd8c54d", "description": "A digital music service that gives you access to millions of songs.", "homepage": "https://www.spotify.com/", "license": { @@ -9,11 +9,11 @@ "architecture": { "64bit": { "url": "https://download.scdn.co/SpotifyFullSetupX64.exe", - "hash": "29022d43eb9020e355f88c7a5a2a0042e84f9df3ef6b566d66bdab3030855cb5" + "hash": "29bf2facc6c0061dbd9b517e922b4131e494a7c4117c7d9017ec54a6adcf3844" }, "arm64": { "url": "https://download.scdn.co/SpotifyFullSetupARM64.exe", - "hash": "f9cc818c6e8c111ecaf9cf0995dfc464666c412614bfed41f54ce9c7f1d3581b" + "hash": "dc2c090d01ce5d7492057e938b0e0c500cee16b1bffebd2fe1713a29f8b645be" } }, "installer": { From 04558eafe01931d8418c23d670ad3cb5760a3531 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 08:41:06 +0000 Subject: [PATCH 127/964] t3code: Update to version 0.0.39 --- bucket/t3code.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/t3code.json b/bucket/t3code.json index a795507ec4bc50..feec57223c9c2a 100644 --- a/bucket/t3code.json +++ b/bucket/t3code.json @@ -1,12 +1,12 @@ { - "version": "0.0.38", + "version": "0.0.39", "description": "Desktop app for orchestrating AI coding agents like Claude Code, Codex, Cursor CLI and OpenCode", "homepage": "https://t3.codes", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/pingdotgg/t3code/releases/download/v0.0.38/T3-Code-0.0.38-x64.exe#/dl.7z", - "hash": "sha512:31867a6b1c220069b8daef394e65252c901d7439abe33e88a9f43dde3b60f5e1744a92adce170bdfad5f5c135d074cc6490cdb46bdc40a1cccc4b0eeac4796ed", + "url": "https://github.com/pingdotgg/t3code/releases/download/v0.0.39/T3-Code-0.0.39-x64.exe#/dl.7z", + "hash": "sha512:24efb743aa67692195ca5a01a95d455025b656681e706e5c5dbbe27105177befe2488c5fc6cdb7d7163bc2ec0b22892bf79e3a0695e5b84b8f8841c4a04f4299", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\", \"$dir\\*.nsi\" -Recurse" From 8ac7d1160556798f18c5805cb311029f5291ec2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 08:41:06 +0000 Subject: [PATCH 128/964] wavebox: Update to version 152.2.193.2 --- bucket/wavebox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wavebox.json b/bucket/wavebox.json index 51812c23c7c34b..34ffa5228c4b84 100644 --- a/bucket/wavebox.json +++ b/bucket/wavebox.json @@ -1,5 +1,5 @@ { - "version": "152.2.174.2", + "version": "152.2.193.2", "description": "Wavebox 10. A distraction-free browser for fast and focused working across all web apps.", "homepage": "https://wavebox.io/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://download.wavebox.app/stable/win/Install%20Wavebox%20152.2.174.2.exe#/dl.7z", - "hash": "6659dd514aab7f80bceb782de7d2f4b89eb1021f68e29778afc53470376361c6" + "url": "https://download.wavebox.app/stable/win/Install%20Wavebox%20152.2.193.2.exe#/dl.7z", + "hash": "59b79f1ff5d2b59fd2408b53eb2c48226376fb9caff34a0302b7856de229bf62" } }, "pre_install": "Expand-7zipArchive \"$dir\\chrome.7z\" -ExtractDir 'Chrome-bin' -Removal", From e709025db62e5cc5a1b5c5ca6b9f4f4fbfcf5bb7 Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik Date: Mon, 7 Sep 2026 11:54:52 +0300 Subject: [PATCH 129/964] mucommander: Update to version 1.6.2-1, fix checkver & autoupdate Fixes #18687 --- bucket/mucommander.json | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/bucket/mucommander.json b/bucket/mucommander.json index 622c9055aa2a22..77af533bfb7aa2 100644 --- a/bucket/mucommander.json +++ b/bucket/mucommander.json @@ -1,16 +1,20 @@ { - "version": "1.5.2-1", + "version": "1.6.2-1", "description": "Dual-pane file manager", "homepage": "https://www.mucommander.com", "license": "GPL-3.0-only", "suggest": { "java": [ - "java/temurin8-jre", - "java/corretto8-jre" + "java/temurin11-jre", + "java/corretto11-jre" ] }, - "url": "https://github.com/mucommander/mucommander/releases/download/1.5.2-1/mucommander-1.5.2-1-portable.zip", - "hash": "md5:0d6d031f2f29fd0b621536894f9210b6", + "architecture": { + "64bit": { + "url": "https://github.com/mucommander/mucommander/releases/download/1.6.2-1/mucommander-1.6.2-1-portable-x86_64.zip", + "hash": "e6769537bbb56cc52c1289ebef2e3d051912bb8b10691d320f28b945f15819a4" + } + }, "bin": "mucommander.exe", "shortcuts": [ [ @@ -25,13 +29,13 @@ ], "checkver": { "github": "https://github.com/mucommander/mucommander", - "regex": "download/([\\d.-]+)/" + "regex": "tag/([\\d.-]+)" }, "autoupdate": { - "url": "https://github.com/mucommander/mucommander/releases/download/$version/mucommander-$version-portable.zip", - "hash": { - "url": "https://github.com/mucommander/mucommander/releases/tag/$version", - "regex": "$md5\\s*$basename" + "architecture": { + "64bit": { + "url": "https://github.com/mucommander/mucommander/releases/download/$version/mucommander-$version-portable-x86_64.zip" + } } } } From a47d36fbd301a3788335f06768fe4c1998dfc9ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:58:41 +0000 Subject: [PATCH 130/964] imagine@2.6.5: Fix hash (Closes #18697) --- bucket/imagine.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/imagine.json b/bucket/imagine.json index 4e599333f11430..1c0d63de861f68 100644 --- a/bucket/imagine.json +++ b/bucket/imagine.json @@ -10,7 +10,7 @@ "architecture": { "64bit": { "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=x64&unicode=1&full=0&setup=0&version=2.6.5#/dl.zip", - "hash": "299264b423376ab5b693e47baff419d5893c8d14f7bd8ee577e85a8f415a9149", + "hash": "ed5fd6a6562180ef1c921b22034232412efe0b474e3713588a9beb12c51e2fff", "bin": [ "Imagine64.exe", [ @@ -27,7 +27,7 @@ }, "32bit": { "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=x86&unicode=1&full=0&setup=0&version=2.6.5#/dl.zip", - "hash": "ebcc2fefca96bbebcb67f5740ad7ee150c633fe5c7818d8c21dceeda5644c316", + "hash": "a852bf924e169ea8e52f0baa001ee0b7866060c6ada596e2f80777df8bd28dda", "bin": "Imagine.exe", "shortcuts": [ [ @@ -38,7 +38,7 @@ }, "arm64": { "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=arm64&unicode=1&full=0&setup=0&version=2.6.5#/dl.zip", - "hash": "4ef62b9826370d1d0d908fec593215fafa5c58735df618bf9f9da2fd10c7853c", + "hash": "b19d1885ca61a8d591740542bfe7bc04c511fbb98859c83a6343ae019c566ff0", "bin": [ "ImagineA64.exe", [ From f78ebd4ae4ff95d79a637f6e55d065bd28769425 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:41:19 +0000 Subject: [PATCH 131/964] aptakube: Update to version 1.19.7 --- bucket/aptakube.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/aptakube.json b/bucket/aptakube.json index acd27592fc7e95..bbc916fc9c5a37 100644 --- a/bucket/aptakube.json +++ b/bucket/aptakube.json @@ -1,5 +1,5 @@ { - "version": "1.19.6", + "version": "1.19.7", "description": "Modern, lightweight and multi-cluster Kubernetes GUI", "homepage": "https://aptakube.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/aptakube/aptakube/releases/download/1.19.6/Aptakube_1.19.6_x64.zip", - "hash": "7395ea6ab01bc93099b01fff36aa8a65d52c44f9a90e0753cd0c123fce26582b" + "url": "https://github.com/aptakube/aptakube/releases/download/1.19.7/Aptakube_1.19.7_x64.zip", + "hash": "ce1c10625bb5473c6ebdd2f316bbe2fad131b83a9f3b1ad27da844cec4274b23" } }, "bin": [ From f93525e01d773b0d3ea5c7f712fb5effb5dd06b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:41:20 +0000 Subject: [PATCH 132/964] kdeconnect: Update to version 26.08-6568 --- bucket/kdeconnect.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kdeconnect.json b/bucket/kdeconnect.json index d4bd4433f48028..259d93128355b9 100644 --- a/bucket/kdeconnect.json +++ b/bucket/kdeconnect.json @@ -1,13 +1,13 @@ { - "version": "26.08-6558", + "version": "26.08-6568", "description": "Communications and data transfer between devices over local networks", "homepage": "https://kdeconnect.kde.org/", "license": "GPL-3.0-or-later", "notes": "If you want to get the latest development branch-based installer, please install `kdeconnect-nightly` from Versions bucket.", "architecture": { "64bit": { - "url": "https://cdn.kde.org/ci-builds/network/kdeconnect-kde/release-26.08/windows/kdeconnect-kde-release_26.08-6558-windows-cl-msvc2022-x86_64.7z", - "hash": "312209bfef47804dd9f262994dbe346c3993fd4a8713ad19bac95bbb5e2d7993" + "url": "https://cdn.kde.org/ci-builds/network/kdeconnect-kde/release-26.08/windows/kdeconnect-kde-release_26.08-6568-windows-cl-msvc2022-x86_64.7z", + "hash": "8ae1ab323a4b68c67473f384bc9ed4c39dd55e7635302838227b8ab5a019408e" } }, "bin": "bin\\kdeconnect-cli.exe", From fd4d0936a8a5b6a96332cacc876611ab6e3c4e63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:41:20 +0000 Subject: [PATCH 133/964] motrix-next: Update to version 3.9.8 --- bucket/motrix-next.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/motrix-next.json b/bucket/motrix-next.json index 60d6f628985bf3..7a457bb8800c23 100644 --- a/bucket/motrix-next.json +++ b/bucket/motrix-next.json @@ -1,16 +1,16 @@ { - "version": "3.9.7", + "version": "3.9.8", "description": "A full-featured download manager — rebuilt from the ground up.", "homepage": "https://motrix-next.pages.dev", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.7/MotrixNext_3.9.7_x64-setup.exe#/dl.7z", - "hash": "80b13a8b967481dbfd59d9c81aa8a4db575462e5994f18514727e768bff580b3" + "url": "https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.8/MotrixNext_3.9.8_x64-setup.exe#/dl.7z", + "hash": "5059cd7904ee1bd62fdffc69593cff52c8e8f105d6a905e62a1fb2c3950814c8" }, "arm64": { - "url": "https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.7/MotrixNext_3.9.7_arm64-setup.exe#/dl.7z", - "hash": "dfa61574ce8a87ee4a6130321b9f3700b84a30ede3673051410a3a2088378c32" + "url": "https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.8/MotrixNext_3.9.8_arm64-setup.exe#/dl.7z", + "hash": "6571cee336daca568c9562196c4abc7294b73015db6eb0d3067647a42ee1f0ed" } }, "pre_install": "Remove-Item -Path \"$dir\\`$*\" -Force -Recurse", From 30c56f05b7d4305b7d5b431e6f6133954d837e1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:41:21 +0000 Subject: [PATCH 134/964] mpv-git: Update to version 202609071233 --- bucket/mpv-git.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index 8093f417979192..4afe32d5585bf7 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609070130", + "version": "202609071233", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -13,11 +13,11 @@ "architecture": { "64bit": { "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-07-989d32716e/mpv-x86_64-20260907-git-989d32716e.7z", - "hash": "acb2c650d8d6c4612420177ae7f593f24f86ce3d143f9cf9279b8ae48dff3709" + "hash": "1331ec9c57679b9539be400d980be024e31d910d18315106f1078a65bff739c7" }, "arm64": { "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-07-989d32716e/mpv-aarch64-20260907-git-989d32716e.7z", - "hash": "df62cb232c42f8669c5901e97e8842e2c0f2ee206241a4df8c2de44002bfc8ce" + "hash": "51c8b3f827c0bc98b50e77a2bc4496baf282eb4bbfcd5f7a9410c719f185f18d" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From 407513bf2f94df479c0397d86ef2918999409d47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:41:21 +0000 Subject: [PATCH 135/964] oryxis: Update to version 0.17.0 --- bucket/oryxis.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oryxis.json b/bucket/oryxis.json index 37d055e82b8a1c..4dfc7ac762f08a 100644 --- a/bucket/oryxis.json +++ b/bucket/oryxis.json @@ -1,16 +1,16 @@ { - "version": "0.16.0", + "version": "0.17.0", "description": "Modern SSH client built in Rust (encrypted vault, P2P sync, AI, Kubernetes)", "homepage": "https://github.com/wilsonglasser/oryxis", "license": "AGPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/wilsonglasser/oryxis/releases/download/v0.16.0/oryxis-windows-x86_64.zip", - "hash": "e4f9da169c6557f2a3c198979fa05f6a59a402b5a15a9e4d6e6b6a02979b0de5" + "url": "https://github.com/wilsonglasser/oryxis/releases/download/v0.17.0/oryxis-windows-x86_64.zip", + "hash": "f68021ea83b18bf43a7b347bb717d2badb44162e9f8dfc61a479c49ee2d1c31c" }, "arm64": { - "url": "https://github.com/wilsonglasser/oryxis/releases/download/v0.16.0/oryxis-windows-aarch64.zip", - "hash": "c56f7dc6c162f7482f4e5083dc7fb3e3c298dfcacf432de5e2168ac17319ed7d" + "url": "https://github.com/wilsonglasser/oryxis/releases/download/v0.17.0/oryxis-windows-aarch64.zip", + "hash": "f6c0760dee935cf280acf9a61662b9809093e7b2defb6c8abeded1ad2aff4e11" } }, "bin": "oryxis.exe", From b8581a452b9497f536010ff3270729791e348ba4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:41:22 +0000 Subject: [PATCH 136/964] rustrover: Update to version 2026.2.2-262.10315.167 --- bucket/rustrover.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rustrover.json b/bucket/rustrover.json index ae7550f5cee953..af230c4bfe8887 100644 --- a/bucket/rustrover.json +++ b/bucket/rustrover.json @@ -1,5 +1,5 @@ { - "version": "2026.2.1-262.9437.161", + "version": "2026.2.2-262.10315.167", "description": "Cross-Platform IDE for Rust by JetBrains.", "homepage": "https://www.jetbrains.com/rust/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://download.jetbrains.com/rustrover/RustRover-2026.2.1.exe#/dl.7z", - "hash": "98090ea876fa3168f6ebf6c6a8ada2fcf8d62c90cd1cb92f6cb2b4208be0654a" + "url": "https://download.jetbrains.com/rustrover/RustRover-2026.2.2.exe#/dl.7z", + "hash": "a75903a8db043f61d1eda33416b79c76a9196b300531652df13bdcd1b42f626e" }, "arm64": { - "url": "https://download.jetbrains.com/rustrover/RustRover-2026.2.1-aarch64.exe#/dl.7z", - "hash": "36b07932560d44d5f315c2bb40530282e42f55d8fe9ff7e9d666f510a653b5ac" + "url": "https://download.jetbrains.com/rustrover/RustRover-2026.2.2-aarch64.exe#/dl.7z", + "hash": "cc45c40ae859e87a6bd4821d277828c3d60176892588c5e8796def4623e88663" } }, "extract_to": "IDE", From d42321031673f0cd436fead84461de13869f5803 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:41:22 +0000 Subject: [PATCH 137/964] seelen-ui: Update to version 2.8.4 --- bucket/seelen-ui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/seelen-ui.json b/bucket/seelen-ui.json index 671eee394abad2..326a20029003a8 100644 --- a/bucket/seelen-ui.json +++ b/bucket/seelen-ui.json @@ -1,5 +1,5 @@ { - "version": "2.8.3", + "version": "2.8.4", "description": "Seelen UI is a fully customizable desktop environment for Windows 10/11.", "homepage": "https://seelen.io/apps/seelen-ui", "license": { @@ -17,12 +17,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/eythaann/Seelen-UI/releases/download/v2.8.3/Seelen.UI_2.8.3_x64-setup.exe#/dl.7z", - "hash": "15af88137a34b273e51390bcb577e3c714920552bb00d6987a96aa533177be71" + "url": "https://github.com/eythaann/Seelen-UI/releases/download/v2.8.4/Seelen.UI_2.8.4_x64-setup.exe#/dl.7z", + "hash": "318ae85e9cf612095c81f0063f10f762bec52d89c4fe2f8657f85e298fa7e292" }, "arm64": { - "url": "https://github.com/eythaann/Seelen-UI/releases/download/v2.8.3/Seelen.UI_2.8.3_arm64-setup.exe#/dl.7z", - "hash": "05512a822334f5dc93c62d211c7bf34d05f416d79f84703dd5ac4dc1f7c8bd13" + "url": "https://github.com/eythaann/Seelen-UI/releases/download/v2.8.4/Seelen.UI_2.8.4_arm64-setup.exe#/dl.7z", + "hash": "72597b5c837336ac9d43a5777635e2b5e2161e95bff2b198d8573b0875d06e08" } }, "pre_install": "'$*', 'uninst*' | ForEach-Object { Remove-Item -Path \"$dir\\$_\" -Recurse -Force -ErrorAction SilentlyContinue }", From 943deddb6f16d37945358be50ed8551e11770286 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:41:23 +0000 Subject: [PATCH 138/964] ungoogled-chromium: Update to version 152.0.7977.82-1.1 --- bucket/ungoogled-chromium.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/ungoogled-chromium.json b/bucket/ungoogled-chromium.json index 6264270ab6a578..0b5d3fe43e9d10 100644 --- a/bucket/ungoogled-chromium.json +++ b/bucket/ungoogled-chromium.json @@ -1,23 +1,23 @@ { - "version": "152.0.7977.75-1.1", + "version": "152.0.7977.82-1.1", "description": "Google Chromium, sans integration with Google.", "homepage": "https://ungoogled-software.github.io/ungoogled-chromium-binaries/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/152.0.7977.75-1.1/ungoogled-chromium_152.0.7977.75-1.1_windows_x64.zip", - "hash": "4fdfb8bb9de004f6aca1b23d1a9afd610be90d4aa28a4eeb6fafb046b454be1e", - "extract_dir": "ungoogled-chromium_152.0.7977.75-1.1_windows_x64" + "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/152.0.7977.82-1.1/ungoogled-chromium_152.0.7977.82-1.1_windows_x64.zip", + "hash": "0e49aaba44345da5110e3b4c5a7e5490334181a8aaa1ef25559f12d5be0acc53", + "extract_dir": "ungoogled-chromium_152.0.7977.82-1.1_windows_x64" }, "32bit": { - "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/152.0.7977.75-1.1/ungoogled-chromium_152.0.7977.75-1.1_windows_x86.zip", - "hash": "5f5cbd07da1fda5fc1b7a29eebea9c88788cfcf5492f7b00d6e0e9603de7b39b", - "extract_dir": "ungoogled-chromium_152.0.7977.75-1.1_windows_x86" + "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/152.0.7977.82-1.1/ungoogled-chromium_152.0.7977.82-1.1_windows_x86.zip", + "hash": "db55b18462653d8f63a513cbf34fc159e6c79667e84381b58d74e47733e8de0c", + "extract_dir": "ungoogled-chromium_152.0.7977.82-1.1_windows_x86" }, "arm64": { - "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/152.0.7977.75-1.1/ungoogled-chromium_152.0.7977.75-1.1_windows_arm64.zip", - "hash": "740990b0994ec674c2212e52d0a73b4405e5fd66b4e5fbf7ab54f9dfdbf80b3e", - "extract_dir": "ungoogled-chromium_152.0.7977.75-1.1_windows_arm64" + "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/152.0.7977.82-1.1/ungoogled-chromium_152.0.7977.82-1.1_windows_arm64.zip", + "hash": "435d671fe9ecbf53e004c1bfbe2c09e4c6f12727198261f30bcb8cb1c1bf9887", + "extract_dir": "ungoogled-chromium_152.0.7977.82-1.1_windows_arm64" } }, "env_set": { From a8bf4dec4989558afcac97299eb0c673be849c76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:41:23 +0000 Subject: [PATCH 139/964] yarr: Update to version 2.9 --- bucket/yarr.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/yarr.json b/bucket/yarr.json index d01a2ff9c2f84a..4e70deb717cb7a 100644 --- a/bucket/yarr.json +++ b/bucket/yarr.json @@ -1,5 +1,5 @@ { - "version": "2.8", + "version": "2.9", "description": "Yet Another RSS Reader, a web-based feed aggregator", "homepage": "https://github.com/nkanaev/yarr", "license": "MIT", @@ -9,8 +9,8 @@ ], "architecture": { "64bit": { - "url": "https://github.com/nkanaev/yarr/releases/download/v2.8/yarr_windows_amd64_gui.zip", - "hash": "893a66b78278a62167473cc0d9a11394710ad0298347def339d9f75238a75a56" + "url": "https://github.com/nkanaev/yarr/releases/download/v2.9/yarr_windows_amd64_gui.zip", + "hash": "095677575a57f85eaa1b1934e798fc8f6a908177d1661665c933f4ad48f29481" } }, "bin": "yarr.exe", From de1b06e49da62c57d9a63b2ac84db7cf0a752ee5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:30:57 +0000 Subject: [PATCH 140/964] cc-switch: Update to version 3.20.2 --- bucket/cc-switch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cc-switch.json b/bucket/cc-switch.json index 5dca62dfcf5e32..64c9ea538ea4e8 100644 --- a/bucket/cc-switch.json +++ b/bucket/cc-switch.json @@ -1,12 +1,12 @@ { - "version": "3.20.1", + "version": "3.20.2", "description": "A desktop All-in-One assistant tool for Claude Code, Codex & Gemini CLI.", "homepage": "https://github.com/farion1231/cc-switch", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/farion1231/cc-switch/releases/download/v3.20.1/CC-Switch-v3.20.1-Windows-Portable.zip", - "hash": "0183f46182fdafdce50c97d8476975d481d78fe1654beef13f20d5920de219bb" + "url": "https://github.com/farion1231/cc-switch/releases/download/v3.20.2/CC-Switch-v3.20.2-Windows-Portable.zip", + "hash": "6c27a5bef4f444bd8cf30eee5af16d3d4b4d4f0f71c10c142beeed034ecb2eab" } }, "shortcuts": [ From a2070b4929df962ed241a102ac2e1dc2fbd8ee9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:30:57 +0000 Subject: [PATCH 141/964] emeditor: Update to version 26.2.8 --- bucket/emeditor.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/emeditor.json b/bucket/emeditor.json index 3d2ad8b0544d15..e561d91ca2beb7 100644 --- a/bucket/emeditor.json +++ b/bucket/emeditor.json @@ -1,12 +1,12 @@ { - "version": "26.2.7", + "version": "26.2.8", "description": "A fast, lightweight and extensible text editor for Windows. Useful for opening very large files.", "homepage": "https://www.emeditor.com/", "license": "Shareware", "architecture": { "64bit": { - "url": "https://emeditor.blob.core.windows.net/emed64_26.2.7_portable.zip", - "hash": "8305df614549a622c11aa2f3184a258cb63ad2103cfaf37af3379397fb7f7d07" + "url": "https://emeditor.blob.core.windows.net/emed64_26.2.8_portable.zip", + "hash": "8dc6a96fc4c48fecd5468af682e4f41fb0180441826a4ed27b0905e8e26b6fe4" } }, "pre_install": [ From 36f587d5e57dcb8d3637c4e85f2f3f581677a488 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:30:58 +0000 Subject: [PATCH 142/964] ferdium: Update to version 7.2.3 --- bucket/ferdium.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ferdium.json b/bucket/ferdium.json index 6ea9f80a1e9804..20ca5f820e9c2f 100644 --- a/bucket/ferdium.json +++ b/bucket/ferdium.json @@ -1,20 +1,20 @@ { - "version": "7.2.2", + "version": "7.2.3", "description": "All-in-one messaging apps for various services", "homepage": "https://ferdium.org/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/ferdium/ferdium-app/releases/download/v7.2.2/Ferdium-win-AutoSetup-7.2.2-x64.exe#/dl.7z", - "hash": "sha512:53ce68381cd4c90020fa7cb0cbeeb282be0035c7e1525d7fe1af53ce6e0ab58216381a455c9034384e1e708bf9e992e31b073e99b4a8b1af7f8408ec6e8fb460" + "url": "https://github.com/ferdium/ferdium-app/releases/download/v7.2.3/Ferdium-win-AutoSetup-7.2.3-x64.exe#/dl.7z", + "hash": "sha512:15ecd8fd3bda1ec3aba605a3940efad871171bde3177d856702c07a6077aa62a48da68f3d445964ff7fc63993bc5a0aa5164fc27a64ec7d4a64cd35a51056e1e" }, "32bit": { - "url": "https://github.com/ferdium/ferdium-app/releases/download/v7.2.2/Ferdium-win-AutoSetup-7.2.2-ia32.exe#/dl.7z", - "hash": "sha512:aa2bb9014a1c484134bd4896141de9b99bed4263a0c157e4bc3d7349cf6a36a3b2224a1f600f16f87f7ec9737b66446f0b66ac0e8208b26deb0171c6a29a7c6f" + "url": "https://github.com/ferdium/ferdium-app/releases/download/v7.2.3/Ferdium-win-AutoSetup-7.2.3-ia32.exe#/dl.7z", + "hash": "sha512:27407b4ea2e7cd01675b7c9bde1c4e92d8f9f12b477affae3e9bc5c75b3b480f82b8ac939f5a0be49b2e29ed443379af3a501107ef649b499af4d987ff1391ab" }, "arm64": { - "url": "https://github.com/ferdium/ferdium-app/releases/download/v7.2.2/Ferdium-win-AutoSetup-7.2.2-arm64.exe#/dl.7z", - "hash": "sha512:6baab127070ac27ed6fac1cc4b9a4ab1f63e71f5b6392139674fd290e901f12625dfebefa93c2567243a1adc5bc7de345138095e248c9d61b0e4be106259c1a3" + "url": "https://github.com/ferdium/ferdium-app/releases/download/v7.2.3/Ferdium-win-AutoSetup-7.2.3-arm64.exe#/dl.7z", + "hash": "sha512:b96de197e0210547b95bc37df6b23e3932bf70dab8e1826348c7ecb35185af789efe39692c163d4cd85252ef3ebce4c59b733d5857c89937c8f5f1ab15a34531" } }, "pre_install": [ From e8e6e34124df7f315110118c4173fd47383fcc23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:30:58 +0000 Subject: [PATCH 143/964] gg: Update to version 0.41.0 --- bucket/gg.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gg.json b/bucket/gg.json index f72dfab09ddd36..a0b2a547ef7db1 100644 --- a/bucket/gg.json +++ b/bucket/gg.json @@ -1,5 +1,5 @@ { - "version": "0.39.1", + "version": "0.41.0", "description": "A GUI for Jujutsu, a Git-compatible DVCS", "homepage": "https://github.com/gulbanana/gg", "license": "Apache-2.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/gulbanana/gg/releases/download/v0.39.1/gg_0.39.1_x64_en-US.msi", - "hash": "276427fd8d80847ef256232564830957806a15c891a6a958591b43fe5c5293c8" + "url": "https://github.com/gulbanana/gg/releases/download/v0.41.0/gg_0.41.0_x64_en-US.msi", + "hash": "909526d16c4be4927e7af99421c4da882850aa7bfa5a596805405238facbf385" } }, "extract_dir": "PFiles\\gg", From 43c86ba37f774785a0f722ab482ecce71f7cda6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:30:59 +0000 Subject: [PATCH 144/964] markeron: Update to version 2.10.1 --- bucket/markeron.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/markeron.json b/bucket/markeron.json index d43d6ab55d6fa1..314b6a9ad1b83d 100644 --- a/bucket/markeron.json +++ b/bucket/markeron.json @@ -1,12 +1,12 @@ { - "version": "2.10.0", + "version": "2.10.1", "description": "Lightweight open-source screen annotation tool with click-through mode.", "homepage": "https://markeron.cn", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/ifer47/markeron/releases/download/v2.10.0/MarkerOn_2.10.0_x64-setup.exe#/dl.7z", - "hash": "0661bded8520a892a70984420f222be8a9b6e56bb99b5d41075f0e884f0981ae" + "url": "https://github.com/ifer47/markeron/releases/download/v2.10.1/MarkerOn_2.10.1_x64-setup.exe#/dl.7z", + "hash": "1c3727dddaa3d3fe0c79fa3ae3ef5fba331b7f1f096589a6941c0ab92b8a3385" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse -ErrorAction Ignore", From 787ee58d326313360dd9bf8e46bfd9ea9fd0adc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:30:59 +0000 Subject: [PATCH 145/964] mpv-git: Update to version 202609071428 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index 4afe32d5585bf7..a3f3b99c900693 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609071233", + "version": "202609071428", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-07-989d32716e/mpv-x86_64-20260907-git-989d32716e.7z", - "hash": "1331ec9c57679b9539be400d980be024e31d910d18315106f1078a65bff739c7" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-07-87b8d352d2/mpv-x86_64-20260907-git-87b8d352d2.7z", + "hash": "c3aa7751eda1cfe7f5f9971bd1f7303a1f78929f5d284a0a105aaaa499d11d29" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-07-989d32716e/mpv-aarch64-20260907-git-989d32716e.7z", - "hash": "51c8b3f827c0bc98b50e77a2bc4496baf282eb4bbfcd5f7a9410c719f185f18d" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-07-87b8d352d2/mpv-aarch64-20260907-git-87b8d352d2.7z", + "hash": "42d289a2bb0b06540c55482d2c01f22c98ba73648f1e1db779d060586add1cc8" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From 667b1fc614c1bd2b47ae6f28d9e33e1a85d9d89f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:30:59 +0000 Subject: [PATCH 146/964] mrrss: Update to version 1.3.31 --- bucket/mrrss.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mrrss.json b/bucket/mrrss.json index 5a000a05a99847..1270823be58b01 100644 --- a/bucket/mrrss.json +++ b/bucket/mrrss.json @@ -1,16 +1,16 @@ { - "version": "1.3.30", + "version": "1.3.31", "description": "A modern, cross-platform desktop RSS reader.", "homepage": "https://github.com/WCY-dt/MrRSS", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.30/MrRSS-1.3.30-windows-amd64-portable.zip", - "hash": "a48bf46204b0e2582b2b948313fd42d0505a660f8ba514ba9a30b7a57ff7cff0" + "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.31/MrRSS-1.3.31-windows-amd64-portable.zip", + "hash": "fd6f344eb89a09a61aa26969ad4bc5dfd939761538147f637fba69c3785c84f2" }, "arm64": { - "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.30/MrRSS-1.3.30-windows-arm64-portable.zip", - "hash": "6a15e886d563438af7c43e1cb840084fee67a5d9dda274d22cfc5db1d6e3ca4b" + "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.31/MrRSS-1.3.31-windows-arm64-portable.zip", + "hash": "73a0cc920c39b7db3f4e8111ade685126919df1e3d315091be729eca90a99646" } }, "shortcuts": [ From d840eee79443249a5c9b375f049249145722739d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:31:00 +0000 Subject: [PATCH 147/964] openliberty: Update to version 26.0.0.9 --- bucket/openliberty.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/openliberty.json b/bucket/openliberty.json index aeb79a92e52949..034af93dfa080f 100644 --- a/bucket/openliberty.json +++ b/bucket/openliberty.json @@ -1,5 +1,5 @@ { - "version": "26.0.0.8", + "version": "26.0.0.9", "description": "Server runtime available to JavaTM developers", "homepage": "https://openliberty.io/", "license": "EPL-1.0", @@ -7,8 +7,8 @@ "suggest": { "JDK": "java/openjdk" }, - "url": "https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/26.0.0.8/openliberty-26.0.0.8.zip", - "hash": "d0682d4a72c13a4955145aa97fae2e432e40fd1b1bc076f0282bfafe02561b81", + "url": "https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/26.0.0.9/openliberty-26.0.0.9.zip", + "hash": "5695e734b8716119e17b8af2c0cb85e9e2bb704b15144071daf559bd63539127", "extract_dir": "wlp", "bin": [ "bin\\binaryLog.bat", From 0d7c3bb9146155bbdfb1afec47055f439ce10e37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:31:00 +0000 Subject: [PATCH 148/964] single-file-cli: Update to version 2.10.0 --- bucket/single-file-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/single-file-cli.json b/bucket/single-file-cli.json index c9a42dfd858f9a..e6781cbf9cb876 100644 --- a/bucket/single-file-cli.json +++ b/bucket/single-file-cli.json @@ -1,12 +1,12 @@ { - "version": "2.9.2", + "version": "2.10.0", "description": "A command-line tool that allows you to save a web page with all its resources in a single HTML file.", "homepage": "https://github.com/gildas-lormeau/single-file-cli", "license": "AGPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.9.2/single-file.exe", - "hash": "63c5c2a98ff9980e91c9cef861da19857f326ecf65995e078a7185a6dc50ffde" + "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.10.0/single-file.exe", + "hash": "a198deac82e042076f9ff544a5d938842f425af5139bb7f286b4abbd3ea59d3a" } }, "bin": "single-file.exe", From 43f67af2c187710bf545cbd7bb25044f7c767739 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:31:00 +0000 Subject: [PATCH 149/964] wealthfolio: Update to version 3.8.0 --- bucket/wealthfolio.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/wealthfolio.json b/bucket/wealthfolio.json index 1d30a1602a5f96..406a6030397bd0 100644 --- a/bucket/wealthfolio.json +++ b/bucket/wealthfolio.json @@ -1,16 +1,16 @@ { - "version": "3.7.0", + "version": "3.8.0", "description": "A wealth management tool designed to help users track and manage their financial portfolios.", "homepage": "https://wealthfolio.app/", "license": "LGPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/wealthfolio/wealthfolio/releases/download/v3.7.0/Wealthfolio_3.7.0_x64-setup.exe#/dl.7z", - "hash": "625b63c273747e93e90963b041bd304293193b36cd597e2b90985fbd1fe4f2b0" + "url": "https://github.com/wealthfolio/wealthfolio/releases/download/v3.8.0/Wealthfolio_3.8.0_x64-setup.exe#/dl.7z", + "hash": "61969175a3c9a2856f3c1979e5adf78e87c73f4ce86b9ff59f84ee12ea806014" }, "arm64": { - "url": "https://github.com/wealthfolio/wealthfolio/releases/download/v3.7.0/Wealthfolio_3.7.0_arm64-setup.exe#/dl.7z", - "hash": "74a4d02925242b664f0191ef812218575456fcff335ed8671d3195594f18fb3b" + "url": "https://github.com/wealthfolio/wealthfolio/releases/download/v3.8.0/Wealthfolio_3.8.0_arm64-setup.exe#/dl.7z", + "hash": "6072c8dbdd5fa367c76ec0f12661004b7d325b7093880c6a4756c13ccf67c0ee" } }, "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse", From c5530456d508d27734618429670fb4804591db78 Mon Sep 17 00:00:00 2001 From: SABAREESWARAN Date: Mon, 7 Sep 2026 22:32:13 +0530 Subject: [PATCH 150/964] subnetdesk: Add version 1.3.0 (#18683) Co-authored-by: sabareeswarans101 Co-authored-by: z-Fng <54583083+z-Fng@users.noreply.github.com> --- bucket/subnetdesk.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/subnetdesk.json diff --git a/bucket/subnetdesk.json b/bucket/subnetdesk.json new file mode 100644 index 00000000000000..8fcb7a4807f534 --- /dev/null +++ b/bucket/subnetdesk.json @@ -0,0 +1,33 @@ +{ + "version": "1.3.0", + "description": "An independently maintained RustDesk fork built for LANs, routed private networks, and VPNs.", + "homepage": "https://github.com/zibo-chen/SubnetDesk", + "license": "AGPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/zibo-chen/SubnetDesk/releases/download/v1.3.0/subnetdesk-1.3.0-x86_64.exe#/SubnetDesk.exe", + "hash": "4983304016aea917fdfc313d5df686735d904b53318bfabcd1270a94cae5b6ce" + }, + "arm64": { + "url": "https://github.com/zibo-chen/SubnetDesk/releases/download/v1.3.0/subnetdesk-1.3.0-aarch64.exe#/SubnetDesk.exe", + "hash": "86659545df093a4342841f00b2312628b4645df9c4d6c86f68ee5aaf62adf1f4" + } + }, + "shortcuts": [ + [ + "SubnetDesk.exe", + "SubnetDesk" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/zibo-chen/SubnetDesk/releases/download/v$version/subnetdesk-$version-x86_64.exe#/SubnetDesk.exe" + }, + "arm64": { + "url": "https://github.com/zibo-chen/SubnetDesk/releases/download/v$version/subnetdesk-$version-aarch64.exe#/SubnetDesk.exe" + } + } + } +} From 3f2df6cc305bcd0d1f8873529b1c7be72f4451ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:29:04 +0000 Subject: [PATCH 151/964] browseros: Update to version 0.50.3 --- bucket/browseros.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/browseros.json b/bucket/browseros.json index 7481f50de2d2db..12f850cf56b2d2 100644 --- a/bucket/browseros.json +++ b/bucket/browseros.json @@ -1,12 +1,12 @@ { - "version": "0.47.18", + "version": "0.50.3", "description": "BrowserOS is an open-source chromium fork that runs AI agents natively. Your open-source, privacy-first alternative to ChatGPT Atlas, Perplexity Comet, Dia.", "homepage": "https://github.com/browseros-ai/BrowserOS", "license": "AGPL-3.0-only,BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/browseros-ai/BrowserOS/releases/download/v0.47.18/BrowserOS_v0.47.18_x64_installer.exe#/dl.7z", - "hash": "3a35cfe26e98120bc9e07235a113de26d4258c44f485e69cbf08082126c13a01" + "url": "https://github.com/browseros-ai/BrowserOS/releases/download/v0.50.3/BrowserOS_v0.50.3_x64_installer.exe#/dl.7z", + "hash": "3ae8dc6cd7fa8c39760d8c95591147e283705ec7d6f1cc4b02561d2696ef86c7" } }, "installer": { From 4fb8588cd1d8501fe247cfb917fc22130a394548 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:29:04 +0000 Subject: [PATCH 152/964] cockpit-tools: Update to version 1.3.43 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index 3d2aea5fc87fa1..41f8f49999b371 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.42", + "version": "1.3.43", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.42/Cockpit.Tools_1.3.42_x64_en-US.msi", - "hash": "2fff9970590de1cea982b1152a220736b95707d4f5be32eebfc9601347f1723d" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.43/Cockpit.Tools_1.3.43_x64_en-US.msi", + "hash": "e2d306d298340fab91dcb43a1d11be200b0c5c36b53bf354f144c806d2f85d9a" } }, "extract_dir": "PFiles\\Cockpit Tools", From 2772dc58657bfa5d48ea5eec633ce7c58d27cf2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:29:05 +0000 Subject: [PATCH 153/964] converseen: Update to version 0.15.2.8 --- bucket/converseen.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/converseen.json b/bucket/converseen.json index 81245a023ec2ed..54769e8a3faa97 100644 --- a/bucket/converseen.json +++ b/bucket/converseen.json @@ -1,11 +1,11 @@ { - "version": "0.15.2.7", + "version": "0.15.2.8", "description": "Converseen is a batch image converter and resizer", "homepage": "https://github.com/Faster3ck/Converseen", "license": "GPL-3.0-or-later", - "url": "https://github.com/Faster3ck/Converseen/releases/download/v0.15.2.7/converseen-0.15.2.7-1-win32-portable.zip", - "hash": "7ab98dec9c3e1718296cd67ddf657f19470e2e5edf7e2c75f4248734e5e37772", - "extract_dir": "converseen-0.15.2.7-1-win32-portable", + "url": "https://github.com/Faster3ck/Converseen/releases/download/v0.15.2.8/converseen-0.15.2.8-1-win32-portable.zip", + "hash": "ded85ca407bc1b1decc1e0db49e77195374ab9048e2bda33b6447b8f71a8034b", + "extract_dir": "converseen-0.15.2.8-1-win32-portable", "shortcuts": [ [ "converseen.exe", From ed74dd5b537058ca1fb96f3b464a3d876ab09e3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:29:05 +0000 Subject: [PATCH 154/964] gui-for-clash: Update to version 1.27.0 --- bucket/gui-for-clash.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/gui-for-clash.json b/bucket/gui-for-clash.json index 765462e320a276..a1b28be5d39999 100644 --- a/bucket/gui-for-clash.json +++ b/bucket/gui-for-clash.json @@ -1,20 +1,20 @@ { - "version": "1.26.1", + "version": "1.27.0", "description": "A GUI program for Clash developed by vue3 + wails.", "homepage": "https://github.com/GUI-for-Cores/GUI.for.Clash", "license": "GPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/GUI-for-Cores/GUI.for.Clash/releases/download/v1.26.1/GUI.for.Clash-windows-amd64.zip", - "hash": "f6dd9062b9b5bd9efe1decc5f076f7e674c34ae4b16987ef6cbfc7fd6cf40fab" + "url": "https://github.com/GUI-for-Cores/GUI.for.Clash/releases/download/v1.27.0/GUI.for.Clash-windows-amd64.zip", + "hash": "b2aa41461314ec23f4f284ba83171fed4796639427e661e7c786a99faa334f2b" }, "32bit": { - "url": "https://github.com/GUI-for-Cores/GUI.for.Clash/releases/download/v1.26.1/GUI.for.Clash-windows-386.zip", - "hash": "8e966a51938edb0eee9da28e6bb317558740346a554b3133446ffc743614cddb" + "url": "https://github.com/GUI-for-Cores/GUI.for.Clash/releases/download/v1.27.0/GUI.for.Clash-windows-386.zip", + "hash": "a1040b9a216776ee0792971c9ea57fea6f1ea35e2cb7b571f38caaed5e3007bf" }, "arm64": { - "url": "https://github.com/GUI-for-Cores/GUI.for.Clash/releases/download/v1.26.1/GUI.for.Clash-windows-arm64.zip", - "hash": "b125aed4e36d31a168dee7735942c830ac8e86fb23ccf996ad743e06c2bc9533" + "url": "https://github.com/GUI-for-Cores/GUI.for.Clash/releases/download/v1.27.0/GUI.for.Clash-windows-arm64.zip", + "hash": "38cdbdbdfa78878d5929843e345fb2a8beb317a90042d3b17a380ac12b7a8a06" } }, "shortcuts": [ From 6de412c05158e2405c7a16c85fbfdcc094b14acb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:29:05 +0000 Subject: [PATCH 155/964] gui-for-singbox: Update to version 1.27.0 --- bucket/gui-for-singbox.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/gui-for-singbox.json b/bucket/gui-for-singbox.json index 397542cc4a920e..3b918864564866 100644 --- a/bucket/gui-for-singbox.json +++ b/bucket/gui-for-singbox.json @@ -1,20 +1,20 @@ { - "version": "1.26.1", + "version": "1.27.0", "description": "A GUI program for SingBox developed by vue3 + wails.", "homepage": "https://github.com/GUI-for-Cores/GUI.for.SingBox", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/GUI-for-Cores/GUI.for.SingBox/releases/download/v1.26.1/GUI.for.SingBox-windows-amd64.zip", - "hash": "82745eb9ad2b5555b033b4433b24efd5edb4b1da56aa62727bf17861b5fef7c0" + "url": "https://github.com/GUI-for-Cores/GUI.for.SingBox/releases/download/v1.27.0/GUI.for.SingBox-windows-amd64.zip", + "hash": "1bea584344fdbff398a369acb0dc4a28d81329c99660c7716d0e0b5f9b0c7d03" }, "32bit": { - "url": "https://github.com/GUI-for-Cores/GUI.for.SingBox/releases/download/v1.26.1/GUI.for.SingBox-windows-386.zip", - "hash": "0285f5cc8dbd3b918be72cc604cd857a205b21b4b7494712bf2fa6a7bf2d00c9" + "url": "https://github.com/GUI-for-Cores/GUI.for.SingBox/releases/download/v1.27.0/GUI.for.SingBox-windows-386.zip", + "hash": "b5122b24293e9375f0d5f0c2cb75bfc1cff75d1d246a844a425c376c95bf8e63" }, "arm64": { - "url": "https://github.com/GUI-for-Cores/GUI.for.SingBox/releases/download/v1.26.1/GUI.for.SingBox-windows-arm64.zip", - "hash": "532c21846efe845fc3b79e221dafbb552a2e7972985dca173ff65606b5ad8e70" + "url": "https://github.com/GUI-for-Cores/GUI.for.SingBox/releases/download/v1.27.0/GUI.for.SingBox-windows-arm64.zip", + "hash": "63ad5b3e51660887c82e35f7893d955d18081f34fa3c292767b87f493641d8d5" } }, "shortcuts": [ From d0ff25ea449b7558b478517385da1c8d8842f00c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:29:06 +0000 Subject: [PATCH 156/964] kcc: Update to version 11.2.0 --- bucket/kcc.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/kcc.json b/bucket/kcc.json index 2c8f87e3a4c11b..0e3efb4b9f7aa5 100644 --- a/bucket/kcc.json +++ b/bucket/kcc.json @@ -1,5 +1,5 @@ { - "version": "11.1.0", + "version": "11.2.0", "description": "Comic and manga converter for ebook readers.", "homepage": "https://github.com/ciromattia/kcc", "license": "ISC", @@ -11,14 +11,14 @@ "architecture": { "64bit": { "url": [ - "https://github.com/ciromattia/kcc/releases/download/v11.1.0/KCC_11.1.0.exe#/KCC.exe", - "https://github.com/ciromattia/kcc/releases/download/v11.1.0/KCC_c2e_11.1.0.exe#/kcc-c2e.exe", - "https://github.com/ciromattia/kcc/releases/download/v11.1.0/KCC_c2p_11.1.0.exe#/kcc-c2p.exe" + "https://github.com/ciromattia/kcc/releases/download/v11.2.0/KCC_11.2.0.exe#/KCC.exe", + "https://github.com/ciromattia/kcc/releases/download/v11.2.0/KCC_c2e_11.2.0.exe#/kcc-c2e.exe", + "https://github.com/ciromattia/kcc/releases/download/v11.2.0/KCC_c2p_11.2.0.exe#/kcc-c2p.exe" ], "hash": [ - "843e4f2b3aeef2a54e25b67b1d6157faaa89ea298363a3c36ea7758c536f6569", - "89c78a492ec72ec34045b378863e1d098850d5e4da9f2a0e76d45b1b60f121f7", - "893b0be1edc2ac3c59b1f3f0a21b894443a6ec9d06836532ea1180ee750a8b9e" + "a40ac9bd6197b37185bee4628abcdb9442509d2ff4aeff2737f2189dfcbae242", + "4b68dc090a700b8dd7b997942bfd4df8a8715e22bdf1294a61ca59c9c4fedba8", + "7557e85fef5ce20b4b623c2f6fa3710a67a20abf1c72a3acfde4a1ab50b1ff3d" ] } }, From 783887e93e5b327e5d45d78585b9525526f3a858 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:29:06 +0000 Subject: [PATCH 157/964] moor: Update to version 2.19.0 --- bucket/moor.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/moor.json b/bucket/moor.json index 99b8f74f4f7ac0..9c1653821cba2b 100644 --- a/bucket/moor.json +++ b/bucket/moor.json @@ -1,12 +1,12 @@ { - "version": "2.18.0", + "version": "2.19.0", "description": "A pager designed to work without any configuration", "homepage": "https://github.com/walles/moar/", "license": "BSD-2-Clause-Views", "architecture": { "64bit": { - "url": "https://github.com/walles/moor/releases/download/v2.18.0/moor-v2.18.0-windows-amd64.exe#/moor.exe", - "hash": "61c060cb24538d9f532c901795d3c15ff4c1522183f3f7bb32f28a5269b75fed" + "url": "https://github.com/walles/moor/releases/download/v2.19.0/moor-v2.19.0-windows-amd64.exe#/moor.exe", + "hash": "afd8cb8f06356f9d2d9c1a8d9d0c04cce68d23ae5f9bbe747ef16daf642dd45d" } }, "bin": "moor.exe", From c846d758ae9b84cd546a2314ace24baf6b5aa8f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:29:06 +0000 Subject: [PATCH 158/964] plezy: Update to version 2.19.1 --- bucket/plezy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/plezy.json b/bucket/plezy.json index 0d58e7bb74d473..fdd4de6318fcd0 100644 --- a/bucket/plezy.json +++ b/bucket/plezy.json @@ -1,5 +1,5 @@ { - "version": "2.19.0", + "version": "2.19.1", "description": "Modern Plex client built with Flutter.", "homepage": "https://plezy.app", "license": "GPL-3.0-only", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/edde746/plezy/releases/download/2.19.0/plezy-windows-x64-portable.7z", - "hash": "4053eb5b6d9bd1557b7458c6289e7c33bdc53c479a0dcd1fe83dcc775a11617a" + "url": "https://github.com/edde746/plezy/releases/download/2.19.1/plezy-windows-x64-portable.7z", + "hash": "c2587633d2fe737324e32ec905a82f26c25ec2e7b5414e6620ea3bcdb727a6f4" }, "arm64": { - "url": "https://github.com/edde746/plezy/releases/download/2.19.0/plezy-windows-arm64-portable.7z", - "hash": "2f5cfe62c07d47de2c2c2c533dd4c88ec522efba58a5cccf7e1607566ab02dd5" + "url": "https://github.com/edde746/plezy/releases/download/2.19.1/plezy-windows-arm64-portable.7z", + "hash": "54d8ab7052180bdb64dea4fda37feafb7028c2913009db7baee74f3f602b48a7" } }, "shortcuts": [ From 4ea7a832a62f5ba260b1f14669c93c113df66a2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:29:07 +0000 Subject: [PATCH 159/964] pycharm: Update to version 2026.2.2-262.10315.174 --- bucket/pycharm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/pycharm.json b/bucket/pycharm.json index 40c85363830121..1d235fe21f4b4d 100644 --- a/bucket/pycharm.json +++ b/bucket/pycharm.json @@ -1,5 +1,5 @@ { - "version": "2026.2.1-262.9437.214", + "version": "2026.2.2-262.10315.174", "description": "Cross-Platform IDE for Python by JetBrains.", "homepage": "https://www.jetbrains.com/pycharm/", "license": { @@ -13,8 +13,8 @@ ], "architecture": { "64bit": { - "url": "https://download.jetbrains.com/python/pycharm-2026.2.1.win.zip", - "hash": "83378ec32fd4c4090f4544038043da157bd54a1688f071aa4791ec1a43fd72ed", + "url": "https://download.jetbrains.com/python/pycharm-2026.2.2.win.zip", + "hash": "cdfb7817559fd06e3708a6f382bcd3738dd7cc3c31a7f9d0318c146feec952db", "bin": [ [ "IDE\\bin\\pycharm64.exe", @@ -29,8 +29,8 @@ ] }, "arm64": { - "url": "https://download.jetbrains.com/python/pycharm-2026.2.1-aarch64.win.zip", - "hash": "1e3642349630d8eb275cabeec3eb6ba547e1e28e8190201381775a436ab2f2b4", + "url": "https://download.jetbrains.com/python/pycharm-2026.2.2-aarch64.win.zip", + "hash": "c05c188f233b3b8269a47d35ef15c3d273500717cfaf9840b9a6eeef64465ed4", "bin": [ [ "IDE\\bin\\pycharm64.exe", From e65e25a6ff1ab664579181cb719f6db3e55b7a28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:29:07 +0000 Subject: [PATCH 160/964] qownnotes: Update to version 26.9.2 --- bucket/qownnotes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/qownnotes.json b/bucket/qownnotes.json index 14dd4d5465acb6..5b5389813a84d5 100644 --- a/bucket/qownnotes.json +++ b/bucket/qownnotes.json @@ -1,12 +1,12 @@ { - "version": "26.9.1", + "version": "26.9.2", "description": "Plain-text notepad and todo-list manager with markdown support and Nextcloud / ownCloud integration", "homepage": "https://www.qownnotes.org/", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://github.com/pbek/QOwnNotes/releases/download/v26.9.1/QOwnNotes.zip", - "hash": "b0e758d34afd1368e51f8cff7c13f6b280a5a34a77d3497e645b2c2c05e5ce45" + "url": "https://github.com/pbek/QOwnNotes/releases/download/v26.9.2/QOwnNotes.zip", + "hash": "d343f3086481846322b444591b7adbed06e8208add19ba4792e3dda8bcac7103" } }, "shortcuts": [ From bddd08538d79c14d2ddd29632206ea20dd832503 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:29:08 +0000 Subject: [PATCH 161/964] tinynvidiaupdatechecker: Update to version 1.26.1 --- bucket/tinynvidiaupdatechecker.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinynvidiaupdatechecker.json b/bucket/tinynvidiaupdatechecker.json index 17f9feef186c20..25ee7bfce44bef 100644 --- a/bucket/tinynvidiaupdatechecker.json +++ b/bucket/tinynvidiaupdatechecker.json @@ -1,13 +1,13 @@ { - "version": "1.26.0", + "version": "1.26.1", "description": "NVIDIA GPU driver updater", "homepage": "https://github.com/HawaiiBeach/TinyNvidiaUpdateChecker", "license": "GPL-3.0-or-later", "suggest": { ".NET Desktop Runtime 8.0": "versions/windowsdesktop-runtime-8.0" }, - "url": "https://github.com/HawaiiBeach/TinyNvidiaUpdateChecker/releases/download/v1.26.0/TinyNvidiaUpdateChecker.exe", - "hash": "893a833fd570940b29c89479ef57fea7cafe36aced9cc9a8eacc167b1059661a", + "url": "https://github.com/HawaiiBeach/TinyNvidiaUpdateChecker/releases/download/v1.26.1/TinyNvidiaUpdateChecker.exe", + "hash": "b252854cfc33450bd618c4ef7b4d856fb44c95c11232760b1f1dd38f80647427", "bin": "TinyNvidiaUpdateChecker.exe", "shortcuts": [ [ From 51b4c59b708860a5e489503e74150c308dbb24a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:29:08 +0000 Subject: [PATCH 162/964] wsl2-distro-manager: Update to version 2.0.1 --- bucket/wsl2-distro-manager.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wsl2-distro-manager.json b/bucket/wsl2-distro-manager.json index 19628f4ff838db..7cce077055fbb8 100644 --- a/bucket/wsl2-distro-manager.json +++ b/bucket/wsl2-distro-manager.json @@ -1,12 +1,12 @@ { - "version": "2.0.0", + "version": "2.0.1", "description": "A quick way to manage your WSL instances with a GUI.", "homepage": "https://github.com/bostrot/wsl2-distro-manager", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/bostrot/wsl2-distro-manager/releases/download/v2.0.0/wsl2-distro-manager-v2.0.0.zip", - "hash": "5804da401397dc05972cfa1f464976d6c68ad04eda002e0272a096bf53055635" + "url": "https://github.com/bostrot/wsl2-distro-manager/releases/download/v2.0.1/wsl2-distro-manager-v2.0.1.zip", + "hash": "b6bb31ed154d006a5add771acdc42e01da1c4c8b9f15e4309d58aad6a20ce2ea" } }, "shortcuts": [ From cec7cd0835ad7a8c3ee61950e205b35586e534f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 01:03:50 +0000 Subject: [PATCH 163/964] cockpit-tools: Update to version 1.3.42 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index 41f8f49999b371..3d2aea5fc87fa1 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.43", + "version": "1.3.42", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.43/Cockpit.Tools_1.3.43_x64_en-US.msi", - "hash": "e2d306d298340fab91dcb43a1d11be200b0c5c36b53bf354f144c806d2f85d9a" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.42/Cockpit.Tools_1.3.42_x64_en-US.msi", + "hash": "2fff9970590de1cea982b1152a220736b95707d4f5be32eebfc9601347f1723d" } }, "extract_dir": "PFiles\\Cockpit Tools", From be361161ee2c9b83f3345a7992d61c7d64305deb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 01:03:50 +0000 Subject: [PATCH 164/964] eclipse-committers: Update to version 2026-09 --- bucket/eclipse-committers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eclipse-committers.json b/bucket/eclipse-committers.json index c9692648b2a17c..f9bcf470bf4495 100644 --- a/bucket/eclipse-committers.json +++ b/bucket/eclipse-committers.json @@ -1,12 +1,12 @@ { - "version": "2026-06", + "version": "2026-09", "description": "Eclipse IDE for Eclipse Committers", "homepage": "https://www.eclipse.org", "license": "EPL-1.0", "architecture": { "64bit": { - "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-06/R/eclipse-committers-2026-06-R-win32-x86_64.zip", - "hash": "sha512:5b5c2678a731a969d15ecf646c71afca7918c154c4ffc84e56ddc27be85a9c7e18c05dec726e2d4c8da8799c1c1e69a2e23c83a9c6eba33a031334d95d4f5c27" + "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-09/R/eclipse-committers-2026-09-R-win32-x86_64.zip", + "hash": "sha512:031903d648fc14a0d5ad8c85a1ee180a336476983e24c593fa8ad9c1fe525463f39bb618f97e904931f3dbd0682000a4b884ddc8b3b870e81030cc176f2bbf68" } }, "extract_dir": "eclipse", From fe3bd293d9f281912b0c24276d1d11c61ebb5013 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 01:03:50 +0000 Subject: [PATCH 165/964] eclipse-cpp: Update to version 2026-09 --- bucket/eclipse-cpp.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eclipse-cpp.json b/bucket/eclipse-cpp.json index 06478496a28a23..9678cf3d655e23 100644 --- a/bucket/eclipse-cpp.json +++ b/bucket/eclipse-cpp.json @@ -1,12 +1,12 @@ { - "version": "2026-06", + "version": "2026-09", "description": "Eclipse IDE for C and C++ Developers", "homepage": "https://www.eclipse.org", "license": "EPL-1.0", "architecture": { "64bit": { - "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-06/R/eclipse-cpp-2026-06-R-win32-x86_64.zip", - "hash": "sha512:91bfb18ac2f2a1330ce14491a60d89fd71b11d27e2a3272bc5b5e370bef3a536925ccb12b0fa82160a47f14494b7519e698409007b2e007b0f8739af7e69b353" + "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-09/R/eclipse-cpp-2026-09-R-win32-x86_64.zip", + "hash": "sha512:d3e633574fb3a9ef0ffafe437a88bc4de98d88b9ad545a47f0b27485359d97e9183b7b860085eaf6096eb3c608cd9c4294cbd2f9eb95e432e13f1194aa8e1635" } }, "extract_dir": "eclipse", From 651a2d33632380ad2722ee8e59baef2ed6fb9864 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 01:03:51 +0000 Subject: [PATCH 166/964] eclipse-dsl: Update to version 2026-09 --- bucket/eclipse-dsl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eclipse-dsl.json b/bucket/eclipse-dsl.json index f8a1e54dc8c84f..9d190fa7317ea6 100644 --- a/bucket/eclipse-dsl.json +++ b/bucket/eclipse-dsl.json @@ -1,12 +1,12 @@ { - "version": "2026-06", + "version": "2026-09", "description": "Eclipse IDE for Java and DSL Developers", "homepage": "https://www.eclipse.org", "license": "EPL-1.0", "architecture": { "64bit": { - "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-06/R/eclipse-dsl-2026-06-R-win32-x86_64.zip", - "hash": "sha512:5b33e7bd632ad4a92249f3f83ad346889efb035838a1a97d48a9c8451eb72a34b4e7cae2ffef7be28d02ef9bc198917cc1f8869c4ab6aaab95baf07547a9a805" + "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-09/R/eclipse-dsl-2026-09-R-win32-x86_64.zip", + "hash": "sha512:f4fba97686237379663f0da41a2b547979e12e554387de2b517879d5fa4cbfa59b13e56630daf7595b2de59c11ae32df99ffdc3e041307dfd9c6f0ed8e74b2e6" } }, "extract_dir": "eclipse", From ae9f2a5beec69441af3e6709cb5481c02375e420 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 01:03:51 +0000 Subject: [PATCH 167/964] eclipse-jee: Update to version 2026-09 --- bucket/eclipse-jee.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eclipse-jee.json b/bucket/eclipse-jee.json index 1bc2d48b2eb71e..a4c14879d6daf8 100644 --- a/bucket/eclipse-jee.json +++ b/bucket/eclipse-jee.json @@ -1,12 +1,12 @@ { - "version": "2026-06", + "version": "2026-09", "description": "Eclipse IDE for Java EE Developers", "homepage": "https://www.eclipse.org", "license": "EPL-1.0", "architecture": { "64bit": { - "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-06/R/eclipse-jee-2026-06-R-win32-x86_64.zip", - "hash": "sha512:ffc5f9918631b9ea1f0f3bac0efa6515e7cb17778c7c985faf44d4667b8f4d39e3445d722746b6d20838b955dac29c1f66ac1b814ed19f3887ae24993ccc3478" + "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-09/R/eclipse-jee-2026-09-R-win32-x86_64.zip", + "hash": "sha512:ac8c00f5e85d0d40b998e3a17b081273afcbc16da92d7663a008db9fc9e234386ba4cc6d63e1c6d33f6cbbe50c4f0081bd902c2d5dc20b1e97c57880f08fe581" } }, "extract_dir": "eclipse", From 6de9d815c9cab7f1be67a7968f87d7918992d62f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 01:03:51 +0000 Subject: [PATCH 168/964] eclipse-modeling: Update to version 2026-09 --- bucket/eclipse-modeling.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eclipse-modeling.json b/bucket/eclipse-modeling.json index 1532002c99f316..9d7a7d490e3a09 100644 --- a/bucket/eclipse-modeling.json +++ b/bucket/eclipse-modeling.json @@ -1,12 +1,12 @@ { - "version": "2026-06", + "version": "2026-09", "description": "Eclipse Modeling Tools", "homepage": "https://www.eclipse.org", "license": "EPL-1.0", "architecture": { "64bit": { - "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-06/R/eclipse-modeling-2026-06-R-win32-x86_64.zip", - "hash": "sha512:bd618ccbfa4e5d0f11c8ebee2ff22f59aad1824875a792887b26a12977d725d18438515d558b651000e86ed3c51dd16e33ffd5f47dabebe7423dad1e80f8f025" + "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-09/R/eclipse-modeling-2026-09-R-win32-x86_64.zip", + "hash": "sha512:0fce50604679aa668f66a28c1be0cfa56263d83157389ad5fac39c905470dcb0f277d160afa8ab3217563c98aa87d726a7d328bbd864a313ddfee0f13e6b8cf9" } }, "extract_dir": "eclipse", From bfe5301ccbd5a680ede3de39bff1b061acd2e557 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 01:03:52 +0000 Subject: [PATCH 169/964] eclipse-php: Update to version 2026-09 --- bucket/eclipse-php.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eclipse-php.json b/bucket/eclipse-php.json index 48239b1863a33b..14115100ee6746 100644 --- a/bucket/eclipse-php.json +++ b/bucket/eclipse-php.json @@ -1,12 +1,12 @@ { - "version": "2026-06", + "version": "2026-09", "description": "Eclipse IDE for PHP Developers", "homepage": "https://www.eclipse.org", "license": "EPL-1.0", "architecture": { "64bit": { - "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-06/R/eclipse-php-2026-06-R-win32-x86_64.zip", - "hash": "sha512:0201dcb1f132ef2a5471e6222e6296c9ad5e059246d08727140796b850490c1c969fa4760d2c90dcdab2ab0bf176853ad4249c46370c6ca220d95afd7f470bff" + "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-09/R/eclipse-php-2026-09-R-win32-x86_64.zip", + "hash": "sha512:822ecced73d255eb86f1fbf682f0be4665efbc7534f478dca3c2bd8d508c8267ba7316dfc8bfde7edc263adebe692ec94d93c1663028584ae89747ebdcda23d9" } }, "extract_dir": "eclipse", From a726b479ee6219ebea46a477a3f341cc24aef0ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 01:03:52 +0000 Subject: [PATCH 170/964] eclipse-rcp: Update to version 2026-09 --- bucket/eclipse-rcp.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eclipse-rcp.json b/bucket/eclipse-rcp.json index ff76b331f9fa0d..d693ca24d197dc 100644 --- a/bucket/eclipse-rcp.json +++ b/bucket/eclipse-rcp.json @@ -1,12 +1,12 @@ { - "version": "2026-06", + "version": "2026-09", "description": "Eclipse IDE for RCP and RAP Developers", "homepage": "https://www.eclipse.org", "license": "EPL-1.0", "architecture": { "64bit": { - "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-06/R/eclipse-rcp-2026-06-R-win32-x86_64.zip", - "hash": "sha512:ea61149e0a44464db11c3ab771bb9b1ea51bd67d5fc29d0809a5594eba6546984555b6fd061f72392bc65b8ced7b4b284969f16330915d1eb6a774cb6bd8368f" + "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-09/R/eclipse-rcp-2026-09-R-win32-x86_64.zip", + "hash": "sha512:24af50884d1341ba5d30070f0f877bb1a405a613dd50fdf759e380011aa7289e0b891d79c95ffd2f5a7e77aa279023acad72f72f0fdc4438043f20417ae46eaa" } }, "extract_dir": "eclipse", From cd439d56f659d7383098dea69886ca92b1ec58b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 01:03:53 +0000 Subject: [PATCH 171/964] eclipse-scout: Update to version 2026-09 --- bucket/eclipse-scout.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eclipse-scout.json b/bucket/eclipse-scout.json index 9ee96ee109c2f2..dde1c6b4a30708 100644 --- a/bucket/eclipse-scout.json +++ b/bucket/eclipse-scout.json @@ -1,12 +1,12 @@ { - "version": "2026-06", + "version": "2026-09", "description": "Eclipse IDE for Scout Developers", "homepage": "https://www.eclipse.org", "license": "EPL-1.0", "architecture": { "64bit": { - "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-06/R/eclipse-scout-2026-06-R-win32-x86_64.zip", - "hash": "sha512:160cfb08618cbe6acfc136e649add1edf6537a64eb542e02f13e643ddcb41d68a4b1b0a8c22723fd98e133bebf1a769fa51eb6b020744e0dca25325a2f36310b" + "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-09/R/eclipse-scout-2026-09-R-win32-x86_64.zip", + "hash": "sha512:41e7254d516740c549fff1c7d3d73f763501ed4691fcc31f8b0dd720488e15c10ad9cfa440eeedcdb1368fa9e7d793429385fd321236ff7cb1c1cd7de2d3a3a0" } }, "extract_dir": "eclipse", From 74cd08a28f0d263020625a874dcca22930f91bd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 01:03:53 +0000 Subject: [PATCH 172/964] readest: Update to version 0.12.8 --- bucket/readest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/readest.json b/bucket/readest.json index dee31215f7dd7f..33996ef061e42e 100644 --- a/bucket/readest.json +++ b/bucket/readest.json @@ -1,5 +1,5 @@ { - "version": "0.12.6", + "version": "0.12.8", "description": "An open-source ebook reader designed for immersive and deep reading experiences", "homepage": "https://readest.com/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/readest/readest/releases/download/v0.12.6/Readest_0.12.6_x64-portable.exe#/Readest.exe", - "hash": "60fe7029f665ec7be37f208cf3128e8826dc2a0c88bd43c3610a6a6c57253a94" + "url": "https://github.com/readest/readest/releases/download/v0.12.8/Readest_0.12.8_x64-portable.exe#/Readest.exe", + "hash": "d32bd280a085bc1aaac8d65dc5bbc21662a089dee3187bcf858bf6b7b87277fd" }, "arm64": { - "url": "https://github.com/readest/readest/releases/download/v0.12.6/Readest_0.12.6_arm64-portable.exe#/Readest.exe", - "hash": "8e4580a4d67c32c17275211312677527c4a08a8e5adc08ca3fb536ed4bfaf9ed" + "url": "https://github.com/readest/readest/releases/download/v0.12.8/Readest_0.12.8_arm64-portable.exe#/Readest.exe", + "hash": "643520d882417882bf32d0c55410994779d6b190eafdc8d04cfa1d4e6c551d3e" } }, "pre_install": [ From f3dc5307c56200a10359d1b0587b74e5a06ff812 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 01:03:53 +0000 Subject: [PATCH 173/964] t3code: Update to version 0.0.40 --- bucket/t3code.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/t3code.json b/bucket/t3code.json index feec57223c9c2a..a5fa58503b29ad 100644 --- a/bucket/t3code.json +++ b/bucket/t3code.json @@ -1,12 +1,12 @@ { - "version": "0.0.39", + "version": "0.0.40", "description": "Desktop app for orchestrating AI coding agents like Claude Code, Codex, Cursor CLI and OpenCode", "homepage": "https://t3.codes", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/pingdotgg/t3code/releases/download/v0.0.39/T3-Code-0.0.39-x64.exe#/dl.7z", - "hash": "sha512:24efb743aa67692195ca5a01a95d455025b656681e706e5c5dbbe27105177befe2488c5fc6cdb7d7163bc2ec0b22892bf79e3a0695e5b84b8f8841c4a04f4299", + "url": "https://github.com/pingdotgg/t3code/releases/download/v0.0.40/T3-Code-0.0.40-x64.exe#/dl.7z", + "hash": "sha512:5f4826bd89778b8436d74ea1a925ad066d7a540ca6d93a55ae99438610a5fcecf37faba9e3a33b54f2e29c524722dd5150d3db13cdb64eb67385023ce2abe0af", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\", \"$dir\\*.nsi\" -Recurse" From bd058e39e828c6e4e198d8406247c79d60470505 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 04:33:35 +0000 Subject: [PATCH 174/964] jellyfin: Update to version 12.0 --- bucket/jellyfin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jellyfin.json b/bucket/jellyfin.json index 1840ec4d81118b..80f9ebbcd4f3ad 100644 --- a/bucket/jellyfin.json +++ b/bucket/jellyfin.json @@ -1,5 +1,5 @@ { - "version": "10.11.11", + "version": "12.0", "description": "Software Media System", "homepage": "https://jellyfin.org", "license": "GPL-2.0-only", @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://repo.jellyfin.org/files/server/windows/stable/v10.11.11/amd64/jellyfin_10.11.11-amd64.zip", - "hash": "md5:e4e95b8cf496001551b5c8daf50414d9" + "url": "https://repo.jellyfin.org/files/server/windows/stable/v12.0/amd64/jellyfin_12.0-amd64.zip", + "hash": "md5:26a0bcbace809e3fed8476f5fd217a90" }, "arm64": { - "url": "https://repo.jellyfin.org/files/server/windows/stable/v10.11.11/arm64/jellyfin_10.11.11-arm64.zip", - "hash": "md5:c0c203f934bcbce46eef4529d11e6711" + "url": "https://repo.jellyfin.org/files/server/windows/stable/v12.0/arm64/jellyfin_12.0-arm64.zip", + "hash": "md5:b7f2fc12f9847f41091c9c9b274a4fc3" } }, "extract_dir": "jellyfin", From d817090bc978d1daace56f2e738149908b7d5aec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 04:33:35 +0000 Subject: [PATCH 175/964] kubelogin: Update to version 1.36.4 --- bucket/kubelogin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubelogin.json b/bucket/kubelogin.json index bef643e179c7b5..f990365945256e 100644 --- a/bucket/kubelogin.json +++ b/bucket/kubelogin.json @@ -1,12 +1,12 @@ { - "version": "1.36.3", + "version": "1.36.4", "description": "kubectl plugin for Kubernetes OpenID Connect authentication (kubectl oidc-login)", "homepage": "https://github.com/int128/kubelogin", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/int128/kubelogin/releases/download/v1.36.3/kubelogin_windows_amd64.zip", - "hash": "6f1ea25914fb5c1ae7c48bcb688bea37e54960a6143208c35b4fb506ac947611" + "url": "https://github.com/int128/kubelogin/releases/download/v1.36.4/kubelogin_windows_amd64.zip", + "hash": "a68be8ff153a7d3df1de19f272a9879164f55b8bb39298859d0e20c9e2c414ad" } }, "bin": [ From ec36f6be5c183f186f483196ef660f7937a55ed8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 04:33:36 +0000 Subject: [PATCH 176/964] ldplayer: Update to version 14.0.25.2 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index fb6064754eb039..2634f51d1b2e89 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.1", + "version": "14.0.25.2", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", - "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", + "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From f7b8f58c9fa9b75b9640d7d09676ed7ec812943d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 04:33:36 +0000 Subject: [PATCH 177/964] mpv-git: Update to version 202609080429 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index a3f3b99c900693..f50221f84cf88e 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609071428", + "version": "202609080429", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-07-87b8d352d2/mpv-x86_64-20260907-git-87b8d352d2.7z", - "hash": "c3aa7751eda1cfe7f5f9971bd1f7303a1f78929f5d284a0a105aaaa499d11d29" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-08-7e4cb538a3/mpv-x86_64-20260908-git-7e4cb538a3.7z", + "hash": "af41a28e8084e9af70cf0b76731adb4090244256ac9dd0f5c6428b28972b5770" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-07-87b8d352d2/mpv-aarch64-20260907-git-87b8d352d2.7z", - "hash": "42d289a2bb0b06540c55482d2c01f22c98ba73648f1e1db779d060586add1cc8" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-08-7e4cb538a3/mpv-aarch64-20260908-git-7e4cb538a3.7z", + "hash": "f743f9a055ee919ea54d749c7b0dedf3acbad0e3d8c909c9a60b3aaf8be187c4" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From d5ce66b24310775eb3d8753dafc19697638913b8 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 8 Sep 2026 14:59:09 +0800 Subject: [PATCH 178/964] gonavi(-cli): Persist settings and add CLI (#18711) --- bucket/gonavi-cli.json | 36 ++++++++++++++++++++++++++++++++++++ bucket/gonavi.json | 30 ++++++++++++++++++++++-------- 2 files changed, 58 insertions(+), 8 deletions(-) create mode 100644 bucket/gonavi-cli.json diff --git a/bucket/gonavi-cli.json b/bucket/gonavi-cli.json new file mode 100644 index 00000000000000..6ae1c1ae0b1ed7 --- /dev/null +++ b/bucket/gonavi-cli.json @@ -0,0 +1,36 @@ +{ + "version": "0.9.7", + "description": "A modern lightweight database client built with Wails and React. (CLI)", + "homepage": "https://gonavi.org", + "license": "Apache-2.0", + "suggest": { + "GoNavi": "extras/gonavi" + }, + "architecture": { + "64bit": { + "url": "https://github.com/Syngnat/GoNavi/releases/download/v0.9.7/gonavi-cli_0.9.7_windows_amd64.zip", + "hash": "bd48b37822fec78f39bfbbc4d17b462f14ba450b1713e47ca01ca3d53d36aced" + }, + "arm64": { + "url": "https://github.com/Syngnat/GoNavi/releases/download/v0.9.7/gonavi-cli_0.9.7_windows_arm64.zip", + "hash": "72baddbf31d0897cd57b459bf3bc6f2099ab43906eb7dfd50d224c6cf1b97b2b" + } + }, + "bin": "gonavi.exe", + "checkver": { + "github": "https://github.com/Syngnat/GoNavi" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Syngnat/GoNavi/releases/download/v$version/gonavi-cli_$version_windows_amd64.zip" + }, + "arm64": { + "url": "https://github.com/Syngnat/GoNavi/releases/download/v$version/gonavi-cli_$version_windows_arm64.zip" + } + }, + "hash": { + "url": "$baseurl/gonavi-cli_$version_checksums.txt" + } + } +} diff --git a/bucket/gonavi.json b/bucket/gonavi.json index b5972863dec7d6..7d3912c73f2d03 100644 --- a/bucket/gonavi.json +++ b/bucket/gonavi.json @@ -1,7 +1,7 @@ { "version": "0.9.7", "description": "A modern lightweight database client built with Wails and React.", - "homepage": "https://github.com/Syngnat/GoNavi", + "homepage": "https://gonavi.org", "license": "Apache-2.0", "suggest": { "vcredist": "extras/vcredist2022", @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Syngnat/GoNavi/releases/download/v0.9.7/GoNavi-0.9.7-Windows-Amd64-Portable.exe#/GoNavi.exe", - "hash": "1c952d8ad99235eb32107b57ae734464accbf6acceac673a3698ad3434c7ccca" + "url": "https://github.com/Syngnat/GoNavi/releases/download/v0.9.7/GoNavi-0.9.7-Windows-Amd64-Portable.zip", + "hash": "e76e60e2f21dfefb164221279ae93a1dad6a39c27d68361346f959a03fad17b6" }, "arm64": { - "url": "https://github.com/Syngnat/GoNavi/releases/download/v0.9.7/GoNavi-0.9.7-Windows-Arm64-Portable.exe#/GoNavi.exe", - "hash": "1098126fa09f722f490475625fae6aef441efc2d6b6fb9fb4e9749cbfdce1f33" + "url": "https://github.com/Syngnat/GoNavi/releases/download/v0.9.7/GoNavi-0.9.7-Windows-Arm64-Portable.zip", + "hash": "9af7f5706e90624a437528cf4258c0dce576ef7f8245aed21813f0510298a8ca" } }, "shortcuts": [ @@ -23,14 +23,28 @@ "GoNavi" ] ], - "checkver": "github", + "post_install": [ + "if (Test-Path $env:USERPROFILE\\.gonavi) {", + " Write-Host \"`r`nMove config from non-portable version...\"", + " Copy-Item -Path $env:USERPROFILE\\.gonavi\\* -Destination \"$persist_dir\\data\" -Force -Recurse -ErrorAction Stop | Out-Null", + " Remove-Item $env:USERPROFILE\\.gonavi -Force -Recurse", + "}" + ], + "env_set": { + "GONAVI_DATA_ROOT": "$dir\\data", + "GONAVI_LOG_DIR": "$dir\\data\\logs" + }, + "persist": "data", + "checkver": { + "github": "https://github.com/Syngnat/GoNavi" + }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/Syngnat/GoNavi/releases/download/v$version/GoNavi-$version-Windows-Amd64-Portable.exe#/GoNavi.exe" + "url": "https://github.com/Syngnat/GoNavi/releases/download/v$version/GoNavi-$version-Windows-Amd64-Portable.zip" }, "arm64": { - "url": "https://github.com/Syngnat/GoNavi/releases/download/v$version/GoNavi-$version-Windows-Arm64-Portable.exe#/GoNavi.exe" + "url": "https://github.com/Syngnat/GoNavi/releases/download/v$version/GoNavi-$version-Windows-Arm64-Portable.zip" } }, "hash": { From 42f1505004fe8aa3536110d5b3515a566a89466f Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 8 Sep 2026 14:59:40 +0800 Subject: [PATCH 179/964] navop: Add version 0.16.1 (#18709) --- bucket/navop.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 bucket/navop.json diff --git a/bucket/navop.json b/bucket/navop.json new file mode 100644 index 00000000000000..821b90355bf34f --- /dev/null +++ b/bucket/navop.json @@ -0,0 +1,42 @@ +{ + "version": "0.16.1", + "description": "A native, all-in-one workspace for databases, SSH, SFTP, terminals, remote desktop, monitoring, and AI.", + "homepage": "https://navop.dev", + "license": { + "identifier": "Apache-2.0,Navop", + "url": "https://github.com/feigeCode/navop/blob/main/NAVOP_LICENSE" + }, + "architecture": { + "64bit": { + "url": "https://github.com/feigeCode/navop/releases/download/v0.16.1/navop-0.16.1-windows-x64-portable.zip", + "hash": "1ba8659808ba0d978f2f0d2dc665d2e1c13f5d2d85318a32fac62d8f7985ac4d" + }, + "32bit": { + "url": "https://github.com/feigeCode/navop/releases/download/v0.16.1/navop-0.16.1-win32-portable.zip", + "hash": "1307a42876aa7266193710a3ea965d5954a326aa078ef7af746f25570d14a1bb" + } + }, + "shortcuts": [ + [ + "navop.exe", + "Navop" + ] + ], + "persist": "data", + "checkver": { + "github": "https://github.com/feigeCode/navop" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/feigeCode/navop/releases/download/v$version/navop-$version-windows-x64-portable.zip" + }, + "32bit": { + "url": "https://github.com/feigeCode/navop/releases/download/v$version/navop-$version-win32-portable.zip" + } + }, + "hash": { + "url": "$baseurl/sha256sums.txt" + } + } +} From e81ad0472187753678fe522c8f372c18d2e4a1b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 08:36:41 +0000 Subject: [PATCH 180/964] postman: Update to version 12.27.1 --- bucket/postman.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postman.json b/bucket/postman.json index c2b3697d0ea333..1f7803fa34f4f3 100644 --- a/bucket/postman.json +++ b/bucket/postman.json @@ -1,5 +1,5 @@ { - "version": "12.27.0", + "version": "12.27.1", "description": "Complete API development environment.", "homepage": "https://www.getpostman.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://dl.pstmn.io/download/12.27.0/Postman%20v12.27.0%20(x64).exe#/dl.7z", - "hash": "sha1:70854a06287ef7ade3992a920344f175878be706" + "url": "https://dl.pstmn.io/download/12.27.1/Postman%20v12.27.1%20(x64).exe#/dl.7z", + "hash": "sha1:4ae4cdbb4543b1006d8790c5a2c76a787087f74a" } }, "installer": { From 105254e77a5e5753063c52818c0f35d34bea8946 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 08:36:41 +0000 Subject: [PATCH 181/964] tinta: Update to version 3.5.6 --- bucket/tinta.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinta.json b/bucket/tinta.json index 5ac4ab5c11e235..bdcd795d691a38 100644 --- a/bucket/tinta.json +++ b/bucket/tinta.json @@ -1,12 +1,12 @@ { - "version": "3.5.5", + "version": "3.5.6", "description": "Fast, lightweight Markdown and Mermaid viewer.", "homepage": "https://tinta.cc", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/oipoistar/tinta/releases/download/v3.5.5/tinta.exe", - "hash": "2f5c74818c5de0e50c90ba4d9983cd08d98b68e8ccd22482acbaeaa91640dff4" + "url": "https://github.com/oipoistar/tinta/releases/download/v3.5.6/tinta.exe", + "hash": "715229acd8d647caf54a7dfa440a7d47ab613257180905196940b9aa8029e20a" } }, "bin": "tinta.exe", From d4b80af969de3d723f1ff0f72c98403719969368 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 08:36:42 +0000 Subject: [PATCH 182/964] webex: Update to version 46.9.0.35800 --- bucket/webex.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/webex.json b/bucket/webex.json index 3aa8321e1b4fde..b5a268256c0161 100644 --- a/bucket/webex.json +++ b/bucket/webex.json @@ -1,5 +1,5 @@ { - "version": "46.9.0.35771", + "version": "46.9.0.35800", "description": "Video and audio conferencing", "homepage": "https://www.webex.com/", "license": { From 0c7296528f1a62cad800bd6d0ffeb7cb6272aabc Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Tue, 8 Sep 2026 11:24:34 +0000 Subject: [PATCH 183/964] apifox: Update to version 2.8.46, fix checkver (#18712) --- bucket/apifox.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/apifox.json b/bucket/apifox.json index 0838db968378bf..125f1ae256fc3b 100644 --- a/bucket/apifox.json +++ b/bucket/apifox.json @@ -1,12 +1,12 @@ { - "version": "2.8.45", + "version": "2.8.46", "description": "All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation.", "homepage": "https://apifox.com", "license": "Freeware", "architecture": { "64bit": { - "url": "https://file-assets.apifox.com/download/2.8.45/Apifox-2.8.45.exe#/dl.7z", - "hash": "sha512:c949e78dc657cb259a81246ec3265dfcc591753674824427bc0afd54f3438e6e298be33fec7c089c34137b8ee3f1d1a8ad6152ccae31172be501177631b31960" + "url": "https://file-assets.apifox.com/download/2.8.46/Apifox-2.8.46.exe#/dl.7z", + "hash": "sha512:1e6cc2a87c70ba86587d321a5c1702e94608b303fc554fe9e1b2112322a19e6e0d18fe63430238715c04e5be9f7a3f3f609cd8c1cf1f44a2b9acbe72d2606158" } }, "pre_install": [ @@ -26,8 +26,8 @@ "Start-Sleep -Milliseconds 1500" ], "checkver": { - "url": "https://docs.apifox.com/changelog.md", - "regex": "## ([\\d.]+)(?=\\s)" + "url": "https://api.apifox.cn/api/v1/configs/client-updates/0.0.0/win64/client-updates.yml", + "regex": "version:\\s*([\\d.]+)(?=\\s)" }, "autoupdate": { "architecture": { From cf9276e076565e0cb92de543bb85dea5ff51718b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:40:07 +0000 Subject: [PATCH 184/964] abdownloadmanager: Update to version 1.10.3 --- bucket/abdownloadmanager.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/abdownloadmanager.json b/bucket/abdownloadmanager.json index 20625b08bef862..fbe8dce8c9729d 100644 --- a/bucket/abdownloadmanager.json +++ b/bucket/abdownloadmanager.json @@ -1,12 +1,12 @@ { - "version": "1.10.2", + "version": "1.10.3", "description": "A download manager that speeds up your downloads", "homepage": "https://abdownloadmanager.com/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/amir1376/ab-download-manager/releases/download/v1.10.2/ABDownloadManager_1.10.2_windows_x64.zip", - "hash": "md5:717957bda84454201fd720b4bba50404" + "url": "https://github.com/amir1376/ab-download-manager/releases/download/v1.10.3/ABDownloadManager_1.10.3_windows_x64.zip", + "hash": "md5:c0d074dfc863282ae1072ecf77f57c66" } }, "extract_dir": "ABDownloadManager", From 6f92b0b4d41a76104dda6d22676418f931e2b5ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:40:08 +0000 Subject: [PATCH 185/964] binance: Update to version 2.5.2 --- bucket/binance.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/binance.json b/bucket/binance.json index 3a3daf34cb4f17..914c0d7ada0e31 100644 --- a/bucket/binance.json +++ b/bucket/binance.json @@ -1,12 +1,12 @@ { - "version": "2.4.1", + "version": "2.5.2", "description": "Cryptocurrency Exchange for Bitcoin, Ethereum & Altcoins", "homepage": "https://www.binance.com/", "license": "Proprietary", "architecture": { "64bit": { - "url": "https://ftp.binance.com/electron-desktop/windows/production/binance-setup-2.4.1.exe#/dl.7z", - "hash": "sha512:8e176513e896ac2afb3bee101a61f2efa36a5724f09847017f2edbf3820667976735e935a5c57b04f7d10fcaba792aa9bfe8e146a4d87d41c1084047690a8cef" + "url": "https://ftp.binance.com/electron-desktop/windows/production/binance-setup-2.5.2.exe#/dl.7z", + "hash": "sha512:cedd92df3d21ddaa88157b6d05f1387cf21cf0648b65515c195165120fe8c140bc1729f62e99de500e6f3ae676636e89ce8f636c15956a664277611fe5e391ec" } }, "installer": { From 7ffb84c50e596f71cedf7062155c1f369eda6c0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:40:08 +0000 Subject: [PATCH 186/964] cherry-studio: Update to version 2.0.13 --- bucket/cherry-studio.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cherry-studio.json b/bucket/cherry-studio.json index 404b410d06285e..6aadeb500d8622 100644 --- a/bucket/cherry-studio.json +++ b/bucket/cherry-studio.json @@ -1,5 +1,5 @@ { - "version": "2.0.12", + "version": "2.0.13", "description": "A desktop client that supports for multiple LLM providers.", "homepage": "https://cherry-ai.com", "license": "Apache-2.0", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/CherryHQ/cherry-studio/releases/download/v2.0.12/Cherry-Studio-2.0.12-win-x64-portable.exe#/cherry-studio.exe", - "hash": "9323251b5d60166a7eaba3b8ed04c97e82cdd359244969f18766afff672d0f17" + "url": "https://github.com/CherryHQ/cherry-studio/releases/download/v2.0.13/Cherry-Studio-2.0.13-win-x64-portable.exe#/cherry-studio.exe", + "hash": "9822fc76a741020572af507ef28ebb02c19a3445ccbfab97716a36a7fb91575a" }, "arm64": { - "url": "https://github.com/CherryHQ/cherry-studio/releases/download/v2.0.12/Cherry-Studio-2.0.12-win-arm64-portable.exe#/cherry-studio.exe", - "hash": "0752db346ff2e71eeec397fa4016df9ad921a9188622a781de008c7e7e55af9a" + "url": "https://github.com/CherryHQ/cherry-studio/releases/download/v2.0.13/Cherry-Studio-2.0.13-win-arm64-portable.exe#/cherry-studio.exe", + "hash": "bf5936da7174cc394d3ed285b1ad00bbff7803e6fd7e538211f3d8d0b4a44c1f" } }, "pre_install": [ From 9d8a770f52844300284206bd2bed876a165475b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:40:08 +0000 Subject: [PATCH 187/964] cockpit-tools: Update to version 1.3.45 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index 3d2aea5fc87fa1..2342cb70278506 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.42", + "version": "1.3.45", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.42/Cockpit.Tools_1.3.42_x64_en-US.msi", - "hash": "2fff9970590de1cea982b1152a220736b95707d4f5be32eebfc9601347f1723d" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.45/Cockpit.Tools_1.3.45_x64_en-US.msi", + "hash": "71546e9cc9f09e069899a838476ad4264050e078ed05a2e5009e1cf693ed3af2" } }, "extract_dir": "PFiles\\Cockpit Tools", From a5abf668c54d7559aa2e8edb66250f2bd71a327a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:40:09 +0000 Subject: [PATCH 188/964] lunatranslator: Update to version 10.16.5.8 --- bucket/lunatranslator.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lunatranslator.json b/bucket/lunatranslator.json index 2e18997a114844..b1a117ea5f81e4 100644 --- a/bucket/lunatranslator.json +++ b/bucket/lunatranslator.json @@ -1,17 +1,17 @@ { - "version": "10.16.5.7", + "version": "10.16.5.8", "description": "A Visual Novel translation tool, with HOOK / OCR / clipboard support", "homepage": "https://github.com/HIllya51/LunaTranslator", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.16.5.7/LunaTranslator_x64.zip", - "hash": "d94da6c0983548389eb5d08de5fa8dc4ab80fe4055480460960b8763b49a7e09", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.16.5.8/LunaTranslator_x64.zip", + "hash": "be43589dccb6adfbeae251c7a8aea804cd51929e18d2478904f0b2243a6fbfb8", "extract_dir": "LunaTranslator_x64" }, "32bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.16.5.7/LunaTranslator_x86_win7.zip", - "hash": "63dc2aef80c8d1056093b656ad7aedb769a99da7ecbed025e8407ca5f2a09344", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.16.5.8/LunaTranslator_x86_win7.zip", + "hash": "0b2433e1cc5fd65ac174312e6e518d8eb26a6b379bff99cb2514b2830bcff2a7", "extract_dir": "LunaTranslator_x86_win7" } }, From f79c15541bcf481dbacb71f0d5ff8d72431e1cc6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:40:09 +0000 Subject: [PATCH 189/964] mpv-git: Update to version 202609081229 --- bucket/mpv-git.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index f50221f84cf88e..f173584f336c45 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609080429", + "version": "202609081229", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -13,11 +13,11 @@ "architecture": { "64bit": { "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-08-7e4cb538a3/mpv-x86_64-20260908-git-7e4cb538a3.7z", - "hash": "af41a28e8084e9af70cf0b76731adb4090244256ac9dd0f5c6428b28972b5770" + "hash": "01e9534e6a53af7fce5f760ad13bccd1af5be2dff63ee6fe5ab67bd5742ce9ad" }, "arm64": { "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-08-7e4cb538a3/mpv-aarch64-20260908-git-7e4cb538a3.7z", - "hash": "f743f9a055ee919ea54d749c7b0dedf3acbad0e3d8c909c9a60b3aaf8be187c4" + "hash": "2dc3b9ae06d3e44cf7b36d3670db95e3028d08d49ea28883c635b155281a15ba" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From 76918411335910ec5f8a1f9cfcb7955a0c5508dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:40:09 +0000 Subject: [PATCH 190/964] orca-ide: Update to version 1.4.198 --- bucket/orca-ide.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/orca-ide.json b/bucket/orca-ide.json index 278c4f99cac0b7..fd3a13a482fe27 100644 --- a/bucket/orca-ide.json +++ b/bucket/orca-ide.json @@ -1,12 +1,12 @@ { - "version": "1.4.197", + "version": "1.4.198", "description": "The next-gen IDE for working with a fleet of parallel agents.", "homepage": "https://onorca.dev", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/stablyai/orca/releases/download/v1.4.197/orca-windows-setup.exe#/dl.7z", - "hash": "sha512:a57051fff5923dd0061a6a43c0253609c96c1f62afb7a564c23bc4b7ef2ef3c7ddb84bca3e39dca2d040d9d1723112a94feced1210e2674a4707aac6ca95a8b8", + "url": "https://github.com/stablyai/orca/releases/download/v1.4.198/orca-windows-setup.exe#/dl.7z", + "hash": "sha512:6cfff54488515a22e319673e5ee95a0a48fcd248220417650d837f31a2576aab34c34a98eda034c2d7a673b8bc09a8d66d76259cd650fce5ddb0145675c09942", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\", \"$dir\\*.nsi\" -Recurse" From 320ca524bd9d395cadee9c25b6a5c16c036fb8aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:40:09 +0000 Subject: [PATCH 191/964] pritunl-client: Update to version 1.4.4744.47 --- bucket/pritunl-client.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pritunl-client.json b/bucket/pritunl-client.json index bbe61b4d941e9e..30217da5e54708 100644 --- a/bucket/pritunl-client.json +++ b/bucket/pritunl-client.json @@ -1,5 +1,5 @@ { - "version": "1.3.4729.52", + "version": "1.4.4744.47", "description": "OpenVPN Client", "homepage": "https://client.pritunl.com", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/pritunl/pritunl-client-electron/releases/download/1.3.4729.52/Pritunl.exe#/dl.exe", - "hash": "9a6593246bd5c67ba45ca3dfaa7ae6033110fa498b261a82f137740985527cfe" + "url": "https://github.com/pritunl/pritunl-client-electron/releases/download/1.4.4744.47/Pritunl.exe#/dl.exe", + "hash": "66c32257711bcb79eaadb3b55c893965412c88e95903e4e966bdc44d44b2cd7f" } }, "innosetup": true, From 1628f18e02890b9c977ec65b5edb318a46bf7104 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:40:10 +0000 Subject: [PATCH 192/964] sabnzbd: Update to version 5.1.3 --- bucket/sabnzbd.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sabnzbd.json b/bucket/sabnzbd.json index 2d1c8668d1f967..9d1c2994f2362d 100644 --- a/bucket/sabnzbd.json +++ b/bucket/sabnzbd.json @@ -1,12 +1,12 @@ { - "version": "5.1.2", + "version": "5.1.3", "description": "The automated Usenet download tool", "homepage": "https://sabnzbd.org", "license": "GPL-2.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/sabnzbd/sabnzbd/releases/download/5.1.2/SABnzbd-5.1.2-win64-bin.zip", - "hash": "0a48cc87023f054130758a114158e0f17f32152e8ff9158eef49cf73be04be46" + "url": "https://github.com/sabnzbd/sabnzbd/releases/download/5.1.3/SABnzbd-5.1.3-win64-bin.zip", + "hash": "62733e427534a1afec6a64b89dd06253f1a3cf51cb189d980f4e759c04f8d7eb" } }, "extract_dir": "SABnzbd", From 07f742987649007f3fed15c056bebad8f44ee217 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:40:10 +0000 Subject: [PATCH 193/964] theia-ide: Update to version 1.75.0 --- bucket/theia-ide.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/theia-ide.json b/bucket/theia-ide.json index 682744e47abbc6..5cc86b7135a423 100644 --- a/bucket/theia-ide.json +++ b/bucket/theia-ide.json @@ -1,13 +1,13 @@ { - "version": "1.74.100", + "version": "1.75.0", "description": "A modern and open IDE for cloud and desktop. Theia platform based. Formerly “Theia Blueprint”.", "homepage": "https://theia-ide.org/#theiaide", "license": "EPL-2.0, GPL-2.0, MIT", "notes": "Settings are stored in '%APPDATA%\\Theia IDE', and are not persisted by Scoop.", "architecture": { "64bit": { - "url": "https://www.eclipse.org/downloads/download.php?mirror_id=1&file=/theia/ide/1.74.100/windows/TheiaIDESetup-1.74.100.exe#/dl.7z", - "hash": "sha512:ddf047801546acf4d9eb996acdd8517582aded479adb243f4f82cc509fdd102e26779d0d4083c42b4d7f3eafde96e26695bbfb415f1d92ffc9760a716718f2b1" + "url": "https://www.eclipse.org/downloads/download.php?mirror_id=1&file=/theia/ide/1.75.0/windows/TheiaIDESetup-1.75.0.exe#/dl.7z", + "hash": "sha512:a3c4a862800ffdc0502a3b73f6bea872f714b009831969d4c7d328deb0cd7e81c2d2993ef1e075393ee39259aaeab8354d86d0eb09f0cf48880c6ec3b46e73e9" } }, "extract_dir": "$PLUGINSDIR", From dbd2c75b933848ad5306a2c113a6b319b681238f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:40:10 +0000 Subject: [PATCH 194/964] tutanota: Update to version 359.260904.0 --- bucket/tutanota.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tutanota.json b/bucket/tutanota.json index 42d7397a9c10c0..ebf9287d09cb4b 100644 --- a/bucket/tutanota.json +++ b/bucket/tutanota.json @@ -1,12 +1,12 @@ { - "version": "357.260901.0", + "version": "359.260904.0", "description": "The official desktop client for Tuta Mail (formerly Tutanota), the email service with a strong focus on security and privacy.", "homepage": "https://tuta.com/", "license": "GPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-357.260901.0/tutanota-desktop-win.exe#/dl.7z", - "hash": "7d91a2670daaf21eab601c9ccc1d1dbb1d0c1bd5d422e4a70ff701b0ee9b1e69" + "url": "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-359.260904.0/tutanota-desktop-win.exe#/dl.7z", + "hash": "935f437f28f42a61cbcb684e0e670b9d6754e1a423fccf2d396422cc24685807" } }, "extract_dir": "$PLUGINSDIR", From 7e481d8b85fff0e5e79c3b02c9d847e227b1b9d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:40:11 +0000 Subject: [PATCH 195/964] xpipe: Update to version 24.1.1 --- bucket/xpipe.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/xpipe.json b/bucket/xpipe.json index a5f8b98ce671d6..766cb13950b769 100644 --- a/bucket/xpipe.json +++ b/bucket/xpipe.json @@ -1,19 +1,19 @@ { - "version": "24.0.5", + "version": "24.1.1", "description": "A connection hub and remote file manager to access your entire server infrastructure from your local desktop", "homepage": "https://xpipe.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/xpipe-io/xpipe/releases/download/24.0.5/xpipe-portable-windows-x86_64.zip", - "hash": "0ec8c8d1cc3bebed0a8a6cb963ecaccd17cddaad9133e4b2ba272d6cc29e3f2c" + "url": "https://github.com/xpipe-io/xpipe/releases/download/24.1.1/xpipe-portable-windows-x86_64.zip", + "hash": "2fdc24308ca49c5d9f1e927747c4f658eff3509f03ff91511444f571a919eb01" }, "arm64": { - "url": "https://github.com/xpipe-io/xpipe/releases/download/24.0.5/xpipe-portable-windows-arm64.zip", - "hash": "99ccfe8541f35805aa799e6eb82352604ffcec039c50cbf29ca2adf55d469bb6" + "url": "https://github.com/xpipe-io/xpipe/releases/download/24.1.1/xpipe-portable-windows-arm64.zip", + "hash": "19ed6bfc5589b778441c81ba858702f58045e25d3440c0c75ad4d743549c444e" } }, - "extract_dir": "xpipe-24.0.5", + "extract_dir": "xpipe-24.1.1", "bin": "xpipe.exe", "shortcuts": [ [ From 87f9c2ec45949d698caa36fe9ff7b7b1dbed26bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 16:33:00 +0000 Subject: [PATCH 196/964] bin: Update to version 0.29.2 --- bucket/bin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bin.json b/bucket/bin.json index 682b67ca5f0b15..31284114972cfd 100644 --- a/bucket/bin.json +++ b/bucket/bin.json @@ -1,16 +1,16 @@ { - "version": "0.29.1", + "version": "0.29.2", "description": "Effortless binary manager", "homepage": "https://github.com/marcosnils/bin", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/marcosnils/bin/releases/download/v0.29.1/bin_0.29.1_windows_amd64.exe#/bin.exe", - "hash": "0c5a5e44fe852c542a936a9fc21bc38e68187b8e0b5b7a8464ff42ddc1f9a518" + "url": "https://github.com/marcosnils/bin/releases/download/v0.29.2/bin_0.29.2_windows_amd64.exe#/bin.exe", + "hash": "8974f8daab930d0a5b56d792cfec8ea5f2820453b5489bb8b23ff50483b7016f" }, "arm64": { - "url": "https://github.com/marcosnils/bin/releases/download/v0.29.1/bin_0.29.1_windows_arm64.exe#/bin.exe", - "hash": "3897d5e0a991eea9201c918fed698d485631b6401d16f5df0d36e7cb11fed61e" + "url": "https://github.com/marcosnils/bin/releases/download/v0.29.2/bin_0.29.2_windows_arm64.exe#/bin.exe", + "hash": "83ef10ca2a74e2f5cf76fe103c74d651127f8f550e090f1b1677f0074756f2a5" } }, "bin": "bin.exe", From 4df3e706673924a326d1fde20c10169aa5397596 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 16:33:00 +0000 Subject: [PATCH 197/964] bleachbit: Update to version 6.0.4 --- bucket/bleachbit.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bleachbit.json b/bucket/bleachbit.json index 902b1e52b4621c..b6e1d49a2d8062 100644 --- a/bucket/bleachbit.json +++ b/bucket/bleachbit.json @@ -1,10 +1,10 @@ { - "version": "6.0.2", + "version": "6.0.4", "description": "Disk space cleaner, privacy manager, and computer system optimizer.", "homepage": "https://www.bleachbit.org/", "license": "GPL-3.0-or-later", - "url": "https://download.bleachbit.org/BleachBit-6.0.2-portable.zip", - "hash": "0322920a592ba311cb374b4f44053ee35f793c5a5690f1f8cb419b57321b2883", + "url": "https://download.bleachbit.org/BleachBit-6.0.4-portable.zip", + "hash": "3425195570e4d191695c45537065dc007a51efd4fd675a47f7b6da6d686a4660", "extract_dir": "BleachBit-portable", "bin": [ "bleachbit_console.exe", From 9cfa0ac99615ce8e7ea34317f15b7bb70a8846b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 16:33:00 +0000 Subject: [PATCH 198/964] civo: Update to version 1.5.5 --- bucket/civo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/civo.json b/bucket/civo.json index de3f4ddb31458a..c58d3de21b7748 100644 --- a/bucket/civo.json +++ b/bucket/civo.json @@ -1,12 +1,12 @@ { - "version": "1.5.4", + "version": "1.5.5", "description": "CLI library for managing cloud resources such as instances and Kubernetes clusters at Civo.com.", "homepage": "https://github.com/civo/cli", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/civo/cli/releases/download/v1.5.4/civo-1.5.4-windows-amd64.zip", - "hash": "0577be2f68ed42c9310812592d9e3f6fc42e0bf53f15720089e64d100d3fab60" + "url": "https://github.com/civo/cli/releases/download/v1.5.5/civo-1.5.5-windows-amd64.zip", + "hash": "672283fd9e847d13d0609372e300279037c785fe320bc6a111b4151258db0cf1" } }, "bin": "civo.exe", From 240cf8bb69c24bfa6a31bc38d98e222069a6d0e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 16:33:01 +0000 Subject: [PATCH 199/964] claude: Update to version 1.49585.0 --- bucket/claude.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/claude.json b/bucket/claude.json index 788624a4242545..2f1b8b2f861ad6 100644 --- a/bucket/claude.json +++ b/bucket/claude.json @@ -1,5 +1,5 @@ { - "version": "1.46388.4", + "version": "1.49585.0", "description": "Next generation AI assistant built by Anthropic.", "homepage": "https://claude.com/product/overview", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.46388.4-full.nupkg", - "hash": "sha1:e15d7737b2f5adcaa516e5ddd68172f52fcf2b60" + "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.49585.0-full.nupkg", + "hash": "sha1:1080291b0aa0562007c1aad8ebcc5203038a4836" }, "arm64": { - "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.46388.4-full.nupkg", - "hash": "sha1:34c61227b6f1df5f37a89f1546f9c8b7ae55a777" + "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.49585.0-full.nupkg", + "hash": "sha1:8c81b7cdd1fd7f3b4650cf133e8008c85986046e" } }, "extract_dir": "lib\\net45", From f08b98cd128c0c6b12ae4dee150549f7af1c24fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 16:33:01 +0000 Subject: [PATCH 200/964] codiff: Update to version 1.13.0 --- bucket/codiff.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codiff.json b/bucket/codiff.json index 519e08269c5fd1..3a51076c633ae4 100644 --- a/bucket/codiff.json +++ b/bucket/codiff.json @@ -1,12 +1,12 @@ { - "version": "1.12.1", + "version": "1.13.0", "description": "A fast local diff viewer.", "homepage": "https://github.com/nkzw-tech/codiff", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/nkzw-tech/codiff/releases/download/v1.12.1/Codiff-win32-x64-1.12.1.zip", - "hash": "98c1bf27c0013526aeba32d45616f7dac00e36131ef4f5b02b9d8a78f0edf669" + "url": "https://github.com/nkzw-tech/codiff/releases/download/v1.13.0/Codiff-win32-x64-1.13.0.zip", + "hash": "6f599c1766651edc1b17c68b3909d8325097157b02b9802ca1b97270ed5fc7c6" } }, "bin": "codiff.exe", From 1c8072ba091bc49591a59cdd99bcab33fb8f7f64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 16:33:02 +0000 Subject: [PATCH 201/964] forkgram: Update to version 7.2.7 --- bucket/forkgram.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/forkgram.json b/bucket/forkgram.json index d2874fd469208e..fefb32d2095123 100644 --- a/bucket/forkgram.json +++ b/bucket/forkgram.json @@ -1,5 +1,5 @@ { - "version": "7.2.5", + "version": "7.2.7", "description": "Fork of Telegram Desktop with quality-of-life enhancements.", "homepage": "https://t.me/forkgram", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/forkgram/tdesktop/releases/download/v7.2.5/Telegram.zip", - "hash": "cf495f5661712be4828e40fdda211c45a534ea16cd335876730f11dc01bc2ad6" + "url": "https://github.com/forkgram/tdesktop/releases/download/v7.2.7/Telegram.zip", + "hash": "5321c539eb55ca8d59a16c35db7dadf2995facfc5a0a03714b8ef1a05011c4bb" }, "32bit": { - "url": "https://github.com/forkgram/tdesktop/releases/download/v7.2.5/Telegram_x86.zip", - "hash": "dfe28fb063aa8611f57b633d2e6efabf975af91b479a4bc1936a64368e5899a0" + "url": "https://github.com/forkgram/tdesktop/releases/download/v7.2.7/Telegram_x86.zip", + "hash": "892350eee956f6bf5b9fc9ed39aaee9c44afe45eb08d89f45fdf6737b8f57784" } }, "pre_install": [ From 3501e0db123d92cf30f09f4391744a058e2b166a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 16:33:02 +0000 Subject: [PATCH 202/964] musescore: Update to version 4.7.5.260831071 --- bucket/musescore.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/musescore.json b/bucket/musescore.json index 9bffa3d20dbb37..f99fefc00663e5 100644 --- a/bucket/musescore.json +++ b/bucket/musescore.json @@ -1,12 +1,12 @@ { - "version": "4.7.4.260706075", + "version": "4.7.5.260831071", "description": "Music notation editor with easy to use WYSIWYG interface", "homepage": "https://musescore.org/", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/musescore/MuseScore/releases/download/v4.7.4/MuseScore-Studio-4.7.4.260706075-x86_64.msi", - "hash": "64fe70e5cb9ffe159d047d1e88db567bd101f60d36b0de28feb674716929a378" + "url": "https://github.com/musescore/MuseScore/releases/download/v4.7.5/MuseScore-Studio-4.7.5.260831071-x86_64.msi", + "hash": "07b0f3292612e2df4c7e0632deb790add51b218f0ee33f7fecaa6111dd279ec6" } }, "extract_dir": "MuseScore 4", From ae1bba78cadc6f2dac9ac6c792b2c7a6847e46cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 16:33:02 +0000 Subject: [PATCH 203/964] ocenaudio: Update to version 3.21.1 --- bucket/ocenaudio.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ocenaudio.json b/bucket/ocenaudio.json index ee7b941569ce97..c145f7928cbae7 100644 --- a/bucket/ocenaudio.json +++ b/bucket/ocenaudio.json @@ -1,12 +1,12 @@ { - "version": "3.21", + "version": "3.21.1", "description": "Cross-platform, easy to use, fast and functional audio editor.", "homepage": "https://www.ocenaudio.com/", "license": "Unknown", "architecture": { "64bit": { - "url": "https://www.ocenaudio.com/downloads/index.php/ocenaudio_windows64.zip?version=v3.21", - "hash": "sha1:7c61ccd777f37354126bbd13263ebe0200df15c7", + "url": "https://www.ocenaudio.com/downloads/index.php/ocenaudio_windows64.zip?version=v3.21.1", + "hash": "sha1:519015bd63cccc0eff7ea5fe02f59ecde06139c4", "extract_dir": "ocenaudio" } }, From 5ec523c025a51911ae3f59787b49daf32f6f4f20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 16:33:03 +0000 Subject: [PATCH 204/964] proton-drive: Update to version 3.0.7 --- bucket/proton-drive.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/proton-drive.json b/bucket/proton-drive.json index d2b993b57e7eb0..a320e8aa2260cb 100644 --- a/bucket/proton-drive.json +++ b/bucket/proton-drive.json @@ -1,16 +1,16 @@ { - "version": "3.0.6", + "version": "3.0.7", "description": "Free end-to-end encrypted cloud storage made by Proton.", "homepage": "https://proton.me/drive", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://proton.me/download/drive/windows/3.0.6/x64/Proton%20Drive%20Setup%203.0.6.exe", - "hash": "ec85c314e274ac55f5e72d17765add7958b5cc8702703c341769973c3d903e84" + "url": "https://proton.me/download/drive/windows/3.0.7/x64/Proton%20Drive%20Setup%203.0.7.exe", + "hash": "be1f789e61633e291620c6b06be5c059cdcb6ecce17217c1691257ebba6644bd" }, "arm64": { - "url": "https://proton.me/download/drive/windows/3.0.6/arm64/Proton%20Drive%20Setup%203.0.6.exe", - "hash": "45b7264b460936197987a50cb57dbe37d6850a4728473bb306c6906a39ce8be0" + "url": "https://proton.me/download/drive/windows/3.0.7/arm64/Proton%20Drive%20Setup%203.0.7.exe", + "hash": "5d7802c482816201f9eb02e5b779250acff059151c0e7e80e1d3bc0be2a6c8e1" } }, "pre_install": [ From 9054c0ebe15b53847ad82ed85396d97394f0f9e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 16:33:03 +0000 Subject: [PATCH 205/964] reasonix-desktop: Update to version 1.38.2 --- bucket/reasonix-desktop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/reasonix-desktop.json b/bucket/reasonix-desktop.json index b513278865ecef..56447dcadf4206 100644 --- a/bucket/reasonix-desktop.json +++ b/bucket/reasonix-desktop.json @@ -1,16 +1,16 @@ { - "version": "1.38.1", + "version": "1.38.2", "description": "Reasonix Desktop, official GUI for Reasonix, a DeepSeek-native AI coding agent built to reduce API costs through aggressive context caching.", "homepage": "https://reasonix.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.1/Reasonix-windows-amd64.zip", - "hash": "a604b4bf51c8617a1b838104a312b26fd5542928ff88381d590249a88f22ca6b" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.2/Reasonix-windows-amd64.zip", + "hash": "302f87a645bde364dd76b3cba22dd29a1f7055c15a76c7b11e7c6b1b3361623e" }, "arm64": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.1/Reasonix-windows-arm64.zip", - "hash": "ccda14d3e8cf16168f50a5faf492280a2812d1d4f1ca08191bbc25b565b0101b" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.2/Reasonix-windows-arm64.zip", + "hash": "9d87204a4943ab9102cd63ac8b98e2fa10bbbb32b13962e546b565c257a82eb8" } }, "shortcuts": [ From 78aa8e4aaa39c8c8d635ad5b23f9da8f09daff60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 16:33:03 +0000 Subject: [PATCH 206/964] renamer: Update to version 7.10 --- bucket/renamer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/renamer.json b/bucket/renamer.json index 9088dfd3d79067..55e83fa5e342cd 100644 --- a/bucket/renamer.json +++ b/bucket/renamer.json @@ -1,10 +1,10 @@ { - "version": "7.9", + "version": "7.10", "description": "Very powerful and flexible file renaming tool", "homepage": "https://www.den4b.com/products/renamer", "license": "CC-BY-NC-ND-3.0|Shareware", - "url": "https://www.den4b.com/download/renamer/portable/7.9?token=scoop#/dl.zip", - "hash": "adc2909b2c37ff7b7d8aa334d0d5489100fb0859c8c1fd5b611c77109b741703", + "url": "https://www.den4b.com/download/renamer/portable/7.10?token=scoop#/dl.zip", + "hash": "f2d3ae20dccd2be92b0c497768292dccccd286a3e862fa8dfe3932b201446935", "pre_install": "if (!(Test-Path \"$persist_dir\\Settings.ini\")) { New-Item \"$dir\\Settings.ini\" -ItemType File | Out-Null }", "bin": "ReNamer.exe", "shortcuts": [ From 43ded0bf36714dc5c002d4a0ccbde6a5b004f324 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 16:33:04 +0000 Subject: [PATCH 207/964] win-codexbar: Update to version 0.56.8 --- bucket/win-codexbar.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/win-codexbar.json b/bucket/win-codexbar.json index f788f1afaf03d2..f8cb3053f92c34 100644 --- a/bucket/win-codexbar.json +++ b/bucket/win-codexbar.json @@ -1,5 +1,5 @@ { - "version": "0.55.0", + "version": "0.56.8", "description": "Windows system-tray app that shows usage stats for AI coding tools (Claude, Codex, Copilot, and more).", "homepage": "https://github.com/nesszer/Win-CodexBar", "license": "MIT", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/nesszer/Win-CodexBar/releases/download/v0.55.0/CodexBar-0.55.0-portable.exe#/CodexBar.exe", - "hash": "783f5b397f2e49a74f441f1425cf570b44d3bb06e33e4d7f8cec81ed3dee557f" + "url": "https://github.com/nesszer/Win-CodexBar/releases/download/v0.56.8/CodexBar-0.56.8-portable.exe#/CodexBar.exe", + "hash": "9892313dea4668d64cf4bbdc081c62162839b19fe4063f8b29bd61ef21df51a3" } }, "bin": "CodexBar.exe", From 820a9fbcc38646f24a4c5e4dc31544aff51c62c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:29:29 +0000 Subject: [PATCH 208/964] abdownloadmanager: Update to version 1.10.4 --- bucket/abdownloadmanager.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/abdownloadmanager.json b/bucket/abdownloadmanager.json index fbe8dce8c9729d..c995e79233d600 100644 --- a/bucket/abdownloadmanager.json +++ b/bucket/abdownloadmanager.json @@ -1,12 +1,12 @@ { - "version": "1.10.3", + "version": "1.10.4", "description": "A download manager that speeds up your downloads", "homepage": "https://abdownloadmanager.com/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/amir1376/ab-download-manager/releases/download/v1.10.3/ABDownloadManager_1.10.3_windows_x64.zip", - "hash": "md5:c0d074dfc863282ae1072ecf77f57c66" + "url": "https://github.com/amir1376/ab-download-manager/releases/download/v1.10.4/ABDownloadManager_1.10.4_windows_x64.zip", + "hash": "md5:d4f219f85384d4a39d1e475d0d39d377" } }, "extract_dir": "ABDownloadManager", From 24ce482cd1d3f723a72a2986eedaa548bd2ceb83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:29:29 +0000 Subject: [PATCH 209/964] cockpit-tools: Update to version 1.3.46 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index 2342cb70278506..879e0501cd7e2f 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.45", + "version": "1.3.46", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.45/Cockpit.Tools_1.3.45_x64_en-US.msi", - "hash": "71546e9cc9f09e069899a838476ad4264050e078ed05a2e5009e1cf693ed3af2" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.46/Cockpit.Tools_1.3.46_x64_en-US.msi", + "hash": "03268ee7c335bfa393cb8d606c1a909b053758537344a4e1a2e6ac3428eb67a1" } }, "extract_dir": "PFiles\\Cockpit Tools", From 83a95d1ba57f772a270dd9f365957e0acefccd99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:29:29 +0000 Subject: [PATCH 210/964] fladder: Update to version 0.11.1 --- bucket/fladder.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/fladder.json b/bucket/fladder.json index 0d54ee49fa827d..daf1ec3c778b74 100644 --- a/bucket/fladder.json +++ b/bucket/fladder.json @@ -1,12 +1,12 @@ { - "version": "0.11.0", + "version": "0.11.1", "description": "A simple Jellyfin frontend built on top of Flutter.", "homepage": "https://github.com/DonutWare/Fladder", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/DonutWare/Fladder/releases/download/v0.11.0/Fladder-Windows-0.11.0.zip", - "hash": "4725ec6fb277be6bde640fa02093728eed4626c7b4a6ca69a4c87086c5f59a2f" + "url": "https://github.com/DonutWare/Fladder/releases/download/v0.11.1/Fladder-Windows-0.11.1.zip", + "hash": "c1180beb1ecabe8c79b60adcb23d02c55043e4593490892f965b776910ff6b41" } }, "shortcuts": [ From 903c24f6b546d98db9fa6d8dd9b80b50a2c31aca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:29:30 +0000 Subject: [PATCH 211/964] goose: Update to version 1.50.0 --- bucket/goose.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/goose.json b/bucket/goose.json index bcd47926dc00cd..2ab8a01599484b 100644 --- a/bucket/goose.json +++ b/bucket/goose.json @@ -1,12 +1,12 @@ { - "version": "1.49.0", + "version": "1.50.0", "description": "An open-source, extensible AI agent that goes beyond code suggestions.", "homepage": "https://block.github.io/goose/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/block/goose/releases/download/v1.49.0/Goose-win32-x64.zip", - "hash": "de358d977dadfcb5f784efcc2e7f44ea5f71c8106c50b29347fe4d1459bb8be0" + "url": "https://github.com/block/goose/releases/download/v1.50.0/Goose-win32-x64.zip", + "hash": "26a30ee0239ff6e86a0581da9f2c76bf24f06c8fac946f2fc70223c3f6ca3623" } }, "shortcuts": [ From 75829c783c961638d4338e9516a8f99066bdef49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:29:30 +0000 Subject: [PATCH 212/964] gtoolkit: Update to version 1.1.580 --- bucket/gtoolkit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gtoolkit.json b/bucket/gtoolkit.json index eff49fbc04ce40..0a4c0305cb68cb 100644 --- a/bucket/gtoolkit.json +++ b/bucket/gtoolkit.json @@ -1,16 +1,16 @@ { - "version": "1.1.579", + "version": "1.1.580", "description": "A moldable development environment.", "homepage": "https://gtoolkit.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.579/GlamorousToolkit-Windows-x86_64-v1.1.579.zip", - "hash": "bcb677e5cedc9846d81c74cd6f9594bf5afafbde8012dd73396d77329d8557df" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.580/GlamorousToolkit-Windows-x86_64-v1.1.580.zip", + "hash": "291b5aad333ad9a5d2484cbed77eab4f0b6fee3616e3458e132232cd19dde942" }, "arm64": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.579/GlamorousToolkit-Windows-aarch64-v1.1.579.zip", - "hash": "3971775c576f741df7f214d6df0ded70ca169edffb25d4ad7e4f23015db1db34" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.580/GlamorousToolkit-Windows-aarch64-v1.1.580.zip", + "hash": "dd6bc26973c420cc8c4af09f56f8473c11e79bcd25db20bf3d6246ea62fdaa85" } }, "bin": "bin\\GlamorousToolkit-cli.exe", From 832956fb2a1cb4c15c3b658b3829a75d98a6f289 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:29:30 +0000 Subject: [PATCH 213/964] koharu: Update to version 0.81.8 --- bucket/koharu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/koharu.json b/bucket/koharu.json index 36f1294415381f..41a844203a0414 100644 --- a/bucket/koharu.json +++ b/bucket/koharu.json @@ -1,5 +1,5 @@ { - "version": "0.81.7", + "version": "0.81.8", "description": "ML-powered manga translator, written in Rust.", "homepage": "https://koharu.rs/", "license": "GPL-3.0-only|Apache-2.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/mayocream/koharu/releases/download/0.81.7/koharu_0.81.7_x64-setup.exe#/dl.7z", - "hash": "42076b42c991a935a1b90baa5b5e033a7808a030146454eabffcfae8275fef97" + "url": "https://github.com/mayocream/koharu/releases/download/0.81.8/koharu_0.81.8_x64-setup.exe#/dl.7z", + "hash": "ca0a717418f47d3d889ff40dfd63e81abcc1520042efba8130648f963c948e20" } }, "pre_install": [ From a5c8b1e8958e8f8e8bf7cf196391f960ed86f71f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:29:31 +0000 Subject: [PATCH 214/964] ldplayer: Update to version 14.0.25.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index 2634f51d1b2e89..fb6064754eb039 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.2", + "version": "14.0.25.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", - "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", + "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 3986bb6c8f19a332595cf59cf8f2ea108bf628e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:29:31 +0000 Subject: [PATCH 215/964] lmstudio-bionic: Update to version 1.1.2-11 --- bucket/lmstudio-bionic.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/lmstudio-bionic.json b/bucket/lmstudio-bionic.json index edb6c1171f29c3..8662deca2b3c5f 100644 --- a/bucket/lmstudio-bionic.json +++ b/bucket/lmstudio-bionic.json @@ -1,5 +1,5 @@ { - "version": "1.1.1-5", + "version": "1.1.2-11", "description": "Local-first AI agent for work and code. Runs open models on your machine (llama.cpp) or in LM Studio Cloud, with codebase, document and voice tools.", "homepage": "https://lmstudio.ai", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://bionic-installers.lmstudio.ai/win32/x64/1.1.1-5/Bionic-1.1.1-5-x64.exe#/dl.7z", - "hash": "4733dec0b810bd55874495dcd4aedc13299c543c5937ccd0e3045d8ffa38d19e" + "url": "https://bionic-installers.lmstudio.ai/win32/x64/1.1.2-11/Bionic-1.1.2-11-x64.exe#/dl.7z", + "hash": "6b21aa94f2c2459220cc6b68046c2999f78edbed8c9885afc92d933973e43fb5" } }, "installer": { From 2f128bda45e04bbb3dbe5fb0148ac832a4850731 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:29:31 +0000 Subject: [PATCH 216/964] markdown-monster: Update to version 4.5.1.1 --- bucket/markdown-monster.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/markdown-monster.json b/bucket/markdown-monster.json index 247b843fc73c7d..165c40ee030112 100644 --- a/bucket/markdown-monster.json +++ b/bucket/markdown-monster.json @@ -1,5 +1,5 @@ { - "version": "4.4.4", + "version": "4.5.1.1", "description": "Markdown editing and weblog publishing tool", "homepage": "https://markdownmonster.west-wind.com", "license": { @@ -7,7 +7,7 @@ "url": "https://markdownmonster.west-wind.com/purchase.aspx#License" }, "url": "https://github.com/RickStrahl/MarkdownMonsterReleases/raw/master/CurrentRelease/MarkdownMonsterPortable.zip", - "hash": "ad379230feb1de54fb1dffab01d0cc9854d8f9c771fab05efc04ccc4c3b885ea", + "hash": "1d1db8d7a431c906fd6e9b798eea5ac41ebf937369bae3ec00d81fd6f379ef34", "bin": "mmcli.exe", "shortcuts": [ [ From 22e993092f59e48d4cb99f6a66dbe659cf790bb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:29:31 +0000 Subject: [PATCH 217/964] miniforge3: Update to version 26.7.2-0 --- bucket/miniforge3.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/miniforge3.json b/bucket/miniforge3.json index c4fb7ba229678c..3aa46f6b8bf23c 100644 --- a/bucket/miniforge3.json +++ b/bucket/miniforge3.json @@ -1,5 +1,5 @@ { - "version": "26.5.3-0", + "version": "26.7.2-0", "description": "Community-driven minimalistic conda installer using the conda-forge channel as default.", "homepage": "https://github.com/conda-forge/miniforge", "license": "BSD-3-Clause", @@ -12,8 +12,8 @@ ], "architecture": { "64bit": { - "url": "https://github.com/conda-forge/miniforge/releases/download/26.5.3-0/Miniforge3-26.5.3-0-Windows-x86_64.exe", - "hash": "ac05d86a4dbf3094fe112e14d1547a07cb10c6ae04bca274f88f1c09a5549876" + "url": "https://github.com/conda-forge/miniforge/releases/download/26.7.2-0/Miniforge3-26.7.2-0-Windows-x86_64.exe", + "hash": "71cf9519087be74fa53021219ff292beb2fc05fa49e0bb6eb0e0b6b14fccbaab" } }, "pre_install": "if ($dir -match ' ') { error 'The installation directory cannot include a space'; break}", From 9e35c864849b3bac758a530c819a8b57bcbd6246 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:29:32 +0000 Subject: [PATCH 218/964] mrrss: Update to version 1.3.32 --- bucket/mrrss.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mrrss.json b/bucket/mrrss.json index 1270823be58b01..6d9da65c111e94 100644 --- a/bucket/mrrss.json +++ b/bucket/mrrss.json @@ -1,16 +1,16 @@ { - "version": "1.3.31", + "version": "1.3.32", "description": "A modern, cross-platform desktop RSS reader.", "homepage": "https://github.com/WCY-dt/MrRSS", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.31/MrRSS-1.3.31-windows-amd64-portable.zip", - "hash": "fd6f344eb89a09a61aa26969ad4bc5dfd939761538147f637fba69c3785c84f2" + "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.32/MrRSS-1.3.32-windows-amd64-portable.zip", + "hash": "852152b734f9caa3b7efca9acee9f36e980cbc6bbe3cf93bef643eee712716e9" }, "arm64": { - "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.31/MrRSS-1.3.31-windows-arm64-portable.zip", - "hash": "73a0cc920c39b7db3f4e8111ade685126919df1e3d315091be729eca90a99646" + "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.32/MrRSS-1.3.32-windows-arm64-portable.zip", + "hash": "af87d7a205588f3eeeee008e928dfa1afdcc356ce37e7423c456b79452119a1f" } }, "shortcuts": [ From 333c3a9e934b34914e12693f488e6927ca5a457f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:29:32 +0000 Subject: [PATCH 219/964] ocenaudio: Update to version 3.21.2 --- bucket/ocenaudio.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ocenaudio.json b/bucket/ocenaudio.json index c145f7928cbae7..3e81e3268cfa20 100644 --- a/bucket/ocenaudio.json +++ b/bucket/ocenaudio.json @@ -1,12 +1,12 @@ { - "version": "3.21.1", + "version": "3.21.2", "description": "Cross-platform, easy to use, fast and functional audio editor.", "homepage": "https://www.ocenaudio.com/", "license": "Unknown", "architecture": { "64bit": { - "url": "https://www.ocenaudio.com/downloads/index.php/ocenaudio_windows64.zip?version=v3.21.1", - "hash": "sha1:519015bd63cccc0eff7ea5fe02f59ecde06139c4", + "url": "https://www.ocenaudio.com/downloads/index.php/ocenaudio_windows64.zip?version=v3.21.2", + "hash": "sha1:0a579b5789687b4af72a6d758a508f146277d15d", "extract_dir": "ocenaudio" } }, From 1dccf5cc930f29a31c24bdb3ef979ee37da6a130 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:29:32 +0000 Subject: [PATCH 220/964] servy: Update to version 10.0 --- bucket/servy.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/servy.json b/bucket/servy.json index f8436cb1934f87..6539b108ca4726 100644 --- a/bucket/servy.json +++ b/bucket/servy.json @@ -1,18 +1,18 @@ { - "version": "9.9", + "version": "10.0", "description": "Servy lets you run any app as a native Windows service with full control over the working directory, startup type, process priority, CPU affinity, logging, health checks, environment variables, dependencies, pre-launch and post-launch hooks, pre-stop and post-stop hooks, and parameters.", "homepage": "https://servy-win.github.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/aelassas/servy/releases/download/v9.9/servy-9.9-x64-portable.7z", - "hash": "19f5d0327ae659fbc5c6a5ba5c010ad375a8e4bb6a60e3aaa99da94ee18842af", - "extract_dir": "servy-9.9-x64-portable" + "url": "https://github.com/aelassas/servy/releases/download/v10.0/servy-10.0-x64-portable.7z", + "hash": "f8ce5671f95dd832974b6c4942c1577d789f4e075f50eb09f2b99d5e9c1378ed", + "extract_dir": "servy-10.0-x64-portable" }, "arm64": { - "url": "https://github.com/aelassas/servy/releases/download/v9.9/servy-9.9-arm64-portable.7z", - "hash": "6e825071057531d6b44c64fe6b895cfaacf8125ccbd8e8d20e4cf22f667cbb8c", - "extract_dir": "servy-9.9-arm64-portable" + "url": "https://github.com/aelassas/servy/releases/download/v10.0/servy-10.0-arm64-portable.7z", + "hash": "130fa91581cbad221e0664c6a6f6cc509eccb8e8f6d49cf93285156840beabcd", + "extract_dir": "servy-10.0-arm64-portable" } }, "bin": "servy-cli.exe", From 6be6d65ec5891555f57cd723ee5b72c50dc8dfa9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:29:33 +0000 Subject: [PATCH 221/964] vscode: Update to version 1.136.2 --- bucket/vscode.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vscode.json b/bucket/vscode.json index f150215202785e..43e38cb3c6591a 100644 --- a/bucket/vscode.json +++ b/bucket/vscode.json @@ -1,5 +1,5 @@ { - "version": "1.136.1", + "version": "1.136.2", "description": "Lightweight but powerful source code editor", "homepage": "https://code.visualstudio.com/", "license": { @@ -16,12 +16,12 @@ ], "architecture": { "64bit": { - "url": "https://update.code.visualstudio.com/1.136.1/win32-x64-archive/stable#/dl.7z", - "hash": "deca16ea5c4d71ece23e50af57632bba3abd0e3577c3c8bfbcdd90b03f11e402" + "url": "https://update.code.visualstudio.com/1.136.2/win32-x64-archive/stable#/dl.7z", + "hash": "7583b9f5d300bd6ac882160417d95bbd0978ebef04fb195844243ebd9f3ebe1c" }, "arm64": { - "url": "https://update.code.visualstudio.com/1.136.1/win32-arm64-archive/stable#/dl.7z", - "hash": "e46a3ba3725416a499c8fbc985fa71d1e3172a954305c31f7192c37bb5ef20fd" + "url": "https://update.code.visualstudio.com/1.136.2/win32-arm64-archive/stable#/dl.7z", + "hash": "3aafd3abb3da735310841608684d503a688d61f9d71e98349d22cc71f3d2afba" } }, "post_install": [ From f653ba5733c5f131bce25e2bf7af6f4692d2a848 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:29:33 +0000 Subject: [PATCH 222/964] winsshterm: Update to version 2.43.1 --- bucket/winsshterm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/winsshterm.json b/bucket/winsshterm.json index 690e0b8af3faf7..86e752e7d71fdb 100644 --- a/bucket/winsshterm.json +++ b/bucket/winsshterm.json @@ -1,5 +1,5 @@ { - "version": "2.43.0", + "version": "2.43.1", "description": "A tabbed SSH solution for Windows, combining PuTTY, WinSCP and VcXsrv", "homepage": "https://winsshterm.blogspot.com/", "license": { @@ -13,12 +13,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/WinSSHTerm/WinSSHTerm/releases/download/2.43.0/WinSSHTerm-2.43.0-x64.zip", - "hash": "7141ca7c3da7a5bf4c5648d65002ba502b0a0ebabe78d7b311c59193a27cff67" + "url": "https://github.com/WinSSHTerm/WinSSHTerm/releases/download/2.43.1/WinSSHTerm-2.43.1-x64.zip", + "hash": "e8a7baef2402ba4ada467dabf0e5d3b03f9de92e8a2b8a0222387f50fbde53b6" }, "arm64": { - "url": "https://github.com/WinSSHTerm/WinSSHTerm/releases/download/2.43.0/WinSSHTerm-2.43.0-arm64.zip", - "hash": "28d85014dc79cf2f818d3857fbaa74b3c39f3b481ba510974fc0d2a646d4ab50" + "url": "https://github.com/WinSSHTerm/WinSSHTerm/releases/download/2.43.1/WinSSHTerm-2.43.1-arm64.zip", + "hash": "48985ff4a4a83bcf5e9b1f91c54f7a8fb68df433a1487b4947aeaca0e135c85c" } }, "extract_dir": "WinSSHTerm", From 7feec6b89d60cd045dd7b97c89478b893ea6b503 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:05:09 +0000 Subject: [PATCH 223/964] apache-tinkerpop-gremlin-console: Update to version 3.8.2 --- bucket/apache-tinkerpop-gremlin-console.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/apache-tinkerpop-gremlin-console.json b/bucket/apache-tinkerpop-gremlin-console.json index ed76e6606f5e33..4cef1270a1dc76 100644 --- a/bucket/apache-tinkerpop-gremlin-console.json +++ b/bucket/apache-tinkerpop-gremlin-console.json @@ -1,11 +1,11 @@ { - "version": "3.8.1", + "version": "3.8.2", "description": "A REPL environment for interactive development and analysis of Gremlin applications.", "homepage": "https://tinkerpop.apache.org", "license": "Apache-2.0", - "url": "https://downloads.apache.org/tinkerpop/3.8.1/apache-tinkerpop-gremlin-console-3.8.1-bin.zip", - "hash": "sha512:5e4aaabc9a2cd82a15a70844a5dc13b650230aa8a0febb238490096a65551de78516dbf593b247196e427344aeb483f4377a2d64024834e30b584377b672feda", - "extract_dir": "apache-tinkerpop-gremlin-console-3.8.1", + "url": "https://downloads.apache.org/tinkerpop/3.8.2/apache-tinkerpop-gremlin-console-3.8.2-bin.zip", + "hash": "sha512:2c232c4d7a03652777ae6a103a82373a3538ba4b9aef5f6cc1e7fa67dddec856f77faa9034a1f8866734328ea3075a9272682f662546766f863d85af43fec591", + "extract_dir": "apache-tinkerpop-gremlin-console-3.8.2", "pre_install": [ "$cont = @(", " '@echo off'", From e6122b995fd08885b46ab1309591cd09746220c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:05:09 +0000 Subject: [PATCH 224/964] apache-tinkerpop-gremlin-server: Update to version 3.8.2 --- bucket/apache-tinkerpop-gremlin-server.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/apache-tinkerpop-gremlin-server.json b/bucket/apache-tinkerpop-gremlin-server.json index aa520dde3d05f9..3be8f0c63b2c4b 100644 --- a/bucket/apache-tinkerpop-gremlin-server.json +++ b/bucket/apache-tinkerpop-gremlin-server.json @@ -1,11 +1,11 @@ { - "version": "3.8.1", + "version": "3.8.2", "description": "Remotely execute Gremlin against one or more Graph instances hosted within it.", "homepage": "https://tinkerpop.apache.org", "license": "Apache-2.0", - "url": "https://downloads.apache.org/tinkerpop/3.8.1/apache-tinkerpop-gremlin-server-3.8.1-bin.zip", - "hash": "sha512:b020e834b144a5f500016cb307734cabd4161f49c2a15a7f841163b3c0c8d9db734cf5fa9dcea4ac372ab742119d024b9534fae589c8f6f8dc79b92c12c81877", - "extract_dir": "apache-tinkerpop-gremlin-server-3.8.1", + "url": "https://downloads.apache.org/tinkerpop/3.8.2/apache-tinkerpop-gremlin-server-3.8.2-bin.zip", + "hash": "sha512:406d350758ca3eb55245022b2a89494a0a5c01597566d24532dd6ec7e4da514f1d9ad34f036e2eaf5cdadcfa65345adc6ebf31289d4362605a9f28d1e91fb576", + "extract_dir": "apache-tinkerpop-gremlin-server-3.8.2", "pre_install": [ "$cont = @(", " '@echo off'", From 0c63bde9390999233a0163c4b088f571e06b613e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:05:09 +0000 Subject: [PATCH 225/964] dbx: Update to version 0.6.8 --- bucket/dbx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbx.json b/bucket/dbx.json index 25deb82253b40d..78defbf3c6dad2 100644 --- a/bucket/dbx.json +++ b/bucket/dbx.json @@ -1,12 +1,12 @@ { - "version": "0.6.6", + "version": "0.6.8", "description": "Lightweight, cross-platform database client", "homepage": "https://dbxio.com", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/t8y2/dbx/releases/download/v0.6.6/DBX_0.6.6_x64-portable.zip", - "hash": "479c88facd489c37fe735a1fe6f1e1a1c0a9ac45db8bcccb232d3a2e560184a6" + "url": "https://github.com/t8y2/dbx/releases/download/v0.6.8/DBX_0.6.8_x64-portable.zip", + "hash": "cf9263aa230f8a8b4c859f78092699045f2205dd91e4328b66bc4a35c2ec7dec" } }, "shortcuts": [ From 7c3fa71c893606f807f0067622cb22c53d28596c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:05:10 +0000 Subject: [PATCH 226/964] github-copilot: Update to version 1.1.16 --- bucket/github-copilot.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/github-copilot.json b/bucket/github-copilot.json index b3e00acfa03f19..15786430ebe5cf 100644 --- a/bucket/github-copilot.json +++ b/bucket/github-copilot.json @@ -1,5 +1,5 @@ { - "version": "1.1.15", + "version": "1.1.16", "description": "GitHub Copilot, an agent-native desktop development environment.", "homepage": "https://github.com/github/app", "license": { @@ -9,12 +9,12 @@ "notes": "Requires an active GitHub Copilot subscription (Pro, Pro+, Business, or Enterprise) and Git installed.", "architecture": { "64bit": { - "url": "https://github.com/github/app/releases/download/v1.1.15/GitHub-Copilot-windows-x64.msi", - "hash": "6852a63ffd3b1961032cdbebfb5bf36e176b71763116212b653b254746239add" + "url": "https://github.com/github/app/releases/download/v1.1.16/GitHub-Copilot-windows-x64.msi", + "hash": "e491ed6954355a366602f712c4a4425863299046786ee2bf6b43b10790832068" }, "arm64": { - "url": "https://github.com/github/app/releases/download/v1.1.15/GitHub-Copilot-windows-arm64.msi", - "hash": "9b51aae951727e6a0bc0e49b6593c4ee83a97f03cdf68b91ea689e070c46e0f9" + "url": "https://github.com/github/app/releases/download/v1.1.16/GitHub-Copilot-windows-arm64.msi", + "hash": "422e7c8750534e1aa24d20401118e0ee70811fd72853b8eececfb08727981698" } }, "extract_dir": "PFiles\\GitHub Copilot", From 1d042cc1645fe8daed668c30bda714e97d8d566c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:05:10 +0000 Subject: [PATCH 227/964] godothub: Update to version 1.4.2 --- bucket/godothub.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/godothub.json b/bucket/godothub.json index 0aa24fbd9c7267..6856f584aad3b1 100644 --- a/bucket/godothub.json +++ b/bucket/godothub.json @@ -1,12 +1,12 @@ { - "version": "1.4.1", + "version": "1.4.2", "description": "The Ultimate Project Manager for Godot Engine.", "homepage": "https://ryko.is-a.dev/godothub", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/RykoTheDev/GodotHub/releases/download/v1.4.1/GodotHub.exe", - "hash": "64f6196a9d591b70b5684c248be1927bca893deed5ee39decf4d1b5ce2f19094" + "url": "https://github.com/RykoTheDev/GodotHub/releases/download/v1.4.2/GodotHub.exe", + "hash": "46d7548a8b0b30f48e7905b6c9bcfb6ee8866c1c177fcf3ad0d9d1071e0883d7" } }, "shortcuts": [ From e0691f8b4fe34131bf7e5bafb3434961ed3f14d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:05:10 +0000 Subject: [PATCH 228/964] googlechrome: Update to version 153.0.8010.37 --- bucket/googlechrome.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/googlechrome.json b/bucket/googlechrome.json index 7c889a2205bd6a..1c60835248ad4c 100644 --- a/bucket/googlechrome.json +++ b/bucket/googlechrome.json @@ -1,5 +1,5 @@ { - "version": "152.0.7977.83", + "version": "153.0.8010.37", "description": "Fast, secure, and free web browser, built for the modern web.", "homepage": "https://www.google.com/chrome/", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://dl.google.com/release2/chrome/acq2f3uzn7ecgyxc6aabdb56yyna_152.0.7977.83/152.0.7977.83_chrome_installer_uncompressed.exe#/dl.7z", - "hash": "b4fed9d49ca7700b804213dc1858a23c90ab91c180e5449e29a639ce95f1d4ac" + "url": "https://dl.google.com/release2/chrome/gk2npvnuh46nt66cymep6yi5qq_153.0.8010.37/153.0.8010.37_chrome_installer_uncompressed.exe#/dl.7z", + "hash": "cc15919515a27a04e8fd8807bb3c1e7a2f3ae5bc6df2f0a7980aa83ebb9fd3b9" }, "32bit": { - "url": "https://dl.google.com/release2/chrome/p72nwji4srsnnvpoxmy5szrxp4_152.0.7977.83/152.0.7977.83_chrome_installer_uncompressed.exe#/dl.7z", - "hash": "e5ba63806733a41a99947ebbdcd22991e86f9ca670b057a005ba845c331185b3" + "url": "https://dl.google.com/release2/chrome/f5s6pjadfdjpng76h23inulorq_153.0.8010.37/153.0.8010.37_chrome_installer_uncompressed.exe#/dl.7z", + "hash": "ac0a2b15c0b67220b5e0baa960c240510833b4bdd99eced6e3012677acc95e14" }, "arm64": { - "url": "https://dl.google.com/release2/chrome/acfpgzcckoqxir4hglfkl5kxlisa_152.0.7977.83/152.0.7977.83_chrome_installer_uncompressed.exe#/dl.7z", - "hash": "753a88ae9186013059ded09dc62aeff74ce3632c49b6f01068694a982e8337e7" + "url": "https://dl.google.com/release2/chrome/itljh7oe26tq4aojmitfz23e5y_153.0.8010.37/153.0.8010.37_chrome_installer_uncompressed.exe#/dl.7z", + "hash": "19d7113d92c9430f65902ad54b15d131f2d868d9356959806b3994bfbe0ab909" } }, "extract_dir": "Chrome-bin", From 33848f0ea5a3059a8ebc09c9f6362f5c677a2ce6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:05:11 +0000 Subject: [PATCH 229/964] gtoolkit: Update to version 1.1.581 --- bucket/gtoolkit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gtoolkit.json b/bucket/gtoolkit.json index 0a4c0305cb68cb..c2cde848a354ae 100644 --- a/bucket/gtoolkit.json +++ b/bucket/gtoolkit.json @@ -1,16 +1,16 @@ { - "version": "1.1.580", + "version": "1.1.581", "description": "A moldable development environment.", "homepage": "https://gtoolkit.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.580/GlamorousToolkit-Windows-x86_64-v1.1.580.zip", - "hash": "291b5aad333ad9a5d2484cbed77eab4f0b6fee3616e3458e132232cd19dde942" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.581/GlamorousToolkit-Windows-x86_64-v1.1.581.zip", + "hash": "d1612c4ec7478a6777b3af96642ca1dc3e2c3ef9d69ab8539670b7de55c72c87" }, "arm64": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.580/GlamorousToolkit-Windows-aarch64-v1.1.580.zip", - "hash": "dd6bc26973c420cc8c4af09f56f8473c11e79bcd25db20bf3d6246ea62fdaa85" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.581/GlamorousToolkit-Windows-aarch64-v1.1.581.zip", + "hash": "61ffe657327fb78800731557af0adf3faaca3b66c10a8de4f940ee24d39c5252" } }, "bin": "bin\\GlamorousToolkit-cli.exe", From 1bdf382d1f1160b60ab31a85df76179098d33884 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:05:11 +0000 Subject: [PATCH 230/964] infoqube: Update to version 128.15 --- bucket/infoqube.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/infoqube.json b/bucket/infoqube.json index fca5d39b04e106..8264ab7705e6cb 100644 --- a/bucket/infoqube.json +++ b/bucket/infoqube.json @@ -1,13 +1,13 @@ { - "version": "128.14", + "version": "128.15", "description": "information management system", "homepage": "http://www.infoqube.biz/", "license": { "identifier": "Proprietary", "url": "https://infoqubeim.com/drupal5/index.php?q=node/632" }, - "url": "https://infoqubeim.com/downloadarea/InfoQubeV128.14Portable.zip", - "hash": "ded357ac648bec75710b423fa43c4b6fcddd0f44e8a0e4857c7bd97ca5c67710", + "url": "https://infoqubeim.com/downloadarea/InfoQubeV128.15Portable.zip", + "hash": "b82670854cc2d53235faedcdfb33201f83089d5b0eb76bd757aa91c3740e42f4", "shortcuts": [ [ "InfoQube.exe", From 44bf5cdd777a5bc36b4ed135d8453926cc0c02ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:05:11 +0000 Subject: [PATCH 231/964] jjui: Update to version 0.10.10 --- bucket/jjui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jjui.json b/bucket/jjui.json index 2fd8122edd7afb..30f90887ec5288 100644 --- a/bucket/jjui.json +++ b/bucket/jjui.json @@ -1,16 +1,16 @@ { - "version": "0.10.9", + "version": "0.10.10", "description": "Jujutsu UI (jjui) is a Text User Interface (TUI) designed for interacting with the Jujutsu version control system.", "homepage": "https://idursun.github.io/jjui/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/idursun/jjui/releases/download/v0.10.9/jjui-0.10.9-windows-amd64.zip", - "hash": "7dfb95f1c8379dade008f84829868f076825f421a1b539f33325883147e2ea64" + "url": "https://github.com/idursun/jjui/releases/download/v0.10.10/jjui-0.10.10-windows-amd64.zip", + "hash": "a8904e7a27dd299e719f28696a6c381295c64cd20aeb2a2c996d5c1121ec506e" }, "arm64": { - "url": "https://github.com/idursun/jjui/releases/download/v0.10.9/jjui-0.10.9-windows-arm64.zip", - "hash": "95557330a066d5ae04017d4a95e63285d90fb480de50ac887e9e0ac52169dccc" + "url": "https://github.com/idursun/jjui/releases/download/v0.10.10/jjui-0.10.10-windows-arm64.zip", + "hash": "260393e692bb97344db2f6604704999acc088276665ce886c3ac3d596468eb34" } }, "pre_install": "Get-ChildItem -Path $dir -Filter 'jjui*.exe' -Recurse | Select-Object -First 1 | Rename-Item -NewName 'jjui.exe'", From 5ac88c389e0b0ba64b9d315ca22aee833caa4726 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:05:12 +0000 Subject: [PATCH 232/964] navop: Update to version 0.17.0 --- bucket/navop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/navop.json b/bucket/navop.json index 821b90355bf34f..08ac4a60170c4c 100644 --- a/bucket/navop.json +++ b/bucket/navop.json @@ -1,5 +1,5 @@ { - "version": "0.16.1", + "version": "0.17.0", "description": "A native, all-in-one workspace for databases, SSH, SFTP, terminals, remote desktop, monitoring, and AI.", "homepage": "https://navop.dev", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/feigeCode/navop/releases/download/v0.16.1/navop-0.16.1-windows-x64-portable.zip", - "hash": "1ba8659808ba0d978f2f0d2dc665d2e1c13f5d2d85318a32fac62d8f7985ac4d" + "url": "https://github.com/feigeCode/navop/releases/download/v0.17.0/navop-0.17.0-windows-x64-portable.zip", + "hash": "b291a2fa0f0cf01149252d4080874c57a3ec36e829993fe5c91c47bb41172f59" }, "32bit": { - "url": "https://github.com/feigeCode/navop/releases/download/v0.16.1/navop-0.16.1-win32-portable.zip", - "hash": "1307a42876aa7266193710a3ea965d5954a326aa078ef7af746f25570d14a1bb" + "url": "https://github.com/feigeCode/navop/releases/download/v0.17.0/navop-0.17.0-win32-portable.zip", + "hash": "86a966e7c2ad60c1d7297b00820ecb8ba2b82be95594ac328498b179e3099c29" } }, "shortcuts": [ From 42ea026c99b2f0558020bd4d1def8fcb6cb13294 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:05:12 +0000 Subject: [PATCH 233/964] notion: Update to version 7.33.0 --- bucket/notion.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/notion.json b/bucket/notion.json index e3b18b26265fb9..a909822e1a97b3 100644 --- a/bucket/notion.json +++ b/bucket/notion.json @@ -1,5 +1,5 @@ { - "version": "7.32.1", + "version": "7.33.0", "description": "Collaborative note taking", "homepage": "https://www.notion.so/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://desktop-release.notion-static.com/Notion%20Setup%207.32.1.exe#/dl.7z", - "hash": "sha512:76f28981875f511c2e6292b71b71e6aaae9f5eb617f56d4d166b7b6558222bccd0072f99f5ba2841b8c079549300cf079f9bcb3691ff5f97bb932ade4ed62d35" + "url": "https://desktop-release.notion-static.com/Notion%20Setup%207.33.0.exe#/dl.7z", + "hash": "sha512:3c01085beab23247bed3e6d219d91290a886f4858fc13417da8880d01112554ab84477d2d3f1d1bb0b0bf883639168728a49cf9164c0aed4476f84e973d893dc" } }, "pre_install": [ From 8fd28cbb47c0488813f814caf8b65837a5709522 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:05:12 +0000 Subject: [PATCH 234/964] tor-browser: Update to version 15.0.22 --- bucket/tor-browser.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tor-browser.json b/bucket/tor-browser.json index cdf53965f5b8d5..dfe13be38cec93 100644 --- a/bucket/tor-browser.json +++ b/bucket/tor-browser.json @@ -1,17 +1,17 @@ { "##": "Multiple components under various open source licenses. Included HTTPS Everywhere extension is the strictest.", - "version": "15.0.21", + "version": "15.0.22", "description": "Web browser that connects to the internet via the Tor anonymity network", "homepage": "https://www.torproject.org/", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://archive.torproject.org/tor-package-archive/torbrowser/15.0.21/tor-browser-windows-x86_64-portable-15.0.21.exe#/dl.7z", - "hash": "85997f863265119435af3feb88ff617f1801119bccbed8283a56f64eb1ee462f" + "url": "https://archive.torproject.org/tor-package-archive/torbrowser/15.0.22/tor-browser-windows-x86_64-portable-15.0.22.exe#/dl.7z", + "hash": "1bca1c74798f6624e35ef6bd2713c51d92f71e51f2897d8f203991aa310476db" }, "32bit": { - "url": "https://archive.torproject.org/tor-package-archive/torbrowser/15.0.21/tor-browser-windows-i686-portable-15.0.21.exe#/dl.7z", - "hash": "fd9c1dfef9e5a3f9512357397cd36e961c616adf5eb8a758cdef2c7daee53c2e" + "url": "https://archive.torproject.org/tor-package-archive/torbrowser/15.0.22/tor-browser-windows-i686-portable-15.0.22.exe#/dl.7z", + "hash": "b7fc24edcda8043105ab838592f154d12f56b406851d5e53dad47569377395bf" } }, "extract_dir": "Browser", From d8c679d4d1d899e30d0eb6ad69b27c23a124f0e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:05:13 +0000 Subject: [PATCH 235/964] windowsdesktop-runtime-lts: Update to version 10.0.12 --- bucket/windowsdesktop-runtime-lts.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/windowsdesktop-runtime-lts.json b/bucket/windowsdesktop-runtime-lts.json index ff5c20eaadeb32..990e6ab671b9d1 100644 --- a/bucket/windowsdesktop-runtime-lts.json +++ b/bucket/windowsdesktop-runtime-lts.json @@ -1,21 +1,21 @@ { - "version": "10.0.11", + "version": "10.0.12", "description": "Microsoft .NET Desktop Runtime LTS (Long-term support)", "homepage": "https://dotnet.microsoft.com/download/dotnet", "license": "MIT", "notes": "You can now remove this installer with 'scoop uninstall windowsdesktop-runtime-lts'", "architecture": { "64bit": { - "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/10.0.11/windowsdesktop-runtime-10.0.11-win-x64.exe", - "hash": "sha512:4dbf26b0b78f55c5f59a46c3c81327b23a04f449f7ac6798204dcd19d99459258936daaede61d1b8c1ba523d6c26bf68bac86b3371d22e67cef235edbdc2f26c" + "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/10.0.12/windowsdesktop-runtime-10.0.12-win-x64.exe", + "hash": "sha512:0b907e9312867172a4eb82f4b5ab3f7c2d25e27d8349546d77eeb5d5b8cbecab9ebebfed189b13e9669dc578d892756c548366da539d47b3ddac5efcb7ae72fe" }, "32bit": { - "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/10.0.11/windowsdesktop-runtime-10.0.11-win-x86.exe", - "hash": "sha512:46a0cf0e6e9aa1cea3c4caade7db2c3b38662763e56e6306b5d9aa4f38d4a4157ea688a44bf3309ab71f2b1c364f64077b7c585a602232680dfcd948408f1a20" + "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/10.0.12/windowsdesktop-runtime-10.0.12-win-x86.exe", + "hash": "sha512:e3581e55c5dd345df242af978bd5bd22871975af7cb3d7664567fbfc774e1809e2cd4ee36c42c47c928cbf11dac5f6cf475fdf6ed3b6aed45867ba93421cb6de" }, "arm64": { - "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/10.0.11/windowsdesktop-runtime-10.0.11-win-arm64.exe", - "hash": "sha512:3e17b7afda3b4bbbe1599a24f1f1d26a7ac988b2029fc07390f1066b62e65a9e140e509a30741c3787abc5a988a209c3da1fb2ac7263861c042f96bced2ddeca" + "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/10.0.12/windowsdesktop-runtime-10.0.12-win-arm64.exe", + "hash": "sha512:909ffed452c1b45572d558b5dbf088927a57854dcd3844b46701ead6d4d175fb3f329084fdf9b077aa7cdecaececcacb95c82870d32d7b8c411638331491c441" } }, "pre_install": "if (!(is_admin)) { error 'Admin privileges are required.'; break }", From 0a26e390c8416121b19d4960d3ace5be0a9d5e24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:05:13 +0000 Subject: [PATCH 236/964] windowsdesktop-runtime: Update to version 10.0.12 --- bucket/windowsdesktop-runtime.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/windowsdesktop-runtime.json b/bucket/windowsdesktop-runtime.json index 54012970c04cc8..f57a0ea1ff48e5 100644 --- a/bucket/windowsdesktop-runtime.json +++ b/bucket/windowsdesktop-runtime.json @@ -1,21 +1,21 @@ { - "version": "10.0.11", + "version": "10.0.12", "description": "Microsoft .NET (10.0 latest) Desktop Runtime", "homepage": "https://dotnet.microsoft.com/download/dotnet", "license": "MIT", "notes": "You can now remove this installer with 'scoop uninstall -p windowsdesktop-runtime'", "architecture": { "64bit": { - "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/10.0.11/windowsdesktop-runtime-10.0.11-win-x64.exe", - "hash": "sha512:4dbf26b0b78f55c5f59a46c3c81327b23a04f449f7ac6798204dcd19d99459258936daaede61d1b8c1ba523d6c26bf68bac86b3371d22e67cef235edbdc2f26c" + "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/10.0.12/windowsdesktop-runtime-10.0.12-win-x64.exe", + "hash": "sha512:0b907e9312867172a4eb82f4b5ab3f7c2d25e27d8349546d77eeb5d5b8cbecab9ebebfed189b13e9669dc578d892756c548366da539d47b3ddac5efcb7ae72fe" }, "32bit": { - "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/10.0.11/windowsdesktop-runtime-10.0.11-win-x86.exe", - "hash": "sha512:46a0cf0e6e9aa1cea3c4caade7db2c3b38662763e56e6306b5d9aa4f38d4a4157ea688a44bf3309ab71f2b1c364f64077b7c585a602232680dfcd948408f1a20" + "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/10.0.12/windowsdesktop-runtime-10.0.12-win-x86.exe", + "hash": "sha512:e3581e55c5dd345df242af978bd5bd22871975af7cb3d7664567fbfc774e1809e2cd4ee36c42c47c928cbf11dac5f6cf475fdf6ed3b6aed45867ba93421cb6de" }, "arm64": { - "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/10.0.11/windowsdesktop-runtime-10.0.11-win-arm64.exe", - "hash": "sha512:3e17b7afda3b4bbbe1599a24f1f1d26a7ac988b2029fc07390f1066b62e65a9e140e509a30741c3787abc5a988a209c3da1fb2ac7263861c042f96bced2ddeca" + "url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/10.0.12/windowsdesktop-runtime-10.0.12-win-arm64.exe", + "hash": "sha512:909ffed452c1b45572d558b5dbf088927a57854dcd3844b46701ead6d4d175fb3f329084fdf9b077aa7cdecaececcacb95c82870d32d7b8c411638331491c441" } }, "pre_install": "if (!(is_admin)) { throw 'Admin privileges are required.' }", From 21608a472d8c7038b05db09b77ffcf95cbf82bb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:05:13 +0000 Subject: [PATCH 237/964] wsl2-distro-manager: Update to version 2.0.2 --- bucket/wsl2-distro-manager.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wsl2-distro-manager.json b/bucket/wsl2-distro-manager.json index 7cce077055fbb8..c7ba95b5dcc8d3 100644 --- a/bucket/wsl2-distro-manager.json +++ b/bucket/wsl2-distro-manager.json @@ -1,12 +1,12 @@ { - "version": "2.0.1", + "version": "2.0.2", "description": "A quick way to manage your WSL instances with a GUI.", "homepage": "https://github.com/bostrot/wsl2-distro-manager", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/bostrot/wsl2-distro-manager/releases/download/v2.0.1/wsl2-distro-manager-v2.0.1.zip", - "hash": "b6bb31ed154d006a5add771acdc42e01da1c4c8b9f15e4309d58aad6a20ce2ea" + "url": "https://github.com/bostrot/wsl2-distro-manager/releases/download/v2.0.2/wsl2-distro-manager-v2.0.2.zip", + "hash": "4ce0271418e39a3a1ff26308abbe0f2410b6f3faa9cdcde312c5f1729025d483" } }, "shortcuts": [ From d76e1aea4b7cc6ec019ad980794bf19a70c4a2f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:05:14 +0000 Subject: [PATCH 238/964] ytmdesktop: Update to version 2.0.12 --- bucket/ytmdesktop.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ytmdesktop.json b/bucket/ytmdesktop.json index edc794083176d8..03a1ad689369ae 100644 --- a/bucket/ytmdesktop.json +++ b/bucket/ytmdesktop.json @@ -1,12 +1,12 @@ { - "version": "2.0.11", + "version": "2.0.12", "description": "An unofficial desktop app for YouTube Music", "homepage": "https://ytmdesktop.app", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/ytmdesktop/ytmdesktop/releases/download/v2.0.11/youtube_music_desktop_app-2.0.11-full.nupkg", - "hash": "sha1:959d6616ce06a640b96488253b087054012c2e0d" + "url": "https://github.com/ytmdesktop/ytmdesktop/releases/download/v2.0.12/youtube_music_desktop_app-2.0.12-full.nupkg", + "hash": "sha1:4ef1da0febbf53d0352b251b3426e6fc8d6ff07a" } }, "extract_dir": "lib\\net45", From 725cbdd2474dbaf974894215b25b48efa26711b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 04:34:18 +0000 Subject: [PATCH 239/964] dyad: Update to version 1.14.0 --- bucket/dyad.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dyad.json b/bucket/dyad.json index 7eeae3bab272aa..a4f4fc23bf295a 100644 --- a/bucket/dyad.json +++ b/bucket/dyad.json @@ -1,12 +1,12 @@ { - "version": "1.13.0", + "version": "1.14.0", "description": "A local, open-source AI app builder for power users.", "homepage": "https://dyad.sh", "license": "Apache-2.0,FSL-1.1-ALv2", "architecture": { "64bit": { - "url": "https://github.com/dyad-sh/dyad/releases/download/v1.13.0/dyad-1.13.0-full.nupkg", - "hash": "sha1:e148b06820ba24f156ec82aabd98671a17375ce6" + "url": "https://github.com/dyad-sh/dyad/releases/download/v1.14.0/dyad-1.14.0-full.nupkg", + "hash": "sha1:773de7ba3f235a96e5fb05a6f41cb2ef1e793c0d" } }, "extract_dir": "lib\\net45", From 02ed641adc7089dc0918623b2df8a2ebdc9fb71a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 04:34:18 +0000 Subject: [PATCH 240/964] koharu: Update to version 0.81.10 --- bucket/koharu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/koharu.json b/bucket/koharu.json index 41a844203a0414..4f9aefb2b0be59 100644 --- a/bucket/koharu.json +++ b/bucket/koharu.json @@ -1,5 +1,5 @@ { - "version": "0.81.8", + "version": "0.81.10", "description": "ML-powered manga translator, written in Rust.", "homepage": "https://koharu.rs/", "license": "GPL-3.0-only|Apache-2.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/mayocream/koharu/releases/download/0.81.8/koharu_0.81.8_x64-setup.exe#/dl.7z", - "hash": "ca0a717418f47d3d889ff40dfd63e81abcc1520042efba8130648f963c948e20" + "url": "https://github.com/mayocream/koharu/releases/download/0.81.10/koharu_0.81.10_x64-setup.exe#/dl.7z", + "hash": "78b14d1f7f3c72532c4d5d6901d92e64f15617861fa0468fbb888c57e9a77848" } }, "pre_install": [ From 32e4b63abb9f48d679f500a6e02dd230e709189e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 04:34:19 +0000 Subject: [PATCH 241/964] ldplayer: Update to version 14.0.25.2 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index fb6064754eb039..2634f51d1b2e89 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.1", + "version": "14.0.25.2", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", - "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", + "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 66a8a410e257a2c14a960c539c6310bae1f90259 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 04:34:19 +0000 Subject: [PATCH 242/964] lmstudio: Update to version 0.4.24-1 --- bucket/lmstudio.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lmstudio.json b/bucket/lmstudio.json index d11fe63fe44619..6ba1824a9ee236 100644 --- a/bucket/lmstudio.json +++ b/bucket/lmstudio.json @@ -1,5 +1,5 @@ { - "version": "0.4.23-1", + "version": "0.4.24-1", "description": "Discover, download, and run local LLMs (llama.cpp, MLX). Chat UI and OpenAI-compatible local API server.", "homepage": "https://lmstudio.ai", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://installers.lmstudio.ai/win32/x64/0.4.23-1/LM-Studio-0.4.23-1-x64.exe#/dl.7z", - "hash": "8f7e0a098049f5d4bfafc45c61348ba5fcf76e579589639c599ff52d76c397a2" + "url": "https://installers.lmstudio.ai/win32/x64/0.4.24-1/LM-Studio-0.4.24-1-x64.exe#/dl.7z", + "hash": "3777ed7bc3dd30f1b6664ddaff1493696ad18a7a292e3168d5572bce4df8f3f9" }, "arm64": { - "url": "https://installers.lmstudio.ai/win32/arm64/0.4.23-1/LM-Studio-0.4.23-1-arm64.exe#/dl.7z", - "hash": "dab08fcd35f8f72e51442231badf55785fc3dd5b93061de8d33a575134c06c0c" + "url": "https://installers.lmstudio.ai/win32/arm64/0.4.24-1/LM-Studio-0.4.24-1-arm64.exe#/dl.7z", + "hash": "182dde5d41362816adb14b06ed59fd023a5df892970c4b9d56ba7be2e9710d2e" } }, "installer": { From 710af3f85b6ce07f258771f5022a0fcba170cdb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 04:34:19 +0000 Subject: [PATCH 243/964] opencode-desktop: Update to version 1.18.30 --- bucket/opencode-desktop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opencode-desktop.json b/bucket/opencode-desktop.json index a07d7554256237..3bcf00aa8052d3 100644 --- a/bucket/opencode-desktop.json +++ b/bucket/opencode-desktop.json @@ -1,16 +1,16 @@ { - "version": "1.18.29", + "version": "1.18.30", "description": "The open source AI coding agent.", "homepage": "https://opencode.ai/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.29/opencode-desktop-win-x64.exe#/dl.7z", - "hash": "2914250df02bb911fcfb799715e3d2e13ab8cc748143406a7be099fde6820a20" + "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.30/opencode-desktop-win-x64.exe#/dl.7z", + "hash": "dcf723272c930f5dfa73a8561818ae4ad1a346384a859111ffeb554e19ce6567" }, "arm64": { - "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.29/opencode-desktop-win-arm64.exe#/dl.7z", - "hash": "541b2a47dae2305ffb71c952df1acadfa9508b3df545f42da538a8db64f2ef60" + "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.30/opencode-desktop-win-arm64.exe#/dl.7z", + "hash": "ced609248fc3480c7523358d70f58c88030dbb4c5739cd0f2d9d21ad96c4fe30" } }, "pre_install": [ From 3fd8d20f7ad840e5ec1ca6ae9e3f780d527543a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 04:34:20 +0000 Subject: [PATCH 244/964] openwork: Update to version 0.18.43 --- bucket/openwork.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/openwork.json b/bucket/openwork.json index 53d7b6267118e3..79d6947136a5d6 100644 --- a/bucket/openwork.json +++ b/bucket/openwork.json @@ -1,12 +1,12 @@ { "homepage": "https://openwork.software/", - "version": "0.18.42", + "version": "0.18.43", "description": "An open-source alternative to Claude Cowork, powered by opencode ", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/different-ai/openwork/releases/download/v0.18.42/openwork-win-x64-0.18.42.exe#/dl.7z", - "hash": "315545bcbc19f5eadc0851d4d5cde6b8e260b5a8d274d42c2951ef5d0a5f8a41", + "url": "https://github.com/different-ai/openwork/releases/download/v0.18.43/openwork-win-x64-0.18.43.exe#/dl.7z", + "hash": "37c4e4e066441494fafa21d325243613a1f54cd27a6997e45ea4f8d68cb0dec3", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", "Remove-Item \"$dir\\`$*\" -Force -Recurse" From 8c83726f641c044351f5aa1d25ec3431875759b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 04:34:20 +0000 Subject: [PATCH 245/964] rabbitmqadmin-ng: Update to version 2.35.0 --- bucket/rabbitmqadmin-ng.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/rabbitmqadmin-ng.json b/bucket/rabbitmqadmin-ng.json index 6ef884d7a34a19..f391ba0d5454d8 100644 --- a/bucket/rabbitmqadmin-ng.json +++ b/bucket/rabbitmqadmin-ng.json @@ -1,5 +1,5 @@ { - "version": "2.34.0", + "version": "2.35.0", "description": "A command line tool for RabbitMQ that uses the HTTP API", "homepage": "https://github.com/rabbitmq/rabbitmqadmin-ng", "license": "Apache-2.0|MIT", @@ -10,8 +10,8 @@ ], "architecture": { "64bit": { - "url": "https://github.com/rabbitmq/rabbitmqadmin-ng/releases/download/v2.34.0/rabbitmqadmin-2.34.0-x86_64-pc-windows-msvc.exe#/rabbitmqadmin.exe", - "hash": "a40a8b31144f33d8b355c421cd17f0f2bbde3eedd98067ab810f53cac1e3c83b" + "url": "https://github.com/rabbitmq/rabbitmqadmin-ng/releases/download/v2.35.0/rabbitmqadmin-2.35.0-x86_64-pc-windows-msvc.exe#/rabbitmqadmin.exe", + "hash": "fe8098bcd4e192762c2d5901ca6be0c0951a37e4202d4d0d77eacf0dda9f44ee" } }, "bin": "rabbitmqadmin.exe", From e1b6d9444ee31fa35f25dd5ebf6e87186561618d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 04:34:21 +0000 Subject: [PATCH 246/964] reasonix-desktop: Update to version 1.38.3 --- bucket/reasonix-desktop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/reasonix-desktop.json b/bucket/reasonix-desktop.json index 56447dcadf4206..1930f059b578e1 100644 --- a/bucket/reasonix-desktop.json +++ b/bucket/reasonix-desktop.json @@ -1,16 +1,16 @@ { - "version": "1.38.2", + "version": "1.38.3", "description": "Reasonix Desktop, official GUI for Reasonix, a DeepSeek-native AI coding agent built to reduce API costs through aggressive context caching.", "homepage": "https://reasonix.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.2/Reasonix-windows-amd64.zip", - "hash": "302f87a645bde364dd76b3cba22dd29a1f7055c15a76c7b11e7c6b1b3361623e" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.3/Reasonix-windows-amd64.zip", + "hash": "56589e2065013f58bd9334add52112586f9a8ed14379a3d3c415072640c6bf26" }, "arm64": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.2/Reasonix-windows-arm64.zip", - "hash": "9d87204a4943ab9102cd63ac8b98e2fa10bbbb32b13962e546b565c257a82eb8" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.3/Reasonix-windows-arm64.zip", + "hash": "eeaf76fcdd8dca4af1c6babecfbbb360b200138727a9080547446b21e50a39d7" } }, "shortcuts": [ From 21cad2a805f32637fb47916a4c2023e6a1320e9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 04:34:21 +0000 Subject: [PATCH 247/964] wox: Update to version 2.4.3 --- bucket/wox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wox.json b/bucket/wox.json index c890010bdbb0b1..86ac6dae65ddd1 100644 --- a/bucket/wox.json +++ b/bucket/wox.json @@ -1,5 +1,5 @@ { - "version": "2.4.2", + "version": "2.4.3", "description": "A full-featured launcher, access programs and web contents as you type.", "homepage": "https://github.com/Wox-launcher/Wox", "license": { @@ -12,8 +12,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Wox-launcher/Wox/releases/download/v2.4.2/wox-windows-amd64.exe#/wox.exe", - "hash": "0eb554feb418ea367d476e7d7924d6229fc6b9332fa9264b59aaa3915c178c16" + "url": "https://github.com/Wox-launcher/Wox/releases/download/v2.4.3/wox-windows-amd64.exe#/wox.exe", + "hash": "21048354e87a12cffe9b70c3c75ae1766ad91842cfaca1d2dced526e4784f7b5" } }, "bin": "wox.exe", From 21caef91057de633a2077aefccfabe4a71d505bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 07:00:17 +0000 Subject: [PATCH 248/964] smartgit@26.1.052: Fix hash (Closes #18717) --- bucket/smartgit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/smartgit.json b/bucket/smartgit.json index 2edd1fd6c03764..f8955184dc7059 100644 --- a/bucket/smartgit.json +++ b/bucket/smartgit.json @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://download.smartgit.dev/smartgit/smartgit-26_1_052-win-portable.7z", - "hash": "ae15622af047075f4128cb2a7a9f3c8c43da79144dd05b5cb1bc0792832bb70d" + "hash": "fda7c355e54f0920ba8c21f879c875f11e91316130f7df50c275b80b4e0793f7" } }, "extract_dir": "SmartGit", From dc9128f6ac6df95c1021f1593f37b6b293732472 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 07:16:35 +0000 Subject: [PATCH 249/964] attribute-changer@11.50: Fix hash (Closes #18718) --- bucket/attribute-changer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/attribute-changer.json b/bucket/attribute-changer.json index d4e1a290a4c81a..9de7ec0e3b11a0 100644 --- a/bucket/attribute-changer.json +++ b/bucket/attribute-changer.json @@ -20,7 +20,7 @@ "change-ac-language.ps1 1" ], "url": "https://www.petges.lu/pubfiles/ac-11_50.exe", - "hash": "md5:6f5a01822160982ace8abd94f129f97e", + "hash": "md5:25cbbe6ae8048925498592879b1596ff", "innosetup": true, "architecture": { "64bit": { From ef695eb099b36ab56d5d6564ac3a62e5297fa417 Mon Sep 17 00:00:00 2001 From: seanmamasde Date: Wed, 9 Sep 2026 15:36:37 +0800 Subject: [PATCH 250/964] emacs@31.1: Switch download source to `ftp.gnu.org` (#18715) --- bucket/emacs.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bucket/emacs.json b/bucket/emacs.json index dfb0b8872e330f..b101332d9c81c9 100644 --- a/bucket/emacs.json +++ b/bucket/emacs.json @@ -6,7 +6,7 @@ "notes": "For 32-bit version, install 'versions/emacs27.2'", "architecture": { "64bit": { - "url": "https://ftpmirror.gnu.org/gnu/emacs/windows/emacs-31/emacs-31.1.zip", + "url": "https://ftp.gnu.org/gnu/emacs/windows/emacs-31/emacs-31.1.zip", "hash": "96a1018e9de877e77768ca884007f1a9df44889e9ae81ae3ca3d904b5681b8b6" } }, @@ -32,11 +32,8 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://ftpmirror.gnu.org/gnu/emacs/windows/emacs-$majorVersion/emacs-$version.zip" + "url": "https://ftp.gnu.org/gnu/emacs/windows/emacs-$majorVersion/emacs-$version.zip" } - }, - "hash": { - "url": "$baseurl/emacs-$version-sha256sum.txt" } } } From f01eca645d648dcbdc40e014073e3cdca9fe3a2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:37:36 +0000 Subject: [PATCH 251/964] aimp: Update to version 5.40.2727 --- bucket/aimp.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/aimp.json b/bucket/aimp.json index 9c5a8a1af4c0a0..f71029b6aa18fb 100644 --- a/bucket/aimp.json +++ b/bucket/aimp.json @@ -1,5 +1,5 @@ { - "version": "5.40.2726", + "version": "5.40.2727", "description": "Audio player", "homepage": "https://www.aimp.ru", "license": { @@ -9,11 +9,11 @@ "architecture": { "64bit": { "url": "https://www.aimp.ru/?do=download.file&id=31#/dl.zip", - "hash": "a53fe1fba2f0a244509203d1e68d2709fedddb88e602fad2eb64756b205523ed" + "hash": "7a11b2d502ed1163868f41e96511da989bc9cf7d55282f7997453bafcfe5ff2a" }, "32bit": { "url": "https://www.aimp.ru/?do=download.file&id=8#/dl.zip", - "hash": "6f129a74f351ec40ab8bc69b1db6c67e4722f22c306d3bc849645e564f724b15" + "hash": "f676d1d0742349031038e163ad179b062f75c4b1704f082363c22ac968f6687f" } }, "extract_dir": "AIMP", From db144f43a744661e6effd615381580b71f92c916 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:37:37 +0000 Subject: [PATCH 252/964] gtoolkit: Update to version 1.1.582 --- bucket/gtoolkit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gtoolkit.json b/bucket/gtoolkit.json index c2cde848a354ae..d5d90d8cf4e593 100644 --- a/bucket/gtoolkit.json +++ b/bucket/gtoolkit.json @@ -1,16 +1,16 @@ { - "version": "1.1.581", + "version": "1.1.582", "description": "A moldable development environment.", "homepage": "https://gtoolkit.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.581/GlamorousToolkit-Windows-x86_64-v1.1.581.zip", - "hash": "d1612c4ec7478a6777b3af96642ca1dc3e2c3ef9d69ab8539670b7de55c72c87" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.582/GlamorousToolkit-Windows-x86_64-v1.1.582.zip", + "hash": "8569d2c2e6c81d522286405c2bcd32982c50ecaec6aab39c13eeb24a41d3a99a" }, "arm64": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.581/GlamorousToolkit-Windows-aarch64-v1.1.581.zip", - "hash": "61ffe657327fb78800731557af0adf3faaca3b66c10a8de4f940ee24d39c5252" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.582/GlamorousToolkit-Windows-aarch64-v1.1.582.zip", + "hash": "364b3d410d1f65432c24571da1ba73bba3ba29fded35277f719349a5977dced5" } }, "bin": "bin\\GlamorousToolkit-cli.exe", From 01ca79cdb434218a383f911d04dd649228a3be7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:37:37 +0000 Subject: [PATCH 253/964] helium: Update to version 0.16.6.1 --- bucket/helium.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/helium.json b/bucket/helium.json index 0f2412ba47f171..ef9888f0f891de 100644 --- a/bucket/helium.json +++ b/bucket/helium.json @@ -1,18 +1,18 @@ { - "version": "0.16.5.1", + "version": "0.16.6.1", "description": "The Chromium-based web browser made for people, with love. Best privacy by default, unbiased ad-blocking, no bloat and no noise.", "homepage": "https://helium.computer", "license": "BSD-3-Clause, GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/imputnet/helium-windows/releases/download/0.16.5.1/helium_0.16.5.1_x64-windows.zip", - "hash": "6662f27e6c94fa033ff950ba06dcf923d38aa7c9f7e9d0682cf15cdaa5c8a9c5", - "extract_dir": "helium_0.16.5.1_x64-windows" + "url": "https://github.com/imputnet/helium-windows/releases/download/0.16.6.1/helium_0.16.6.1_x64-windows.zip", + "hash": "892aa034c0bf3740a1832cb3d282afdb35275a92b906172a1d631844043edb3e", + "extract_dir": "helium_0.16.6.1_x64-windows" }, "arm64": { - "url": "https://github.com/imputnet/helium-windows/releases/download/0.16.5.1/helium_0.16.5.1_arm64-windows.zip", - "hash": "b94d4b7a5be0b220a6c45285f6ac9d9ddf34fb68fb5a78c5446884e57b11faee", - "extract_dir": "helium_0.16.5.1_arm64-windows" + "url": "https://github.com/imputnet/helium-windows/releases/download/0.16.6.1/helium_0.16.6.1_arm64-windows.zip", + "hash": "5346588d666bc802e31f66e521110cfad5daebc998fb656d23b31ebe2427c25a", + "extract_dir": "helium_0.16.6.1_arm64-windows" } }, "bin": [ From 709d16c2cd04e361be5ef38c8051bc78c9ebda2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:37:38 +0000 Subject: [PATCH 254/964] jackett: Update to version 0.24.2551 --- bucket/jackett.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jackett.json b/bucket/jackett.json index db8a39a17f529c..96a351bedb481d 100644 --- a/bucket/jackett.json +++ b/bucket/jackett.json @@ -1,13 +1,13 @@ { - "version": "0.24.2544", + "version": "0.24.2551", "description": "API Support for your favorite torrent trackers", "homepage": "https://github.com/Jackett/Jackett", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/Jackett/Jackett/blob/HEAD/LICENSE" }, - "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2544/Jackett.Binaries.Windows.zip", - "hash": "d3a2c6989038c18d81c3c3949f02b883e5e9b822c4747ac3b6f764f59ab5105b", + "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2551/Jackett.Binaries.Windows.zip", + "hash": "bc0ed81dd5c08a09724fca1b504478827f8f8735471dd347f5e7c2525bc16723", "extract_dir": "Jackett", "shortcuts": [ [ From 7e3fd3e0c195d053cd5597443f986179697168ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:37:38 +0000 Subject: [PATCH 255/964] media-downloader: Update to version 5.6.6 --- bucket/media-downloader.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/media-downloader.json b/bucket/media-downloader.json index 2859840b7d2e30..24079256b090d0 100644 --- a/bucket/media-downloader.json +++ b/bucket/media-downloader.json @@ -1,18 +1,18 @@ { - "version": "5.6.5", + "version": "5.6.6", "description": "A Qt/C++ front-end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books.", "homepage": "https://github.com/mhogomchungu/media-downloader", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/mhogomchungu/media-downloader/releases/download/5.6.5/MediaDownloaderQt6-5.6.5.zip", - "hash": "75bc8bc984f7961f6e8e63b620847bcdc96135e01c042cb61a9a7c7eb8a65eb8", - "extract_dir": "MediaDownloaderQt6-5.6.5" + "url": "https://github.com/mhogomchungu/media-downloader/releases/download/5.6.6/MediaDownloaderQt6-5.6.6.zip", + "hash": "5f04ec385b0357aa978b607ca987a16ecb230cf015e0042219419d4ae5479676", + "extract_dir": "MediaDownloaderQt6-5.6.6" }, "32bit": { - "url": "https://github.com/mhogomchungu/media-downloader/releases/download/5.6.5/MediaDownloaderQt5-5.6.5.zip", - "hash": "9b640d2c858c48df807951a3462af5e62f9d89c93a4875eb158a67ec6ac0c632", - "extract_dir": "MediaDownloaderQt5-5.6.5" + "url": "https://github.com/mhogomchungu/media-downloader/releases/download/5.6.6/MediaDownloaderQt5-5.6.6.zip", + "hash": "ef40e615dcf1b9be9f1ba96ae3538d15410acf820e7037472d8fb220cfb26911", + "extract_dir": "MediaDownloaderQt5-5.6.6" } }, "bin": "media-downloader.exe", From 23d31e1b127ce70f89564444ac75cc2359e7bf9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:37:38 +0000 Subject: [PATCH 256/964] openwork: Update to version 0.18.44 --- bucket/openwork.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/openwork.json b/bucket/openwork.json index 79d6947136a5d6..1427f32e14d0fd 100644 --- a/bucket/openwork.json +++ b/bucket/openwork.json @@ -1,12 +1,12 @@ { "homepage": "https://openwork.software/", - "version": "0.18.43", + "version": "0.18.44", "description": "An open-source alternative to Claude Cowork, powered by opencode ", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/different-ai/openwork/releases/download/v0.18.43/openwork-win-x64-0.18.43.exe#/dl.7z", - "hash": "37c4e4e066441494fafa21d325243613a1f54cd27a6997e45ea4f8d68cb0dec3", + "url": "https://github.com/different-ai/openwork/releases/download/v0.18.44/openwork-win-x64-0.18.44.exe#/dl.7z", + "hash": "dbfc6a1559900206749615171cf40e9eb45e4478da695250531011ee8fe8f576", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", "Remove-Item \"$dir\\`$*\" -Force -Recurse" From efbf70998827b10b425f8c02e528b06c79ce3b86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:37:39 +0000 Subject: [PATCH 257/964] postman: Update to version 12.27.2 --- bucket/postman.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postman.json b/bucket/postman.json index 1f7803fa34f4f3..910c403963f44a 100644 --- a/bucket/postman.json +++ b/bucket/postman.json @@ -1,5 +1,5 @@ { - "version": "12.27.1", + "version": "12.27.2", "description": "Complete API development environment.", "homepage": "https://www.getpostman.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://dl.pstmn.io/download/12.27.1/Postman%20v12.27.1%20(x64).exe#/dl.7z", - "hash": "sha1:4ae4cdbb4543b1006d8790c5a2c76a787087f74a" + "url": "https://dl.pstmn.io/download/12.27.2/Postman%20v12.27.2%20(x64).exe#/dl.7z", + "hash": "sha1:d0cee250c3ef4ba2dc9a194d25042547e8a3dd8d" } }, "installer": { From bb5c8041982cf4ca1470726343e6fd8c7035a39f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:37:39 +0000 Subject: [PATCH 258/964] syncback: Update to version 12.1.6.0 --- bucket/syncback.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/syncback.json b/bucket/syncback.json index cc1a85d2f303cf..534dd7e6330e9f 100644 --- a/bucket/syncback.json +++ b/bucket/syncback.json @@ -1,5 +1,5 @@ { - "version": "12.0.17.0", + "version": "12.1.6.0", "description": "Data backup and synchronization software", "homepage": "https://www.2brightsparks.com/download-syncbackfree.html", "license": { @@ -7,7 +7,7 @@ "url": "https://www.2brightsparks.com/download-syncbackfree.html#tab2" }, "url": "https://www.2brightsparks.com/assets/software/SyncBack_Setup.exe", - "hash": "40839a5fa19f9ceba12a8e90ebe2a162ad207d52b0ee4ce19017364e8553a715", + "hash": "19ab21d5a73f8691c63e44c5cc1f8435a8f0f46d7df2cdeff564f2c9a286275b", "innosetup": true, "bin": "SyncBackFree.exe", "shortcuts": [ From b3e7b3938f90f9fdddfe92f9be24b65fb6a1453e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:37:39 +0000 Subject: [PATCH 259/964] syncbackpro: Update to version 12.1.6.0 --- bucket/syncbackpro.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/syncbackpro.json b/bucket/syncbackpro.json index db1363a5df6967..c94b232044442c 100644 --- a/bucket/syncbackpro.json +++ b/bucket/syncbackpro.json @@ -1,5 +1,5 @@ { - "version": "12.0.17.0", + "version": "12.1.6.0", "description": "Backup up and synchronize files to several resources, including an internal or external drive, to different media (USB thumb drive, CD, DVD), to a remote server (NAS, FTP, Windows server) and to a cloud storage provider.", "homepage": "https://www.2brightsparks.com/syncback/sbpro.html", "license": { @@ -9,11 +9,11 @@ "architecture": { "64bit": { "url": "https://www.2brightsparks.com/assets/software/SyncBackPro64_Setup_NI.zip", - "hash": "2d93fd4ebf1a5a5afdd2cd7f8942cfa32aea5989e6a8e5f8573215e72eda0f29" + "hash": "9c127c78248b9bc8866c2ee13405be397ca1fd3aa923b6cfb41f63a5f27432e2" }, "32bit": { "url": "https://www.2brightsparks.com/assets/software/SyncBackPro_Setup_NI.zip", - "hash": "060221555ae7ce2817a4fb3142347cb61629b512fc67b6d58fc32b7430da5ca5" + "hash": "4970710deb1e37b2b95d0e2e704737182c68840932502a1b3967718650a00ad8" } }, "post_install": "Set-Content \"$dir\\SettingsFolder.ini\" @('[Settings]', 'Folder=%THISPATH%settings', 'Restricted=1') -Encoding ASCII", From ed02a52da8d11e5d10c67e29c08414004b2068d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:37:40 +0000 Subject: [PATCH 260/964] tinta: Update to version 3.6.7 --- bucket/tinta.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinta.json b/bucket/tinta.json index bdcd795d691a38..433343c91a11f2 100644 --- a/bucket/tinta.json +++ b/bucket/tinta.json @@ -1,12 +1,12 @@ { - "version": "3.5.6", + "version": "3.6.7", "description": "Fast, lightweight Markdown and Mermaid viewer.", "homepage": "https://tinta.cc", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/oipoistar/tinta/releases/download/v3.5.6/tinta.exe", - "hash": "715229acd8d647caf54a7dfa440a7d47ab613257180905196940b9aa8029e20a" + "url": "https://github.com/oipoistar/tinta/releases/download/v3.6.7/tinta.exe", + "hash": "56ee7856ed8d399ec80ef740f6512168c78799b2b06648b47c9d51e0859a8701" } }, "bin": "tinta.exe", From 732a71e18190db7c7a60b8bc80570c476d8e74a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:37:40 +0000 Subject: [PATCH 261/964] waterfox: Update to version 6.7.2 --- bucket/waterfox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/waterfox.json b/bucket/waterfox.json index a1ca1ca90f476a..4ede630826ba86 100644 --- a/bucket/waterfox.json +++ b/bucket/waterfox.json @@ -1,5 +1,5 @@ { - "version": "6.7.1.1", + "version": "6.7.2", "description": "The 100% fresh, free-range, ethical browser", "homepage": "https://www.waterfox.net", "license": "MPL-2.0", @@ -12,8 +12,8 @@ ], "architecture": { "64bit": { - "url": "https://cdn1.waterfox.net/waterfox/releases/6.7.1.1/WINNT_x86_64/Waterfox%20Setup%206.7.1.1.exe#/dl.7z", - "hash": "sha512:047248ae4e59a04dd5b1d9318a0b4ee542b5e6fbb4977bf8e5bebf92601ed38e9403bb02dbc4cf62527f19ea1e9cecabe40e64d55af58b6b78216c017edd4fd4" + "url": "https://cdn1.waterfox.net/waterfox/releases/6.7.2/WINNT_x86_64/Waterfox%20Setup%206.7.2.exe#/dl.7z", + "hash": "sha512:a22494295ba3a23daf9fda047592b21ad72d75690b4877a521368edf196a5a1a7804e3a621df219b9e5df7e8c77ecf1c5d8f4968f18efa7eadebafd1af6ed45a" } }, "extract_dir": "core", From 11acd72a028ef95874db7eb363d6051fd4109ffc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:37:41 +0000 Subject: [PATCH 262/964] wechat: Update to version 4.1.13.65 --- bucket/wechat.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wechat.json b/bucket/wechat.json index 5a05a83e433946..4c3c5ba68dc394 100644 --- a/bucket/wechat.json +++ b/bucket/wechat.json @@ -1,5 +1,5 @@ { - "version": "4.1.13.63", + "version": "4.1.13.65", "description": "Free messaging and calling app by Tencent", "homepage": "https://www.wechat.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/cscnk52/wechat-windows-versions/releases/download/v4.1.13.63/weixin_4.1.13.63.exe#/dl.7z", - "hash": "1c7b83847637bdd708dd5c99f9714c621f0ee8fcdd6ef09b8321d013db979e5d" + "url": "https://github.com/cscnk52/wechat-windows-versions/releases/download/v4.1.13.65/weixin_4.1.13.65.exe#/dl.7z", + "hash": "a1978685c5d12ee6adc372a6348ffe1c9b2ca95a59787e4ed66279436b57c5e1" } }, "installer": { From d440693096041135d5cbd9aeb6771da002ffe550 Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:15:40 +0000 Subject: [PATCH 263/964] bulk-crap-uninstaller: Update to version 6.3.0, add arm64 support * Fix `checkver` and `autoupdate`. * Closes #18716. --- bucket/bulk-crap-uninstaller.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/bucket/bulk-crap-uninstaller.json b/bucket/bulk-crap-uninstaller.json index 5f5f1a6cb98e33..0098f90a5f9c9f 100644 --- a/bucket/bulk-crap-uninstaller.json +++ b/bucket/bulk-crap-uninstaller.json @@ -1,5 +1,5 @@ { - "version": "6.2.0", + "version": "6.3.0", "description": "Bulk program uninstaller with advanced automation", "homepage": "https://www.bcuninstaller.com/", "license": { @@ -8,9 +8,14 @@ }, "architecture": { "64bit": { - "url": "https://github.com/BCUninstaller/Bulk-Crap-Uninstaller/releases/download/v6.2/BCUninstaller_6.2.0_portable.zip", - "hash": "93f6c3543fdffa02159967decfb887e035b3904a7d9087f3e5d806bbf06c7b78", + "url": "https://github.com/BCUninstaller/Bulk-Crap-Uninstaller/releases/download/v6.3/BCUninstaller_6.3.0_portable.7z", + "hash": "1ab75c8fdb88cfc8c05012ef21136f35e7c477bb58b7f69d7d3b4495179c5dc3", "extract_dir": "win-x64" + }, + "arm64": { + "url": "https://github.com/BCUninstaller/Bulk-Crap-Uninstaller/releases/download/v6.3/BCUninstaller_6.3.0_portable.7z", + "hash": "1ab75c8fdb88cfc8c05012ef21136f35e7c477bb58b7f69d7d3b4495179c5dc3", + "extract_dir": "win-arm64" } }, "pre_install": "Copy-Item \"$persist_dir\\BCUninstaller.settings\" \"$dir\" -ErrorAction Ignore", @@ -37,12 +42,15 @@ "checkver": { "github": "https://api.github.com/repos/BCUninstaller/Bulk-Crap-Uninstaller/releases/latest", "jsonpath": "$.assets[*].browser_download_url", - "regex": "download/v(?[\\d.]+)/BCUninstaller_([\\d.]+)_portable(?:-[\\w]+)?\\.zip" + "regex": "download/v(?[\\d.]+)/BCUninstaller_([\\d.]+)_portable(?:-[\\w]+)?" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/BCUninstaller/Bulk-Crap-Uninstaller/releases/download/v$matchTag/BCUninstaller_$version_portable.zip" + "url": "https://github.com/BCUninstaller/Bulk-Crap-Uninstaller/releases/download/v$matchTag/BCUninstaller_$version_portable.7z" + }, + "arm64": { + "url": "https://github.com/BCUninstaller/Bulk-Crap-Uninstaller/releases/download/v$matchTag/BCUninstaller_$version_portable.7z" } } } From a5dc793aa9b97138c9bf1a5a4f75e74ee94b3761 Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:51:54 +0000 Subject: [PATCH 264/964] attribute-changer@11.50: Fix download URL, add arm64 support * Drop 32bit support. * Fix autoupdate URL. * Fix pre_install script. * Relates to #18694. --- bucket/attribute-changer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/attribute-changer.json b/bucket/attribute-changer.json index 9de7ec0e3b11a0..d5d3f91fba1fdd 100644 --- a/bucket/attribute-changer.json +++ b/bucket/attribute-changer.json @@ -19,11 +19,11 @@ "Ex. If you want the Attribute Changer interface language to Czech, you would run:", "change-ac-language.ps1 1" ], - "url": "https://www.petges.lu/pubfiles/ac-11_50.exe", - "hash": "md5:25cbbe6ae8048925498592879b1596ff", + "url": "https://pubfiles.petges.lu/ac-11_50.exe", + "hash": "md5:02eb26a32166f8b351d30f3e0909b931", "innosetup": true, "architecture": { - "64bit": { + "arm64": { "pre_install": [ "if (!(is_admin)) { error \"$app requires admin rights to $cmd\"; break }", "Get-ChildItem \"$dir\\*,1*\" -Include '*.exe', '*.dll' | Remove-Item", @@ -32,7 +32,7 @@ "Start-Sleep -Seconds 2" ] }, - "32bit": { + "64bit": { "pre_install": [ "if (!(is_admin)) { error \"$app requires admin rights to $cmd\"; break }", "Get-ChildItem \"$dir\\*,2*\" -Include '*.exe', '*.dll' | Remove-Item", @@ -80,7 +80,7 @@ ], "checkver": "(?:v|V)ersion\\s([\\w.]+)", "autoupdate": { - "url": "https://www.petges.lu/pubfiles/ac-$underscoreVersion.exe", + "url": "https://pubfiles.petges.lu/ac-$underscoreVersion.exe", "hash": { "url": "https://www.petges.lu/download/", "regex": "(?s)$version.*?MD5\\sChecksum\\:\\s$md5" From 3158a943f42a3df4e105f338d7e2a6a6714bf8fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:40:21 +0000 Subject: [PATCH 265/964] cockpit-tools: Update to version 1.3.47 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index 879e0501cd7e2f..8bcf5d2743c804 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.46", + "version": "1.3.47", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.46/Cockpit.Tools_1.3.46_x64_en-US.msi", - "hash": "03268ee7c335bfa393cb8d606c1a909b053758537344a4e1a2e6ac3428eb67a1" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.47/Cockpit.Tools_1.3.47_x64_en-US.msi", + "hash": "0eec03273e04086ffd8c4b3b2101693a51f6a4c8bdefef2f684ece1898102ad6" } }, "extract_dir": "PFiles\\Cockpit Tools", From 89ff3f629cecf6646170c6df4c1723b107f94590 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:40:22 +0000 Subject: [PATCH 266/964] ente-photos: Update to version 1.7.29 --- bucket/ente-photos.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ente-photos.json b/bucket/ente-photos.json index afc5aa67492597..3d41438899062a 100644 --- a/bucket/ente-photos.json +++ b/bucket/ente-photos.json @@ -1,17 +1,17 @@ { - "version": "1.7.28", + "version": "1.7.29", "description": "Open source, end-to-end encrypted photo and video storage app.", "homepage": "https://ente.io", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/ente/photos-desktop/releases/download/v1.7.28/ente-1.7.28-x64.exe#/dl.7z", - "hash": "sha512:f8f820d447b8d5b403b3b70ca25cc2eba8e306813d8274ad651fdc36038ea281e8a49f69c301e50879c439808d3fd2473ddf4d9ed7ca368b2d1974989140be89", + "url": "https://github.com/ente/photos-desktop/releases/download/v1.7.29/ente-1.7.29-x64.exe#/dl.7z", + "hash": "sha512:42a92d8d9982196553c87bcb947a9028f55d088f139c9a8fe3a5ccf6ca62812105386f6e26fbc3402eaae75985c45560f5294e0ff373f99723546ae98362ca2d", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" }, "arm64": { - "url": "https://github.com/ente/photos-desktop/releases/download/v1.7.28/ente-1.7.28-arm64.exe#/dl.7z", - "hash": "sha512:d5f00c7496155221a4b26dd8301e903329b764f9b1b7cada0b9d47e4cc1e58034c9b243bf6b08d279e3a81d2f4268e112d1963e8ab2f560a91269d193afbc759", + "url": "https://github.com/ente/photos-desktop/releases/download/v1.7.29/ente-1.7.29-arm64.exe#/dl.7z", + "hash": "sha512:47f9b754ea68cc30410967fed62013bc6a5a31fde60f2994e09eeed11f59855c04e238825224475b49fb45bf9fec154bd44da76f205cf2675ebda640b8614a8d", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"" } }, From b8a4d8952d77bd2017eaf5de9503d3491556278a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:40:22 +0000 Subject: [PATCH 267/964] gcloud: Update to version 584.0.0 --- bucket/gcloud.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gcloud.json b/bucket/gcloud.json index 6d4c4d2fb7f28e..95ddae771c9ab5 100644 --- a/bucket/gcloud.json +++ b/bucket/gcloud.json @@ -1,5 +1,5 @@ { - "version": "583.0.0", + "version": "584.0.0", "description": "Command-line interface for Google Cloud Platform products and services.", "homepage": "https://cloud.google.com/sdk/", "license": "Proprietary", @@ -7,12 +7,12 @@ "depends": "7zip19.00-helper", "architecture": { "64bit": { - "url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-583.0.0-windows-x86_64-bundled-python.zip#/dl.zip_", - "hash": "25fe2511abdf05d514bbb67859475e7e76acc1f36c0bcac37232e1e34892d768" + "url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-584.0.0-windows-x86_64-bundled-python.zip#/dl.zip_", + "hash": "69b890b635e70b45ea84cc37568dc3b652a4ed6e20a951a5f8bf4a869095e1ae" }, "32bit": { - "url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-583.0.0-windows-x86-bundled-python.zip#/dl.zip_", - "hash": "2394aa3fe69697fda1aa418990f49139a3f01dcab7eaef68258abd3118b1a155" + "url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-584.0.0-windows-x86-bundled-python.zip#/dl.zip_", + "hash": "eb035046b1d179e5893424a3cedd2f7e11a3654e44b535d4cbff7a013ae4da86" } }, "pre_install": [ From 0a444ae162ea2da2ab2b3a692d5e76a024e12285 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:40:22 +0000 Subject: [PATCH 268/964] gtoolkit: Update to version 1.1.583 --- bucket/gtoolkit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gtoolkit.json b/bucket/gtoolkit.json index d5d90d8cf4e593..81ff5396bf86e3 100644 --- a/bucket/gtoolkit.json +++ b/bucket/gtoolkit.json @@ -1,16 +1,16 @@ { - "version": "1.1.582", + "version": "1.1.583", "description": "A moldable development environment.", "homepage": "https://gtoolkit.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.582/GlamorousToolkit-Windows-x86_64-v1.1.582.zip", - "hash": "8569d2c2e6c81d522286405c2bcd32982c50ecaec6aab39c13eeb24a41d3a99a" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.583/GlamorousToolkit-Windows-x86_64-v1.1.583.zip", + "hash": "700eb0a34fc2dd9e215fcc2554cbfc7ba0cfda48009bddde2e7660dc4ed8f526" }, "arm64": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.582/GlamorousToolkit-Windows-aarch64-v1.1.582.zip", - "hash": "364b3d410d1f65432c24571da1ba73bba3ba29fded35277f719349a5977dced5" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.583/GlamorousToolkit-Windows-aarch64-v1.1.583.zip", + "hash": "bfd0ce4219c3364cdb0e4d1a0012861d1c3faa1800a13c0b5ae0adf6ae48b4e9" } }, "bin": "bin\\GlamorousToolkit-cli.exe", From 1fa216da493b1802a6f2219125067240fc165c98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:40:23 +0000 Subject: [PATCH 269/964] mpv-git: Update to version 202609091237 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index f173584f336c45..38019b45dbb547 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609081229", + "version": "202609091237", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-08-7e4cb538a3/mpv-x86_64-20260908-git-7e4cb538a3.7z", - "hash": "01e9534e6a53af7fce5f760ad13bccd1af5be2dff63ee6fe5ab67bd5742ce9ad" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-09-7e4cb538a3/mpv-x86_64-20260909-git-7e4cb538a3.7z", + "hash": "b84ab4721365118925c052c87b4e9c940444ef266be3ee7999ddcb847c11a7c5" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-08-7e4cb538a3/mpv-aarch64-20260908-git-7e4cb538a3.7z", - "hash": "2dc3b9ae06d3e44cf7b36d3670db95e3028d08d49ea28883c635b155281a15ba" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-09-7e4cb538a3/mpv-aarch64-20260909-git-7e4cb538a3.7z", + "hash": "6a0f2c77c24cf4bd2a80c2a09dffe60721350463fa51122428c313db80eeba5b" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From e25d7636db05ac8d9c576cc01275d521433925dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:40:23 +0000 Subject: [PATCH 270/964] office-tool-plus: Update to version 11.7.9.0 --- bucket/office-tool-plus.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/office-tool-plus.json b/bucket/office-tool-plus.json index a1488b452ecef6..978ec0a2429b53 100644 --- a/bucket/office-tool-plus.json +++ b/bucket/office-tool-plus.json @@ -1,5 +1,5 @@ { - "version": "11.6.6.0", + "version": "11.7.9.0", "description": "A powerful and useful tool for Office deployments", "homepage": "https://www.officetool.plus", "license": "GPL-3.0-or-later", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/YerongAI/Office-Tool/releases/download/v11.6.6.0/Office_Tool_v11.6.6.0_x64.zip", - "hash": "43ba169e4d07c8e45ed4846d7171bfbc521e8f61efff366112b7c6ef9dae627b" + "url": "https://github.com/YerongAI/Office-Tool/releases/download/v11.7.9.0/Office_Tool_v11.7.9.0_x64.zip", + "hash": "2b0d8eabf889f3198c29b40a382e211f70ae8778b9a40a656a3ddd0f0c52c9ec" }, "arm64": { - "url": "https://github.com/YerongAI/Office-Tool/releases/download/v11.6.6.0/Office_Tool_v11.6.6.0_arm64.zip", - "hash": "19fad3581c57dfb04a844e4065d8b70e13897ee24a85f44abc37d0225901ee75" + "url": "https://github.com/YerongAI/Office-Tool/releases/download/v11.7.9.0/Office_Tool_v11.7.9.0_arm64.zip", + "hash": "fe5a8d93a5590ce71acddd8eebb724aeb5b5a3c0ad2822975d460cdf121fe3fd" } }, "extract_dir": "Office Tool", From 79a72dabe65009270065ac25ddcd400bf6074665 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:40:24 +0000 Subject: [PATCH 271/964] proton-mail: Update to version 1.14.0 --- bucket/proton-mail.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/proton-mail.json b/bucket/proton-mail.json index 22e454586120dc..ed73b87221a6fd 100644 --- a/bucket/proton-mail.json +++ b/bucket/proton-mail.json @@ -1,12 +1,12 @@ { - "version": "1.13.4", + "version": "1.14.0", "description": "Secure email that protects your privacy by Proton.", "homepage": "https://proton.me/mail", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://proton.me/download/mail/windows/1.13.4/proton_mail-1.13.4-full.nupkg", - "hash": "sha1:09b96515a00c2d53b8bd002c3105bc8a9feb3bc5" + "url": "https://proton.me/download/mail/windows/1.14.0/proton_mail-1.14.0-full.nupkg", + "hash": "sha1:5729c20ee1b959a60dbf695d875a9db190cd0e72" } }, "extract_dir": "lib\\net45", From 19bd3797f56273e3fc91b95b753c8cd6cadc2a18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:40:24 +0000 Subject: [PATCH 272/964] termius: Update to version 10.0.0 --- bucket/termius.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/termius.json b/bucket/termius.json index 733db160122b56..92397db133b6fe 100644 --- a/bucket/termius.json +++ b/bucket/termius.json @@ -1,10 +1,10 @@ { - "version": "9.43.1", + "version": "10.0.0", "description": "Modern SSH client", "homepage": "https://www.termius.com", "license": "Unknown", "url": "https://autoupdate.termius.com/windows/Install%20Termius.exe#/dl.7z", - "hash": "sha512:5880d0322d19a179cfe4452cee8336b4b2008ef270d5d90e17d485bedef7159e436ab05ce7c5d778337d0b61aca14262179ab1f32af5907542af7e327bc40152", + "hash": "sha512:fe7dccd998c414a895189f56b7b6c736ebf9e8b3b972110231850983b8d2f25581424d9a5f50378c7ff364148e152b522ecb23edeb9d1c76dd96c406ea9b4e60", "architecture": { "64bit": { "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" From 0ac43b215597b4d0f0a2cd867c28f6ad7c6f34a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:40:24 +0000 Subject: [PATCH 273/964] vscodium: Update to version 1.135.06055 --- bucket/vscodium.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vscodium.json b/bucket/vscodium.json index ee29e172778025..d9cc91c9181ba9 100644 --- a/bucket/vscodium.json +++ b/bucket/vscodium.json @@ -1,5 +1,5 @@ { - "version": "1.126.04524", + "version": "1.135.06055", "description": "A community-driven, freely-licensed binary distribution of Microsoft's editor VS Code.", "homepage": "https://vscodium.com/", "license": "MIT", @@ -11,12 +11,12 @@ ], "architecture": { "64bit": { - "url": "https://github.com/VSCodium/vscodium/releases/download/1.126.04524/VSCodium-win32-x64-1.126.04524.zip", - "hash": "5b5bc348861ce861aed968b086233b45050694013c0607ea66b401f31b987c57" + "url": "https://github.com/VSCodium/vscodium/releases/download/1.135.06055/VSCodium-win32-x64-1.135.06055.zip", + "hash": "0bec978f201238624bc9ad43966f5e201ed8afacc37d77035a822252d9c9c200" }, "arm64": { - "url": "https://github.com/VSCodium/vscodium/releases/download/1.126.04524/VSCodium-win32-arm64-1.126.04524.zip", - "hash": "f1b6c2303c6c69142aec6f0d4bb8048c7a9f664fcc535b0adc7ff02eac66dae7" + "url": "https://github.com/VSCodium/vscodium/releases/download/1.135.06055/VSCodium-win32-arm64-1.135.06055.zip", + "hash": "079aafaf0a141abd3a0b2078eca0a86b502cee38089014b81415ebb8e3675f21" } }, "pre_install": [ From a6776e25d7f96fde16556055468803040b636299 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:40:25 +0000 Subject: [PATCH 274/964] wavebox: Update to version 153.2.196.2 --- bucket/wavebox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wavebox.json b/bucket/wavebox.json index 34ffa5228c4b84..842fa311ae20b8 100644 --- a/bucket/wavebox.json +++ b/bucket/wavebox.json @@ -1,5 +1,5 @@ { - "version": "152.2.193.2", + "version": "153.2.196.2", "description": "Wavebox 10. A distraction-free browser for fast and focused working across all web apps.", "homepage": "https://wavebox.io/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://download.wavebox.app/stable/win/Install%20Wavebox%20152.2.193.2.exe#/dl.7z", - "hash": "59b79f1ff5d2b59fd2408b53eb2c48226376fb9caff34a0302b7856de229bf62" + "url": "https://download.wavebox.app/stable/win/Install%20Wavebox%20153.2.196.2.exe#/dl.7z", + "hash": "0093c41aafd8a3253dfb442668a49e5371192516d2df21f9fb3863fdc0adf43d" } }, "pre_install": "Expand-7zipArchive \"$dir\\chrome.7z\" -ExtractDir 'Chrome-bin' -Removal", From d4cb394d3894678bc28348330184d7863ca1e1e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:40:25 +0000 Subject: [PATCH 275/964] xmind: Update to version 26.05.01107 --- bucket/xmind.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/xmind.json b/bucket/xmind.json index 4e55e58d83df2d..650147bb1ee9ab 100644 --- a/bucket/xmind.json +++ b/bucket/xmind.json @@ -1,5 +1,5 @@ { - "version": "26.05.01106", + "version": "26.05.01107", "description": "A full-featured mind mapping and brainstorming tool", "homepage": "https://xmind.app/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://dl3.xmind.net/Xmind-for-Windows-x64bit-26.05.01106-202608091913.exe#/dl.7z", - "hash": "95cb0b2cfd2752aaae08d971ef71ddaceb045ac6ab828d2533d302dead31932a", + "url": "https://dl3.xmind.net/Xmind-for-Windows-x64bit-26.05.01107-202609082009.exe#/dl.7z", + "hash": "ae0139418990270a7e1f8be6b062343211a1fab58c47583e071c44a63681307e", "installer": { "script": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" } From 7918b477f4457b23c03a386cf635abe0c3b3bb23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:32:31 +0000 Subject: [PATCH 276/964] cherry-studio: Update to version 2.0.14 --- bucket/cherry-studio.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cherry-studio.json b/bucket/cherry-studio.json index 6aadeb500d8622..6b4e3bafe08ca9 100644 --- a/bucket/cherry-studio.json +++ b/bucket/cherry-studio.json @@ -1,5 +1,5 @@ { - "version": "2.0.13", + "version": "2.0.14", "description": "A desktop client that supports for multiple LLM providers.", "homepage": "https://cherry-ai.com", "license": "Apache-2.0", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/CherryHQ/cherry-studio/releases/download/v2.0.13/Cherry-Studio-2.0.13-win-x64-portable.exe#/cherry-studio.exe", - "hash": "9822fc76a741020572af507ef28ebb02c19a3445ccbfab97716a36a7fb91575a" + "url": "https://github.com/CherryHQ/cherry-studio/releases/download/v2.0.14/Cherry-Studio-2.0.14-win-x64-portable.exe#/cherry-studio.exe", + "hash": "82e14b66995552cfd18a9453bac8d3bf669007144114270ae1d9ee000fe3f15e" }, "arm64": { - "url": "https://github.com/CherryHQ/cherry-studio/releases/download/v2.0.13/Cherry-Studio-2.0.13-win-arm64-portable.exe#/cherry-studio.exe", - "hash": "bf5936da7174cc394d3ed285b1ad00bbff7803e6fd7e538211f3d8d0b4a44c1f" + "url": "https://github.com/CherryHQ/cherry-studio/releases/download/v2.0.14/Cherry-Studio-2.0.14-win-arm64-portable.exe#/cherry-studio.exe", + "hash": "61699e2b9c1ea020c41d183c9c76cc15f4dc8fe4657ac66d9996bd2b3b82ba8f" } }, "pre_install": [ From a7b65f129d43bb5b8edf8c6050f0aaa2beae98aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:32:32 +0000 Subject: [PATCH 277/964] cursor: Update to version 3.19.19 --- bucket/cursor.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cursor.json b/bucket/cursor.json index cb28c19cc1208d..6a11e4a5a77a18 100644 --- a/bucket/cursor.json +++ b/bucket/cursor.json @@ -1,5 +1,5 @@ { - "version": "3.19.13", + "version": "3.19.19", "description": "The AI Code Editor", "homepage": "https://www.cursor.com/", "license": { @@ -9,12 +9,12 @@ "innosetup": true, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/production/dd066f332fcea7382764400fde902f61920648d5/win32/x64/user-setup/CursorUserSetup-x64-3.19.13.exe", - "hash": "3cfb28b17d069172db8147f0cb0d985f81fcac3b4cbb4b5b748f2da44874a21e" + "url": "https://downloads.cursor.com/production/6496ea8a068aebfcd21990e70ff522e9abf10c8c/win32/x64/user-setup/CursorUserSetup-x64-3.19.19.exe", + "hash": "18ddb7f0fbafc8bf1ddf7d0ee1a325b965ec75537001a5d2f665ff633fbfeeca" }, "arm64": { - "url": "https://downloads.cursor.com/production/dd066f332fcea7382764400fde902f61920648d5/win32/arm64/user-setup/CursorUserSetup-arm64-3.19.13.exe", - "hash": "dbb68cd7189ce5747186c2fa7b53b487c8063c7336240297f472fccbe840a1e3" + "url": "https://downloads.cursor.com/production/6496ea8a068aebfcd21990e70ff522e9abf10c8c/win32/arm64/user-setup/CursorUserSetup-arm64-3.19.19.exe", + "hash": "a5345484f0916d6fc9d3d43d4e10698efc2a70ac8741fd9d35cfa9859e1c1fe2" } }, "extract_dir": "{code_GetDestDir}", From 35727c60fded6dbe3c4f6227ab34fa0c3f083c92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:32:32 +0000 Subject: [PATCH 278/964] databricks-cli: Update to version 1.16.0 --- bucket/databricks-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/databricks-cli.json b/bucket/databricks-cli.json index 619f56fe420250..a9778c027d46f4 100644 --- a/bucket/databricks-cli.json +++ b/bucket/databricks-cli.json @@ -1,6 +1,6 @@ { "##": "Please keep checkver field as is. We cannot fetch the latest version via the GitHub API, due to the IP restrictions in the Databricks org.", - "version": "1.15.0", + "version": "1.16.0", "description": "CLI for interacting with the Databricks platform.", "homepage": "https://docs.databricks.com/aws/en/dev-tools/cli", "license": { @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/databricks/cli/releases/download/v1.15.0/databricks_cli_1.15.0_windows_amd64.zip", - "hash": "8a079e66b9fd79307660aa67769522d330afba6930f69e9c19770f9da42a8bf1" + "url": "https://github.com/databricks/cli/releases/download/v1.16.0/databricks_cli_1.16.0_windows_amd64.zip", + "hash": "dd0de7a0d8fd70448c887e3d5ca2091a3ce8da1a402158b3a0ded6f616392d85" }, "arm64": { - "url": "https://github.com/databricks/cli/releases/download/v1.15.0/databricks_cli_1.15.0_windows_arm64.zip", - "hash": "0c000290af2c71235858f751593a3f87967b1538fe397698c57489027fb480da" + "url": "https://github.com/databricks/cli/releases/download/v1.16.0/databricks_cli_1.16.0_windows_arm64.zip", + "hash": "50c75fe4ff210b3495235629724b296bef21a0cf6fe69acf36b7aef9781f0ce6" } }, "bin": "databricks.exe", From 4fe3d418ade628dbbf933780b0cc1430d5eef615 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:32:32 +0000 Subject: [PATCH 279/964] dngrep: Update to version 5.0.57.0 --- bucket/dngrep.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/dngrep.json b/bucket/dngrep.json index 21a916202cf0e1..1e21161a28ce7c 100644 --- a/bucket/dngrep.json +++ b/bucket/dngrep.json @@ -1,22 +1,22 @@ { - "version": "5.0.49.0", + "version": "5.0.57.0", "description": "Graphical GREP tool to search across text files, Word and Excel documents, PDFs and archives", "homepage": "https://dngrep.github.io/", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/dnGrep/dnGrep/releases/download/v5.0.49.0/dnGREP.5.0.49.x64.msi", - "hash": "a8d3bca28307d538fd4201650abd23a13549584406a28c2f997efe69d5ebed38", + "url": "https://github.com/dnGrep/dnGrep/releases/download/v5.0.57.0/dnGREP.5.0.57.x64.msi", + "hash": "b302f4f1d3faee251b3565aefb380d05246e5cf6721e1eaaad6dfa12376d2bd5", "extract_dir": "PFiles64\\dnGrep" }, "32bit": { - "url": "https://github.com/dnGrep/dnGrep/releases/download/v5.0.49.0/dnGREP.5.0.49.x86.msi", - "hash": "9914f9d15a3bd24d320f584ddb627ba438ce44ee42a0b0a2a57815c73da676dc", + "url": "https://github.com/dnGrep/dnGrep/releases/download/v5.0.57.0/dnGREP.5.0.57.x86.msi", + "hash": "18b3e43da541f158ddafd05ad6c5d70d7aa5307594e0ba0bb9746af854670777", "extract_dir": "PFiles\\dnGrep" }, "arm64": { - "url": "https://github.com/dnGrep/dnGrep/releases/download/v5.0.49.0/dnGREP.5.0.49.ARM64.msi", - "hash": "09e4fbde890fae9cf04d3baf841f94a735486a941f55ad3921769cc70c81eb16", + "url": "https://github.com/dnGrep/dnGrep/releases/download/v5.0.57.0/dnGREP.5.0.57.ARM64.msi", + "hash": "a76739210123e15fd94203717a09e9bed62f04cd7d23b1597d4f9bf4582009f8", "extract_dir": "PFiles64\\dnGrep" } }, From 2c2235acb6b3966dc1dd88b02f8093a98d9169f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:32:33 +0000 Subject: [PATCH 280/964] eclipse-embedcpp: Update to version 2026-09 --- bucket/eclipse-embedcpp.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eclipse-embedcpp.json b/bucket/eclipse-embedcpp.json index a640650a3992c0..3223c500a3c558 100644 --- a/bucket/eclipse-embedcpp.json +++ b/bucket/eclipse-embedcpp.json @@ -1,12 +1,12 @@ { - "version": "2026-06", + "version": "2026-09", "description": "Eclipse IDE for Embedded C and C++ Developers", "homepage": "https://www.eclipse.org", "license": "EPL-1.0", "architecture": { "64bit": { - "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-06/R/eclipse-embedcpp-2026-06-R-win32-x86_64.zip", - "hash": "sha512:a60a3cc7ab8b7d1c4ecb2da7fc05805f91f0de35caf44173e88856b35e9d08a7fa20b1b425dbe7bc258491c9b97eb53ce71d88de13edfddf29adbebf342458ec" + "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-09/R/eclipse-embedcpp-2026-09-R-win32-x86_64.zip", + "hash": "sha512:93fd63a258867cb4fcbebac7ec8ea8bc7f4e22bbc3c89d4b5975e8b1491b1cdbef130395656010d9e668c6390451aba23e90a0e5803da536a5f7a804fee09483" } }, "extract_dir": "eclipse", From f0a47bffe1dc7d7bf067e4c6b3fc8ef118533427 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:32:33 +0000 Subject: [PATCH 281/964] eclipse-java: Update to version 2026-09 --- bucket/eclipse-java.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eclipse-java.json b/bucket/eclipse-java.json index 415120ea2b86f7..6eb209b460a3c7 100644 --- a/bucket/eclipse-java.json +++ b/bucket/eclipse-java.json @@ -1,12 +1,12 @@ { - "version": "2026-06", + "version": "2026-09", "description": "Eclipse IDE for Java Developers", "homepage": "https://www.eclipse.org", "license": "EPL-1.0", "architecture": { "64bit": { - "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-06/R/eclipse-java-2026-06-R-win32-x86_64.zip", - "hash": "sha512:6a6b0de0b833ca91d3229d845fd1e4789cf377e87405e8bb91ec65e2451aa96dfb3d91048b4fe1926dad0927077a6dfdf84ec990b4d092573a2a597539c61be3" + "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-09/R/eclipse-java-2026-09-R-win32-x86_64.zip", + "hash": "sha512:38c83cc590fb444f86a01924ac323eb312c01aca8a7f58051ae11ce8e1f78e317b69b0e60d815b5eb1c8b4eba6dca0498051225e06136243c17e59b1e0cfea9c" } }, "extract_dir": "eclipse", From bc56d077fe73cd7d24b03d71984e977031f4ec4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:32:34 +0000 Subject: [PATCH 282/964] gtoolkit: Update to version 1.1.584 --- bucket/gtoolkit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gtoolkit.json b/bucket/gtoolkit.json index 81ff5396bf86e3..a782cf06ba3898 100644 --- a/bucket/gtoolkit.json +++ b/bucket/gtoolkit.json @@ -1,16 +1,16 @@ { - "version": "1.1.583", + "version": "1.1.584", "description": "A moldable development environment.", "homepage": "https://gtoolkit.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.583/GlamorousToolkit-Windows-x86_64-v1.1.583.zip", - "hash": "700eb0a34fc2dd9e215fcc2554cbfc7ba0cfda48009bddde2e7660dc4ed8f526" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.584/GlamorousToolkit-Windows-x86_64-v1.1.584.zip", + "hash": "b981e089b4bced1671440fc3fe616349053007ce877e1bf635b8c208314d7c4f" }, "arm64": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.583/GlamorousToolkit-Windows-aarch64-v1.1.583.zip", - "hash": "bfd0ce4219c3364cdb0e4d1a0012861d1c3faa1800a13c0b5ae0adf6ae48b4e9" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.584/GlamorousToolkit-Windows-aarch64-v1.1.584.zip", + "hash": "71014382ec491c8fc894f30e1f446f99999d453b258e22fd0e5f22dbada9b669" } }, "bin": "bin\\GlamorousToolkit-cli.exe", From 6312daa3e97529c853dab0d73858d3cee8fcd8c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:32:34 +0000 Subject: [PATCH 283/964] islc: Update to version 1.0.4.8 --- bucket/islc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/islc.json b/bucket/islc.json index a8a137aa0134b0..4c221792e10c04 100644 --- a/bucket/islc.json +++ b/bucket/islc.json @@ -1,11 +1,11 @@ { - "version": "1.0.4.7", + "version": "1.0.4.8", "description": "Utility that will monitor and clear the memory standby list when it is > 1000mb (1gb).", "homepage": "https://www.wagnardsoft.com/intelligent-standby-list-cleaner", "license": "Unknown", - "url": "https://download.wagnardsoft.com/ISLC/ISLC%20v1.0.4.7.exe#/dl.7z", - "hash": "128f7b1cc8dbd9a836675b452e0b110ca23b0dbc2f3fdd5d3429872541be01b8", - "extract_dir": "ISLC v1.0.4.7", + "url": "https://download.wagnardsoft.com/ISLC/ISLC%20v1.0.4.8.exe#/dl.7z", + "hash": "599315a1852b951e0adae2be46fce30bb32aab7f8a4c9112471a5a88320e3085", + "extract_dir": "ISLC v1.0.4.8", "shortcuts": [ [ "Intelligent standby list cleaner ISLC.exe", From b25ee546572f8427b33712621d43c365219eb1c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:32:34 +0000 Subject: [PATCH 284/964] ldplayer: Update to version 14.0.25.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index 2634f51d1b2e89..fb6064754eb039 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.2", + "version": "14.0.25.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", - "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", + "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 324c5a27860e17dad867d428744e956bf212509d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:32:35 +0000 Subject: [PATCH 285/964] mujoco: Update to version 3.13.0 --- bucket/mujoco.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mujoco.json b/bucket/mujoco.json index 83d9392f167852..41870c4bbb4985 100644 --- a/bucket/mujoco.json +++ b/bucket/mujoco.json @@ -1,12 +1,12 @@ { - "version": "3.12.0", + "version": "3.13.0", "description": "Multi-Joint dynamics with Contact. A general purpose physics simulator.", "homepage": "https://mujoco.org/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/google-deepmind/mujoco/releases/download/3.12.0/mujoco-3.12.0-windows-x86_64.zip", - "hash": "ffe071c2747dd9513a1c59e7d2428bb678d887f9edec9eb9674b4288a248a8e9" + "url": "https://github.com/google-deepmind/mujoco/releases/download/3.13.0/mujoco-3.13.0-windows-x86_64.zip", + "hash": "333cc18cd471aa58442f27c347637540e5382b1970c4db1cab3e9283cf37f40a" } }, "bin": "bin\\simulate.exe", From 51b202cef95162af1afbac28fe8880efc702ac2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:32:35 +0000 Subject: [PATCH 286/964] sqlitespy: Update to version 1.9.38 --- bucket/sqlitespy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sqlitespy.json b/bucket/sqlitespy.json index bd34a707c26df3..a5d6d367c0e4b3 100644 --- a/bucket/sqlitespy.json +++ b/bucket/sqlitespy.json @@ -1,17 +1,17 @@ { - "version": "1.9.37", + "version": "1.9.38", "description": "A compact GUI database manager for SQLite", "homepage": "https://www.yunqa.de/delphi/apps/sqlitespy/index", "license": "Freeware", "architecture": { "64bit": { - "url": "https://www.yunqa.de/delphi/downloads/SQLiteSpy_v1.9.37.zip", - "hash": "b501448f3b9d80ccfb834431f5cbe29e96274137fd2a577d550240a1bb0ec5ff", + "url": "https://www.yunqa.de/delphi/downloads/SQLiteSpy_v1.9.38.zip", + "hash": "00c896e8bf809f0561164d3b0d8d82149ba51adf51e727cbee0c254ec90695f4", "extract_dir": "win64" }, "32bit": { - "url": "https://www.yunqa.de/delphi/downloads/SQLiteSpy_v1.9.37.zip", - "hash": "b501448f3b9d80ccfb834431f5cbe29e96274137fd2a577d550240a1bb0ec5ff", + "url": "https://www.yunqa.de/delphi/downloads/SQLiteSpy_v1.9.38.zip", + "hash": "00c896e8bf809f0561164d3b0d8d82149ba51adf51e727cbee0c254ec90695f4", "extract_dir": "win32" } }, From 6a7bcbc69178aacee24b4e4dbac44807b7e0098c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:32:35 +0000 Subject: [PATCH 287/964] sts: Update to version 5.4.0 --- bucket/sts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sts.json b/bucket/sts.json index c9ff7f07c2b5c3..10bfbfa28ec0e3 100644 --- a/bucket/sts.json +++ b/bucket/sts.json @@ -1,5 +1,5 @@ { - "version": "5.3.0", + "version": "5.4.0", "description": "Spring Tools for Eclipse", "homepage": "https://spring.io/tools", "license": "EPL-1.0", @@ -7,8 +7,8 @@ "notes": "For Windows 32bit, please use \"sts396\" in versions bucket.", "architecture": { "64bit": { - "url": "https://cdn.spring.io/spring-tools/release/dist/5.3.0.RELEASE/e4.40/spring-tools-for-eclipse-5.3.0.RELEASE-e4.40.0-win32.win32.x86_64.zip#/dl.zip_", - "hash": "e6c1b6c6839fd905857496eb5b4680d176547ab940320b662a2226a9fb819622" + "url": "https://cdn.spring.io/spring-tools/release/dist/5.4.0.RELEASE/e4.41/spring-tools-for-eclipse-5.4.0.RELEASE-e4.41.0-win32.win32.x86_64.zip#/dl.zip_", + "hash": "6117c960757ab56b70b2806db110e7505013051fb7acdee2a476791b1c358b4d" } }, "pre_install": [ From 43cb040fd61975d9b3a64c55d2a09cbe89356575 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:32:36 +0000 Subject: [PATCH 288/964] vscode: Update to version 1.137.0 --- bucket/vscode.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vscode.json b/bucket/vscode.json index 43e38cb3c6591a..6d2ff7325aa47b 100644 --- a/bucket/vscode.json +++ b/bucket/vscode.json @@ -1,5 +1,5 @@ { - "version": "1.136.2", + "version": "1.137.0", "description": "Lightweight but powerful source code editor", "homepage": "https://code.visualstudio.com/", "license": { @@ -16,12 +16,12 @@ ], "architecture": { "64bit": { - "url": "https://update.code.visualstudio.com/1.136.2/win32-x64-archive/stable#/dl.7z", - "hash": "7583b9f5d300bd6ac882160417d95bbd0978ebef04fb195844243ebd9f3ebe1c" + "url": "https://update.code.visualstudio.com/1.137.0/win32-x64-archive/stable#/dl.7z", + "hash": "df00aa0e771855a51b660f9d350163f0c471fa21434c56f4b7f02a021f840e7c" }, "arm64": { - "url": "https://update.code.visualstudio.com/1.136.2/win32-arm64-archive/stable#/dl.7z", - "hash": "3aafd3abb3da735310841608684d503a688d61f9d71e98349d22cc71f3d2afba" + "url": "https://update.code.visualstudio.com/1.137.0/win32-arm64-archive/stable#/dl.7z", + "hash": "7c56dbffc80ee5071ae2fea8c608634624cccf0dc10a7495deeb0c995fc4c2c9" } }, "post_install": [ From 02ab22a5b9accff905b5984e54a8d5d000eb0141 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:32:36 +0000 Subject: [PATCH 289/964] winscp: Update to version 6.5.7 --- bucket/winscp.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/winscp.json b/bucket/winscp.json index 0044e8778f2d4a..f54bd3df9cf973 100644 --- a/bucket/winscp.json +++ b/bucket/winscp.json @@ -1,10 +1,10 @@ { - "version": "6.5.6", + "version": "6.5.7", "description": "Copy files between a local computer and remote servers using FTP, FTPS, SCP, SFTP, WebDAV or S3 file transfer protocols.", "homepage": "https://winscp.net", "license": "GPL-3.0-or-later", - "url": "https://downloads.sourceforge.net/project/winscp/WinSCP/6.5.6/WinSCP-6.5.6-Portable.zip", - "hash": "dd91974a0e56b140846a816d730190e51f093418b6bf851120493ce4b6cb3121", + "url": "https://downloads.sourceforge.net/project/winscp/WinSCP/6.5.7/WinSCP-6.5.7-Portable.zip", + "hash": "cbe76fc80695ac34d14e4ba81f7ff564beeb3f2033dae7490092e269016d7959", "pre_install": [ "if (!(Test-Path \"$persist_dir\\winscp.ini\")) {", " @(", From f78b1ba27ade05fea60443ec1e17ec05053fbb59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:31:25 +0000 Subject: [PATCH 290/964] activemq-artemis: Update to version 2.57.0 --- bucket/activemq-artemis.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/activemq-artemis.json b/bucket/activemq-artemis.json index 259033d3df98bb..2424a13347097b 100644 --- a/bucket/activemq-artemis.json +++ b/bucket/activemq-artemis.json @@ -1,5 +1,5 @@ { - "version": "2.56.0", + "version": "2.57.0", "description": "Flexible & Powerful Open Source Multi-Protocol Messaging", "homepage": "https://artemis.apache.org/components/artemis/", "license": "Apache-2.0", @@ -7,9 +7,9 @@ "suggest": { "JDK": "java/openjdk" }, - "url": "https://dlcdn.apache.org/artemis/artemis/2.56.0/apache-artemis-2.56.0-bin.zip", - "hash": "sha512:289f1022b39c88cd132076dc3189ffc7f829ce5ae05a89668cbaf9ed02001c9b243c3837339f41654956b6f2ea355b6031b44e9aaf1b90ae2486d9bd3299700a", - "extract_dir": "apache-artemis-2.56.0", + "url": "https://dlcdn.apache.org/artemis/artemis/2.57.0/apache-artemis-2.57.0-bin.zip", + "hash": "sha512:8041ae88026151d3912472b9b30a820b9c280fe1df186cec1794e2ff53736ef4f5627d983469f23ac4a5db9532210e749f78a987fefa6f8fa77659f993b657f5", + "extract_dir": "apache-artemis-2.57.0", "bin": "bin\\artemis.cmd", "checkver": { "url": "https://artemis.apache.org/components/artemis/download/", From 552fa9d46a60a3fb88b457eff061c4cbdcc7a56e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:31:26 +0000 Subject: [PATCH 291/964] beeper: Update to version 4.3.104 --- bucket/beeper.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/beeper.json b/bucket/beeper.json index dcf212871e381a..b24880323e5018 100644 --- a/bucket/beeper.json +++ b/bucket/beeper.json @@ -1,5 +1,5 @@ { - "version": "4.3.89", + "version": "4.3.104", "homepage": "https://www.beeper.com/", "description": "Universal chat app powered by Matrix", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://beeper-desktop.download.beeper.com/builds/Beeper%20x64%204.3.89.exe#/dl.7z", - "hash": "db7c67100cc0fc8421d2305b241399b9be740cab4cbc72c5bcd11dfa468e7c90", + "url": "https://beeper-desktop.download.beeper.com/builds/Beeper%20x64%204.3.104.exe#/dl.7z", + "hash": "24f738963aebd542cfe4ccf9dda24afc22845eb728820e275dbb70725a10c919", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", "Remove-Item \"$dir\\`$*\" -Recurse" ] }, "arm64": { - "url": "https://beeper-desktop.download.beeper.com/builds/Beeper%20arm64%204.3.89.exe#/dl.7z", - "hash": "c9061faa69971c58b50d1950f1a75a31f21f921ae413fc3c4b65a6b6ecfa0dbd", + "url": "https://beeper-desktop.download.beeper.com/builds/Beeper%20arm64%204.3.104.exe#/dl.7z", + "hash": "9bf8943eadfdba298d81412a193c49b4c6b72b22783ad96bd1f0b2c1f6945647", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\" -Removal", "Remove-Item \"$dir\\`$*\" -Recurse" From 1dfeacefdd8f26ffd03023d83ac4ac2cfddeb599 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:31:26 +0000 Subject: [PATCH 292/964] czkawka-gui: Update to version 12.0.2 --- bucket/czkawka-gui.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/czkawka-gui.json b/bucket/czkawka-gui.json index 5972cbdb185a5c..433e57958eda58 100644 --- a/bucket/czkawka-gui.json +++ b/bucket/czkawka-gui.json @@ -1,12 +1,12 @@ { - "version": "12.0.1", + "version": "12.0.2", "description": "Find duplicates, empty folders, similar images, unnecessary files, etc.", "homepage": "https://github.com/qarmin/czkawka", "license": "MIT|CC-BY-4.0", "architecture": { "64bit": { - "url": "https://github.com/qarmin/czkawka/releases/download/12.0.1/windows_czkawka_gui_gtk_412.zip", - "hash": "402fbf30ff5b8b675305e31b0da49c7e2a424f12fa20b9cb3cfe0c3a67f494c5" + "url": "https://github.com/qarmin/czkawka/releases/download/12.0.2/windows_czkawka_gui_gtk_412.zip", + "hash": "de7e8a01cf16caf742a2da350f5c9a49477cdc75a63d05d0ea18fd1c50737285" } }, "bin": [ From 4a33bb30caa5fb0a09e24f254e188144d939be9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:31:26 +0000 Subject: [PATCH 293/964] everythingtoolbar: Update to version 3.3.0 --- bucket/everythingtoolbar.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/everythingtoolbar.json b/bucket/everythingtoolbar.json index 9a1a4e3869933c..6d7402fb2ff332 100644 --- a/bucket/everythingtoolbar.json +++ b/bucket/everythingtoolbar.json @@ -1,5 +1,5 @@ { - "version": "3.2.0", + "version": "3.3.0", "description": "Everything integration for the Windows taskbar.", "homepage": "https://github.com/srwi/EverythingToolbar", "license": { @@ -13,12 +13,12 @@ "innosetup": true, "architecture": { "64bit": { - "url": "https://github.com/srwi/EverythingToolbar/releases/download/3.2.0/EverythingToolbar-3.2.0-x64.exe", - "hash": "fc512c667fc9960a94a62fa590f20b0e42d4b1f354a2cfdbdde24101f867b8dc" + "url": "https://github.com/srwi/EverythingToolbar/releases/download/3.3.0/EverythingToolbar-3.3.0-x64.exe", + "hash": "0d2c6895150f5977d218f22f4ba07f4285a1d2f441bf2f7a5244811ba3efed82" }, "arm64": { - "url": "https://github.com/srwi/EverythingToolbar/releases/download/3.2.0/EverythingToolbar-3.2.0-arm64.exe", - "hash": "05eb5c3c47b158ac0cb8106fda9e724c85c11aed40114df44b2f938d0a2d922f" + "url": "https://github.com/srwi/EverythingToolbar/releases/download/3.3.0/EverythingToolbar-3.3.0-arm64.exe", + "hash": "7daf3591ef0be3bd3422e0e280dfffa98515f8f9ba5100503a0e806d2f3398d1" } }, "pre_install": [ From 62200b2bb13778f2b11ba3a969cde6df83b43c9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:31:27 +0000 Subject: [PATCH 294/964] flutter: Update to version 3.47.3 --- bucket/flutter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/flutter.json b/bucket/flutter.json index 65110bdeb7888c..9cf83e68cc4ada 100644 --- a/bucket/flutter.json +++ b/bucket/flutter.json @@ -1,5 +1,5 @@ { - "version": "3.47.2", + "version": "3.47.3", "description": "Google's SDK for crafting beautiful, fast user experiences for mobile, web, and desktop", "homepage": "https://flutter.dev", "license": "BSD-3-Clause", @@ -17,8 +17,8 @@ ], "Visual Studio Code with Flutter extension": "extras/vscode" }, - "url": "https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.47.2-stable.zip", - "hash": "37934f2128a55d77a38baba12fd611157ed23a47bf7d2b7d17e9e84da118409d", + "url": "https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.47.3-stable.zip", + "hash": "44822ab53afb543c6fb446c078ba4f495e3eeddaafb88d879bde606447ddce24", "architecture": { "arm64": { "post_install": [ From 4040fb373d80c413f8ff683c46829cd7423238e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:31:27 +0000 Subject: [PATCH 295/964] grok-bot: Update to version 0.47.0 --- bucket/grok-bot.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grok-bot.json b/bucket/grok-bot.json index 14a41f5cae15b5..8032ddceb36258 100644 --- a/bucket/grok-bot.json +++ b/bucket/grok-bot.json @@ -1,5 +1,5 @@ { - "version": "0.44.0", + "version": "0.47.0", "description": "Always-on AI agents from xAI and Cursor that work autonomously across your tools and apps.", "homepage": "https://x.ai/bot", "license": { @@ -8,13 +8,13 @@ }, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.44.0/Grok_Bot_0.44.0_Setup.exe#/dl.7z", - "hash": "0ed90c98d2ec0220912404fc310cd5e1889ab71b1994484b8c17e6e48d5c1166", + "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.47.0/Grok_Bot_0.47.0_Setup.exe#/dl.7z", + "hash": "a1ae28eca427e19672aa5e2d1590a4da30b4ea026da621ed542a671c545f67d2", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" }, "arm64": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.44.0/Grok_Bot_0.44.0_Setup.exe#/dl.7z", - "hash": "6c601e38cdf88618631536f0389274e42fae4d82c569f2ac87d3ff117cc74c82", + "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.47.0/Grok_Bot_0.47.0_Setup.exe#/dl.7z", + "hash": "8a830cff1220f51aea6e3c80b32e2ade92b6ba0c8654226fb037bc8b2bb6ec72", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"" } }, From 7eff57f4e19af62bccd9c0b5e33d15786f3f259d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:31:28 +0000 Subject: [PATCH 296/964] krokiet: Update to version 12.0.2 --- bucket/krokiet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/krokiet.json b/bucket/krokiet.json index 46e6f104365e56..ecc66ba8ad03cc 100644 --- a/bucket/krokiet.json +++ b/bucket/krokiet.json @@ -1,5 +1,5 @@ { - "version": "12.0.1", + "version": "12.0.2", "description": "Krokiet is the Slint frontend for Czkawka, helping you remove unnecessary files from your computer.", "homepage": "https://github.com/qarmin/czkawka", "license": "MIT", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/qarmin/czkawka/releases/download/12.0.1/windows_krokiet_on_windows_all_backends.zip", - "hash": "13f68c9b29b7667caf913c1223dbcdb58e9e51b8a050e00ed1f1fd31508d17b5" + "url": "https://github.com/qarmin/czkawka/releases/download/12.0.2/windows_krokiet_on_windows_all_backends.zip", + "hash": "e1448221dd5df8c79653e25d094ec138150632a7b1929454648e0015ca4066ac" } }, "shortcuts": [ From 2717d2170349a7578bd72dae455f901d0883b49c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:31:28 +0000 Subject: [PATCH 297/964] ldplayer: Update to version 14.0.25.2 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index fb6064754eb039..2634f51d1b2e89 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.1", + "version": "14.0.25.2", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", - "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", + "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 1a67a398527a92aaaf3c28f7e8d98c2fecc9d816 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:31:28 +0000 Subject: [PATCH 298/964] lunatranslator: Update to version 10.17.0 --- bucket/lunatranslator.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lunatranslator.json b/bucket/lunatranslator.json index b1a117ea5f81e4..6511800ccff582 100644 --- a/bucket/lunatranslator.json +++ b/bucket/lunatranslator.json @@ -1,17 +1,17 @@ { - "version": "10.16.5.8", + "version": "10.17.0", "description": "A Visual Novel translation tool, with HOOK / OCR / clipboard support", "homepage": "https://github.com/HIllya51/LunaTranslator", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.16.5.8/LunaTranslator_x64.zip", - "hash": "be43589dccb6adfbeae251c7a8aea804cd51929e18d2478904f0b2243a6fbfb8", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.0/LunaTranslator_x64.zip", + "hash": "b0374c12ff67a19b6a698466c8541175969d83ccb51f91c284984ceafc984b36", "extract_dir": "LunaTranslator_x64" }, "32bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.16.5.8/LunaTranslator_x86_win7.zip", - "hash": "0b2433e1cc5fd65ac174312e6e518d8eb26a6b379bff99cb2514b2830bcff2a7", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.0/LunaTranslator_x86_win7.zip", + "hash": "88e4832412ddfa67167415bf374e694f163660e074afc4e3fd591b94d1014974", "extract_dir": "LunaTranslator_x86_win7" } }, From f5fd387fc97c71e00be17e97e4f64d09fb738a4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:31:29 +0000 Subject: [PATCH 299/964] orca-ide: Update to version 1.4.199 --- bucket/orca-ide.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/orca-ide.json b/bucket/orca-ide.json index fd3a13a482fe27..b8afdc724fe3e6 100644 --- a/bucket/orca-ide.json +++ b/bucket/orca-ide.json @@ -1,12 +1,12 @@ { - "version": "1.4.198", + "version": "1.4.199", "description": "The next-gen IDE for working with a fleet of parallel agents.", "homepage": "https://onorca.dev", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/stablyai/orca/releases/download/v1.4.198/orca-windows-setup.exe#/dl.7z", - "hash": "sha512:6cfff54488515a22e319673e5ee95a0a48fcd248220417650d837f31a2576aab34c34a98eda034c2d7a673b8bc09a8d66d76259cd650fce5ddb0145675c09942", + "url": "https://github.com/stablyai/orca/releases/download/v1.4.199/orca-windows-setup.exe#/dl.7z", + "hash": "sha512:bc6dacb070268867216b48ac40509d8e5dec2465dde5f387230d06f64ec25907133d0669d9df4151f5893e71043d052bde06e725405f7e1afd3a3bd426fd9c4f", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\", \"$dir\\*.nsi\" -Recurse" From 7c2c8b56717829dffce05614c9a96df5d6ff327e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:31:29 +0000 Subject: [PATCH 300/964] pixelorama: Update to version 1.2.2 --- bucket/pixelorama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/pixelorama.json b/bucket/pixelorama.json index 8bb12bdd3781df..459f50be76b6cf 100644 --- a/bucket/pixelorama.json +++ b/bucket/pixelorama.json @@ -1,17 +1,17 @@ { - "version": "1.2.1", + "version": "1.2.2", "description": "2D sprite editor designed for pixel art", "homepage": "https://orama-interactive.itch.io/pixelorama", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Orama-Interactive/Pixelorama/releases/download/v1.2.1/Pixelorama-Windows-64bit.zip", - "hash": "4848ab114e6c52fede708aff69850ae2b162e01a9aca0d5617542ae80aa20209", + "url": "https://github.com/Orama-Interactive/Pixelorama/releases/download/v1.2.2/Pixelorama-Windows-64bit.zip", + "hash": "6c43b98ba0b02a6e916f0a9556c50f5f79782c55c1b611279c3667a853e7fb2a", "extract_dir": "Pixelorama-Windows-64bit" }, "32bit": { - "url": "https://github.com/Orama-Interactive/Pixelorama/releases/download/v1.2.1/Pixelorama-Windows-32bit.zip", - "hash": "d6665c1ee27ebf5f0b728059a5ec40774c62cd12c9e425ef34a2e7126e8b387d", + "url": "https://github.com/Orama-Interactive/Pixelorama/releases/download/v1.2.2/Pixelorama-Windows-32bit.zip", + "hash": "9b3eac9fc3d71ba55078b6246b0aec237c5e2342c96d473f84bb36e98f4c8e7e", "extract_dir": "Pixelorama-Windows-32bit" } }, From f9a388b8a209286f84450764011009dad4ed658a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:31:30 +0000 Subject: [PATCH 301/964] yubioath: Update to version 7.4.2 --- bucket/yubioath.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/yubioath.json b/bucket/yubioath.json index 6937fe8c7de0ba..f2789bed7d335f 100644 --- a/bucket/yubioath.json +++ b/bucket/yubioath.json @@ -1,12 +1,12 @@ { - "version": "7.4.1", + "version": "7.4.2", "description": "Yubico Authenticator for Desktop", "homepage": "https://developers.yubico.com/yubioath-flutter/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://developers.yubico.com/yubioath-flutter/Releases/yubico-authenticator-7.4.1-win64.msi", - "hash": "fd3a4beee31b07ce6acb67f8b9f46b75daf15b669bd034b7582171743e0436ad" + "url": "https://developers.yubico.com/yubioath-flutter/Releases/yubico-authenticator-7.4.2-win64.msi", + "hash": "9f252a0f2ef06c11a580bb95952ec4ebdc6f1e4d533341aee920f790f5c327f4" } }, "extract_dir": "PFiles\\Yubico\\Yubico Authenticator", From 85880057768f71ef7d0b54b740283d037e713391 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:31:30 +0000 Subject: [PATCH 302/964] zed: Update to version 1.19.2 --- bucket/zed.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zed.json b/bucket/zed.json index bbca957bc972e5..e8e030ce443348 100644 --- a/bucket/zed.json +++ b/bucket/zed.json @@ -1,17 +1,17 @@ { - "version": "1.18.1", + "version": "1.19.2", "description": "Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. It's also open source.", "homepage": "https://zed.dev/", "license": "AGPL-3.0, Apache-2.0, GPL-3.0", "notes": "Please manually disable Zed's auto-update feature in the settings to prevent the updater from installing the program in unintended locations.", "architecture": { "64bit": { - "url": "https://github.com/zed-industries/zed/releases/download/v1.18.1/Zed-x86_64.exe", - "hash": "be770f8bd7bd531c9852991b3b9feef97c21e4b932643e6bc8bc4e8ca7e83235" + "url": "https://github.com/zed-industries/zed/releases/download/v1.19.2/Zed-x86_64.exe", + "hash": "dd8fd2b20392e6b9b2446b41b231ec0838671b7689c6b928587dabd39c92849c" }, "arm64": { - "url": "https://github.com/zed-industries/zed/releases/download/v1.18.1/Zed-aarch64.exe", - "hash": "d54f8ba6e3f4c704ce58d21b8c95be8f9311b65890d513980557045f51d257a8" + "url": "https://github.com/zed-industries/zed/releases/download/v1.19.2/Zed-aarch64.exe", + "hash": "f49abdf292fd5c38c6e8310c488e367900ea706ab444b08123090c40c52e0eea" } }, "installer": { From fa19def8fc72f17123819ec36038d8ab6d792bd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:31:30 +0000 Subject: [PATCH 303/964] zotero: Update to version 10.0.2 --- bucket/zotero.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zotero.json b/bucket/zotero.json index 83a42185b81ef8..9c63cabffdc0f6 100644 --- a/bucket/zotero.json +++ b/bucket/zotero.json @@ -1,20 +1,20 @@ { - "version": "10.0.1", + "version": "10.0.2", "description": "Open-source reference management software to manage bibliographic data and related research materials.", "homepage": "https://www.zotero.org/", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://download.zotero.org/client/release/10.0.1/Zotero-10.0.1_x64_setup.exe#/dl.7z", - "hash": "4b0f508ef28bff9a7b6cc2299eb18f2431d966d91a462ce29e5bc609d5e07036" + "url": "https://download.zotero.org/client/release/10.0.2/Zotero-10.0.2_x64_setup.exe#/dl.7z", + "hash": "eb205ee244ba102dfe5ed4abe75323650cdd4de766de9796f9b93be5671febf6" }, "32bit": { - "url": "https://download.zotero.org/client/release/10.0.1/Zotero-10.0.1_win32_setup.exe#/dl.7z", - "hash": "814855c40eaec7dd02d295ed3bf8a1d3ce98c64b0be66103fe02d188cc7626ad" + "url": "https://download.zotero.org/client/release/10.0.2/Zotero-10.0.2_win32_setup.exe#/dl.7z", + "hash": "ed15ffd0c6d1ea961918dfcc71272452cacb53bc0d0279db6ec78efe71200388" }, "arm64": { - "url": "https://download.zotero.org/client/release/10.0.1/Zotero-10.0.1_arm64_setup.exe#/dl.7z", - "hash": "2ee7bf148e63d18fad81ce636a008c09a71e1cd0115459d45ac1b3d285781ffb" + "url": "https://download.zotero.org/client/release/10.0.2/Zotero-10.0.2_arm64_setup.exe#/dl.7z", + "hash": "62622da06e247537343b12a4fcf5349ac67a4306c642f8f11efdc6fa0fbe6d71" } }, "extract_dir": "core", From 916a75728867f5f50952b313303b727e505c06c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:02:23 +0000 Subject: [PATCH 304/964] azd: Update to version 1.34.0 --- bucket/azd.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/azd.json b/bucket/azd.json index c207bfc92ac7a6..c5164dfcc9e6d3 100644 --- a/bucket/azd.json +++ b/bucket/azd.json @@ -1,12 +1,12 @@ { - "version": "1.33.0", + "version": "1.34.0", "homepage": "https://aka.ms/azure-dev/devhub", "description": "A developer CLI that accelerates the time it takes for you to get started on Azure. It provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.33.0/azd-windows-amd64.zip", - "hash": "ea5f9808e01c365d0c9463e8701fed0b171f4b7476b15323149bbeae8e26790d" + "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.34.0/azd-windows-amd64.zip", + "hash": "2f161953231f9b23f59987ecca6dae22b26900f90feb8f1158d3cc7fff22617f" } }, "pre_install": "Move-Item \"$dir\\azd-*.exe\" \"$dir\\azd.exe\"", From 1712041aa021906be3c0d1ba6b23fadbc884f58a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:02:23 +0000 Subject: [PATCH 305/964] chatgpt: Update to version 26.903.8094.0 --- bucket/chatgpt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chatgpt.json b/bucket/chatgpt.json index 86ef57e7f5c62f..77e2ed5c7924e8 100644 --- a/bucket/chatgpt.json +++ b/bucket/chatgpt.json @@ -1,5 +1,5 @@ { - "version": "26.901.6511.0", + "version": "26.903.8094.0", "description": "Desktop application for ChatGPT", "homepage": "https://chatgpt.com/", "license": { @@ -11,12 +11,12 @@ }, "architecture": { "64bit": { - "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.901.6511.0/ChatGPT-x64.msix#/dl.zip", - "hash": "fd9ae9eeeeaf11577191ce5a39d0b8f95fa73d591aa3a94f688b84d294d1fa85" + "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.903.8094.0/ChatGPT-x64.msix#/dl.zip", + "hash": "f8a845dd58f177fbcd71b01c7831d742fc90855e4b207ee2d8ce3ab5f9bcc30f" }, "arm64": { - "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.901.6511.0/ChatGPT-arm64.msix#/dl.zip", - "hash": "cd03d24e4b5ee30fd5d24f5d48b4f3e6c5fd610c13ca204d717d50c3333ab3d4" + "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.903.8094.0/ChatGPT-arm64.msix#/dl.zip", + "hash": "9e69aa06823922eb0b2cd1b5cf1ed55f026a94aa8521aee572253a3ee02e9329" } }, "extract_dir": "app", From 2df72ef42904a5cc3dde154677f56128bd7a39a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:02:24 +0000 Subject: [PATCH 306/964] dbx: Update to version 0.6.9 --- bucket/dbx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbx.json b/bucket/dbx.json index 78defbf3c6dad2..ed8973d8e4bea9 100644 --- a/bucket/dbx.json +++ b/bucket/dbx.json @@ -1,12 +1,12 @@ { - "version": "0.6.8", + "version": "0.6.9", "description": "Lightweight, cross-platform database client", "homepage": "https://dbxio.com", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/t8y2/dbx/releases/download/v0.6.8/DBX_0.6.8_x64-portable.zip", - "hash": "cf9263aa230f8a8b4c859f78092699045f2205dd91e4328b66bc4a35c2ec7dec" + "url": "https://github.com/t8y2/dbx/releases/download/v0.6.9/DBX_0.6.9_x64-portable.zip", + "hash": "a8b934a8e265dfd10dffc08f92a2f048937fb735ca86079eb31156217f83095b" } }, "shortcuts": [ From 50c711715c09af08fa69446872a683676f9b5753 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:02:24 +0000 Subject: [PATCH 307/964] dovi-tool: Update to version 2.3.4 --- bucket/dovi-tool.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dovi-tool.json b/bucket/dovi-tool.json index 7d03de99e05d51..b004b416f0059d 100644 --- a/bucket/dovi-tool.json +++ b/bucket/dovi-tool.json @@ -1,16 +1,16 @@ { - "version": "2.3.3", + "version": "2.3.4", "description": "A CLI tool combining multiple utilities for working with Dolby Vision.", "homepage": "https://github.com/quietvoid/dovi_tool", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/quietvoid/dovi_tool/releases/download/2.3.3/dovi_tool-2.3.3-x86_64-pc-windows-msvc.zip", - "hash": "37ae198f2a535c910befad39fc09c21cded76bf3ef2d5459d542e58c2c158311" + "url": "https://github.com/quietvoid/dovi_tool/releases/download/2.3.4/dovi_tool-2.3.4-x86_64-pc-windows-msvc.zip", + "hash": "0d9733d311dfe49f9dca0c350f7e6d978182673d333c6f07f7365daf9e6c81eb" }, "arm64": { - "url": "https://github.com/quietvoid/dovi_tool/releases/download/2.3.3/dovi_tool-2.3.3-aarch64-pc-windows-msvc.zip", - "hash": "559ed634ef0b956ab89ed965b4920371bb228983f105d99fafeb372a8190c872" + "url": "https://github.com/quietvoid/dovi_tool/releases/download/2.3.4/dovi_tool-2.3.4-aarch64-pc-windows-msvc.zip", + "hash": "4056206e28f7d733fd8a29add91d286d22956b41138d6ae0d51dbbf2289d9483" } }, "bin": "dovi_tool.exe", From 4ff17851f01cfea6df65154430cba6902bca044c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:02:25 +0000 Subject: [PATCH 308/964] github-copilot: Update to version 1.1.17 --- bucket/github-copilot.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/github-copilot.json b/bucket/github-copilot.json index 15786430ebe5cf..3a4f3e855f1420 100644 --- a/bucket/github-copilot.json +++ b/bucket/github-copilot.json @@ -1,5 +1,5 @@ { - "version": "1.1.16", + "version": "1.1.17", "description": "GitHub Copilot, an agent-native desktop development environment.", "homepage": "https://github.com/github/app", "license": { @@ -9,12 +9,12 @@ "notes": "Requires an active GitHub Copilot subscription (Pro, Pro+, Business, or Enterprise) and Git installed.", "architecture": { "64bit": { - "url": "https://github.com/github/app/releases/download/v1.1.16/GitHub-Copilot-windows-x64.msi", - "hash": "e491ed6954355a366602f712c4a4425863299046786ee2bf6b43b10790832068" + "url": "https://github.com/github/app/releases/download/v1.1.17/GitHub-Copilot-windows-x64.msi", + "hash": "d7d4662c182d4ae4dcc01a727e35c39d3ea90de6ec4cc33f773d08fb4856e329" }, "arm64": { - "url": "https://github.com/github/app/releases/download/v1.1.16/GitHub-Copilot-windows-arm64.msi", - "hash": "422e7c8750534e1aa24d20401118e0ee70811fd72853b8eececfb08727981698" + "url": "https://github.com/github/app/releases/download/v1.1.17/GitHub-Copilot-windows-arm64.msi", + "hash": "0dd54955fe84afbd897b444c744b6591e9730be0b7450b7253f395d29b85c1be" } }, "extract_dir": "PFiles\\GitHub Copilot", From 3b35fdfc420abf028703158c06ada8451a830f9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:02:25 +0000 Subject: [PATCH 309/964] hydrus-network: Update to version 687 --- bucket/hydrus-network.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/hydrus-network.json b/bucket/hydrus-network.json index 53700f43d1dcd8..ca823178ba60ff 100644 --- a/bucket/hydrus-network.json +++ b/bucket/hydrus-network.json @@ -1,12 +1,12 @@ { - "version": "686", + "version": "687", "description": "A personal booru-style media tagger", "homepage": "https://hydrusnetwork.github.io/hydrus/", "license": "WTFPL", "architecture": { "64bit": { - "url": "https://github.com/hydrusnetwork/hydrus/releases/download/v686/Hydrus.Network.686.-.Windows.-.Extract.only.zip", - "hash": "3c64c69dee6fc556aef33d871c8176f886a4550ecaa914c422cf19e104598afd" + "url": "https://github.com/hydrusnetwork/hydrus/releases/download/v687/Hydrus.Network.687.-.Windows.-.Extract.only.zip", + "hash": "a4705ce7c6f6f0843cdd36880b9b0a0502669fd41e2b3c345619c43ee4704aad" } }, "extract_dir": "Hydrus Network", From 98d578ed9f554ab02ed5c1da33ea23274ba86cff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:02:25 +0000 Subject: [PATCH 310/964] oryxis: Update to version 0.18.0 --- bucket/oryxis.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oryxis.json b/bucket/oryxis.json index 4dfc7ac762f08a..fe49c4a0296fd3 100644 --- a/bucket/oryxis.json +++ b/bucket/oryxis.json @@ -1,16 +1,16 @@ { - "version": "0.17.0", + "version": "0.18.0", "description": "Modern SSH client built in Rust (encrypted vault, P2P sync, AI, Kubernetes)", "homepage": "https://github.com/wilsonglasser/oryxis", "license": "AGPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/wilsonglasser/oryxis/releases/download/v0.17.0/oryxis-windows-x86_64.zip", - "hash": "f68021ea83b18bf43a7b347bb717d2badb44162e9f8dfc61a479c49ee2d1c31c" + "url": "https://github.com/wilsonglasser/oryxis/releases/download/v0.18.0/oryxis-windows-x86_64.zip", + "hash": "ddb42f0efb0b0c29f21dca850b58c2e9170e52486ebe67dfe584814220efe28c" }, "arm64": { - "url": "https://github.com/wilsonglasser/oryxis/releases/download/v0.17.0/oryxis-windows-aarch64.zip", - "hash": "f6c0760dee935cf280acf9a61662b9809093e7b2defb6c8abeded1ad2aff4e11" + "url": "https://github.com/wilsonglasser/oryxis/releases/download/v0.18.0/oryxis-windows-aarch64.zip", + "hash": "85a78c5dd1bd58c23f8bb64bfd1a4bd8174b8b5996b169a3c2744d1e96417b8a" } }, "bin": "oryxis.exe", From 384e7d05108034a349257d227ecbaaa72cc81e58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:02:26 +0000 Subject: [PATCH 311/964] single-file-cli: Update to version 2.11.0 --- bucket/single-file-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/single-file-cli.json b/bucket/single-file-cli.json index e6781cbf9cb876..a72a452ab6817e 100644 --- a/bucket/single-file-cli.json +++ b/bucket/single-file-cli.json @@ -1,12 +1,12 @@ { - "version": "2.10.0", + "version": "2.11.0", "description": "A command-line tool that allows you to save a web page with all its resources in a single HTML file.", "homepage": "https://github.com/gildas-lormeau/single-file-cli", "license": "AGPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.10.0/single-file.exe", - "hash": "a198deac82e042076f9ff544a5d938842f425af5139bb7f286b4abbd3ea59d3a" + "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.11.0/single-file.exe", + "hash": "ae68a2d9bc16dc75888d4c1802651720e5adcd6b17a03574428fb7e49113e0b0" } }, "bin": "single-file.exe", From f7ee0d358d1ebc4779859670d43af2348cff2729 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:02:26 +0000 Subject: [PATCH 312/964] thunderbird: Update to version 155.0.1 --- bucket/thunderbird.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/thunderbird.json b/bucket/thunderbird.json index a9dfb199f5c237..7ba26a99ca4784 100644 --- a/bucket/thunderbird.json +++ b/bucket/thunderbird.json @@ -1,5 +1,5 @@ { - "version": "155.0", + "version": "155.0.1", "description": "A free email application that’s easy to set up and customize.", "homepage": "https://www.thunderbird.net", "license": "MPL-2.0", @@ -11,12 +11,12 @@ ], "architecture": { "64bit": { - "url": "https://archive.mozilla.org/pub/thunderbird/releases/155.0/win64/en-US/Thunderbird%20Setup%20155.0.exe#/dl.7z", - "hash": "sha512:91213dd04f9fcdc116798865c83f9ea5d4afbbf63cd8ab84df450f13c4596305cf43766423fd41d45c815f8fe3e7ac5f34615c79f297e0e40e8c5933c51e8aff" + "url": "https://archive.mozilla.org/pub/thunderbird/releases/155.0.1/win64/en-US/Thunderbird%20Setup%20155.0.1.exe#/dl.7z", + "hash": "sha512:e5f9fc958313d4dde165b3f130b041b20f9a625cef10aca714269734e2d53504567e42cc121e005328893b2bf5d5e387deb772ad9503d9bb13ce5969dbe8a8f7" }, "32bit": { - "url": "https://archive.mozilla.org/pub/thunderbird/releases/155.0/win32/en-US/Thunderbird%20Setup%20155.0.exe#/dl.7z", - "hash": "sha512:a6ae298817a7e2b58b6e4a98c640f290a796b3eef7c4daabcef475c5d595f5819779f751ddacdd6e48d3591d014e89bab7874ccd77e27e80bebacb39c8b0fe02" + "url": "https://archive.mozilla.org/pub/thunderbird/releases/155.0.1/win32/en-US/Thunderbird%20Setup%20155.0.1.exe#/dl.7z", + "hash": "sha512:c5bb2bcf4c450cd4bab5abbb50ae81e21ea68b9709c88fc9ecedad46b242b7a99ee65755407f31832face3f4b119e3eba8a624157b370a4e934a88f01d3fb21a" } }, "extract_dir": "core", From afe6b773dadac508bc589c4de9fddd4e15c6b671 Mon Sep 17 00:00:00 2001 From: zuluion <26626090+zuluion@users.noreply.github.com> Date: Thu, 10 Sep 2026 10:25:54 +0800 Subject: [PATCH 313/964] telegram: Update to version 7.2.7 (#18723) --- bucket/telegram.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/telegram.json b/bucket/telegram.json index e4adc5cdf8d004..64286b752bf9fb 100644 --- a/bucket/telegram.json +++ b/bucket/telegram.json @@ -1,20 +1,20 @@ { - "version": "7.2.5", + "version": "7.2.7", "description": "A messaging app with a focus on speed and security", "homepage": "https://telegram.org", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.5/tportable-x64.7.2.5.zip", - "hash": "aa25bb131ced8df0a8c6d2466dd71d2c06ae19c6e2c15b27a8426437e4b2eb3c" + "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.7/td-portable-win-x64-7.2.7.zip", + "hash": "0f3ee1090cc49c17816eb18bb6d85c0da77aa9b307f080d703b729498729eaa6" }, "32bit": { - "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.5/tportable.7.2.5.zip", - "hash": "d0af574be25058c82e274c34492fcadaca64f36057564274390986a9907d5d77" + "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.7/td-portable-win-x86-7.2.7.zip", + "hash": "28ca8da77717f23d76bbac66fe77768783a7f002ab78ff41557a6d86c7882a6d" }, "arm64": { - "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.5/tportable-arm64.7.2.5.zip", - "hash": "f130cfe8b0088bb1ef1c8013587cbb2b321ab753df766e2a0e511b927c30adbb" + "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.7/td-portable-win-arm-7.2.7.zip", + "hash": "43ad5cc1dcede33c6a8fc5a31eb999d5c19ba014a86794833721ea95cfbb46aa" } }, "extract_dir": "Telegram", @@ -33,13 +33,13 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v$version/tportable-x64.$version.zip" + "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v$version/td-portable-win-x64-$version.zip" }, "32bit": { - "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v$version/tportable.$version.zip" + "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v$version/td-portable-win-x86-$version.zip" }, "arm64": { - "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v$version/tportable-arm64.$version.zip" + "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v$version/td-portable-win-arm-$version.zip" } } } From c3e8c66cfc767e0ed621efbb2049aa0998450917 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 04:36:09 +0000 Subject: [PATCH 314/964] filebot: Update to version 5.3.0 --- bucket/filebot.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/filebot.json b/bucket/filebot.json index 0ea6ec3f460094..edfb3761201947 100644 --- a/bucket/filebot.json +++ b/bucket/filebot.json @@ -1,13 +1,13 @@ { - "version": "5.2.3", + "version": "5.3.0", "description": "Movies, TV Shows and Anime files organizer and renamer", "homepage": "https://www.filebot.net/", "license": { "identifier": "Proprietary", "url": "https://www.filebot.net/eula.html" }, - "url": "https://get.filebot.net/filebot/FileBot_5.2.3/FileBot_5.2.3-portable.zip", - "hash": "286ba429d6b4c7e81a933dfb310804080009d2a6526a4aaefba2bbdf79d75a3c", + "url": "https://get.filebot.net/filebot/FileBot_5.3.0/FileBot_5.3.0-portable.zip", + "hash": "a1c7e39f9c60bf32700aa30379f03531306a5471dab6f0f4c403b20dcdf544df", "bin": "filebot.exe", "shortcuts": [ [ From 6cd7bdf935fe790a11dd5da542ae7196da882e15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 04:36:09 +0000 Subject: [PATCH 315/964] ldplayer: Update to version 14.0.25.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index 2634f51d1b2e89..fb6064754eb039 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.2", + "version": "14.0.25.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", - "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", + "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 8800b55650017ef475e63a2ffd4e4f2c62b4fd9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 04:36:09 +0000 Subject: [PATCH 316/964] microsoft-powerapps-cli: Update to version 2.12.1 --- bucket/microsoft-powerapps-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/microsoft-powerapps-cli.json b/bucket/microsoft-powerapps-cli.json index 3f37dc4420d680..e2ed58e48afbd5 100644 --- a/bucket/microsoft-powerapps-cli.json +++ b/bucket/microsoft-powerapps-cli.json @@ -1,13 +1,13 @@ { - "version": "2.11.2", + "version": "2.12.1", "description": "Simple, single-stop tool for developing customizations and extensions for Microsoft PowerApps.", "homepage": "https://docs.microsoft.com/en-us/powerapps/developer/component-framework/overview", "license": { "identifier": "Proprietary", "url": "https://www.nuget.org/packages/Microsoft.PowerApps.CLI/1.0.6/License" }, - "url": "https://www.nuget.org/api/v2/package/Microsoft.PowerApps.CLI/2.11.2#/dl.zip", - "hash": "b3bf7b70cd42bea3caea951deb3a41ceb4f34cf275660bfd80430796a14b611f", + "url": "https://www.nuget.org/api/v2/package/Microsoft.PowerApps.CLI/2.12.1#/dl.zip", + "hash": "b38176c26788bb1023e08f40bf2890c414e6d0e46c45cfba5adcc7e955ae149d", "extract_dir": "tools", "bin": "pac.exe", "checkver": { From 45885c29a6d6fc617115d621bef816f3d256b31e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 04:36:10 +0000 Subject: [PATCH 317/964] mrrss: Update to version 1.3.33 --- bucket/mrrss.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mrrss.json b/bucket/mrrss.json index 6d9da65c111e94..cf00719fa0c3bc 100644 --- a/bucket/mrrss.json +++ b/bucket/mrrss.json @@ -1,16 +1,16 @@ { - "version": "1.3.32", + "version": "1.3.33", "description": "A modern, cross-platform desktop RSS reader.", "homepage": "https://github.com/WCY-dt/MrRSS", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.32/MrRSS-1.3.32-windows-amd64-portable.zip", - "hash": "852152b734f9caa3b7efca9acee9f36e980cbc6bbe3cf93bef643eee712716e9" + "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.33/MrRSS-1.3.33-windows-amd64-portable.zip", + "hash": "74d67c90f0eacfb9ffec70e11ea76120c40f9e94a3f94d7b9fd3e60ac1039a24" }, "arm64": { - "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.32/MrRSS-1.3.32-windows-arm64-portable.zip", - "hash": "af87d7a205588f3eeeee008e928dfa1afdcc356ce37e7423c456b79452119a1f" + "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.33/MrRSS-1.3.33-windows-arm64-portable.zip", + "hash": "ac20c804a90ff5d3fca39a009088bdb08a6e9bee9fffb5b9e535998589f1fd7c" } }, "shortcuts": [ From ad5455fa6dd789f3790a31469bcf187ff0c38ec2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 04:36:10 +0000 Subject: [PATCH 318/964] ocenaudio: Update to version 3.21.3 --- bucket/ocenaudio.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ocenaudio.json b/bucket/ocenaudio.json index 3e81e3268cfa20..04e79c8913431e 100644 --- a/bucket/ocenaudio.json +++ b/bucket/ocenaudio.json @@ -1,12 +1,12 @@ { - "version": "3.21.2", + "version": "3.21.3", "description": "Cross-platform, easy to use, fast and functional audio editor.", "homepage": "https://www.ocenaudio.com/", "license": "Unknown", "architecture": { "64bit": { - "url": "https://www.ocenaudio.com/downloads/index.php/ocenaudio_windows64.zip?version=v3.21.2", - "hash": "sha1:0a579b5789687b4af72a6d758a508f146277d15d", + "url": "https://www.ocenaudio.com/downloads/index.php/ocenaudio_windows64.zip?version=v3.21.3", + "hash": "sha1:a1adaed2343431fb6566adae9ac497632ecb4c1b", "extract_dir": "ocenaudio" } }, From cc22f3c8fe269db9cdacecee135e6f06b015b53f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 04:36:11 +0000 Subject: [PATCH 319/964] openwork: Update to version 0.18.46 --- bucket/openwork.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/openwork.json b/bucket/openwork.json index 1427f32e14d0fd..e0551d0a86e448 100644 --- a/bucket/openwork.json +++ b/bucket/openwork.json @@ -1,12 +1,12 @@ { "homepage": "https://openwork.software/", - "version": "0.18.44", + "version": "0.18.46", "description": "An open-source alternative to Claude Cowork, powered by opencode ", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/different-ai/openwork/releases/download/v0.18.44/openwork-win-x64-0.18.44.exe#/dl.7z", - "hash": "dbfc6a1559900206749615171cf40e9eb45e4478da695250531011ee8fe8f576", + "url": "https://github.com/different-ai/openwork/releases/download/v0.18.46/openwork-win-x64-0.18.46.exe#/dl.7z", + "hash": "649e6e8442c2f2707037a471b7829f587bc848e3e4c19a55f07cb9f012ebb370", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", "Remove-Item \"$dir\\`$*\" -Force -Recurse" From a226a336bdba34f02af7f15b11607d98014ef7ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 04:36:11 +0000 Subject: [PATCH 320/964] wecom: Update to version 5.0.11.6018 --- bucket/wecom.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wecom.json b/bucket/wecom.json index 7a1445bea569be..abc19363263a62 100644 --- a/bucket/wecom.json +++ b/bucket/wecom.json @@ -1,13 +1,13 @@ { - "version": "5.0.10.6015", + "version": "5.0.11.6018", "description": "WeCom/WXWork/企业微信/WeChat-Work, a professional office management tool for enterprises created by Tencent", "homepage": "https://work.weixin.qq.com/", "license": { "identifier": "Proprietary", "url": "https://work.weixin.qq.com/nl/eula" }, - "url": "https://dldir1.qq.com/wework/work_weixin/WeCom_5.0.10.6015.exe#/dl.7z", - "hash": "d46b1cc2603c70ff9cccd85998eed0c0d61f11a3a68e050b0695111294c10c87", + "url": "https://dldir1.qq.com/wework/work_weixin/WeCom_5.0.11.6018.exe#/dl.7z", + "hash": "a0db531b280f46da5b1ed93d47eca1c2649ceac9acb5433865534208608115f0", "installer": { "script": [ "Remove-Item \"$dir\\`$*\" -Recurse -Force -ErrorAction SilentlyContinue", From 2956e133f32ac463660bcf28c69ce21fb194df86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 04:36:11 +0000 Subject: [PATCH 321/964] zed-opengl: Update to version 1.19.2 --- bucket/zed-opengl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/zed-opengl.json b/bucket/zed-opengl.json index 9da69c5719192b..452fd0969d59df 100644 --- a/bucket/zed-opengl.json +++ b/bucket/zed-opengl.json @@ -1,12 +1,12 @@ { - "version": "1.18.1", + "version": "1.19.2", "description": "Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. It's also open source.", "homepage": "https://zed.dev/", "license": "AGPL-3.0, Apache-2.0, GPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/deevus/zed-windows-builds/releases/download/v1.18.1/zed-opengl.zip", - "hash": "f78ce8409a6c32c03612425ddedc5520c953695c2e2c8f4eeedce5096d46936f" + "url": "https://github.com/deevus/zed-windows-builds/releases/download/v1.19.2/zed-opengl.zip", + "hash": "d0233eb73f3f9cd0db4b06db37a59d918fd3a8539ff67c84d6ca328feed0c3bd" } }, "extract_dir": "zed", From afc6e20980b66911c98a6c906df0ad89cff2f127 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:37:13 +0000 Subject: [PATCH 322/964] appflowy: Update to version 0.14.2 --- bucket/appflowy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/appflowy.json b/bucket/appflowy.json index 093a60ffee3c1e..428696d6079721 100644 --- a/bucket/appflowy.json +++ b/bucket/appflowy.json @@ -1,12 +1,12 @@ { - "version": "0.14.1", + "version": "0.14.2", "description": "An open-source alternative to Notion. You are in charge of your data and customizations.", "homepage": "https://www.appflowy.io/", "license": "AGPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.14.1/AppFlowy-0.14.1-windows-x86_64.zip", - "hash": "709c089357fc7923e68007e9691efcca2543b4f3ec4d2c86a9a096775164c73d" + "url": "https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.14.2/AppFlowy-0.14.2-windows-x86_64.zip", + "hash": "d378d77e55eed7165dc35220bc77b707e2f90e1b5665f7214ef3ea82f19e0dae" } }, "extract_dir": "AppFlowy", From e3e01cc26d2baa6750666d182ad1ebb1dd4d7b6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:37:13 +0000 Subject: [PATCH 323/964] aptakube: Update to version 1.20.0 --- bucket/aptakube.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/aptakube.json b/bucket/aptakube.json index bbc916fc9c5a37..ebb4bc4c60bf7f 100644 --- a/bucket/aptakube.json +++ b/bucket/aptakube.json @@ -1,5 +1,5 @@ { - "version": "1.19.7", + "version": "1.20.0", "description": "Modern, lightweight and multi-cluster Kubernetes GUI", "homepage": "https://aptakube.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/aptakube/aptakube/releases/download/1.19.7/Aptakube_1.19.7_x64.zip", - "hash": "ce1c10625bb5473c6ebdd2f316bbe2fad131b83a9f3b1ad27da844cec4274b23" + "url": "https://github.com/aptakube/aptakube/releases/download/1.20.0/Aptakube_1.20.0_x64.zip", + "hash": "7be3463fc86b44a8bed418976a93201c735d72057a440d0bece21d89a7ceeed1" } }, "bin": [ From d6b3972162cf254e0b5055ef097146a75d3f2921 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:37:13 +0000 Subject: [PATCH 324/964] chatboxai: Update to version 1.23.2 --- bucket/chatboxai.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chatboxai.json b/bucket/chatboxai.json index 6f3f2a5309461d..e7902bd5fc3071 100644 --- a/bucket/chatboxai.json +++ b/bucket/chatboxai.json @@ -1,5 +1,5 @@ { - "version": "1.23.1", + "version": "1.23.2", "description": "Powerful AI desktop client with support for ChatGPT, Claude and other LLMs.", "homepage": "https://chatboxai.app/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://download.chatboxai.app/releases/Chatbox-1.23.1-Setup.exe#/dl.7z", - "hash": "a3ca57b62188805b927f76f7d1f3d68240be4301a3bb597264262ed53aa5706d" + "url": "https://download.chatboxai.app/releases/Chatbox-1.23.2-Setup.exe#/dl.7z", + "hash": "4341964c56623d99095ecc5d36cdd9b25dc8adf7f460c80b14fbfeb688b777c5" }, "arm64": { - "url": "https://download.chatboxai.app/releases/Chatbox-1.23.1-Setup.exe#/dl.7z", - "hash": "a3ca57b62188805b927f76f7d1f3d68240be4301a3bb597264262ed53aa5706d" + "url": "https://download.chatboxai.app/releases/Chatbox-1.23.2-Setup.exe#/dl.7z", + "hash": "4341964c56623d99095ecc5d36cdd9b25dc8adf7f460c80b14fbfeb688b777c5" } }, "pre_install": [ From 533b90a559da7705a6a9f00e3a18ed339ee1312e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:37:14 +0000 Subject: [PATCH 325/964] flclash: Update to version 0.8.97 --- bucket/flclash.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/flclash.json b/bucket/flclash.json index 001e7c0a992f91..fc6fa6fb170d5b 100644 --- a/bucket/flclash.json +++ b/bucket/flclash.json @@ -1,6 +1,6 @@ { "##": "Extract to subfolder to avoid overwriting existing manifest.json.", - "version": "0.8.96", + "version": "0.8.97", "description": "A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.", "homepage": "https://github.com/chen08209/FlClash", "license": "GPL-3.0-only", @@ -12,12 +12,12 @@ ], "architecture": { "64bit": { - "url": "https://github.com/chen08209/FlClash/releases/download/v0.8.96/FlClash-0.8.96-windows-amd64.zip", - "hash": "94a6683558e5dda46559b30f06730a71cb8a0dfb812e70288fde2be9a96fda70" + "url": "https://github.com/chen08209/FlClash/releases/download/v0.8.97/FlClash-0.8.97-windows-amd64.zip", + "hash": "7eac865e9e872daa07e323e6a6b7c772e016b565045406f67b9f611c31a7a01f" }, "arm64": { - "url": "https://github.com/chen08209/FlClash/releases/download/v0.8.96/FlClash-0.8.96-windows-arm64.zip", - "hash": "ceecb47b9f1db3c840f25ccf0c233c434508d2363d1cd82b400e1ccabb920711" + "url": "https://github.com/chen08209/FlClash/releases/download/v0.8.97/FlClash-0.8.97-windows-arm64.zip", + "hash": "030b88b456f8f0edcc4cdc8052bd45624436140f0f772e46ec37d228108ce17c" } }, "extract_to": "app", From 658affd3cfcf5efe3d26a246cffc6e03da1e2964 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:37:14 +0000 Subject: [PATCH 326/964] jackett: Update to version 0.24.2554 --- bucket/jackett.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jackett.json b/bucket/jackett.json index 96a351bedb481d..ec12d1dc48eedd 100644 --- a/bucket/jackett.json +++ b/bucket/jackett.json @@ -1,13 +1,13 @@ { - "version": "0.24.2551", + "version": "0.24.2554", "description": "API Support for your favorite torrent trackers", "homepage": "https://github.com/Jackett/Jackett", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/Jackett/Jackett/blob/HEAD/LICENSE" }, - "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2551/Jackett.Binaries.Windows.zip", - "hash": "bc0ed81dd5c08a09724fca1b504478827f8f8735471dd347f5e7c2525bc16723", + "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2554/Jackett.Binaries.Windows.zip", + "hash": "86bab66b5aff33280e0df4ec84e0f91806c3e2b05aca77c7f8d4d357c8185e28", "extract_dir": "Jackett", "shortcuts": [ [ From b28224b12a663ef77d9ee3672af7cde092056cee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:37:14 +0000 Subject: [PATCH 327/964] ollama-full: Update to version 0.34.0 --- bucket/ollama-full.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ollama-full.json b/bucket/ollama-full.json index 6225cc6ff11dd5..21afd0ff0e550d 100644 --- a/bucket/ollama-full.json +++ b/bucket/ollama-full.json @@ -1,10 +1,10 @@ { - "version": "0.33.3", + "version": "0.34.0", "description": "Get up and running with large language models locally.", "homepage": "https://ollama.com/", "license": "MIT", - "url": "https://github.com/ollama/ollama/releases/download/v0.33.3/OllamaSetup.exe", - "hash": "32cdcb1da477bc7fffbf1c1cdeeb99b1db003af094db56dd3c156abd04d34f8e", + "url": "https://github.com/ollama/ollama/releases/download/v0.34.0/OllamaSetup.exe", + "hash": "e2b98770fb87f3b4c593c22f2e8eda59bcac1cd7b141f1388c4181a8bf271a72", "architecture": { "64bit": { "pre_install": [ From ccf72d9a04e281d69a0eed6d72c2f2208a399fd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:37:15 +0000 Subject: [PATCH 328/964] opera-gx: Update to version 135.0.5973.126 --- bucket/opera-gx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opera-gx.json b/bucket/opera-gx.json index 7ae484474371c6..e3c5e624a9afaf 100644 --- a/bucket/opera-gx.json +++ b/bucket/opera-gx.json @@ -1,5 +1,5 @@ { - "version": "135.0.5973.94", + "version": "135.0.5973.126", "description": "Opera GX is a special version of the Opera browser built specifically for gamers.", "homepage": "https://www.opera.com/gx", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://get.opera.com/pub/opera_gx/135.0.5973.94/win/Opera_GX_135.0.5973.94_Setup_x64.exe", - "hash": "8ab86a7f2b8d0c2dbea77d6dd04cf45bf762e6c138f135f2cd2cafe56f752634" + "url": "https://get.opera.com/pub/opera_gx/135.0.5973.126/win/Opera_GX_135.0.5973.126_Setup_x64.exe", + "hash": "782c58feab338c923a1e6e5a730e38f71c6a946989acaadc1d6e2d9a6b455936" }, "32bit": { - "url": "https://get.opera.com/pub/opera_gx/135.0.5973.94/win/Opera_GX_135.0.5973.94_Setup.exe", - "hash": "ee82c377d37d2dc656af0cafa75080427a18e5c933cb3cd10c5d883d86658031" + "url": "https://get.opera.com/pub/opera_gx/135.0.5973.126/win/Opera_GX_135.0.5973.126_Setup.exe", + "hash": "c8db4f4a94f80f0740a38e913c8ebc3a8aa0933753677facf294d2d8f86f510f" } }, "installer": { From 1581e15dd5444a75b0bce44d14d3e7bd5e46354e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:37:15 +0000 Subject: [PATCH 329/964] opera: Update to version 135.0.5973.123 --- bucket/opera.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/opera.json b/bucket/opera.json index e861722ccf8c99..d844940acd8e29 100644 --- a/bucket/opera.json +++ b/bucket/opera.json @@ -1,5 +1,5 @@ { - "version": "135.0.5973.92", + "version": "135.0.5973.123", "description": "A fast, secure, easy-to-use browser.", "homepage": "https://www.opera.com", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.92/win/Opera_135.0.5973.92_Setup_x64.exe", - "hash": "6478007ace6e1b99e57d5fdc1d03d50f7b2385b96d4de32b39d9d0a737e47132" + "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.123/win/Opera_135.0.5973.123_Setup_x64.exe", + "hash": "0d607b3311e4a2a55f2cbba9f61ef9400ed2050174134d9303112c1748eff6bc" }, "32bit": { - "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.92/win/Opera_135.0.5973.92_Setup.exe", - "hash": "7e124e894f7d806fe37b2a758a43087ee2aa2b1870bfabfec236f30599d12ab5" + "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.123/win/Opera_135.0.5973.123_Setup.exe", + "hash": "b7904c96adaee49d45c1071ced6f129d83e8d191b7c3460a6e67de20a8fe6f57" }, "arm64": { - "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.92/win/Opera_135.0.5973.92_Setup_arm64.exe", - "hash": "d2711ed01e97a46123303816076c5514a2f52afaa9a06b133a5d6efe67e22108" + "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.123/win/Opera_135.0.5973.123_Setup_arm64.exe", + "hash": "c747f9c16dc28437d6039c7686da1e82767d9d96999d4a6a11b1c0838bb5a49a" } }, "installer": { From 5d75b9fac2b484f3ecf1e0de9cab56f68c945b63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:37:15 +0000 Subject: [PATCH 330/964] oxideterm: Update to version 2.0.28 --- bucket/oxideterm.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/oxideterm.json b/bucket/oxideterm.json index e99ebe5b86579a..bfd7d68da20e1a 100644 --- a/bucket/oxideterm.json +++ b/bucket/oxideterm.json @@ -1,19 +1,19 @@ { - "version": "2.0.27", + "version": "2.0.28", "description": "AI-native workspace for local shells and remote machines.", "homepage": "https://oxideterm.app", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.27/OxideTerm_2.0.27_windows_x64_portable.zip", - "hash": "7693261203ce9f5599b4ddecda4ed34d832cd6bd83357d5fe1c7a57e3287fe26", - "extract_dir": "OxideTerm_2.0.27_windows_x64_portable", + "url": "https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.28/OxideTerm_2.0.28_windows_x64_portable.zip", + "hash": "223e2b91fe9351d3d0265cff5aa35bce110f54f9ad87333eb70e2083df634a9c", + "extract_dir": "OxideTerm_2.0.28_windows_x64_portable", "bin": "resources\\cli-bin\\x86_64-pc-windows-msvc\\oxideterm.exe" }, "arm64": { - "url": "https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.27/OxideTerm_2.0.27_windows_arm64_portable.zip", - "hash": "3a4251c5b752d79916aa97534ea60a5615e3dfe176e025a525a83b8062014416", - "extract_dir": "OxideTerm_2.0.27_windows_arm64_portable", + "url": "https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.28/OxideTerm_2.0.28_windows_arm64_portable.zip", + "hash": "421ae758a726bbae619ca150236ab0772c26cf2d0a02f94fe4b79daae95a1120", + "extract_dir": "OxideTerm_2.0.28_windows_arm64_portable", "bin": "resources\\cli-bin\\aarch64-pc-windows-msvc\\oxideterm.exe" } }, From c2f52ef0109a91b396b9aa0d47246a5747cbe967 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:37:16 +0000 Subject: [PATCH 331/964] postman: Update to version 12.27.3 --- bucket/postman.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postman.json b/bucket/postman.json index 910c403963f44a..61ee78da9d1d5c 100644 --- a/bucket/postman.json +++ b/bucket/postman.json @@ -1,5 +1,5 @@ { - "version": "12.27.2", + "version": "12.27.3", "description": "Complete API development environment.", "homepage": "https://www.getpostman.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://dl.pstmn.io/download/12.27.2/Postman%20v12.27.2%20(x64).exe#/dl.7z", - "hash": "sha1:d0cee250c3ef4ba2dc9a194d25042547e8a3dd8d" + "url": "https://dl.pstmn.io/download/12.27.3/Postman%20v12.27.3%20(x64).exe#/dl.7z", + "hash": "sha1:11911d8a79bc4dea9444fe534f5c95c2544017bb" } }, "installer": { From 0909ea9ef59f95cba6ad34b52e0b655f4e7aa55a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:37:16 +0000 Subject: [PATCH 332/964] seconv: Update to version 5.2.0 --- bucket/seconv.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/seconv.json b/bucket/seconv.json index 770cf8363eaf58..b738c85b27fdb1 100644 --- a/bucket/seconv.json +++ b/bucket/seconv.json @@ -1,16 +1,16 @@ { - "version": "5.1.0", + "version": "5.2.0", "description": "Subtitle Edit's headless command-line converter", "homepage": "https://www.nikse.dk/subtitleedit/", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/SubtitleEdit/subtitleedit/releases/download/v5.1.0/SeConv-Windows-x64.zip", - "hash": "ce081a6c6844d44cb1373ee501a963c9e37c788bf757c2fa0b39821ef9969839" + "url": "https://github.com/SubtitleEdit/subtitleedit/releases/download/v5.2.0/SeConv-Windows-x64.zip", + "hash": "14c8b467815dd04847e0e7b1e633d222d9c14c6a307acadc03e21112803780b7" }, "arm64": { - "url": "https://github.com/SubtitleEdit/subtitleedit/releases/download/v5.1.0/SeConv-Windows-ARM64.zip", - "hash": "26466399a00d54ec8d41e26d98dcdd4a286aa19a337fd393a2eda800eba8eef0" + "url": "https://github.com/SubtitleEdit/subtitleedit/releases/download/v5.2.0/SeConv-Windows-ARM64.zip", + "hash": "fc8aeacf5404d18183cba797e35db623a8a34f0a22700e3bbb9a2740fef8b1b3" } }, "bin": "seconv.exe", From 81acf1d095d693a30d1561b59fb8b280ae8d27fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:37:16 +0000 Subject: [PATCH 333/964] subtitleedit: Update to version 5.2.0 --- bucket/subtitleedit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/subtitleedit.json b/bucket/subtitleedit.json index fb88a105dbcb80..95f1ce0680e586 100644 --- a/bucket/subtitleedit.json +++ b/bucket/subtitleedit.json @@ -1,17 +1,17 @@ { - "version": "5.1.0", + "version": "5.2.0", "description": "Video subtitles editor", "homepage": "https://www.nikse.dk/subtitleedit/", "license": "GPL-3.0-only", "notes": "For 4.x versions, please use `subtitleedit4` from Versions bucket.", "architecture": { "64bit": { - "url": "https://github.com/SubtitleEdit/subtitleedit/releases/download/v5.1.0/SubtitleEdit-Windows-x64.zip", - "hash": "f0c333af75522d50973e3e1b7e9827b95aaf388a1abda162b08f051e88a970c4" + "url": "https://github.com/SubtitleEdit/subtitleedit/releases/download/v5.2.0/SubtitleEdit-Windows-x64.zip", + "hash": "1cbe2a8689ee43735d921afd69dc9a3923ca220b40938aec4fb7165c8cf04292" }, "arm64": { - "url": "https://github.com/SubtitleEdit/subtitleedit/releases/download/v5.1.0/SubtitleEdit-Windows-ARM64.zip", - "hash": "2103b5fcc396858e59d9210e8ffbb2d330bb32d447ae12dd8d3f38e6a619e848" + "url": "https://github.com/SubtitleEdit/subtitleedit/releases/download/v5.2.0/SubtitleEdit-Windows-ARM64.zip", + "hash": "2fa50224f2b4d71d89154a0789a91959be4c1ec72acced2593fa3071a0eeae45" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\Settings.json\")) { New-Item \"$dir\\Settings.json\" | Out-Null }", From c6507251b58f16b02b78882843ef622dfaee5470 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:37:17 +0000 Subject: [PATCH 334/964] wsl2-distro-manager: Update to version 2.0.3 --- bucket/wsl2-distro-manager.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wsl2-distro-manager.json b/bucket/wsl2-distro-manager.json index c7ba95b5dcc8d3..4d92c4de753d6a 100644 --- a/bucket/wsl2-distro-manager.json +++ b/bucket/wsl2-distro-manager.json @@ -1,12 +1,12 @@ { - "version": "2.0.2", + "version": "2.0.3", "description": "A quick way to manage your WSL instances with a GUI.", "homepage": "https://github.com/bostrot/wsl2-distro-manager", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/bostrot/wsl2-distro-manager/releases/download/v2.0.2/wsl2-distro-manager-v2.0.2.zip", - "hash": "4ce0271418e39a3a1ff26308abbe0f2410b6f3faa9cdcde312c5f1729025d483" + "url": "https://github.com/bostrot/wsl2-distro-manager/releases/download/v2.0.3/wsl2-distro-manager-v2.0.3.zip", + "hash": "119e05883bd2ef37f3ffaacc3544a872aa48918c95beaa6c44763f575e9346dc" } }, "shortcuts": [ From 1b7f7fe219d1c5c780f47c742fcbc80b6680599f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 12:40:25 +0000 Subject: [PATCH 335/964] postman: Update to version 12.27.5 --- bucket/postman.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postman.json b/bucket/postman.json index 61ee78da9d1d5c..8f1435e7f73aac 100644 --- a/bucket/postman.json +++ b/bucket/postman.json @@ -1,5 +1,5 @@ { - "version": "12.27.3", + "version": "12.27.5", "description": "Complete API development environment.", "homepage": "https://www.getpostman.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://dl.pstmn.io/download/12.27.3/Postman%20v12.27.3%20(x64).exe#/dl.7z", - "hash": "sha1:11911d8a79bc4dea9444fe534f5c95c2544017bb" + "url": "https://dl.pstmn.io/download/12.27.5/Postman%20v12.27.5%20(x64).exe#/dl.7z", + "hash": "sha1:f7fbd3a7f52d44f2595c1590ef0b760a687ce0fa" } }, "installer": { From 3879d5e539fc1b11e2cec554faad7692062d61d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 12:40:25 +0000 Subject: [PATCH 336/964] signal: Update to version 8.27.0 --- bucket/signal.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/signal.json b/bucket/signal.json index c97f7ecc1bcf58..6d8e44b8372051 100644 --- a/bucket/signal.json +++ b/bucket/signal.json @@ -1,17 +1,17 @@ { - "version": "8.26.0", + "version": "8.27.0", "description": "A cross-platform encrypted messaging service.", "homepage": "https://signal.org", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://updates.signal.org/desktop/signal-desktop-win-x64-8.26.0.exe#/dl.7z", - "hash": "sha512:d7e8bddb587215ca5a42356f7234c09a42233536f0c6edc6152f06ba5e61cbd17df4e49025c2800303ee2e751130fe03b8d73b61d4febd6da57bce848833124f", + "url": "https://updates.signal.org/desktop/signal-desktop-win-x64-8.27.0.exe#/dl.7z", + "hash": "sha512:9cb9475737d2cefc248b308470ea2bfe3bcfce55aa08999ef006a908d3ead5e45b237a1059ffa6f8dd52b5990559953a73de5b509aab870e89cc488064933d53", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" }, "arm64": { - "url": "https://updates.signal.org/desktop/signal-desktop-win-arm64-8.26.0.exe#/dl.7z", - "hash": "sha512:3629ee6dacdac89ff94ba4892fd0cc8ee77804ef5bd6c54dd7a90e7741ccbdb6323a4f21d3c3c17b5bd6b8759f772dfe9e43a92e72d891e905058eaa8d744514", + "url": "https://updates.signal.org/desktop/signal-desktop-win-arm64-8.27.0.exe#/dl.7z", + "hash": "sha512:3b58ba7253cd098934587f74b1190c754c3bd483b5c9f48fc6d84c8d34837328064f9d9382eb30ddde26b7347af5e0d836d4d352b39bf5f974bffb85b18b3f0a", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"" } }, From 58337ae673ed5145a1849fe13101fac4414b3640 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:29:58 +0000 Subject: [PATCH 337/964] clementine: Update to version 1.4.1-131 --- bucket/clementine.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/clementine.json b/bucket/clementine.json index b0da1323de8e15..9cab8088a79cc8 100644 --- a/bucket/clementine.json +++ b/bucket/clementine.json @@ -1,10 +1,10 @@ { - "version": "1.4.1-106", + "version": "1.4.1-131", "description": "A modern music player and library organizer.", "homepage": "https://www.clementine-player.org/", "license": "GPL-3.0-only", - "url": "https://github.com/clementine-player/Clementine/releases/download/1.4.1-106-ga4b3599ec/ClementineSetup-1.4.1-106-ga4b3599ec.exe#/dl.7z", - "hash": "6dad975c84a4f73812a87b582e9a63c859907e532a97445a76210d3586bc7504", + "url": "https://github.com/clementine-player/Clementine/releases/download/1.4.1-131-g69ae62d68/ClementineSetup-1.4.1-131-g69ae62d68.exe#/dl.7z", + "hash": "5c65106f46f831382e65980ff596eaa886ab9b344de0fb6de88d2653b4ef0158", "bin": "clementine.exe", "shortcuts": [ [ From 63188a339f3860252e8464b2c2aa8bfcb8a53ba5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:29:59 +0000 Subject: [PATCH 338/964] databricks-cli: Update to version 1.16.1 --- bucket/databricks-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/databricks-cli.json b/bucket/databricks-cli.json index a9778c027d46f4..dfb8efd39e5044 100644 --- a/bucket/databricks-cli.json +++ b/bucket/databricks-cli.json @@ -1,6 +1,6 @@ { "##": "Please keep checkver field as is. We cannot fetch the latest version via the GitHub API, due to the IP restrictions in the Databricks org.", - "version": "1.16.0", + "version": "1.16.1", "description": "CLI for interacting with the Databricks platform.", "homepage": "https://docs.databricks.com/aws/en/dev-tools/cli", "license": { @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/databricks/cli/releases/download/v1.16.0/databricks_cli_1.16.0_windows_amd64.zip", - "hash": "dd0de7a0d8fd70448c887e3d5ca2091a3ce8da1a402158b3a0ded6f616392d85" + "url": "https://github.com/databricks/cli/releases/download/v1.16.1/databricks_cli_1.16.1_windows_amd64.zip", + "hash": "8703eb52e0f924abfa619c4c4046efa65bd628dd6fe1cd9ba16cb0bfe6d1ffd2" }, "arm64": { - "url": "https://github.com/databricks/cli/releases/download/v1.16.0/databricks_cli_1.16.0_windows_arm64.zip", - "hash": "50c75fe4ff210b3495235629724b296bef21a0cf6fe69acf36b7aef9781f0ce6" + "url": "https://github.com/databricks/cli/releases/download/v1.16.1/databricks_cli_1.16.1_windows_arm64.zip", + "hash": "94437e1034f444dc9400f6043b6f998b483e7eed2b6dac6c90f440268e2e242b" } }, "bin": "databricks.exe", From 99d68dbcf2f5d37855096436313007c7feb0e27f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:29:59 +0000 Subject: [PATCH 339/964] gonavi-cli: Update to version 0.9.8 --- bucket/gonavi-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gonavi-cli.json b/bucket/gonavi-cli.json index 6ae1c1ae0b1ed7..7e8d2f1fc9592d 100644 --- a/bucket/gonavi-cli.json +++ b/bucket/gonavi-cli.json @@ -1,5 +1,5 @@ { - "version": "0.9.7", + "version": "0.9.8", "description": "A modern lightweight database client built with Wails and React. (CLI)", "homepage": "https://gonavi.org", "license": "Apache-2.0", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Syngnat/GoNavi/releases/download/v0.9.7/gonavi-cli_0.9.7_windows_amd64.zip", - "hash": "bd48b37822fec78f39bfbbc4d17b462f14ba450b1713e47ca01ca3d53d36aced" + "url": "https://github.com/Syngnat/GoNavi/releases/download/v0.9.8/gonavi-cli_0.9.8_windows_amd64.zip", + "hash": "da32df3acbd7fba13eaf18cbcdb7ee0817289955725bc9c0ac8209178371d98a" }, "arm64": { - "url": "https://github.com/Syngnat/GoNavi/releases/download/v0.9.7/gonavi-cli_0.9.7_windows_arm64.zip", - "hash": "72baddbf31d0897cd57b459bf3bc6f2099ab43906eb7dfd50d224c6cf1b97b2b" + "url": "https://github.com/Syngnat/GoNavi/releases/download/v0.9.8/gonavi-cli_0.9.8_windows_arm64.zip", + "hash": "087b60bba8335842db6a2688ff2a8a4f513f2462c157f0a3a2c343c06013b503" } }, "bin": "gonavi.exe", From 090fa5e1b20a303f6dcee351d2912854e8170533 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:30:00 +0000 Subject: [PATCH 340/964] gonavi: Update to version 0.9.8 --- bucket/gonavi.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gonavi.json b/bucket/gonavi.json index 7d3912c73f2d03..7cd3384bebe329 100644 --- a/bucket/gonavi.json +++ b/bucket/gonavi.json @@ -1,5 +1,5 @@ { - "version": "0.9.7", + "version": "0.9.8", "description": "A modern lightweight database client built with Wails and React.", "homepage": "https://gonavi.org", "license": "Apache-2.0", @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Syngnat/GoNavi/releases/download/v0.9.7/GoNavi-0.9.7-Windows-Amd64-Portable.zip", - "hash": "e76e60e2f21dfefb164221279ae93a1dad6a39c27d68361346f959a03fad17b6" + "url": "https://github.com/Syngnat/GoNavi/releases/download/v0.9.8/GoNavi-0.9.8-Windows-Amd64-Portable.zip", + "hash": "e5099947306b2ec6b78c7275c99ddf8b131f0277473289b0704068e3e020049b" }, "arm64": { - "url": "https://github.com/Syngnat/GoNavi/releases/download/v0.9.7/GoNavi-0.9.7-Windows-Arm64-Portable.zip", - "hash": "9af7f5706e90624a437528cf4258c0dce576ef7f8245aed21813f0510298a8ca" + "url": "https://github.com/Syngnat/GoNavi/releases/download/v0.9.8/GoNavi-0.9.8-Windows-Arm64-Portable.zip", + "hash": "2c1bee938e13a930da51e6deafd137885e6b708c7612afaac0e239c764b232af" } }, "shortcuts": [ From df581e76f50e430cbec99830fc2ecbe034c45ba3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:30:00 +0000 Subject: [PATCH 341/964] ldplayer: Update to version 14.0.25.2 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index fb6064754eb039..2634f51d1b2e89 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.1", + "version": "14.0.25.2", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", - "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", + "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From b4c0891ff2ceac3e2bf7f5a6e99c40b1a9d0013e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:30:00 +0000 Subject: [PATCH 342/964] lunatranslator: Update to version 10.17.1 --- bucket/lunatranslator.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lunatranslator.json b/bucket/lunatranslator.json index 6511800ccff582..277bfce47a780d 100644 --- a/bucket/lunatranslator.json +++ b/bucket/lunatranslator.json @@ -1,17 +1,17 @@ { - "version": "10.17.0", + "version": "10.17.1", "description": "A Visual Novel translation tool, with HOOK / OCR / clipboard support", "homepage": "https://github.com/HIllya51/LunaTranslator", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.0/LunaTranslator_x64.zip", - "hash": "b0374c12ff67a19b6a698466c8541175969d83ccb51f91c284984ceafc984b36", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1/LunaTranslator_x64.zip", + "hash": "975875a02512955ce90fa64acdd235befad3f5ab61428a06eb4447cd2dfc4e67", "extract_dir": "LunaTranslator_x64" }, "32bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.0/LunaTranslator_x86_win7.zip", - "hash": "88e4832412ddfa67167415bf374e694f163660e074afc4e3fd591b94d1014974", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1/LunaTranslator_x86_win7.zip", + "hash": "ca3a9bdeb968ce34aad84993939bc95cd1da6008d349a1e3ced3f39483a29222", "extract_dir": "LunaTranslator_x86_win7" } }, From 0ba2f9f597e8813e5b57231aec5d33c87c5be4b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:30:01 +0000 Subject: [PATCH 343/964] termius: Update to version 10.0.6 --- bucket/termius.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/termius.json b/bucket/termius.json index 92397db133b6fe..d3b03ac4927329 100644 --- a/bucket/termius.json +++ b/bucket/termius.json @@ -1,10 +1,10 @@ { - "version": "10.0.0", + "version": "10.0.6", "description": "Modern SSH client", "homepage": "https://www.termius.com", "license": "Unknown", "url": "https://autoupdate.termius.com/windows/Install%20Termius.exe#/dl.7z", - "hash": "sha512:fe7dccd998c414a895189f56b7b6c736ebf9e8b3b972110231850983b8d2f25581424d9a5f50378c7ff364148e152b522ecb23edeb9d1c76dd96c406ea9b4e60", + "hash": "sha512:8d0547f03bc720d6f581ae843f6d10b0a34f8941f71f388ceb1d5777eb6122a996b0d02de55ea4dd595cdc1f3a9d8b7a2ff027ccbac9926840a107f80d2f0ace", "architecture": { "64bit": { "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" From 6d54e45540d240716eb0d7f9be89a83c0efb2cd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:30:01 +0000 Subject: [PATCH 344/964] treesheets: Update to version 3346 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index 9303017ea77316..1bdc8041eb8f5f 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3342", + "version": "3346", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3342/TreeSheets-3342-winx64.zip", - "hash": "43a0dd4a84bf22dee54fdd3ffbd2c49964afe4d376f41ab33e5cf436be45a6b0", - "extract_dir": "TreeSheets-3342-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3346/TreeSheets-3346-winx64.zip", + "hash": "368026e9c405b05296b109a100d441f2b7c473c0c71747ec905401ceb82a0680", + "extract_dir": "TreeSheets-3346-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3342/TreeSheets-3342-winarm64.zip", - "hash": "88447d2e903eea4fdcafbb3ddba9d27c9dca8542af06242966d455d3018accb5", - "extract_dir": "TreeSheets-3342-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3346/TreeSheets-3346-winarm64.zip", + "hash": "c359aa7a0cb1068008ab79fcd7017c2d30985a4ab1fad14b401ea20852e960ae", + "extract_dir": "TreeSheets-3346-winarm64" } }, "pre_install": [ From 4ba1786f897052e34223e9c2049c1759641e8eb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:30:01 +0000 Subject: [PATCH 345/964] vnote: Update to version 4.6.1 --- bucket/vnote.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/vnote.json b/bucket/vnote.json index c02a460e6d9ce9..a7a55d40fa8bf9 100644 --- a/bucket/vnote.json +++ b/bucket/vnote.json @@ -1,6 +1,6 @@ { "##": "Extract to subfolder to avoid overwriting existing manifest.json.", - "version": "4.6.0", + "version": "4.6.1", "description": "A pleasant note-taking platform", "homepage": "https://docs.vnote.fun", "license": "LGPL-3.0-only", @@ -10,9 +10,9 @@ ], "architecture": { "64bit": { - "url": "https://github.com/vnotex/vnote/releases/download/v4.6.0/VNote-4.6.0-win64.zip", - "hash": "bc0b33616e5744deff02024f9c79a167649dca2d6e87db827c4073d1fad28fb5", - "extract_dir": "VNote-4.6.0-win64" + "url": "https://github.com/vnotex/vnote/releases/download/v4.6.1/VNote-4.6.1-win64.zip", + "hash": "243eb73fbdf4cf1fdb13a64cc1a76f7f64cd51a3e1c3c9a4bedd8b3f61d91190", + "extract_dir": "VNote-4.6.1-win64" } }, "extract_to": "app", From b59f3cd6aada8f53315f75a2b880b6af180ec14e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:30:02 +0000 Subject: [PATCH 346/964] yoke: Update to version 0.22.0 --- bucket/yoke.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/yoke.json b/bucket/yoke.json index 978b4884947e1c..e27829100d2ac5 100644 --- a/bucket/yoke.json +++ b/bucket/yoke.json @@ -1,12 +1,12 @@ { - "version": "0.21.1", + "version": "0.22.0", "description": "A Helm-inspired infrastructure-as-code (IaC) package deployer", "homepage": "https://github.com/yokecd/yoke", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/yokecd/yoke/releases/download/v0.21.1/yoke_v0.21.1_windows_amd64.exe.gz#/yoke.exe.gz", - "hash": "1778b71cfa92547dc51dac160de2e2f5d9c339fba314f687d589ae1735cc6358" + "url": "https://github.com/yokecd/yoke/releases/download/v0.22.0/yoke_v0.22.0_windows_amd64.exe.gz#/yoke.exe.gz", + "hash": "bb3842dd65e69e8c43165457badbc858979ad30fbb397b14aac85436b0fa2b56" } }, "bin": "yoke.exe", From 75cacb0676461ff510c37def89182ddff03bc178 Mon Sep 17 00:00:00 2001 From: Michael Corrigan Date: Thu, 10 Sep 2026 18:48:00 +0100 Subject: [PATCH 347/964] jellyfin-mpv-shim: Update to version 3.0.0, add arm64 support, drop 32bit version (#18725) --- bucket/jellyfin-mpv-shim.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/jellyfin-mpv-shim.json b/bucket/jellyfin-mpv-shim.json index 62b67dd0c7c72e..2ba01d15a8986a 100644 --- a/bucket/jellyfin-mpv-shim.json +++ b/bucket/jellyfin-mpv-shim.json @@ -1,16 +1,16 @@ { - "version": "2.10.0", + "version": "3.0.0", "description": "A fully featured, cross-platform desktop and cast client for Jellyfin", "homepage": "https://github.com/jellyfin/jellyfin-mpv-shim", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/jellyfin/jellyfin-mpv-shim/releases/download/v2.10.0/jellyfin-mpv-shim_2.10.0_installer.exe", - "hash": "120f29af6ec795914236e2d4d087132c7cd8c13484de1f009599430187151ce9" + "url": "https://github.com/jellyfin/jellyfin-mpv-shim/releases/download/v3.0.0/jellyfin-mpv-shim_3.0.0_installer.exe", + "hash": "d32d1c49c3b0e2070edf83da91ef9fc57c509b90898d299d52c0e1ead7a37a2f" }, - "32bit": { - "url": "https://github.com/jellyfin/jellyfin-mpv-shim/releases/download/v2.10.0/jellyfin-mpv-shim_2.10.0_LEGACY32_installer.exe", - "hash": "23af117178606773f1a4ef652a370d9129f95d6b9a25c6fa4f413a510dede79c" + "arm64": { + "url": "https://github.com/jellyfin/jellyfin-mpv-shim/releases/download/v3.0.0/jellyfin-mpv-shim_3.0.0_ARM64_installer.exe", + "hash": "8233363825573fb653b53d245daa8d8da802e28190cba2fca6004e1842c90963" } }, "innosetup": true, @@ -28,8 +28,8 @@ "64bit": { "url": "https://github.com/jellyfin/jellyfin-mpv-shim/releases/download/v$version/jellyfin-mpv-shim_$version_installer.exe" }, - "32bit": { - "url": "https://github.com/jellyfin/jellyfin-mpv-shim/releases/download/v$version/jellyfin-mpv-shim_$version_LEGACY32_installer.exe" + "arm64": { + "url": "https://github.com/jellyfin/jellyfin-mpv-shim/releases/download/v$version/jellyfin-mpv-shim_$version_ARM64_installer.exe" } } } From 7c52d781467263a9084459773f01f887c795cf40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 20:27:42 +0000 Subject: [PATCH 348/964] bzip3: Update to version 1.5.4 --- bucket/bzip3.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bzip3.json b/bucket/bzip3.json index 43329fd4cdddfb..b28ba6fe77ce10 100644 --- a/bucket/bzip3.json +++ b/bucket/bzip3.json @@ -1,16 +1,16 @@ { - "version": "1.5.3", + "version": "1.5.4", "description": "A better and stronger spiritual successor to BZip2", "homepage": "https://github.com/kspalaiologos/bzip3", "license": "LGPLv3", "architecture": { "64bit": { - "url": "https://github.com/kspalaiologos/bzip3/releases/download/1.5.3/bzip3-x86_64.exe#/bzip3.exe", - "hash": "9b52eb9b4a6293d1e554cf7bfc3f9dc14d53c4886c23cd4663330bf1e36dd66a" + "url": "https://github.com/kspalaiologos/bzip3/releases/download/1.5.4/bzip3-x86_64.exe#/bzip3.exe", + "hash": "ca8e8518d4e8105b8bd3b496fcec521c63c823a0126dd993a8e5fbe430ffc817" }, "32bit": { - "url": "https://github.com/kspalaiologos/bzip3/releases/download/1.5.3/bzip3-i686.exe#/bzip3.exe", - "hash": "dceb7ff09894d77e7b6b2a4b8adcd9a556399ffddc8ba4e01df9e8c098468de2" + "url": "https://github.com/kspalaiologos/bzip3/releases/download/1.5.4/bzip3-i686.exe#/bzip3.exe", + "hash": "3154596021180dac7fd60549fe7fd8eb1bb2f7e0cd6193b689077317c9ced68a" } }, "bin": "bzip3.exe", From a952c9326257e404ee18ae8c18e44baa7de6e0a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 20:27:42 +0000 Subject: [PATCH 349/964] forkgram: Update to version 7.2.8 --- bucket/forkgram.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/forkgram.json b/bucket/forkgram.json index fefb32d2095123..7b271386cf6fb6 100644 --- a/bucket/forkgram.json +++ b/bucket/forkgram.json @@ -1,5 +1,5 @@ { - "version": "7.2.7", + "version": "7.2.8", "description": "Fork of Telegram Desktop with quality-of-life enhancements.", "homepage": "https://t.me/forkgram", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/forkgram/tdesktop/releases/download/v7.2.7/Telegram.zip", - "hash": "5321c539eb55ca8d59a16c35db7dadf2995facfc5a0a03714b8ef1a05011c4bb" + "url": "https://github.com/forkgram/tdesktop/releases/download/v7.2.8/Telegram.zip", + "hash": "b29a306eaf49288fa39fc1116672d7ffe7904cd86c1910a1a32f6f8c3954aa2a" }, "32bit": { - "url": "https://github.com/forkgram/tdesktop/releases/download/v7.2.7/Telegram_x86.zip", - "hash": "892350eee956f6bf5b9fc9ed39aaee9c44afe45eb08d89f45fdf6737b8f57784" + "url": "https://github.com/forkgram/tdesktop/releases/download/v7.2.8/Telegram_x86.zip", + "hash": "59aee55a9a222e89a336010c6bc7ece9b6f45f95f9b6a57af4115073b6611759" } }, "pre_install": [ From edb08b44073b3153ba0f6cc1f5d0143c28925df4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 20:27:42 +0000 Subject: [PATCH 350/964] ldplayer: Update to version 14.0.25.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index 2634f51d1b2e89..fb6064754eb039 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.2", + "version": "14.0.25.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", - "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", + "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 28b7f1dc27f5af5d28695749022616d34272d687 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 20:27:43 +0000 Subject: [PATCH 351/964] lightbulb: Update to version 2.7.2 --- bucket/lightbulb.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/lightbulb.json b/bucket/lightbulb.json index 188b929543bd4a..5dc02eb233b3dc 100644 --- a/bucket/lightbulb.json +++ b/bucket/lightbulb.json @@ -1,20 +1,20 @@ { - "version": "2.7.1", + "version": "2.7.2", "description": "Computer screen gamma adjuster based on the current time", "homepage": "https://github.com/Tyrrrz/LightBulb", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Tyrrrz/LightBulb/releases/download/2.7.1/LightBulb.win-x64.zip", - "hash": "adb9af1cc598c2855a00bc76f1c6dc18193d39039400e4762d93a2958764f48d" + "url": "https://github.com/Tyrrrz/LightBulb/releases/download/2.7.2/LightBulb.win-x64.zip", + "hash": "558b6eccfe69b90771b8b97464333b7bcf98ed3ff0e87e9e9808369f056e139f" }, "32bit": { - "url": "https://github.com/Tyrrrz/LightBulb/releases/download/2.7.1/LightBulb.win-x86.zip", - "hash": "80a6286f7331f7807c25db6cb6ef7b3b855c6bbf29d29b0f5c8d7b5b7df6c787" + "url": "https://github.com/Tyrrrz/LightBulb/releases/download/2.7.2/LightBulb.win-x86.zip", + "hash": "238264403f4cd91c6951e14dc5f66d711e3927479e20f86cd75eb08eb0e0b816" }, "arm64": { - "url": "https://github.com/Tyrrrz/LightBulb/releases/download/2.7.1/LightBulb.win-arm64.zip", - "hash": "1d176abc9eaad874566da3807de96d6f68c43e8b23287fd7927b40d17fb3a1ca" + "url": "https://github.com/Tyrrrz/LightBulb/releases/download/2.7.2/LightBulb.win-arm64.zip", + "hash": "dd356b4163f2379f577f4fe254f10d8603e44f78f9f31f1399cd1ffe73f9933f" } }, "pre_install": [ From a7699bb2af7a47816e3c7e36da5f37ac0ad2dedb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 20:27:43 +0000 Subject: [PATCH 352/964] motrix-next: Update to version 3.9.9 --- bucket/motrix-next.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/motrix-next.json b/bucket/motrix-next.json index 7a457bb8800c23..b1cd5864338c84 100644 --- a/bucket/motrix-next.json +++ b/bucket/motrix-next.json @@ -1,16 +1,16 @@ { - "version": "3.9.8", + "version": "3.9.9", "description": "A full-featured download manager — rebuilt from the ground up.", "homepage": "https://motrix-next.pages.dev", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.8/MotrixNext_3.9.8_x64-setup.exe#/dl.7z", - "hash": "5059cd7904ee1bd62fdffc69593cff52c8e8f105d6a905e62a1fb2c3950814c8" + "url": "https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.9/MotrixNext_3.9.9_x64-setup.exe#/dl.7z", + "hash": "93cf1870b1711b642482ddb3f9839ca6dc04b2919992acd8800884dd25ca3377" }, "arm64": { - "url": "https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.8/MotrixNext_3.9.8_arm64-setup.exe#/dl.7z", - "hash": "6571cee336daca568c9562196c4abc7294b73015db6eb0d3067647a42ee1f0ed" + "url": "https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.9/MotrixNext_3.9.9_arm64-setup.exe#/dl.7z", + "hash": "62ce596dfc03787eb42746290468c7a16d67b5b132368761c198cf1fc330ad6d" } }, "pre_install": "Remove-Item -Path \"$dir\\`$*\" -Force -Recurse", From 9815d71fb8c3bb54f9e851872a2bab1e32454afe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 20:27:43 +0000 Subject: [PATCH 353/964] mpv-git: Update to version 202609101730 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index 38019b45dbb547..8ac8c2c14f9d15 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609091237", + "version": "202609101730", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-09-7e4cb538a3/mpv-x86_64-20260909-git-7e4cb538a3.7z", - "hash": "b84ab4721365118925c052c87b4e9c940444ef266be3ee7999ddcb847c11a7c5" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-10-7e4cb538a3/mpv-x86_64-20260910-git-7e4cb538a3.7z", + "hash": "d572ae23b1792819069ea6b1bcd8311f7cb7b1ea32a2b216c9a9dc07d002468b" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-09-7e4cb538a3/mpv-aarch64-20260909-git-7e4cb538a3.7z", - "hash": "6a0f2c77c24cf4bd2a80c2a09dffe60721350463fa51122428c313db80eeba5b" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-10-7e4cb538a3/mpv-aarch64-20260910-git-7e4cb538a3.7z", + "hash": "acb35006f694b74979784c53f08567f00441d7513dae1f06b2be63efdd3aa37a" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From 4901bb7a6b61e04117356e45743535bc0c9b8c27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 20:27:44 +0000 Subject: [PATCH 354/964] playnite: Update to version 10.57 --- bucket/playnite.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/playnite.json b/bucket/playnite.json index a23c7d97cd81dc..804712d4760341 100644 --- a/bucket/playnite.json +++ b/bucket/playnite.json @@ -1,10 +1,10 @@ { - "version": "10.56", + "version": "10.57", "description": "Video game library manager and launcher with support for 3rd party libraries like Steam, GOG, Origin, Battle.net, ...", "homepage": "https://playnite.link", "license": "MIT", - "url": "https://github.com/JosefNemec/Playnite/releases/download/10.56/10.56.7z", - "hash": "402dc4a4b818b1ebbee4f571f81585bb6bbf8e17f817c1012cded0b3d1cc565f", + "url": "https://github.com/JosefNemec/Playnite/releases/download/10.57/10.57.7z", + "hash": "eacb3c808eb8c50400b58d065bf2e45f85371ecd584e8c972c43d9723404b0df", "pre_install": [ "Copy-Item \"$persist_dir\\config.json\" \"$dir\" -ErrorAction 'SilentlyContinue'", "if (Test-Path \"$persist_dir\\Themes\") {", From bf7d3cec37952def5d37d1228bc4c5ef432d3165 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 20:27:44 +0000 Subject: [PATCH 355/964] qownnotes: Update to version 26.9.3 --- bucket/qownnotes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/qownnotes.json b/bucket/qownnotes.json index 5b5389813a84d5..18edd5e9c6ec6e 100644 --- a/bucket/qownnotes.json +++ b/bucket/qownnotes.json @@ -1,12 +1,12 @@ { - "version": "26.9.2", + "version": "26.9.3", "description": "Plain-text notepad and todo-list manager with markdown support and Nextcloud / ownCloud integration", "homepage": "https://www.qownnotes.org/", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://github.com/pbek/QOwnNotes/releases/download/v26.9.2/QOwnNotes.zip", - "hash": "d343f3086481846322b444591b7adbed06e8208add19ba4792e3dda8bcac7103" + "url": "https://github.com/pbek/QOwnNotes/releases/download/v26.9.3/QOwnNotes.zip", + "hash": "31af0bb18df64759dfd6ec874538e52df29ce0aae5268bd6c12f9299fde0d7d8" } }, "shortcuts": [ From fb1dc55bace4f65dadfdf61f1825891465e56342 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 20:27:45 +0000 Subject: [PATCH 356/964] reasonix-desktop: Update to version 1.38.5 --- bucket/reasonix-desktop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/reasonix-desktop.json b/bucket/reasonix-desktop.json index 1930f059b578e1..f268d8dd1ba5dc 100644 --- a/bucket/reasonix-desktop.json +++ b/bucket/reasonix-desktop.json @@ -1,16 +1,16 @@ { - "version": "1.38.3", + "version": "1.38.5", "description": "Reasonix Desktop, official GUI for Reasonix, a DeepSeek-native AI coding agent built to reduce API costs through aggressive context caching.", "homepage": "https://reasonix.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.3/Reasonix-windows-amd64.zip", - "hash": "56589e2065013f58bd9334add52112586f9a8ed14379a3d3c415072640c6bf26" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.5/Reasonix-windows-amd64.zip", + "hash": "9c9be1e44a0d8e8b7511eba43f8b74f34ba80221b6d9b832a7cead30e4a4f132" }, "arm64": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.3/Reasonix-windows-arm64.zip", - "hash": "eeaf76fcdd8dca4af1c6babecfbbb360b200138727a9080547446b21e50a39d7" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.5/Reasonix-windows-arm64.zip", + "hash": "ea9677c728c244b3fa358b1a07859390cb17d32e7e24002e826bd5ba6553e1ea" } }, "shortcuts": [ From 2b9b42db657e30f829532f79180936ff856e1e92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 20:27:45 +0000 Subject: [PATCH 357/964] sysinternals: Update to version 20260910 --- bucket/sysinternals.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/sysinternals.json b/bucket/sysinternals.json index deb11291f7e189..a2d13671dfe6b3 100644 --- a/bucket/sysinternals.json +++ b/bucket/sysinternals.json @@ -1,5 +1,5 @@ { - "version": "20260812", + "version": "20260910", "description": "A set of utilities to manage, diagnose, troubleshoot, and monitor a Windows environment.", "homepage": "https://docs.microsoft.com/en-us/sysinternals/", "license": { @@ -7,7 +7,7 @@ "url": "https://docs.microsoft.com/en-us/sysinternals/license-terms" }, "url": "https://download.sysinternals.com/files/SysinternalsSuite.zip", - "hash": "ec1c22581518e5a8661ec26886bc2eaefe9e59cf2ad7fba41926c19d356de169", + "hash": "e1c73a31b575c9cb216a94484a5b162bd585deb8bd1a8775c8103ced39cc67ce", "checkver": { "script": [ "try {", From 26e3566d718da4ae82a7f284a34001d1faae45a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 20:27:45 +0000 Subject: [PATCH 358/964] telegram: Update to version 7.2.8 --- bucket/telegram.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/telegram.json b/bucket/telegram.json index 64286b752bf9fb..b112a68efd56d2 100644 --- a/bucket/telegram.json +++ b/bucket/telegram.json @@ -1,20 +1,20 @@ { - "version": "7.2.7", + "version": "7.2.8", "description": "A messaging app with a focus on speed and security", "homepage": "https://telegram.org", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.7/td-portable-win-x64-7.2.7.zip", - "hash": "0f3ee1090cc49c17816eb18bb6d85c0da77aa9b307f080d703b729498729eaa6" + "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.8/td-portable-win-x64-7.2.8.zip", + "hash": "7ee7f3cef6e89814f083bd60a726888acd5413c819f14a15151e2fdd4c77d32f" }, "32bit": { - "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.7/td-portable-win-x86-7.2.7.zip", - "hash": "28ca8da77717f23d76bbac66fe77768783a7f002ab78ff41557a6d86c7882a6d" + "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.8/td-portable-win-x86-7.2.8.zip", + "hash": "c4913d54c964f95f022f52d2bccdd21e67f7282f7dc6c1d6ba31ffd8d1546bbe" }, "arm64": { - "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.7/td-portable-win-arm-7.2.7.zip", - "hash": "43ad5cc1dcede33c6a8fc5a31eb999d5c19ba014a86794833721ea95cfbb46aa" + "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.8/td-portable-win-arm-7.2.8.zip", + "hash": "47d62d7838f993d7c73b35ced44ee3feb683811b045b456f3a6d13f42220ed5f" } }, "extract_dir": "Telegram", From 74ff56b1df0b164bd8f269e1b740a8b8b6406682 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 20:27:46 +0000 Subject: [PATCH 359/964] wsl2-distro-manager: Update to version 2.0.4 --- bucket/wsl2-distro-manager.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wsl2-distro-manager.json b/bucket/wsl2-distro-manager.json index 4d92c4de753d6a..047b113d6c4b17 100644 --- a/bucket/wsl2-distro-manager.json +++ b/bucket/wsl2-distro-manager.json @@ -1,12 +1,12 @@ { - "version": "2.0.3", + "version": "2.0.4", "description": "A quick way to manage your WSL instances with a GUI.", "homepage": "https://github.com/bostrot/wsl2-distro-manager", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/bostrot/wsl2-distro-manager/releases/download/v2.0.3/wsl2-distro-manager-v2.0.3.zip", - "hash": "119e05883bd2ef37f3ffaacc3544a872aa48918c95beaa6c44763f575e9346dc" + "url": "https://github.com/bostrot/wsl2-distro-manager/releases/download/v2.0.4/wsl2-distro-manager-v2.0.4.zip", + "hash": "32b712594a91717e1e0cb3da006e6ffd57158f8747721f0b153da504e6bea33c" } }, "shortcuts": [ From a176443aab594376c578906b9595e90aa5eb5ada Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 21:00:08 +0000 Subject: [PATCH 360/964] megasync@6.6.1.0: Fix hash (Closes #18728) --- bucket/megasync.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/megasync.json b/bucket/megasync.json index d9c17a0c7f6ae1..72eca0515697a7 100644 --- a/bucket/megasync.json +++ b/bucket/megasync.json @@ -14,11 +14,11 @@ "architecture": { "64bit": { "url": "https://mega.nz/MEGAsyncSetup64.exe#/dl.7z", - "hash": "010e77a13ec51ce87b62d62cca653edaa4586cf5562eb310a1b47f84140ad4aa" + "hash": "2d6622e81c7819f82e110740c7677b576fb6ac5a3caf4f8df03c9a941f3f4b21" }, "32bit": { "url": "https://mega.nz/MEGAsyncSetup32.exe#/dl.7z", - "hash": "2d4c283742ad2de580213c361f22b768744864adb148114b6ebef174ffedb924" + "hash": "5586e192829aecf53ade0decb0bcb0f6632c52f4d4cf8ea7ce7aaf60c3501b09" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Megaupdater.exe\", \"$dir\\uninst*\" -Recurse", From 015f828aeae7c1bf8092e2388d821849e764a856 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 01:03:49 +0000 Subject: [PATCH 361/964] claude: Update to version 1.52386.0 --- bucket/claude.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/claude.json b/bucket/claude.json index 2f1b8b2f861ad6..91eeb49c442d7b 100644 --- a/bucket/claude.json +++ b/bucket/claude.json @@ -1,5 +1,5 @@ { - "version": "1.49585.0", + "version": "1.52386.0", "description": "Next generation AI assistant built by Anthropic.", "homepage": "https://claude.com/product/overview", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.49585.0-full.nupkg", - "hash": "sha1:1080291b0aa0562007c1aad8ebcc5203038a4836" + "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.52386.0-full.nupkg", + "hash": "sha1:66db2ad113e1c6244c2c2a9380c78c1b0588006f" }, "arm64": { - "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.49585.0-full.nupkg", - "hash": "sha1:8c81b7cdd1fd7f3b4650cf133e8008c85986046e" + "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.52386.0-full.nupkg", + "hash": "sha1:9b05b9dd909d8f9c7046001344fc46140e2bbfee" } }, "extract_dir": "lib\\net45", From 4f7a8e331f0360a87da9d5b802c41b8e61ba6138 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 01:03:50 +0000 Subject: [PATCH 362/964] clementine: Update to version 1.4.1-134 --- bucket/clementine.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/clementine.json b/bucket/clementine.json index 9cab8088a79cc8..bcb24f27c5d40b 100644 --- a/bucket/clementine.json +++ b/bucket/clementine.json @@ -1,10 +1,10 @@ { - "version": "1.4.1-131", + "version": "1.4.1-134", "description": "A modern music player and library organizer.", "homepage": "https://www.clementine-player.org/", "license": "GPL-3.0-only", - "url": "https://github.com/clementine-player/Clementine/releases/download/1.4.1-131-g69ae62d68/ClementineSetup-1.4.1-131-g69ae62d68.exe#/dl.7z", - "hash": "5c65106f46f831382e65980ff596eaa886ab9b344de0fb6de88d2653b4ef0158", + "url": "https://github.com/clementine-player/Clementine/releases/download/1.4.1-134-g774649c9a/ClementineSetup-1.4.1-134-g774649c9a.exe#/dl.7z", + "hash": "a1746aed53b57190334792a3410c6a2c42789164d0ffc98476ab21a81d584f3b", "bin": "clementine.exe", "shortcuts": [ [ From 494524cd9dfce9657f5fd93daa91c0daea09897e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 01:03:50 +0000 Subject: [PATCH 363/964] dbx: Update to version 0.6.10 --- bucket/dbx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbx.json b/bucket/dbx.json index ed8973d8e4bea9..78e2d5ac830038 100644 --- a/bucket/dbx.json +++ b/bucket/dbx.json @@ -1,12 +1,12 @@ { - "version": "0.6.9", + "version": "0.6.10", "description": "Lightweight, cross-platform database client", "homepage": "https://dbxio.com", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/t8y2/dbx/releases/download/v0.6.9/DBX_0.6.9_x64-portable.zip", - "hash": "a8b934a8e265dfd10dffc08f92a2f048937fb735ca86079eb31156217f83095b" + "url": "https://github.com/t8y2/dbx/releases/download/v0.6.10/DBX_0.6.10_x64-portable.zip", + "hash": "4c85eea4f454778c50546c6e4f0e5e66b0a62b8571ea671371dce478c1ca1b75" } }, "shortcuts": [ From f37079a5356e3429812f731bf15bba9ab8efc269 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 01:03:51 +0000 Subject: [PATCH 364/964] gimp: Update to version 3.2.6 --- bucket/gimp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gimp.json b/bucket/gimp.json index 28475f8ecd6010..283e9f29c5c17a 100644 --- a/bucket/gimp.json +++ b/bucket/gimp.json @@ -1,16 +1,16 @@ { - "version": "3.2.4", + "version": "3.2.6", "description": "GNU Image Manipulation Program", "homepage": "https://www.gimp.org", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://download.gimp.org/mirror/pub/gimp/v3.2/windows/gimp-3.2.4-setup.exe", - "hash": "ec31d757dd82831d201ffcf47ffeac4175df739e0c02d5122e89aeeadfb988cc" + "url": "https://download.gimp.org/mirror/pub/gimp/v3.2/windows/gimp-3.2.6-setup.exe", + "hash": "9337cccbc01d4098ee7a3dab215b3afbe6ece99c5287c92441d6f12cf541ebca" }, "arm64": { - "url": "https://download.gimp.org/mirror/pub/gimp/v3.2/windows/gimp-3.2.4-setup.exe", - "hash": "ec31d757dd82831d201ffcf47ffeac4175df739e0c02d5122e89aeeadfb988cc" + "url": "https://download.gimp.org/mirror/pub/gimp/v3.2/windows/gimp-3.2.6-setup.exe", + "hash": "9337cccbc01d4098ee7a3dab215b3afbe6ece99c5287c92441d6f12cf541ebca" } }, "installer": { From 70952952098b245b4eebcc6cf54e2de64aff23a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 01:03:51 +0000 Subject: [PATCH 365/964] playnite: Update to version 10.58 --- bucket/playnite.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/playnite.json b/bucket/playnite.json index 804712d4760341..8786a5b8f7f83a 100644 --- a/bucket/playnite.json +++ b/bucket/playnite.json @@ -1,10 +1,10 @@ { - "version": "10.57", + "version": "10.58", "description": "Video game library manager and launcher with support for 3rd party libraries like Steam, GOG, Origin, Battle.net, ...", "homepage": "https://playnite.link", "license": "MIT", - "url": "https://github.com/JosefNemec/Playnite/releases/download/10.57/10.57.7z", - "hash": "eacb3c808eb8c50400b58d065bf2e45f85371ecd584e8c972c43d9723404b0df", + "url": "https://github.com/JosefNemec/Playnite/releases/download/10.58/10.58.7z", + "hash": "9ca4033f8cdb617370e9d619b65f7e229be0b92b638cb15126b05217bde6e222", "pre_install": [ "Copy-Item \"$persist_dir\\config.json\" \"$dir\" -ErrorAction 'SilentlyContinue'", "if (Test-Path \"$persist_dir\\Themes\") {", From bd230f598bd4cad928653e9f213815e952797e9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 01:03:51 +0000 Subject: [PATCH 366/964] rstudio: Update to version 2026.09.0-174 --- bucket/rstudio.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/rstudio.json b/bucket/rstudio.json index 39fbe1aa0e40e2..a2231bcdc6ead6 100644 --- a/bucket/rstudio.json +++ b/bucket/rstudio.json @@ -1,5 +1,5 @@ { - "version": "2026.08.2-200", + "version": "2026.09.0-174", "description": "An IDE for R with console, syntax-highlighting, editor that supports direct code execution, as well as tools for plotting, history, debugging and workspace management.", "homepage": "https://posit.co/products/open-source/rstudio/", "license": "AGPL-3.0-only", @@ -7,8 +7,8 @@ "depends": "r", "architecture": { "64bit": { - "url": "https://s3.amazonaws.com/rstudio-desktop/electron/windows/RStudio-2026.08.2-200.exe#/dl.7z", - "hash": "b246a1cc3c61b7c56555d99393dd19fa377be9a6c6b874fc54836671cebf5f0c", + "url": "https://s3.amazonaws.com/rstudio-desktop/electron/windows/RStudio-2026.09.0-174.exe#/dl.7z", + "hash": "e6b5a3b1028b7cc8d2abe7375aae4813a791898899d81d64468185349e41491c", "post_install": [ "Remove-Item \"$dir\\`$*\" -Recurse", "if (!(Test-Path \"$env:Appdata\\RStudio\")) {", From d0ce7580f4dd8e4b1f850453f599f2edc2fb04f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 01:03:52 +0000 Subject: [PATCH 367/964] tailscale: Update to version 1.102.4 --- bucket/tailscale.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/tailscale.json b/bucket/tailscale.json index beb3022c094082..76be8b438d9f15 100644 --- a/bucket/tailscale.json +++ b/bucket/tailscale.json @@ -1,5 +1,5 @@ { - "version": "1.102.3", + "version": "1.102.4", "description": "Tailscale a WireGuard based mesh VPN, used to connect your computers and other devices together securely without proxies.", "homepage": "https://tailscale.com", "license": "BSD-3-Clause", @@ -9,18 +9,18 @@ ], "architecture": { "64bit": { - "url": "https://pkgs.tailscale.com/stable/tailscale-setup-1.102.3-amd64.msi", - "hash": "03ac8183c6e3ce276e9b44281ebe7e4c02aef28a971034ca170c4b665df42dce", + "url": "https://pkgs.tailscale.com/stable/tailscale-setup-1.102.4-amd64.msi", + "hash": "80eb007e39dfebe17299fa1a09c79a8e1d934f76e0246c0817ebe3af675b7ef6", "extract_dir": "PFiles64\\Tailscale" }, "32bit": { - "url": "https://pkgs.tailscale.com/stable/tailscale-setup-1.102.3-x86.msi", - "hash": "2a46e10f818991ca1476b2947badb6ea5556541061b5b51c02a39682de10df53", + "url": "https://pkgs.tailscale.com/stable/tailscale-setup-1.102.4-x86.msi", + "hash": "a8bda9fb254374bb13d46ebf02b6ffba4ed009a739580be511aa7afa8dddd42d", "extract_dir": "PFiles\\Tailscale" }, "arm64": { - "url": "https://pkgs.tailscale.com/stable/tailscale-setup-1.102.3-arm64.msi", - "hash": "5a3b9f93955f46e052312cbf67db6866b09d5b96c34a6656598b9aa13fdfead2", + "url": "https://pkgs.tailscale.com/stable/tailscale-setup-1.102.4-arm64.msi", + "hash": "b7dd1c03bf2e2c430f1fffc4e47ef92829c86d5190febbd9c025dcada5f410b6", "extract_dir": "PFiles64\\Tailscale" } }, From db09950aa9d2b407f8c31017830929b5cb3b4aef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 01:03:52 +0000 Subject: [PATCH 368/964] tinta: Update to version 3.7.0 --- bucket/tinta.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinta.json b/bucket/tinta.json index 433343c91a11f2..d09291c051e20b 100644 --- a/bucket/tinta.json +++ b/bucket/tinta.json @@ -1,12 +1,12 @@ { - "version": "3.6.7", + "version": "3.7.0", "description": "Fast, lightweight Markdown and Mermaid viewer.", "homepage": "https://tinta.cc", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/oipoistar/tinta/releases/download/v3.6.7/tinta.exe", - "hash": "56ee7856ed8d399ec80ef740f6512168c78799b2b06648b47c9d51e0859a8701" + "url": "https://github.com/oipoistar/tinta/releases/download/v3.7.0/tinta.exe", + "hash": "03d50b72e8d4dd3eceb1340fb1a0781c2ecded4d25eb38304f4d4fa9c92e6990" } }, "bin": "tinta.exe", From c261d0e481db95f6788213ff5fe089dec8de370a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 01:03:52 +0000 Subject: [PATCH 369/964] warp-terminal: Update to version 0.2026.09.09.08.26.stable_02 --- bucket/warp-terminal.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/warp-terminal.json b/bucket/warp-terminal.json index 0b24decb496750..7714e359b8db32 100644 --- a/bucket/warp-terminal.json +++ b/bucket/warp-terminal.json @@ -1,5 +1,5 @@ { - "version": "0.2026.09.02.08.27.stable_01", + "version": "0.2026.09.09.08.26.stable_02", "description": "Modern, Rust-based terminal with AI built in so you and your team can build great software, faster.", "homepage": "https://www.warp.dev/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://releases.warp.dev/stable/v0.2026.09.02.08.27.stable_01/WarpSetup.exe", - "hash": "718449814c54fbc7fec7d259450e09a2316ed4159c900b59c599a4757878d45e" + "url": "https://releases.warp.dev/stable/v0.2026.09.09.08.26.stable_02/WarpSetup.exe", + "hash": "b94311f3300da47b36d778b18867098eef5062d1b370762097bc8c73f15e9b04" }, "arm64": { - "url": "https://releases.warp.dev/stable/v0.2026.09.02.08.27.stable_01/WarpSetup-arm64.exe", - "hash": "78457145f6b4f93d54ff69e0a6626bcb2d89963b78bd92bbf3a950f3827dba3d" + "url": "https://releases.warp.dev/stable/v0.2026.09.09.08.26.stable_02/WarpSetup-arm64.exe", + "hash": "401023707414501ae58d4d0f0ccdc853724ef5b354bb1b07659923203afbe467" } }, "innosetup": true, From e3a1454bba365d05b2b0c104d917362dd6b18440 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 01:03:53 +0000 Subject: [PATCH 370/964] webview2: Update to version 153.0.4234.32 --- bucket/webview2.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/webview2.json b/bucket/webview2.json index 16fa224e2958bb..2bf6703be584a2 100644 --- a/bucket/webview2.json +++ b/bucket/webview2.json @@ -1,5 +1,5 @@ { - "version": "152.0.4191.62", + "version": "153.0.4234.32", "description": "Microsoft Edge WebView2 Runtime. Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2.", "homepage": "https://developer.microsoft.com/en-us/microsoft-edge/webview2", "license": { @@ -9,19 +9,19 @@ "notes": "Overrides any natively installed Runtime through environment variable 'WEBVIEW2_BROWSER_EXECUTABLE_FOLDER'. This is architecture-specific: Applications must match the runtime architecture, for example install the 32-bit build (--arch 32bit) to support 32-bit applications.", "architecture": { "32bit": { - "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/6e41a2fd-a6cb-4f14-8884-480fa7e9bdd3/Microsoft.WebView2.FixedVersionRuntime.152.0.4191.62.x86.cab#/dl.7z", - "hash": "d01f866fabc410c192fcd373118bb1929262a318783703a11c972f5883d2a323", - "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.152.0.4191.62.x86" + "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/384d4f16-7989-42fb-b92c-a168e226f8eb/Microsoft.WebView2.FixedVersionRuntime.153.0.4234.32.x86.cab#/dl.7z", + "hash": "5566712ef29f16fc4ac1761cebac0d91f6be827b6fd6c7535a33d35f565fcb78", + "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.153.0.4234.32.x86" }, "64bit": { - "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/0a4a34d9-ccaa-4cef-98b4-58cb313fbfeb/Microsoft.WebView2.FixedVersionRuntime.152.0.4191.62.x64.cab#/dl.7z", - "hash": "2dc7d817ddce4d036f33684425c218f1ca2d073911136e5d3f8ce9b2340569b5", - "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.152.0.4191.62.x64" + "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/c3d95bc1-a0a7-4ca6-aaa1-fa0ac3dd1a37/Microsoft.WebView2.FixedVersionRuntime.153.0.4234.32.x64.cab#/dl.7z", + "hash": "2cb653a74426f0aa802c2396775c6bc674fd662d5396bd677f47bfa6e12eba9c", + "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.153.0.4234.32.x64" }, "arm64": { - "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/f0deb2ca-d096-442d-a3b5-515e2280afe2/Microsoft.WebView2.FixedVersionRuntime.152.0.4191.62.arm64.cab#/dl.7z", - "hash": "9367a26737d4dffcb28c074df1118b882ab121d420619d4e981624ea3dbf45eb", - "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.152.0.4191.62.arm64" + "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/7246259c-1daf-40dc-bb7c-92b3e0c92f37/Microsoft.WebView2.FixedVersionRuntime.153.0.4234.32.arm64.cab#/dl.7z", + "hash": "0003aab401d99e6f2444f521d20b1131ba3e0509553215dadeba9e7e48c526e1", + "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.153.0.4234.32.arm64" } }, "env_set": { From a42aa2bcdf5d7a234d37e82776fc64b0f908ec8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 04:35:19 +0000 Subject: [PATCH 371/964] ccg-gateway: Update to version 2.0.8 --- bucket/ccg-gateway.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ccg-gateway.json b/bucket/ccg-gateway.json index d025cc56cd208f..aa92a0319d675e 100644 --- a/bucket/ccg-gateway.json +++ b/bucket/ccg-gateway.json @@ -1,12 +1,12 @@ { - "version": "2.0.7", + "version": "2.0.8", "description": "A productivity tool built for Claude Code, Codex, and Gemini CLI, integrating a smart API gateway and configuration management.", "homepage": "https://github.com/mos1128/ccg-gateway", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/mos1128/ccg-gateway/releases/download/v2.0.7/ccg-gateway.exe", - "hash": "5eae2b99588f2faa27162e8dea707f7b2815c1ed7c3be655c7f32cf35722b1da" + "url": "https://github.com/mos1128/ccg-gateway/releases/download/v2.0.8/ccg-gateway.exe", + "hash": "fc932aeed199b04652d9e56b5ac3e7dd9b5372205375d015a4446c8c449dc2d4" } }, "shortcuts": [ From f76eec34e5b0e9c4136a3566856f5cf3eced7bf2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 04:35:20 +0000 Subject: [PATCH 372/964] clementine: Update to version 1.4.1-135 --- bucket/clementine.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/clementine.json b/bucket/clementine.json index bcb24f27c5d40b..27c10f51091149 100644 --- a/bucket/clementine.json +++ b/bucket/clementine.json @@ -1,10 +1,10 @@ { - "version": "1.4.1-134", + "version": "1.4.1-135", "description": "A modern music player and library organizer.", "homepage": "https://www.clementine-player.org/", "license": "GPL-3.0-only", - "url": "https://github.com/clementine-player/Clementine/releases/download/1.4.1-134-g774649c9a/ClementineSetup-1.4.1-134-g774649c9a.exe#/dl.7z", - "hash": "a1746aed53b57190334792a3410c6a2c42789164d0ffc98476ab21a81d584f3b", + "url": "https://github.com/clementine-player/Clementine/releases/download/1.4.1-135-g10f75479c/ClementineSetup-1.4.1-135-g10f75479c.exe#/dl.7z", + "hash": "4eb758d3d606b1c6a506f8d398311351b6274322c6da2824c1f5af4a4fe3177d", "bin": "clementine.exe", "shortcuts": [ [ From fe24ab1a439aed77b0bfd40b9b1cde6148d67031 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 04:35:20 +0000 Subject: [PATCH 373/964] cursor: Update to version 3.20.10 --- bucket/cursor.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cursor.json b/bucket/cursor.json index 6a11e4a5a77a18..243bfa227e00bc 100644 --- a/bucket/cursor.json +++ b/bucket/cursor.json @@ -1,5 +1,5 @@ { - "version": "3.19.19", + "version": "3.20.10", "description": "The AI Code Editor", "homepage": "https://www.cursor.com/", "license": { @@ -9,12 +9,12 @@ "innosetup": true, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/production/6496ea8a068aebfcd21990e70ff522e9abf10c8c/win32/x64/user-setup/CursorUserSetup-x64-3.19.19.exe", - "hash": "18ddb7f0fbafc8bf1ddf7d0ee1a325b965ec75537001a5d2f665ff633fbfeeca" + "url": "https://downloads.cursor.com/production/d6f462cdd0a6a6d1cff570daf980e671d0a63ded/win32/x64/user-setup/CursorUserSetup-x64-3.20.10.exe", + "hash": "167737fb899a11552a8fcc76a57d497d4bf55d0e8e01c9b8c7c4e197e4ec1d22" }, "arm64": { - "url": "https://downloads.cursor.com/production/6496ea8a068aebfcd21990e70ff522e9abf10c8c/win32/arm64/user-setup/CursorUserSetup-arm64-3.19.19.exe", - "hash": "a5345484f0916d6fc9d3d43d4e10698efc2a70ac8741fd9d35cfa9859e1c1fe2" + "url": "https://downloads.cursor.com/production/d6f462cdd0a6a6d1cff570daf980e671d0a63ded/win32/arm64/user-setup/CursorUserSetup-arm64-3.20.10.exe", + "hash": "334adbf321da06d38cbba6f248ebade1389b2624b81295ecd58c6e8b1f7c71f1" } }, "extract_dir": "{code_GetDestDir}", From bbb08e65dc2fc404a654b9c811fe1c5dc7cf44eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 04:35:20 +0000 Subject: [PATCH 374/964] github-copilot: Update to version 1.1.19 --- bucket/github-copilot.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/github-copilot.json b/bucket/github-copilot.json index 3a4f3e855f1420..7c61db7535f346 100644 --- a/bucket/github-copilot.json +++ b/bucket/github-copilot.json @@ -1,5 +1,5 @@ { - "version": "1.1.17", + "version": "1.1.19", "description": "GitHub Copilot, an agent-native desktop development environment.", "homepage": "https://github.com/github/app", "license": { @@ -9,12 +9,12 @@ "notes": "Requires an active GitHub Copilot subscription (Pro, Pro+, Business, or Enterprise) and Git installed.", "architecture": { "64bit": { - "url": "https://github.com/github/app/releases/download/v1.1.17/GitHub-Copilot-windows-x64.msi", - "hash": "d7d4662c182d4ae4dcc01a727e35c39d3ea90de6ec4cc33f773d08fb4856e329" + "url": "https://github.com/github/app/releases/download/v1.1.19/GitHub-Copilot-windows-x64.msi", + "hash": "c03bd6f4f795ad04492706ef16db89face676bbc0f470d84834e9ba9b3819a73" }, "arm64": { - "url": "https://github.com/github/app/releases/download/v1.1.17/GitHub-Copilot-windows-arm64.msi", - "hash": "0dd54955fe84afbd897b444c744b6591e9730be0b7450b7253f395d29b85c1be" + "url": "https://github.com/github/app/releases/download/v1.1.19/GitHub-Copilot-windows-arm64.msi", + "hash": "7e8ad6e3c9d0df258c4f4dcb593a43afc9cbf07bf6da4a7078e17b1152b111d5" } }, "extract_dir": "PFiles\\GitHub Copilot", From a566be745cff815de9a2ab09fcc824620b3beacc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 04:35:21 +0000 Subject: [PATCH 375/964] karing: Update to version 1.2.25.2802 --- bucket/karing.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/karing.json b/bucket/karing.json index 71fdc006218ed5..f269f64cf9373e 100644 --- a/bucket/karing.json +++ b/bucket/karing.json @@ -1,5 +1,5 @@ { - "version": "1.2.24.2709", + "version": "1.2.25.2802", "description": "A proxy utility with routing rule support for clash/sing-box.", "homepage": "https://karing.app/en/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/KaringX/karing/releases/download/v1.2.24.2709/karing_1.2.24.2709_windows_x64.zip", - "hash": "62e5b0e56e0a8d5a6de57b171972fa8a0b1dbf7eee51461863377fe164b540d7" + "url": "https://github.com/KaringX/karing/releases/download/v1.2.25.2802/karing_1.2.25.2802_windows_x64.zip", + "hash": "5cb60cd37100ea5e172dbda8642aa7a37e3b30ca26ba80f764aa73b742ad8843" } }, "shortcuts": [ From 1ca4a1413afb8f973421fdbe2bbe6f53f2ea7ea1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 04:35:21 +0000 Subject: [PATCH 376/964] microsoft-powerapps-cli: Update to version 2.12.2 --- bucket/microsoft-powerapps-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/microsoft-powerapps-cli.json b/bucket/microsoft-powerapps-cli.json index e2ed58e48afbd5..d63bc0eb73cd07 100644 --- a/bucket/microsoft-powerapps-cli.json +++ b/bucket/microsoft-powerapps-cli.json @@ -1,13 +1,13 @@ { - "version": "2.12.1", + "version": "2.12.2", "description": "Simple, single-stop tool for developing customizations and extensions for Microsoft PowerApps.", "homepage": "https://docs.microsoft.com/en-us/powerapps/developer/component-framework/overview", "license": { "identifier": "Proprietary", "url": "https://www.nuget.org/packages/Microsoft.PowerApps.CLI/1.0.6/License" }, - "url": "https://www.nuget.org/api/v2/package/Microsoft.PowerApps.CLI/2.12.1#/dl.zip", - "hash": "b38176c26788bb1023e08f40bf2890c414e6d0e46c45cfba5adcc7e955ae149d", + "url": "https://www.nuget.org/api/v2/package/Microsoft.PowerApps.CLI/2.12.2#/dl.zip", + "hash": "3016b1a730bf9f51af64ef9baeaf1303937d1b493478fb0832b77f7a3b36d027", "extract_dir": "tools", "bin": "pac.exe", "checkver": { From 1059bd1250a09399416e125ce310a6433974c810 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 04:35:22 +0000 Subject: [PATCH 377/964] reasonix-desktop: Update to version 1.38.6 --- bucket/reasonix-desktop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/reasonix-desktop.json b/bucket/reasonix-desktop.json index f268d8dd1ba5dc..5cd0bbd9f550c3 100644 --- a/bucket/reasonix-desktop.json +++ b/bucket/reasonix-desktop.json @@ -1,16 +1,16 @@ { - "version": "1.38.5", + "version": "1.38.6", "description": "Reasonix Desktop, official GUI for Reasonix, a DeepSeek-native AI coding agent built to reduce API costs through aggressive context caching.", "homepage": "https://reasonix.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.5/Reasonix-windows-amd64.zip", - "hash": "9c9be1e44a0d8e8b7511eba43f8b74f34ba80221b6d9b832a7cead30e4a4f132" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.6/Reasonix-windows-amd64.zip", + "hash": "26cb61ffe0aead2720b2baac1df5f05ad2f60ae76ad5a24eeed28b55c441026d" }, "arm64": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.5/Reasonix-windows-arm64.zip", - "hash": "ea9677c728c244b3fa358b1a07859390cb17d32e7e24002e826bd5ba6553e1ea" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.6/Reasonix-windows-arm64.zip", + "hash": "4d8d2d558b9894abad638771a43401c4b33703ded6aa393d2ccd4f70e738984c" } }, "shortcuts": [ From 1abe03ae7c82075398eb805888cc6183cb824a81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:36:18 +0000 Subject: [PATCH 378/964] cockpit-tools: Update to version 1.3.48 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index 8bcf5d2743c804..ceffc2ed989a5b 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.47", + "version": "1.3.48", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.47/Cockpit.Tools_1.3.47_x64_en-US.msi", - "hash": "0eec03273e04086ffd8c4b3b2101693a51f6a4c8bdefef2f684ece1898102ad6" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.48/Cockpit.Tools_1.3.48_x64_en-US.msi", + "hash": "3cf42c9f5b867cc38f1483957e35bb1ce5137cc8165dfe5981a9b47cb04f2ddc" } }, "extract_dir": "PFiles\\Cockpit Tools", From 0e77cc865efac813d006a301acf6e7b440a5a19d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:36:18 +0000 Subject: [PATCH 379/964] electerm: Update to version 5.5.6 --- bucket/electerm.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/electerm.json b/bucket/electerm.json index 302d6c04c4d39d..e39132ba3a6c8c 100644 --- a/bucket/electerm.json +++ b/bucket/electerm.json @@ -1,13 +1,13 @@ { - "version": "5.3.26", + "version": "5.5.6", "description": "Terminal/ssh/serial port/sftp client", "homepage": "https://electerm.github.io/electerm/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/electerm/electerm/releases/download/v5.3.26/electerm-5.3.26-win-x64-portable.tar.gz", - "hash": "413fff0e99e2e4b3ccfda6ca19cab9cd0e5b1810591a602294f2a94c55848e3a", - "extract_dir": "electerm-5.3.26-win-x64-portable" + "url": "https://github.com/electerm/electerm/releases/download/v5.5.6/electerm-5.5.6-win-x64-portable.tar.gz", + "hash": "79318926c336299758aa973f6d377736a4eff880f5aef6ba68ca5a589fb1b235", + "extract_dir": "electerm-5.5.6-win-x64-portable" } }, "pre_install": [ From 81ef48f9c57a39aa20b6ec979a89a125834b9d1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:36:18 +0000 Subject: [PATCH 380/964] jackett: Update to version 0.24.2558 --- bucket/jackett.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jackett.json b/bucket/jackett.json index ec12d1dc48eedd..151a520314f075 100644 --- a/bucket/jackett.json +++ b/bucket/jackett.json @@ -1,13 +1,13 @@ { - "version": "0.24.2554", + "version": "0.24.2558", "description": "API Support for your favorite torrent trackers", "homepage": "https://github.com/Jackett/Jackett", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/Jackett/Jackett/blob/HEAD/LICENSE" }, - "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2554/Jackett.Binaries.Windows.zip", - "hash": "86bab66b5aff33280e0df4ec84e0f91806c3e2b05aca77c7f8d4d357c8185e28", + "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2558/Jackett.Binaries.Windows.zip", + "hash": "0254ca6e28d64d0b3096315014640535c34ecb423fcf0adea65f4b0363786daf", "extract_dir": "Jackett", "shortcuts": [ [ From 94ea6b2fd01034dd818333f62e4b5f5fb3046af8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:36:18 +0000 Subject: [PATCH 381/964] orca-ide: Update to version 1.4.200 --- bucket/orca-ide.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/orca-ide.json b/bucket/orca-ide.json index b8afdc724fe3e6..7bfd0e08cbe5ff 100644 --- a/bucket/orca-ide.json +++ b/bucket/orca-ide.json @@ -1,12 +1,12 @@ { - "version": "1.4.199", + "version": "1.4.200", "description": "The next-gen IDE for working with a fleet of parallel agents.", "homepage": "https://onorca.dev", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/stablyai/orca/releases/download/v1.4.199/orca-windows-setup.exe#/dl.7z", - "hash": "sha512:bc6dacb070268867216b48ac40509d8e5dec2465dde5f387230d06f64ec25907133d0669d9df4151f5893e71043d052bde06e725405f7e1afd3a3bd426fd9c4f", + "url": "https://github.com/stablyai/orca/releases/download/v1.4.200/orca-windows-setup.exe#/dl.7z", + "hash": "sha512:3aa1d402d465fc41d2a4ad8ececce890e8393ea84e7d0465aecd86010bfda2582d5ae4529a2b67416e43418bdde9d005d617751fc23df8ef1d89f3e01d577828", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\", \"$dir\\*.nsi\" -Recurse" From 1a7cc659efdb4ab216b8b0eb786e61ccc732a4db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:36:19 +0000 Subject: [PATCH 382/964] postman: Update to version 12.27.6 --- bucket/postman.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postman.json b/bucket/postman.json index 8f1435e7f73aac..4b49dc39bc0ae8 100644 --- a/bucket/postman.json +++ b/bucket/postman.json @@ -1,5 +1,5 @@ { - "version": "12.27.5", + "version": "12.27.6", "description": "Complete API development environment.", "homepage": "https://www.getpostman.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://dl.pstmn.io/download/12.27.5/Postman%20v12.27.5%20(x64).exe#/dl.7z", - "hash": "sha1:f7fbd3a7f52d44f2595c1590ef0b760a687ce0fa" + "url": "https://dl.pstmn.io/download/12.27.6/Postman%20v12.27.6%20(x64).exe#/dl.7z", + "hash": "sha1:e78c70ceab600ef873046d69aef73a3b6a9b3db9" } }, "installer": { From 07230346b50830ccd4b75bb46d34e290ddd46f25 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:36:19 +0000 Subject: [PATCH 383/964] quickcpu: Update to version 6.7.0.0 --- bucket/quickcpu.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/quickcpu.json b/bucket/quickcpu.json index a1d8a6034d0833..1f0a7abbfdb531 100644 --- a/bucket/quickcpu.json +++ b/bucket/quickcpu.json @@ -1,12 +1,12 @@ { - "version": "6.6.0.0", + "version": "6.7.0.0", "description": "Fine-tune and monitor important CPU and System parameters such as CPU Temperature (Package and Core Temp), CPU Performance, Power, Voltage, Current, Core Parking, Frequency Scaling, System Memory, Turbo Boost, C-States, Speed Shift FIVR Control as well as making other adjustments.", "homepage": "https://coderbag.com/product/quickcpu", "license": "Public Domain", "architecture": { "64bit": { "url": "https://coderbag.com/assets/downloads/cpm/currentversion/QuickCpuSetup.msi", - "hash": "05a94179f6b7580f1de0e338ce133af2455e082008496745465756f1d4487645" + "hash": "a307ec6b34023b36b5db6b34cffb0e341911db38d2a6c53b6a6d25d3dc500355" } }, "extract_dir": "QuickCPU", From 0b1ea1790ddda97c344d45ceb151201dec02f059 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:36:19 +0000 Subject: [PATCH 384/964] spicetify-themes: Update to version 2026-09-11T05.49.29 --- bucket/spicetify-themes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/spicetify-themes.json b/bucket/spicetify-themes.json index 58e8db2eb4d3aa..a4d5e806d0131f 100644 --- a/bucket/spicetify-themes.json +++ b/bucket/spicetify-themes.json @@ -1,5 +1,5 @@ { - "version": "2026-09-04T17.07.08", + "version": "2026-09-11T05.49.29", "description": "Community-created themes for Spicetify.", "homepage": "https://github.com/spicetify/spicetify-themes", "license": "MIT", @@ -8,7 +8,7 @@ "spotify": "extras/spotify" }, "url": "https://github.com/spicetify/spicetify-themes/archive/master.zip", - "hash": "9d5cce6ae806e95f4d292e87169b4a8ffd312707678da898390ec9427e193f91", + "hash": "5024eb29d4b24eeefc7601a54ed991efd1b785b53ff2454b33f43cfd6dc9c427", "extract_dir": "spicetify-themes-master", "installer": { "script": [ From 8d8e40de9ed0ea6a8680d8a67faa38df00177b45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 12:39:50 +0000 Subject: [PATCH 385/964] beeper: Update to version 4.3.113 --- bucket/beeper.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/beeper.json b/bucket/beeper.json index b24880323e5018..57f5ca947caffc 100644 --- a/bucket/beeper.json +++ b/bucket/beeper.json @@ -1,5 +1,5 @@ { - "version": "4.3.104", + "version": "4.3.113", "homepage": "https://www.beeper.com/", "description": "Universal chat app powered by Matrix", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://beeper-desktop.download.beeper.com/builds/Beeper%20x64%204.3.104.exe#/dl.7z", - "hash": "24f738963aebd542cfe4ccf9dda24afc22845eb728820e275dbb70725a10c919", + "url": "https://beeper-desktop.download.beeper.com/builds/Beeper%20x64%204.3.113.exe#/dl.7z", + "hash": "e386eb2150c2ca14a5eeb87837243457bf852e94e8bd9d632fde670f1c1d1984", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", "Remove-Item \"$dir\\`$*\" -Recurse" ] }, "arm64": { - "url": "https://beeper-desktop.download.beeper.com/builds/Beeper%20arm64%204.3.104.exe#/dl.7z", - "hash": "9bf8943eadfdba298d81412a193c49b4c6b72b22783ad96bd1f0b2c1f6945647", + "url": "https://beeper-desktop.download.beeper.com/builds/Beeper%20arm64%204.3.113.exe#/dl.7z", + "hash": "50680670e6cea585137ac3c2220ec91fc4898b50fb0a94ad331a0c80046f4610", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\" -Removal", "Remove-Item \"$dir\\`$*\" -Recurse" From 48ee841bca31538004efc0c03195bc092deb9c14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 12:39:51 +0000 Subject: [PATCH 386/964] dolphin: Update to version 26.08-8502 --- bucket/dolphin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dolphin.json b/bucket/dolphin.json index 245639db416c86..4f9597cc2d0afe 100644 --- a/bucket/dolphin.json +++ b/bucket/dolphin.json @@ -1,5 +1,5 @@ { - "version": "26.08-8465", + "version": "26.08-8502", "description": "A file manager developed by KDE that lets you navigate and browse the contents of your hard drives, USB sticks, SD cards, and more.", "homepage": "https://apps.kde.org/dolphin/", "license": "GPL-2.0-or-later", @@ -11,8 +11,8 @@ ], "architecture": { "64bit": { - "url": "https://cdn.kde.org/ci-builds/system/dolphin/release-26.08/windows/dolphin-release_26.08-8465-windows-cl-msvc2022-x86_64.7z", - "hash": "19607ee0df9619a3ed29f11de2b854a881998c381095112f530eab4628a44370" + "url": "https://cdn.kde.org/ci-builds/system/dolphin/release-26.08/windows/dolphin-release_26.08-8502-windows-cl-msvc2022-x86_64.7z", + "hash": "7cf52eb2d9f872f44192c7c4651a37244249b48047a5c09a15b147a92d8ae7e2" } }, "bin": "bin\\dolphin.exe", From d552a0b154c8524f0cb6ca04bcdf37aa9cdb14d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 12:39:51 +0000 Subject: [PATCH 387/964] masscode: Update to version 5.11.0 --- bucket/masscode.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/masscode.json b/bucket/masscode.json index 97af7b59146cd4..527f3b8bfda57d 100644 --- a/bucket/masscode.json +++ b/bucket/masscode.json @@ -1,12 +1,12 @@ { - "version": "5.10.0", + "version": "5.11.0", "description": "A free and open source code snippets manager for developers", "homepage": "https://github.com/massCodeIO/massCode", "license": "AGPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/massCodeIO/massCode/releases/download/v5.10.0/massCode-5.10.0-x64.exe#/dl.7z", - "hash": "7a7552436651cc0e6625bafe8bc698eb09c926b0c92ca3cefc434a8266582fba" + "url": "https://github.com/massCodeIO/massCode/releases/download/v5.11.0/massCode-5.11.0-x64.exe#/dl.7z", + "hash": "3a7f4ef53c5f82d604756c9f72f3536934459391da49e0a4d7f99b7058c96fd9" } }, "installer": { From 940ba420c12afdf192cb6433a105e7b5afc4fe96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 12:39:52 +0000 Subject: [PATCH 388/964] multicommander: Update to version 16.5.0.3215 --- bucket/multicommander.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/multicommander.json b/bucket/multicommander.json index 3114fe039cb051..3b11438f70f180 100644 --- a/bucket/multicommander.json +++ b/bucket/multicommander.json @@ -1,5 +1,5 @@ { - "version": "16.2.0.3213", + "version": "16.5.0.3215", "description": "A multi-tabbed file manager and is an alternative to the standard Windows Explorer", "homepage": "https://multicommander.com/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://multicommander.com/files/updates/MultiCommander_x64_Portable_(16.2.0.3213).zip", - "hash": "33dad9e184d86f081b3d6667d80ca743fc89b9b24f6e28753e5e423ffe7b8aea" + "url": "https://multicommander.com/files/updates/MultiCommander_x64_Portable_(16.5.0.3215).zip", + "hash": "da5a879be9f44f109ab6b5467a3bc639136aad6432e8a8e823a25f6156f72fa0" }, "32bit": { - "url": "https://multicommander.com/files/updates/MultiCommander_win32_Portable_(16.2.0.3213).zip", - "hash": "5f5d909482b4124511c72db6bd0057b384e731f42031b45d770a480a8127b79d" + "url": "https://multicommander.com/files/updates/MultiCommander_win32_Portable_(16.5.0.3215).zip", + "hash": "6fbc1ccb9708bea080d94867a9aacf6b6ab7a7f2f1488d140a739d0862d4f423" } }, "bin": "MultiCommander.exe", From ec71a6e0da68109be9883f30042da18db2c90b55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 12:39:52 +0000 Subject: [PATCH 389/964] openwhispr: Update to version 1.10.0 --- bucket/openwhispr.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/openwhispr.json b/bucket/openwhispr.json index ded7fbaa3295aa..9097701a389415 100644 --- a/bucket/openwhispr.json +++ b/bucket/openwhispr.json @@ -1,12 +1,12 @@ { - "version": "1.9.2", + "version": "1.10.0", "description": "Voice-to-text dictation app with local and cloud models", "homepage": "https://openwhispr.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/OpenWhispr/openwhispr/releases/download/v1.9.2/OpenWhispr-Setup-1.9.2.exe#/dl.7z", - "hash": "sha512:3543a768e94107e545cdbeeaaf70b543ac8b4ef001a184b8b15fc059cd4c16956ea7894a054f36a71f6a665410107d90bea0d1f36f254ba1087b7055a387f039", + "url": "https://github.com/OpenWhispr/openwhispr/releases/download/v1.10.0/OpenWhispr-Setup-1.10.0.exe#/dl.7z", + "hash": "sha512:281df6267c1acffe6682ff435247b84bf39a6c5807f9601c027ce7fd7ceb4d87e94d17ad559b921340cec7d90132983d15b04fb08157acca79a5360d4580c8d2", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" } }, From e8f0e01f61b89c450374129b99124275781f7502 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 12:39:52 +0000 Subject: [PATCH 390/964] opera-gx: Update to version 135.0.5973.135 --- bucket/opera-gx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opera-gx.json b/bucket/opera-gx.json index e3c5e624a9afaf..e1a25c408b438c 100644 --- a/bucket/opera-gx.json +++ b/bucket/opera-gx.json @@ -1,5 +1,5 @@ { - "version": "135.0.5973.126", + "version": "135.0.5973.135", "description": "Opera GX is a special version of the Opera browser built specifically for gamers.", "homepage": "https://www.opera.com/gx", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://get.opera.com/pub/opera_gx/135.0.5973.126/win/Opera_GX_135.0.5973.126_Setup_x64.exe", - "hash": "782c58feab338c923a1e6e5a730e38f71c6a946989acaadc1d6e2d9a6b455936" + "url": "https://get.opera.com/pub/opera_gx/135.0.5973.135/win/Opera_GX_135.0.5973.135_Setup_x64.exe", + "hash": "1b91a7e00de801613b28e76f550c52c8542420643b107e8c70b2400047970b3e" }, "32bit": { - "url": "https://get.opera.com/pub/opera_gx/135.0.5973.126/win/Opera_GX_135.0.5973.126_Setup.exe", - "hash": "c8db4f4a94f80f0740a38e913c8ebc3a8aa0933753677facf294d2d8f86f510f" + "url": "https://get.opera.com/pub/opera_gx/135.0.5973.135/win/Opera_GX_135.0.5973.135_Setup.exe", + "hash": "06fce30dfa70b0bbb1ab27e7870a4603cd6bdc2ab22f8adad074bbd854589f18" } }, "installer": { From a3ac59e276beff19e910919558340b1fe2749eb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 12:39:53 +0000 Subject: [PATCH 391/964] opera: Update to version 135.0.5973.133 --- bucket/opera.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/opera.json b/bucket/opera.json index d844940acd8e29..14c4c222e422cb 100644 --- a/bucket/opera.json +++ b/bucket/opera.json @@ -1,5 +1,5 @@ { - "version": "135.0.5973.123", + "version": "135.0.5973.133", "description": "A fast, secure, easy-to-use browser.", "homepage": "https://www.opera.com", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.123/win/Opera_135.0.5973.123_Setup_x64.exe", - "hash": "0d607b3311e4a2a55f2cbba9f61ef9400ed2050174134d9303112c1748eff6bc" + "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.133/win/Opera_135.0.5973.133_Setup_x64.exe", + "hash": "deff167ecadcc6613be9dba13b6075e65e3fc8d4314e31e97959c34269944610" }, "32bit": { - "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.123/win/Opera_135.0.5973.123_Setup.exe", - "hash": "b7904c96adaee49d45c1071ced6f129d83e8d191b7c3460a6e67de20a8fe6f57" + "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.133/win/Opera_135.0.5973.133_Setup.exe", + "hash": "b755cbb72c1d3dc672e0aa95d7957a1f4345bf0103b6f5acf8c5af0f701c0a0f" }, "arm64": { - "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.123/win/Opera_135.0.5973.123_Setup_arm64.exe", - "hash": "c747f9c16dc28437d6039c7686da1e82767d9d96999d4a6a11b1c0838bb5a49a" + "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.133/win/Opera_135.0.5973.133_Setup_arm64.exe", + "hash": "e5d5e8741a8bd665b1a16e6667f568a1472d90f9945b34c6655ed15ea2825ae5" } }, "installer": { From 7c177cfe059fcaa3fa927cdb7c0e2f4830cea2c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 12:39:53 +0000 Subject: [PATCH 392/964] plakar: Update to version 1.1.6 --- bucket/plakar.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/plakar.json b/bucket/plakar.json index c5290fb4791ea2..78689ee2fc8faa 100644 --- a/bucket/plakar.json +++ b/bucket/plakar.json @@ -1,16 +1,16 @@ { - "version": "1.1.5", + "version": "1.1.6", "description": "Backup solution powered by Kloset and ptar", "homepage": "https://github.com/PlakarKorp/plakar", "license": "ISC", "architecture": { "64bit": { - "url": "https://github.com/PlakarKorp/plakar/releases/download/v1.1.5/plakar_1.1.5_windows_amd64.tar.gz", - "hash": "46dbfd4afcc988428e111c7f5decca851ff2964800d9daeae9318209647f4aa8" + "url": "https://github.com/PlakarKorp/plakar/releases/download/v1.1.6/plakar_1.1.6_windows_amd64.tar.gz", + "hash": "88e5a794c5ba70c69c8eec3705fa30f0424048ba422e86da8a4af0cd97d12979" }, "arm64": { - "url": "https://github.com/PlakarKorp/plakar/releases/download/v1.1.5/plakar_1.1.5_windows_arm64.tar.gz", - "hash": "a7a66c9b8dfb2ea1a0d99c55316b8a4c093932191313b239f0cf1f9771dc1d3f" + "url": "https://github.com/PlakarKorp/plakar/releases/download/v1.1.6/plakar_1.1.6_windows_arm64.tar.gz", + "hash": "d3c06b49027dbb713d42b2436f46e1c3182b4baaca06959143acfad4f4100ce2" } }, "bin": "plakar.exe", From da422032200e6057059c2c38f2b652f6ae592e69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 12:39:53 +0000 Subject: [PATCH 393/964] vivaldi: Update to version 8.2.4133.52 --- bucket/vivaldi.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/vivaldi.json b/bucket/vivaldi.json index 4326f84e70a4df..9dd85c3d9c480f 100644 --- a/bucket/vivaldi.json +++ b/bucket/vivaldi.json @@ -1,20 +1,20 @@ { - "version": "8.2.4133.47", + "version": "8.2.4133.52", "description": "An innovatively designed web browser, based on Blink, for users in Vivaldi.net community that replaced departed My Opera.", "homepage": "https://vivaldi.com/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.47.x64.exe#/dl.7z", - "hash": "65590b549db6d3300319a2fdb18cab3d774fed5ccb67e0442ab3b2ca55d06854" + "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.52.x64.exe#/dl.7z", + "hash": "68124557ae03a28e5669ad4c62eb2c8a1771740d8a7866385d2cf3a33b379614" }, "32bit": { - "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.47.exe#/dl.7z", - "hash": "5fc5a6ead36207c94925e3a42e0db9de26f0a774f231896a283d2f2f8b1aac19" + "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.52.exe#/dl.7z", + "hash": "1d100598b342e3d1981cf9b030ca353183cfa389adf3863955dc8b60f7905601" }, "arm64": { - "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.47.arm64.exe#/dl.7z", - "hash": "e30d0c5daef8de969dbe3ec8f098fc0d0e04e73cdf5aa99db68a433f62ed21d9" + "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.52.arm64.exe#/dl.7z", + "hash": "8ed10e1159e7399371ceedef0cb7ccf76ca0b10b823d160dcded9cc114d80798" } }, "installer": { From b317d75c40e2a23d71313b44972b8e6336f2cd6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:31:09 +0000 Subject: [PATCH 394/964] aptakube: Update to version 1.20.1 --- bucket/aptakube.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/aptakube.json b/bucket/aptakube.json index ebb4bc4c60bf7f..88d2c03163ab3c 100644 --- a/bucket/aptakube.json +++ b/bucket/aptakube.json @@ -1,5 +1,5 @@ { - "version": "1.20.0", + "version": "1.20.1", "description": "Modern, lightweight and multi-cluster Kubernetes GUI", "homepage": "https://aptakube.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/aptakube/aptakube/releases/download/1.20.0/Aptakube_1.20.0_x64.zip", - "hash": "7be3463fc86b44a8bed418976a93201c735d72057a440d0bece21d89a7ceeed1" + "url": "https://github.com/aptakube/aptakube/releases/download/1.20.1/Aptakube_1.20.1_x64.zip", + "hash": "bb88b35641acde5909bec5a94cf6fee6989bf9294966f62f0d6c9aaaa0d37065" } }, "bin": [ From 54c96ca46c80012f6774c0a551451675222c9699 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:31:10 +0000 Subject: [PATCH 395/964] brave: Update to version 1.95.101 --- bucket/brave.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/brave.json b/bucket/brave.json index 9dcef747ba03b0..b929be12b92066 100644 --- a/bucket/brave.json +++ b/bucket/brave.json @@ -1,5 +1,5 @@ { - "version": "1.94.121", + "version": "1.95.101", "description": "Secure, Fast & Private Web Browser with Adblocker", "homepage": "https://brave.com", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://github.com/brave/brave-browser/releases/download/v1.94.121/brave-v1.94.121-win32-x64.zip", - "hash": "d59d4fa7d5cb0659b472f1d729df837737cb69147fef10092404f9fe20aa5839" + "url": "https://github.com/brave/brave-browser/releases/download/v1.95.101/brave-v1.95.101-win32-x64.zip", + "hash": "0a47e209a8cef070e1b5a4065169fb223d4378186ef24b97b1c975f5352af62b" }, "32bit": { - "url": "https://github.com/brave/brave-browser/releases/download/v1.94.121/brave-v1.94.121-win32-ia32.zip", - "hash": "7276be9fcc2d98246e7081fe64e206ae46a71372ec6b22d9e81b1ea7c0cac236" + "url": "https://github.com/brave/brave-browser/releases/download/v1.95.101/brave-v1.95.101-win32-ia32.zip", + "hash": "ae80d9bbf66668af37b972776e07e3f8a43563c95f23e661a4e3b82b11050bd6" }, "arm64": { - "url": "https://github.com/brave/brave-browser/releases/download/v1.94.121/brave-v1.94.121-win32-arm64.zip", - "hash": "f661d70282e869c2c93af6d128c39232c6c22a0741c81d1edb044ac2392153a1" + "url": "https://github.com/brave/brave-browser/releases/download/v1.95.101/brave-v1.95.101-win32-arm64.zip", + "hash": "b747d657cb57d23f2a0f90e3b51c7350bc854733b92d41e7da03fa4adef082c6" } }, "bin": [ From 18565ca51603a39d74d54431db623ae221d9b3a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:31:10 +0000 Subject: [PATCH 396/964] cc-switch: Update to version 3.20.3 --- bucket/cc-switch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cc-switch.json b/bucket/cc-switch.json index 64c9ea538ea4e8..7097f76958a25f 100644 --- a/bucket/cc-switch.json +++ b/bucket/cc-switch.json @@ -1,12 +1,12 @@ { - "version": "3.20.2", + "version": "3.20.3", "description": "A desktop All-in-One assistant tool for Claude Code, Codex & Gemini CLI.", "homepage": "https://github.com/farion1231/cc-switch", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/farion1231/cc-switch/releases/download/v3.20.2/CC-Switch-v3.20.2-Windows-Portable.zip", - "hash": "6c27a5bef4f444bd8cf30eee5af16d3d4b4d4f0f71c10c142beeed034ecb2eab" + "url": "https://github.com/farion1231/cc-switch/releases/download/v3.20.3/CC-Switch-v3.20.3-Windows-Portable.zip", + "hash": "9469d3500677c3a7a3c7cf3c5ea0ac1d260087182a890bb73b1526ff289124a0" } }, "shortcuts": [ From d1798c963e8dd017ea1088b4830555e7ae2d0c4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:31:11 +0000 Subject: [PATCH 397/964] claude: Update to version 1.52386.1 --- bucket/claude.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/claude.json b/bucket/claude.json index 91eeb49c442d7b..f1e160dc722fb2 100644 --- a/bucket/claude.json +++ b/bucket/claude.json @@ -1,5 +1,5 @@ { - "version": "1.52386.0", + "version": "1.52386.1", "description": "Next generation AI assistant built by Anthropic.", "homepage": "https://claude.com/product/overview", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.52386.0-full.nupkg", - "hash": "sha1:66db2ad113e1c6244c2c2a9380c78c1b0588006f" + "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.52386.1-full.nupkg", + "hash": "sha1:eb90eb308c37f94d53d4668fc87f97c4c6b496d0" }, "arm64": { - "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.52386.0-full.nupkg", - "hash": "sha1:9b05b9dd909d8f9c7046001344fc46140e2bbfee" + "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.52386.1-full.nupkg", + "hash": "sha1:ddeaba5cf10477d72a377df1e7c015e0df8f0654" } }, "extract_dir": "lib\\net45", From 2575706432601c29ae73424326508d1595c1e82d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:31:11 +0000 Subject: [PATCH 398/964] diy-layout-creator: Update to version 6.5.0 --- bucket/diy-layout-creator.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/diy-layout-creator.json b/bucket/diy-layout-creator.json index 23724b4ea614fd..a12e22ff268d45 100644 --- a/bucket/diy-layout-creator.json +++ b/bucket/diy-layout-creator.json @@ -1,13 +1,13 @@ { - "version": "6.4.0", + "version": "6.5.0", "description": "Multi platform circuit layout and schematic drawing tool.", "homepage": "https://bancika.github.io/diy-layout-creator/", "license": "GPL-3.0-or-later", "notes": "User configuration, backups, and log files are stored in \"%USERPROFILE%\\diylc\", and are not persisted by Scoop.", "architecture": { "64bit": { - "url": "https://github.com/bancika/diy-layout-creator/releases/download/v6.4.0/diylc-6.4.0-win64.zip", - "hash": "ecb550734b4beb4cc549ad0d9eae04d41364143b6487305d77cdb428154857ac" + "url": "https://github.com/bancika/diy-layout-creator/releases/download/v6.5.0/diylc-6.5.0-win64.zip", + "hash": "ff91db4ba47949bd72fcb4464f4e88c5ba58d927f3bb2f3ea05e9a0443e2cfc1" } }, "shortcuts": [ From d3e059c4daadeb41dc07a23b8f6e9eb692e4dd45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:31:12 +0000 Subject: [PATCH 399/964] gdevelop: Update to version 5.6.282 --- bucket/gdevelop.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gdevelop.json b/bucket/gdevelop.json index b11d89f3b23a95..ee12f5852e41a3 100644 --- a/bucket/gdevelop.json +++ b/bucket/gdevelop.json @@ -1,5 +1,5 @@ { - "version": "5.6.281", + "version": "5.6.282", "description": "A full-featured, no-code, open-source game development software.", "homepage": "https://gdevelop.io", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/4ian/GDevelop/releases/download/v5.6.281/GDevelop-5-Setup-5.6.281.exe#/dl.7z", - "hash": "sha512:bacf2a6a1b52cfe74fe1e51bbb1c925e91edc6405aeb2ec56cafc995203b567c95d2c23a26bcb27a88d0c8954289b693cf756b634d1fe6e1f8537a6e5cc0529f" + "url": "https://github.com/4ian/GDevelop/releases/download/v5.6.282/GDevelop-5-Setup-5.6.282.exe#/dl.7z", + "hash": "sha512:de0e3817dd8aff0d827f2c94bab6c0b1105d67888db0faedd58971d980e1065be164c5b468b0e5dfa8dcd71aa77f5303153f0b3fb989c95c1d0d85aacdc239fa" } }, "pre_install": [ From fc676bca38188ba8103faf519333b739a5177566 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:31:12 +0000 Subject: [PATCH 400/964] jmstoolbox: Update to version 8.2.0 --- bucket/jmstoolbox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jmstoolbox.json b/bucket/jmstoolbox.json index d5fb6743fb95cb..cedfdc77108075 100644 --- a/bucket/jmstoolbox.json +++ b/bucket/jmstoolbox.json @@ -1,5 +1,5 @@ { - "version": "8.1.0", + "version": "8.2.0", "description": "Free universal JMS client", "homepage": "https://github.com/jmstoolbox/jmstoolbox", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/jmstoolbox/jmstoolbox/releases/download/v8.1.0/jmstoolbox-8.1.0-win32.win32.x86_64.zip", - "hash": "bc5892c8e210a207be3fefd0d2fa7fce3449cb7736fe7a7cc4bd31cb16c814fb" + "url": "https://github.com/jmstoolbox/jmstoolbox/releases/download/v8.2.0/jmstoolbox-8.2.0-win32.win32.x86_64.zip", + "hash": "5c347cb0fe67f4bd66bee6641fece5bddb42ddb3d5bf9ca5bb5482fd0e403081" } }, "extract_dir": "JMSToolBox", From ff58d16b03c19c79787a5ccad941fb3e65fbc359 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:31:12 +0000 Subject: [PATCH 401/964] kdenlive: Update to version 26.08.1 --- bucket/kdenlive.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/kdenlive.json b/bucket/kdenlive.json index d7385be7557181..5504a86862a3af 100644 --- a/bucket/kdenlive.json +++ b/bucket/kdenlive.json @@ -1,15 +1,15 @@ { - "version": "26.08.0", + "version": "26.08.1", "description": "Video editing software based on the MLT Framework, KDE and Qt", "homepage": "https://kdenlive.org", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://download.kde.org/stable/kdenlive/26.08/windows/kdenlive-26.08.0_standalone.exe#/dl.7z", - "hash": "b7054cf8cc50e3432c49515104f3ef43d36c2dadc7216c6efebe6620239c616d" + "url": "https://download.kde.org/stable/kdenlive/26.08/windows/kdenlive-26.08.1_standalone.exe#/dl.7z", + "hash": "9335b59356a7fd6fb4b836c09a518db6547ad4189717cae872474e798b72a67b" } }, - "extract_dir": "kdenlive-26.08.0_standalone", + "extract_dir": "kdenlive-26.08.1_standalone", "bin": "bin\\kdenlive.exe", "shortcuts": [ [ From 0b897df3b15efa78e205f620b4363b82d22111ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:31:13 +0000 Subject: [PATCH 402/964] ldplayer: Update to version 14.0.25.2 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index fb6064754eb039..2634f51d1b2e89 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.1", + "version": "14.0.25.2", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", - "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", + "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From d3c9c1770ec4ecc404fcf8af037ab7a0fb38fc88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:31:13 +0000 Subject: [PATCH 403/964] lunatranslator: Update to version 10.17.1.1 --- bucket/lunatranslator.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lunatranslator.json b/bucket/lunatranslator.json index 277bfce47a780d..c109655821027e 100644 --- a/bucket/lunatranslator.json +++ b/bucket/lunatranslator.json @@ -1,17 +1,17 @@ { - "version": "10.17.1", + "version": "10.17.1.1", "description": "A Visual Novel translation tool, with HOOK / OCR / clipboard support", "homepage": "https://github.com/HIllya51/LunaTranslator", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1/LunaTranslator_x64.zip", - "hash": "975875a02512955ce90fa64acdd235befad3f5ab61428a06eb4447cd2dfc4e67", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.1/LunaTranslator_x64.zip", + "hash": "3351d9d3514ca13ce0e286f619d21ad389ecfff462ad5a4cfd7aed52dba30576", "extract_dir": "LunaTranslator_x64" }, "32bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1/LunaTranslator_x86_win7.zip", - "hash": "ca3a9bdeb968ce34aad84993939bc95cd1da6008d349a1e3ced3f39483a29222", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.1/LunaTranslator_x86_win7.zip", + "hash": "fa6e1f96c22d39670c0348771a625a29f5af558af06b62c6e93a8bf979bd0ac5", "extract_dir": "LunaTranslator_x86_win7" } }, From f15e0bd06ba053e9ab4775939b0c147c50fdd737 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:31:13 +0000 Subject: [PATCH 404/964] mobaxterm: Update to version 26.5 --- bucket/mobaxterm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mobaxterm.json b/bucket/mobaxterm.json index 75b0f00f93399f..bbc1ab0aec2317 100644 --- a/bucket/mobaxterm.json +++ b/bucket/mobaxterm.json @@ -1,13 +1,13 @@ { - "version": "26.4", + "version": "26.5", "description": "Enhanced terminal for Windows with X11 server, tabbed SSH client, network tools and much more.", "homepage": "https://mobaxterm.mobatek.net", "license": { "identifier": "Freeware", "url": "https://mobaxterm.mobatek.net/license.html" }, - "url": "https://download.mobatek.net/2642026060332702/MobaXterm_Portable_v26.4.zip", - "hash": "25531f868be4a182ed9a62f7e56687115067059b4ff462d1779a080686885d2d", + "url": "https://download.mobatek.net/2652026082870834/MobaXterm_Portable_v26.5.zip", + "hash": "a26e7e4e2f7bd47a13fbc6d93d08a2d946f21c3e0d135b9e4f55149842c09ef6", "pre_install": [ "Get-ChildItem -Path $dir -Filter 'MobaXterm*.exe' -File | Select-Object -First 1 | Rename-Item -NewName 'MobaXterm.exe'", "# Hard links are not applicable here because the application creates a new file instead of modifying the existing one in place.", From 8b41032153af835234770039d000a53d1be20ef8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:31:14 +0000 Subject: [PATCH 405/964] mpv-git: Update to version 202609111243 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index 8ac8c2c14f9d15..8522e5731e8ca2 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609101730", + "version": "202609111243", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-10-7e4cb538a3/mpv-x86_64-20260910-git-7e4cb538a3.7z", - "hash": "d572ae23b1792819069ea6b1bcd8311f7cb7b1ea32a2b216c9a9dc07d002468b" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-11-14f2d48cbc/mpv-x86_64-20260911-git-14f2d48cbc.7z", + "hash": "031b7a48bbe28b2394d0bfd095e8544bc79ded63fb06b56425833a3ccf30542a" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-10-7e4cb538a3/mpv-aarch64-20260910-git-7e4cb538a3.7z", - "hash": "acb35006f694b74979784c53f08567f00441d7513dae1f06b2be63efdd3aa37a" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-11-14f2d48cbc/mpv-aarch64-20260911-git-14f2d48cbc.7z", + "hash": "9fb78235bce3f4bbb9fd43df461a4f7a42e98525428e135b20ac6ca7c698ab6f" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From 768b75344c346db0653d845521fd4a146258a5f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:31:14 +0000 Subject: [PATCH 406/964] playnite: Update to version 10.59 --- bucket/playnite.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/playnite.json b/bucket/playnite.json index 8786a5b8f7f83a..238b5ed6d29553 100644 --- a/bucket/playnite.json +++ b/bucket/playnite.json @@ -1,10 +1,10 @@ { - "version": "10.58", + "version": "10.59", "description": "Video game library manager and launcher with support for 3rd party libraries like Steam, GOG, Origin, Battle.net, ...", "homepage": "https://playnite.link", "license": "MIT", - "url": "https://github.com/JosefNemec/Playnite/releases/download/10.58/10.58.7z", - "hash": "9ca4033f8cdb617370e9d619b65f7e229be0b92b638cb15126b05217bde6e222", + "url": "https://github.com/JosefNemec/Playnite/releases/download/10.59/10.59.7z", + "hash": "3ca0121fe27666904a105a84fe0f9928a3709bdc2514019c27ec410fe0f0474c", "pre_install": [ "Copy-Item \"$persist_dir\\config.json\" \"$dir\" -ErrorAction 'SilentlyContinue'", "if (Test-Path \"$persist_dir\\Themes\") {", From 185e8c7844f26a5a770d580d3bff390b27565c8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:31:15 +0000 Subject: [PATCH 407/964] texstudio: Update to version 4.9.8 --- bucket/texstudio.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/texstudio.json b/bucket/texstudio.json index 20dc10343790fe..7643c9b440a667 100644 --- a/bucket/texstudio.json +++ b/bucket/texstudio.json @@ -1,12 +1,12 @@ { - "version": "4.9.7", + "version": "4.9.8", "description": "An integrated writing environment for creating LaTeX documents.", "homepage": "https://www.texstudio.org", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/texstudio-org/texstudio/releases/download/4.9.7/texstudio-4.9.7-win-portable-qt6.zip", - "hash": "078d93f576236acf6964768147dfa8c3803e14cb4fad9c0ccf547b5f3d1dd1a7" + "url": "https://github.com/texstudio-org/texstudio/releases/download/4.9.8/texstudio-4.9.8-win-portable-qt6.zip", + "hash": "fe01fbd9aa8db4d5102c13983a9c5f30409a7ff3e24f4819f44e94254e738d83" } }, "bin": "texstudio.exe", From 9ab91764a012cdd6b88fde62ec116a39c973e959 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:31:15 +0000 Subject: [PATCH 408/964] xan: Update to version 0.61.0 --- bucket/xan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/xan.json b/bucket/xan.json index 07d07c59b388f2..94e7130f45463c 100644 --- a/bucket/xan.json +++ b/bucket/xan.json @@ -1,12 +1,12 @@ { - "version": "0.60.0", + "version": "0.61.0", "description": "xan is a command line tool that can be used to process CSV files directly from the shell.", "homepage": "https://github.com/medialab/xan", "license": "Unlincense|MIT", "architecture": { "64bit": { - "url": "https://github.com/medialab/xan/releases/download/0.60.0/xan-x86_64-pc-windows-msvc.zip", - "hash": "e7ad980fb033381f0ae8445330328e086f92443828f89b3e5a6777409b2ec3bd" + "url": "https://github.com/medialab/xan/releases/download/0.61.0/xan-x86_64-pc-windows-msvc.zip", + "hash": "5f7bef4dcffbfb3a3a937ac180ed76cdf966cb13647251beffddb84d01c1ae54" } }, "bin": "xan.exe", From 2ea965c027aa4d31be443ddadeaa83333e3e9964 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:37 +0000 Subject: [PATCH 409/964] andcli: Update to version 2.9.1 --- bucket/andcli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/andcli.json b/bucket/andcli.json index e22526deec6e3b..e9c8e466d42f40 100644 --- a/bucket/andcli.json +++ b/bucket/andcli.json @@ -1,16 +1,16 @@ { - "version": "2.9.0", + "version": "2.9.1", "description": "A 2FA TUI for your shell", "homepage": "https://github.com/tjblackheart/andcli", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/tjblackheart/andcli/releases/download/v2.9.0/andcli_v2.9.0_windows_amd64.exe#/andcli.exe", - "hash": "eca5b8fe225812e117f8794f14eb6dae7f95adaa9d4472de68490fbcd18b0e56" + "url": "https://github.com/tjblackheart/andcli/releases/download/v2.9.1/andcli_v2.9.1_windows_amd64.exe#/andcli.exe", + "hash": "f06afa872faf642f8a4881b44d668b59df0b9c785f45160652af87d335d21b3a" }, "arm64": { - "url": "https://github.com/tjblackheart/andcli/releases/download/v2.9.0/andcli_v2.9.0_windows_arm64.exe#/andcli.exe", - "hash": "fa3b80e7a62c784b884e4b5936246f93c4635faa6dd5013e4d42b095b1d3b40c" + "url": "https://github.com/tjblackheart/andcli/releases/download/v2.9.1/andcli_v2.9.1_windows_arm64.exe#/andcli.exe", + "hash": "f8f58a2329f26fabb8f17e826a4f7e032abda142edb69f7eb34cf9598f10c861" } }, "bin": "andcli.exe", From eb737d39076690adea500f2c2e9d59ebed0d853c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:38 +0000 Subject: [PATCH 410/964] ani-cli: Update to version 5.1 --- bucket/ani-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ani-cli.json b/bucket/ani-cli.json index 7fe48406ec15ec..5057186ad01d44 100644 --- a/bucket/ani-cli.json +++ b/bucket/ani-cli.json @@ -1,5 +1,5 @@ { - "version": "5.0", + "version": "5.1", "description": "A cli to browse and watch anime (alone AND with friends). This tool scrapes the site allanime.", "homepage": "https://github.com/pystardust/ani-cli", "license": "GPL-3.0-or-later", @@ -14,8 +14,8 @@ ], "alternate player": "extras/vlc" }, - "url": "https://raw.githubusercontent.com/pystardust/ani-cli/refs/tags/v5.0/ani-cli", - "hash": "985716cd7ca1a27031f2db8adc9d99addbf3eb56d25cb35f8ea23f93081476f8", + "url": "https://raw.githubusercontent.com/pystardust/ani-cli/refs/tags/v5.1/ani-cli", + "hash": "f99a1dac807004becfb732a5518a0f2ded9dc08b467805abd03df5d580becd46", "bin": "ani-cli", "checkver": "github", "autoupdate": { From 7427df777908741665d5d0df9ca585fe14e67107 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:38 +0000 Subject: [PATCH 411/964] antigravity: Update to version 2.13.0 --- bucket/antigravity.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/antigravity.json b/bucket/antigravity.json index 961c2c69882cae..70b40fbd0ba91a 100644 --- a/bucket/antigravity.json +++ b/bucket/antigravity.json @@ -1,5 +1,5 @@ { - "version": "2.12.2", + "version": "2.13.0", "description": "Agent orchestration platform developed by Google.", "homepage": "https://antigravity.google/product/antigravity-2", "license": { @@ -21,12 +21,12 @@ }, "architecture": { "64bit": { - "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.12.2-6298742303883264/windows-x64/Antigravity-x64.exe#/dl.7z", - "hash": "sha512:30e95cb150d3a2662186eff1c9288d72a9ce72b52d21933ddc71159c4a56bb0eb5e6699dbab733a579cb7540e9a6fdd92b4196567ed3b2fa01df281090d479a8" + "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.13.0-6362815968182272/windows-x64/Antigravity-x64.exe#/dl.7z", + "hash": "sha512:7820519125ad29a456adbd6d58932cd2f43354deb119eabed35a22d3563fb1ace6c8aa96041907a0f596828e7e0bcaff8920aa9048265b3c25f2e353f06c8207" }, "arm64": { - "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.12.2-6298742303883264/windows-arm/Antigravity-arm64.exe#/dl.7z", - "hash": "sha512:53bffee7f18e1e80bfd43a25d55cdb9a418b6c5038e4bd02d8f7ea4590e69e40ea2ec095f34bd2a428b213cf2ea09b92e14e5df01644d86ddedf072f44333aa4" + "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.13.0-6362815968182272/windows-arm/Antigravity-arm64.exe#/dl.7z", + "hash": "sha512:3147ed27dccafe57e68443ec59a10cf4db7353cc7d0ecea3a6c709ab16b8e2da612bf3a9a6e40a2b7d08193697410bda7c0c9cc398b6d11e153ed9a46b19dd4a" } }, "installer": { From c1628e9d6ae58f4bfcafb557a61c65eb9bc44f94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:39 +0000 Subject: [PATCH 412/964] brows3: Update to version 0.2.45 --- bucket/brows3.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/brows3.json b/bucket/brows3.json index f663859a86b6be..0cd4879b6e7ec9 100644 --- a/bucket/brows3.json +++ b/bucket/brows3.json @@ -1,13 +1,13 @@ { - "version": "0.2.44", + "version": "0.2.45", "description": "A high-performance, open-source Amazon S3 browser and desktop client built with Rust and Tauri", "homepage": "https://brows3.app", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/rgcsekaraa/brows3/releases/download/app-v0.2.44/Brows3_0.2.44_x64-portable.zip", - "hash": "c2a6ed64ffa404a0341078c8b3b93582653730bbc026d71f6d57347250df8285", - "extract_dir": "src-tauri\\target\\release\\bundle\\portable\\Brows3_0.2.44_x64-portable" + "url": "https://github.com/rgcsekaraa/brows3/releases/download/app-v0.2.45/Brows3_0.2.45_x64-portable.zip", + "hash": "2b741075c3a892304fca6f68c5a473d6778c49e013c8762b271adf8b12beacb8", + "extract_dir": "src-tauri\\target\\release\\bundle\\portable\\Brows3_0.2.45_x64-portable" } }, "post_install": "Remove-Item \"$dir\\src-tauri\" -Recurse -ErrorAction SilentlyContinue", From c3e02d237805c0bd0f12a010b387d23bb4d37ad6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:39 +0000 Subject: [PATCH 413/964] claude: Update to version 1.52386.3 --- bucket/claude.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/claude.json b/bucket/claude.json index f1e160dc722fb2..33fe27697f733e 100644 --- a/bucket/claude.json +++ b/bucket/claude.json @@ -1,5 +1,5 @@ { - "version": "1.52386.1", + "version": "1.52386.3", "description": "Next generation AI assistant built by Anthropic.", "homepage": "https://claude.com/product/overview", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.52386.1-full.nupkg", - "hash": "sha1:eb90eb308c37f94d53d4668fc87f97c4c6b496d0" + "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.52386.3-full.nupkg", + "hash": "sha1:027aa3d8981cd2af8ddcb46485fcf5910dec6b2e" }, "arm64": { - "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.52386.1-full.nupkg", - "hash": "sha1:ddeaba5cf10477d72a377df1e7c015e0df8f0654" + "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.52386.3-full.nupkg", + "hash": "sha1:5b30d052e96745f59e739809a21f69c2ff7aa208" } }, "extract_dir": "lib\\net45", From 7ba5a96f477d764b72666ead2a72f96546f5157c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:40 +0000 Subject: [PATCH 414/964] clementine: Update to version 1.4.1-138 --- bucket/clementine.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/clementine.json b/bucket/clementine.json index 27c10f51091149..1052d23b643165 100644 --- a/bucket/clementine.json +++ b/bucket/clementine.json @@ -1,10 +1,10 @@ { - "version": "1.4.1-135", + "version": "1.4.1-138", "description": "A modern music player and library organizer.", "homepage": "https://www.clementine-player.org/", "license": "GPL-3.0-only", - "url": "https://github.com/clementine-player/Clementine/releases/download/1.4.1-135-g10f75479c/ClementineSetup-1.4.1-135-g10f75479c.exe#/dl.7z", - "hash": "4eb758d3d606b1c6a506f8d398311351b6274322c6da2824c1f5af4a4fe3177d", + "url": "https://github.com/clementine-player/Clementine/releases/download/1.4.1-138-g2edad2bfa/ClementineSetup-1.4.1-138-g2edad2bfa.exe#/dl.7z", + "hash": "ca93835d023f2c4577750742cdbd4827529610c0ce28cc9ad4c8f9e358f9edec", "bin": "clementine.exe", "shortcuts": [ [ From d4ab40425e957feac07bca685a5609a7d369ce51 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:40 +0000 Subject: [PATCH 415/964] cockpit-tools: Update to version 1.3.49 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index ceffc2ed989a5b..9881cbb306a62e 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.48", + "version": "1.3.49", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.48/Cockpit.Tools_1.3.48_x64_en-US.msi", - "hash": "3cf42c9f5b867cc38f1483957e35bb1ce5137cc8165dfe5981a9b47cb04f2ddc" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.49/Cockpit.Tools_1.3.49_x64_en-US.msi", + "hash": "1c14830ecbfb5a7ad25a1eb6366d985a71e4dbc223d5b8174b384fcd2046b02e" } }, "extract_dir": "PFiles\\Cockpit Tools", From 46004c3aa9ed0bc1970de7450d442497d4e4f2b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:41 +0000 Subject: [PATCH 416/964] exeinfo-pe: Update to version 0.1.0.0 --- bucket/exeinfo-pe.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/exeinfo-pe.json b/bucket/exeinfo-pe.json index 888024652dcf3c..87e210588452d6 100644 --- a/bucket/exeinfo-pe.json +++ b/bucket/exeinfo-pe.json @@ -1,6 +1,6 @@ { "##": "The homepage requires JS to load (not suitable for checkver)", - "version": "0.0.9.9", + "version": "0.1.0.0", "description": "EXE analyzer inspired by PEiD. Designed to detect exe signatures, compressor format and dump internal information.", "homepage": "http://www.exeinfo.xn.pl/", "license": { @@ -8,7 +8,7 @@ "url": "https://github.com/ExeinfoASL/ASL" }, "url": "https://raw.githubusercontent.com/ExeinfoASL/ASL/master/exeinfope.zip", - "hash": "6a0d8c0930a58dd3e070993f3d92136deb9f912935888a40268bfe7fd00e4ef2", + "hash": "26cbdf8ff9e172018668c71c6884294a1a9619c48a64148b11db385779b13194", "extract_dir": "ExeinfoPe", "bin": "exeinfope.exe", "shortcuts": [ From ff7ee3f452eb2df20f03e18b741eb0fc63e9506c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:41 +0000 Subject: [PATCH 417/964] joplin: Update to version 3.7.18 --- bucket/joplin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/joplin.json b/bucket/joplin.json index bb7c8444f077ba..7062329f170a98 100644 --- a/bucket/joplin.json +++ b/bucket/joplin.json @@ -1,10 +1,10 @@ { - "version": "3.7.16", + "version": "3.7.18", "description": "A note taking and to-do application with synchronization capabilities", "homepage": "https://joplinapp.org", "license": "MIT", - "url": "https://github.com/laurent22/joplin/releases/download/v3.7.16/Joplin-Setup-3.7.16.exe#/dl.7z", - "hash": "sha512:f2c648dd62dd6f7c58a787173d8cfe34f221798856dfe251cebceeb37315cd4e343366176231059f604a7e322fd820f5c0d0f373f8590abf624c85d47457c37f", + "url": "https://github.com/laurent22/joplin/releases/download/v3.7.18/Joplin-Setup-3.7.18.exe#/dl.7z", + "hash": "sha512:a6536a7de7d3d86bc7c0211d0069c4fc62f5e7eed3ab7c6460d67f83049ea932052f5c6613181675ca4aaf119f5879a0d40c2e8bb7b112bd7bb309b0cf4a3e51", "architecture": { "64bit": { "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" From 37b37043158b0020f598004d74a20dd255328924 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:41 +0000 Subject: [PATCH 418/964] keyguard: Update to version 3.2.1-20260911 --- bucket/keyguard.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/keyguard.json b/bucket/keyguard.json index 2e1d925dcd9d8f..4c7f1e15062d80 100644 --- a/bucket/keyguard.json +++ b/bucket/keyguard.json @@ -1,5 +1,5 @@ { - "version": "3.2.0-20260905.2", + "version": "3.2.1-20260911", "description": "Keyguard is an alternative client for the Bitwarden® platform, created to provide the best user experience possible", "homepage": "https://keyguard.dev", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/AChep/keyguard-app/releases/download/r20260905.2/Keyguard-3.2.0.msi", - "hash": "58b2904e122d38027ff598b54ebb7aef8e4447fa358eacbeb2dcdfa28a44f3a9" + "url": "https://github.com/AChep/keyguard-app/releases/download/r20260911/Keyguard-3.2.1.msi", + "hash": "3e614d66e2b98d201bd6096328f04be3d42c1c180b9d0c7bd012f74e3e400261" } }, "bin": "Keyguard\\Keyguard.exe", From cd8d2aa983a6300747c43b0dd161b452f4be1177 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:42 +0000 Subject: [PATCH 419/964] lazysql: Update to version 0.5.7 --- bucket/lazysql.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/lazysql.json b/bucket/lazysql.json index 0cbc947a6f7cb7..aa2123a3011ba4 100644 --- a/bucket/lazysql.json +++ b/bucket/lazysql.json @@ -1,20 +1,20 @@ { - "version": "0.5.6", + "version": "0.5.7", "description": "A cross-platform TUI database management tool written in Go.", "homepage": "https://github.com/jorgerojas26/lazysql", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/jorgerojas26/lazysql/releases/download/v0.5.6/lazysql_Windows_x86_64.zip", - "hash": "05a778a5f5e1a2eaf5d76bd872be929c76eff20ba6c57ac15490b41fd994dc92" + "url": "https://github.com/jorgerojas26/lazysql/releases/download/v0.5.7/lazysql_Windows_x86_64.zip", + "hash": "136631cb167a1896def043be94d33487d5738d664f053e061a432904862ce2ff" }, "arm64": { - "url": "https://github.com/jorgerojas26/lazysql/releases/download/v0.5.6/lazysql_Windows_arm64.zip", - "hash": "d5ff0458128a2ea1abb41a237a8763935d0a49f0f0eae8c001f1f0dbd5676fac" + "url": "https://github.com/jorgerojas26/lazysql/releases/download/v0.5.7/lazysql_Windows_arm64.zip", + "hash": "505c8858e3857f9f12a8653a9bdd14db8411e22db02e82085c8977f4fc3ef35f" }, "32bit": { - "url": "https://github.com/jorgerojas26/lazysql/releases/download/v0.5.6/lazysql_Windows_i386.zip", - "hash": "ca63f92d4af6fdcdecdbad7b721fec23a16d620c70124c6e0807a7a42f2e305c" + "url": "https://github.com/jorgerojas26/lazysql/releases/download/v0.5.7/lazysql_Windows_i386.zip", + "hash": "1b5c9001a4f44139384992ee226b4df97e25490d3d7d34e107c9d826f5581a6a" } }, "bin": "lazysql.exe", From 0f76046fcfccf67b7b53d0e78e59fc86e55126a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:42 +0000 Subject: [PATCH 420/964] ldplayer: Update to version 14.0.25.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index 2634f51d1b2e89..fb6064754eb039 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.2", + "version": "14.0.25.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", - "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", + "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 5ec533279fa9e46572a2a650abf2292208fd58ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:43 +0000 Subject: [PATCH 421/964] netron: Update to version 9.2.8 --- bucket/netron.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/netron.json b/bucket/netron.json index 5ce71c12e530a0..76bbd179fe8839 100644 --- a/bucket/netron.json +++ b/bucket/netron.json @@ -1,12 +1,12 @@ { - "version": "9.2.6", + "version": "9.2.8", "description": "Visualizer for deep learning and machine learning models", "homepage": "https://netron.app/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/lutzroeder/netron/releases/download/v9.2.6/Netron-Setup-9.2.6.exe#/dl.7z", - "hash": "sha512:89834dbecee413addecd37c02902b793854f363b834871932b10047ccecc160b7c62bc799e6633ff26c5cf56625e2defa11dc47da66957f650eb56506fb32344", + "url": "https://github.com/lutzroeder/netron/releases/download/v9.2.8/Netron-Setup-9.2.8.exe#/dl.7z", + "hash": "sha512:33efb132f3e93ecc42b2e91f7d4a50c29d2ebd92b878cf5e42003d6851459bc0ef679b0c97708bad1d8352bc409bcec80a93d78c8bf494b358b4e4fb021f0c65", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\" -Force -Recurse" From 3f498c373088803f98bbdacb76d7e1b832afa0b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:43 +0000 Subject: [PATCH 422/964] playnite: Update to version 10.60 --- bucket/playnite.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/playnite.json b/bucket/playnite.json index 238b5ed6d29553..2f3636a0d43039 100644 --- a/bucket/playnite.json +++ b/bucket/playnite.json @@ -1,10 +1,10 @@ { - "version": "10.59", + "version": "10.60", "description": "Video game library manager and launcher with support for 3rd party libraries like Steam, GOG, Origin, Battle.net, ...", "homepage": "https://playnite.link", "license": "MIT", - "url": "https://github.com/JosefNemec/Playnite/releases/download/10.59/10.59.7z", - "hash": "3ca0121fe27666904a105a84fe0f9928a3709bdc2514019c27ec410fe0f0474c", + "url": "https://github.com/JosefNemec/Playnite/releases/download/10.60/10.60.7z", + "hash": "0a5ed75130f9a946905c563eb4136574f387c5c95195a4d80010b41378657fa7", "pre_install": [ "Copy-Item \"$persist_dir\\config.json\" \"$dir\" -ErrorAction 'SilentlyContinue'", "if (Test-Path \"$persist_dir\\Themes\") {", From 7347eb782c9330471a15b05d877ca29b49f549a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:44 +0000 Subject: [PATCH 423/964] postman: Update to version 12.27.7 --- bucket/postman.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postman.json b/bucket/postman.json index 4b49dc39bc0ae8..f71dd8f048f36f 100644 --- a/bucket/postman.json +++ b/bucket/postman.json @@ -1,5 +1,5 @@ { - "version": "12.27.6", + "version": "12.27.7", "description": "Complete API development environment.", "homepage": "https://www.getpostman.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://dl.pstmn.io/download/12.27.6/Postman%20v12.27.6%20(x64).exe#/dl.7z", - "hash": "sha1:e78c70ceab600ef873046d69aef73a3b6a9b3db9" + "url": "https://dl.pstmn.io/download/12.27.7/Postman%20v12.27.7%20(x64).exe#/dl.7z", + "hash": "sha1:20eb552e1748aaf7fa59f69c95979dd7e7f37461" } }, "installer": { From 4a5afc7d78aa600353f4ccafff16d23a113196ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:44 +0000 Subject: [PATCH 424/964] reasonix-desktop: Update to version 1.38.7 --- bucket/reasonix-desktop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/reasonix-desktop.json b/bucket/reasonix-desktop.json index 5cd0bbd9f550c3..bf455a37628a32 100644 --- a/bucket/reasonix-desktop.json +++ b/bucket/reasonix-desktop.json @@ -1,16 +1,16 @@ { - "version": "1.38.6", + "version": "1.38.7", "description": "Reasonix Desktop, official GUI for Reasonix, a DeepSeek-native AI coding agent built to reduce API costs through aggressive context caching.", "homepage": "https://reasonix.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.6/Reasonix-windows-amd64.zip", - "hash": "26cb61ffe0aead2720b2baac1df5f05ad2f60ae76ad5a24eeed28b55c441026d" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.7/Reasonix-windows-amd64.zip", + "hash": "efaba72331e21a69ad8462215b7f9ccf515026c3daeb0c7e8a9f52f1042161d7" }, "arm64": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.6/Reasonix-windows-arm64.zip", - "hash": "4d8d2d558b9894abad638771a43401c4b33703ded6aa393d2ccd4f70e738984c" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.7/Reasonix-windows-arm64.zip", + "hash": "e14ab720042c952127980d121c12004d3526596ecec6b3a5322bf67bf121144b" } }, "shortcuts": [ From 6f8ea03977f27b0a029728309ec301740d9fd9f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:44 +0000 Subject: [PATCH 425/964] xpipe: Update to version 24.2 --- bucket/xpipe.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/xpipe.json b/bucket/xpipe.json index 766cb13950b769..4993a052a4523d 100644 --- a/bucket/xpipe.json +++ b/bucket/xpipe.json @@ -1,19 +1,19 @@ { - "version": "24.1.1", + "version": "24.2", "description": "A connection hub and remote file manager to access your entire server infrastructure from your local desktop", "homepage": "https://xpipe.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/xpipe-io/xpipe/releases/download/24.1.1/xpipe-portable-windows-x86_64.zip", - "hash": "2fdc24308ca49c5d9f1e927747c4f658eff3509f03ff91511444f571a919eb01" + "url": "https://github.com/xpipe-io/xpipe/releases/download/24.2/xpipe-portable-windows-x86_64.zip", + "hash": "5c7c41f2a10e70d747846aef8e651fbc29b7fc18e9d9c13804bf97b87d299758" }, "arm64": { - "url": "https://github.com/xpipe-io/xpipe/releases/download/24.1.1/xpipe-portable-windows-arm64.zip", - "hash": "19ed6bfc5589b778441c81ba858702f58045e25d3440c0c75ad4d743549c444e" + "url": "https://github.com/xpipe-io/xpipe/releases/download/24.2/xpipe-portable-windows-arm64.zip", + "hash": "163311b810b9a03705fe7e26ccfad60e13dc3db6d6ecb881a162d44cf3ff93ec" } }, - "extract_dir": "xpipe-24.1.1", + "extract_dir": "xpipe-24.2", "bin": "xpipe.exe", "shortcuts": [ [ From 70c218484a0907ef95322b14ffe61c1c0405f36a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:45 +0000 Subject: [PATCH 426/964] yasb: Update to version 2.0.7 --- bucket/yasb.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yasb.json b/bucket/yasb.json index a5395acd25a9c0..2112caecaeb1b6 100644 --- a/bucket/yasb.json +++ b/bucket/yasb.json @@ -1,16 +1,16 @@ { - "version": "2.0.6", + "version": "2.0.7", "description": "A highly configurable Windows status bar written in Python", "homepage": "https://github.com/amnweb/yasb", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/amnweb/yasb/releases/download/v2.0.6/yasb-2.0.6-x64.msi", - "hash": "0079d64993efa08e196ec8caa189558317b5bac2d473e5f8c392250d844f7d1b" + "url": "https://github.com/amnweb/yasb/releases/download/v2.0.7/yasb-2.0.7-x64.msi", + "hash": "c93b3eb24fceb64b8baefe694a947fecd31a7e58f0939ba61296048124edbe8b" }, "arm64": { - "url": "https://github.com/amnweb/yasb/releases/download/v2.0.6/yasb-2.0.6-aarch64.msi", - "hash": "3ff65f36f44d9722d078b5719e4eba3f536f4b0aca4b6a33f95f169a25800694" + "url": "https://github.com/amnweb/yasb/releases/download/v2.0.7/yasb-2.0.7-aarch64.msi", + "hash": "9e9e2c49781a00187316177d2dabcc4b4a253c0bf3a241eda5fa443c149f5f0b" } }, "bin": [ From 588a489d5010a7aa3f895d2aad0fa94eedc50e72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:29:45 +0000 Subject: [PATCH 427/964] youtubedownloader: Update to version 1.17 --- bucket/youtubedownloader.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/youtubedownloader.json b/bucket/youtubedownloader.json index fc6c12186551a7..d2f4e4a50b7606 100644 --- a/bucket/youtubedownloader.json +++ b/bucket/youtubedownloader.json @@ -1,20 +1,20 @@ { - "version": "1.16.6", + "version": "1.17", "description": "Download videos from YouTube.", "homepage": "https://github.com/Tyrrrz/YoutubeDownloader", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/Tyrrrz/YoutubeDownloader/releases/download/1.16.6/YoutubeDownloader.win-x64.zip", - "hash": "23f2bf0956a238776af272913e8816e9fa7f297ae497b19d8c80b7b5c5131632" + "url": "https://github.com/Tyrrrz/YoutubeDownloader/releases/download/1.17/YoutubeDownloader.win-x64.zip", + "hash": "a6b89e9269d9bc98ef70bcc0661f389555b376c92e019cdc74002e58a680ee3c" }, "32bit": { - "url": "https://github.com/Tyrrrz/YoutubeDownloader/releases/download/1.16.6/YoutubeDownloader.win-x86.zip", - "hash": "b5b3bc863cebe559fc9304acad2eb1ff5038d6d53385a538944d150c824f859d" + "url": "https://github.com/Tyrrrz/YoutubeDownloader/releases/download/1.17/YoutubeDownloader.win-x86.zip", + "hash": "26e3645859f1480aa0b6435fc06c9e478060b0e2f594f9613e4ace97a2c6d456" }, "arm64": { - "url": "https://github.com/Tyrrrz/YoutubeDownloader/releases/download/1.16.6/YoutubeDownloader.win-arm64.zip", - "hash": "07ae266c071567b66585413d2ac016ba0bfa47cf5c07849cb9cca5ad136a9a61" + "url": "https://github.com/Tyrrrz/YoutubeDownloader/releases/download/1.17/YoutubeDownloader.win-arm64.zip", + "hash": "81daff29f0510c18991c02e391836075d1a0bc6deac4cfb7e015c1806493af9d" } }, "pre_install": [ From 421d5db652e108eccabe470322aed0400e87d5b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 01:01:15 +0000 Subject: [PATCH 428/964] claude: Update to version 1.52386.4 --- bucket/claude.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/claude.json b/bucket/claude.json index 33fe27697f733e..1528416ddd5057 100644 --- a/bucket/claude.json +++ b/bucket/claude.json @@ -1,5 +1,5 @@ { - "version": "1.52386.3", + "version": "1.52386.4", "description": "Next generation AI assistant built by Anthropic.", "homepage": "https://claude.com/product/overview", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.52386.3-full.nupkg", - "hash": "sha1:027aa3d8981cd2af8ddcb46485fcf5910dec6b2e" + "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.52386.4-full.nupkg", + "hash": "sha1:b87d5e09ac2061784fb28405aec182d03a184f87" }, "arm64": { - "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.52386.3-full.nupkg", - "hash": "sha1:5b30d052e96745f59e739809a21f69c2ff7aa208" + "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.52386.4-full.nupkg", + "hash": "sha1:57c5ce14a74522e4c106d4da20be214989d1044f" } }, "extract_dir": "lib\\net45", From 30258e4dc92e89490aee1112060eb39ae4fa0090 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 01:01:16 +0000 Subject: [PATCH 429/964] cursor: Update to version 3.20.14 --- bucket/cursor.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cursor.json b/bucket/cursor.json index 243bfa227e00bc..df99a28ef39d7f 100644 --- a/bucket/cursor.json +++ b/bucket/cursor.json @@ -1,5 +1,5 @@ { - "version": "3.20.10", + "version": "3.20.14", "description": "The AI Code Editor", "homepage": "https://www.cursor.com/", "license": { @@ -9,12 +9,12 @@ "innosetup": true, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/production/d6f462cdd0a6a6d1cff570daf980e671d0a63ded/win32/x64/user-setup/CursorUserSetup-x64-3.20.10.exe", - "hash": "167737fb899a11552a8fcc76a57d497d4bf55d0e8e01c9b8c7c4e197e4ec1d22" + "url": "https://downloads.cursor.com/production/67ac8ff8cc118b1eddcb5f2de564c20cffcae94d/win32/x64/user-setup/CursorUserSetup-x64-3.20.14.exe", + "hash": "67508e9be8187996f48328f16297b411487a2a74d9acff5625c90e656e7502dd" }, "arm64": { - "url": "https://downloads.cursor.com/production/d6f462cdd0a6a6d1cff570daf980e671d0a63ded/win32/arm64/user-setup/CursorUserSetup-arm64-3.20.10.exe", - "hash": "334adbf321da06d38cbba6f248ebade1389b2624b81295ecd58c6e8b1f7c71f1" + "url": "https://downloads.cursor.com/production/67ac8ff8cc118b1eddcb5f2de564c20cffcae94d/win32/arm64/user-setup/CursorUserSetup-arm64-3.20.14.exe", + "hash": "f5babe7701f1da138d124590b36bda4cdcacb615c7bd7855600f496016d8f6a8" } }, "extract_dir": "{code_GetDestDir}", From 6ec794eb348631023f658fb1bfd45f7542392b82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 01:01:16 +0000 Subject: [PATCH 430/964] dbx: Update to version 0.6.11 --- bucket/dbx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbx.json b/bucket/dbx.json index 78e2d5ac830038..89006d8c7747d8 100644 --- a/bucket/dbx.json +++ b/bucket/dbx.json @@ -1,12 +1,12 @@ { - "version": "0.6.10", + "version": "0.6.11", "description": "Lightweight, cross-platform database client", "homepage": "https://dbxio.com", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/t8y2/dbx/releases/download/v0.6.10/DBX_0.6.10_x64-portable.zip", - "hash": "4c85eea4f454778c50546c6e4f0e5e66b0a62b8571ea671371dce478c1ca1b75" + "url": "https://github.com/t8y2/dbx/releases/download/v0.6.11/DBX_0.6.11_x64-portable.zip", + "hash": "137e9f3db3d11ca1df79f6d1cb95b3c50600141ac5890f34fa4f98b34cbfcb6a" } }, "shortcuts": [ From 72623dcc3d4e41f3b5269f8195647b5303445a6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 01:01:17 +0000 Subject: [PATCH 431/964] dyad: Update to version 1.15.0 --- bucket/dyad.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dyad.json b/bucket/dyad.json index a4f4fc23bf295a..d03e5f47de5af0 100644 --- a/bucket/dyad.json +++ b/bucket/dyad.json @@ -1,12 +1,12 @@ { - "version": "1.14.0", + "version": "1.15.0", "description": "A local, open-source AI app builder for power users.", "homepage": "https://dyad.sh", "license": "Apache-2.0,FSL-1.1-ALv2", "architecture": { "64bit": { - "url": "https://github.com/dyad-sh/dyad/releases/download/v1.14.0/dyad-1.14.0-full.nupkg", - "hash": "sha1:773de7ba3f235a96e5fb05a6f41cb2ef1e793c0d" + "url": "https://github.com/dyad-sh/dyad/releases/download/v1.15.0/dyad-1.15.0-full.nupkg", + "hash": "sha1:f0693edaa45168d9b280c504b5ad197a424e5a5a" } }, "extract_dir": "lib\\net45", From 0dc3356c4c0161bb1449ccb0249ecae1fc27ee78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 01:01:17 +0000 Subject: [PATCH 432/964] flutter: Update to version 3.47.4 --- bucket/flutter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/flutter.json b/bucket/flutter.json index 9cf83e68cc4ada..1068f322bbc566 100644 --- a/bucket/flutter.json +++ b/bucket/flutter.json @@ -1,5 +1,5 @@ { - "version": "3.47.3", + "version": "3.47.4", "description": "Google's SDK for crafting beautiful, fast user experiences for mobile, web, and desktop", "homepage": "https://flutter.dev", "license": "BSD-3-Clause", @@ -17,8 +17,8 @@ ], "Visual Studio Code with Flutter extension": "extras/vscode" }, - "url": "https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.47.3-stable.zip", - "hash": "44822ab53afb543c6fb446c078ba4f495e3eeddaafb88d879bde606447ddce24", + "url": "https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.47.4-stable.zip", + "hash": "31173300481bd06e377fd55ee84214689648b1817563efd7b450b7b78bdf351a", "architecture": { "arm64": { "post_install": [ From 58927c09aa1b77eff343799bcd6b502c771ed9d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 01:01:17 +0000 Subject: [PATCH 433/964] godot-version-manager: Update to version 1.18 --- bucket/godot-version-manager.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/godot-version-manager.json b/bucket/godot-version-manager.json index 61d3838de02344..4ba5e8cad18668 100644 --- a/bucket/godot-version-manager.json +++ b/bucket/godot-version-manager.json @@ -1,12 +1,12 @@ { - "version": "1.17.3", + "version": "1.18", "description": "Download, install and manage any version of Godot Engine from a simple app.", "homepage": "https://github.com/noidexe/godot-version-manager", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/noidexe/godot-version-manager/releases/download/v1.17.3/Godot.Version.Manager.v1.17.3-win.zip", - "hash": "5fb254dd371e261c8a213be3148540149a61d7b6f8b2da6f7c894689a755bdf4" + "url": "https://github.com/noidexe/godot-version-manager/releases/download/v1.18/Godot.Version.Manager.v1.18-win.zip", + "hash": "f92244a75bb076dbb9ab2c8d237ad355e6962017171b69c20c0dc0361b5b6844" } }, "shortcuts": [ From e7ebac4f36e03c4066aba00d43244a5ebebedb47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 01:01:18 +0000 Subject: [PATCH 434/964] kopuz: Update to version 0.16.2 --- bucket/kopuz.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kopuz.json b/bucket/kopuz.json index beb2f0f8d67c46..a4126251b1bf29 100644 --- a/bucket/kopuz.json +++ b/bucket/kopuz.json @@ -1,12 +1,12 @@ { - "version": "0.16.1", + "version": "0.16.2", "description": "Your next music player", "homepage": "https://kopuz.temidara.rocks", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Kopuz-org/kopuz/releases/download/v0.16.1/Kopuz_0.16.1_x64.msi", - "hash": "978133f6628edbdb002ba53ae86fa84d23f93331510fb154f3368e0a870801b9" + "url": "https://github.com/Kopuz-org/kopuz/releases/download/v0.16.2/Kopuz_0.16.2_x64.msi", + "hash": "c9606476769b44642d5034c642cb02081d5b43874946a32fa1f9dba76490ce3d" } }, "extract_dir": "Kopuz", From 4a93a7f43dbe6fe57b43729535195c426e170a1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 01:01:18 +0000 Subject: [PATCH 435/964] ldplayer: Update to version 14.0.25.2 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index fb6064754eb039..2634f51d1b2e89 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.1", + "version": "14.0.25.2", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", - "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", + "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From ab9196ba9bd27201b31534eb157d70519a93e9b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 01:01:19 +0000 Subject: [PATCH 436/964] single-file-cli: Update to version 2.11.1 --- bucket/single-file-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/single-file-cli.json b/bucket/single-file-cli.json index a72a452ab6817e..b067e8716c97cd 100644 --- a/bucket/single-file-cli.json +++ b/bucket/single-file-cli.json @@ -1,12 +1,12 @@ { - "version": "2.11.0", + "version": "2.11.1", "description": "A command-line tool that allows you to save a web page with all its resources in a single HTML file.", "homepage": "https://github.com/gildas-lormeau/single-file-cli", "license": "AGPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.11.0/single-file.exe", - "hash": "ae68a2d9bc16dc75888d4c1802651720e5adcd6b17a03574428fb7e49113e0b0" + "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.11.1/single-file.exe", + "hash": "114c15be1072557c80aab3317617471af7d98568c8ec391ab6483d3750b1485f" } }, "bin": "single-file.exe", From 964c3640ffee1a980bd551cb0a255f95dfaffa88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 04:32:23 +0000 Subject: [PATCH 437/964] bin: Update to version 0.29.3 --- bucket/bin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bin.json b/bucket/bin.json index 31284114972cfd..36c64ab5051a99 100644 --- a/bucket/bin.json +++ b/bucket/bin.json @@ -1,16 +1,16 @@ { - "version": "0.29.2", + "version": "0.29.3", "description": "Effortless binary manager", "homepage": "https://github.com/marcosnils/bin", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/marcosnils/bin/releases/download/v0.29.2/bin_0.29.2_windows_amd64.exe#/bin.exe", - "hash": "8974f8daab930d0a5b56d792cfec8ea5f2820453b5489bb8b23ff50483b7016f" + "url": "https://github.com/marcosnils/bin/releases/download/v0.29.3/bin_0.29.3_windows_amd64.exe#/bin.exe", + "hash": "f143aa08ff8c51a6ef160f38bd25bf9c3e64ec28d7726cb3ff77fc9c5e6822ea" }, "arm64": { - "url": "https://github.com/marcosnils/bin/releases/download/v0.29.2/bin_0.29.2_windows_arm64.exe#/bin.exe", - "hash": "83ef10ca2a74e2f5cf76fe103c74d651127f8f550e090f1b1677f0074756f2a5" + "url": "https://github.com/marcosnils/bin/releases/download/v0.29.3/bin_0.29.3_windows_arm64.exe#/bin.exe", + "hash": "fdee23fb7daaf04f1273d27bdb3de186f877013268f21bd0fed6ebbea001d373" } }, "bin": "bin.exe", From 1201ce8dae5c0fadc737178b3189d714dad8bc86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 04:32:23 +0000 Subject: [PATCH 438/964] commandbox: Update to version 6.3.5 --- bucket/commandbox.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/commandbox.json b/bucket/commandbox.json index 583da766c7d499..0faf5680a2ac36 100644 --- a/bucket/commandbox.json +++ b/bucket/commandbox.json @@ -1,16 +1,16 @@ { - "version": "6.3.4", + "version": "6.3.5", "description": "A standalone, native tool for Windows, Mac, and Linux that will provide you with a Command Line Interface (CLI) for developer productivity, tool interaction, package management, embedded CFML server, application scaffolding, and some sweet ASCII art", "homepage": "https://www.ortussolutions.com/products/commandbox", "license": "LGPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://downloads.ortussolutions.com/ortussolutions/commandbox/6.3.4/commandbox-jre-win64-6.3.4.zip", - "hash": "6b8cc9f5c847bb1f9633b88c72959b8102566b47df3dc9c6006a1a5617a878f6" + "url": "https://downloads.ortussolutions.com/ortussolutions/commandbox/6.3.5/commandbox-jre-win64-6.3.5.zip", + "hash": "98679ecd9f0ecc7b101bcc372079e7323d7919f3d0f18bfd73a9bf6c85b23cde" }, "32bit": { - "url": "https://downloads.ortussolutions.com/ortussolutions/commandbox/6.3.4/commandbox-jre-win32-6.3.4.zip", - "hash": "b96830220e59e042bc0197eab87d5e2732bb9040f97edf158a7edb203c1d4514" + "url": "https://downloads.ortussolutions.com/ortussolutions/commandbox/6.3.5/commandbox-jre-win32-6.3.5.zip", + "hash": "d411362f4435452701c5899ecd22d8cc7269c2b1c19107b6f6911b7bf462cc94" } }, "bin": "box.exe", From ffe5f66e0242c6cb43bf7254274df91c20b6035a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 04:32:24 +0000 Subject: [PATCH 439/964] imagine: Update to version 2.7.0 --- bucket/imagine.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/imagine.json b/bucket/imagine.json index 1c0d63de861f68..c1e065c6910b2f 100644 --- a/bucket/imagine.json +++ b/bucket/imagine.json @@ -1,5 +1,5 @@ { - "version": "2.6.5", + "version": "2.7.0", "description": "(1MB Tiny) Freeware Image & Animation Viewer for Windows", "homepage": "https://www.nyam.pe.kr/dev/imagine/", "license": { @@ -9,8 +9,8 @@ "pre_install": "if (!(Test-Path \"$persist_dir\\Imagine.ini\")) { New-Item \"$dir\\Imagine.ini\" | Out-Null }", "architecture": { "64bit": { - "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=x64&unicode=1&full=0&setup=0&version=2.6.5#/dl.zip", - "hash": "ed5fd6a6562180ef1c921b22034232412efe0b474e3713588a9beb12c51e2fff", + "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=x64&unicode=1&full=0&setup=0&version=2.7.0#/dl.zip", + "hash": "e814154d07c5a200e07f3fe26a4a286a351254b3e9508462212dafe885b5d000", "bin": [ "Imagine64.exe", [ @@ -26,8 +26,8 @@ ] }, "32bit": { - "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=x86&unicode=1&full=0&setup=0&version=2.6.5#/dl.zip", - "hash": "a852bf924e169ea8e52f0baa001ee0b7866060c6ada596e2f80777df8bd28dda", + "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=x86&unicode=1&full=0&setup=0&version=2.7.0#/dl.zip", + "hash": "6ea312086c3ae47bea785ff812d6fc5a02441ba9b663ebc0c8a69f5ff612843f", "bin": "Imagine.exe", "shortcuts": [ [ @@ -37,8 +37,8 @@ ] }, "arm64": { - "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=arm64&unicode=1&full=0&setup=0&version=2.6.5#/dl.zip", - "hash": "b19d1885ca61a8d591740542bfe7bc04c511fbb98859c83a6343ae019c566ff0", + "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=arm64&unicode=1&full=0&setup=0&version=2.7.0#/dl.zip", + "hash": "a2479216550d644f96164882880ca73dbdf1a1dc7ba595f45dc16491f860cad0", "bin": [ "ImagineA64.exe", [ From 20bf7af78605b952071dfbb5adc4b1d249032540 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 04:32:24 +0000 Subject: [PATCH 440/964] koharu: Update to version 0.82.1 --- bucket/koharu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/koharu.json b/bucket/koharu.json index 4f9aefb2b0be59..8e38cba0f867ae 100644 --- a/bucket/koharu.json +++ b/bucket/koharu.json @@ -1,5 +1,5 @@ { - "version": "0.81.10", + "version": "0.82.1", "description": "ML-powered manga translator, written in Rust.", "homepage": "https://koharu.rs/", "license": "GPL-3.0-only|Apache-2.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/mayocream/koharu/releases/download/0.81.10/koharu_0.81.10_x64-setup.exe#/dl.7z", - "hash": "78b14d1f7f3c72532c4d5d6901d92e64f15617861fa0468fbb888c57e9a77848" + "url": "https://github.com/mayocream/koharu/releases/download/0.82.1/koharu_0.82.1_x64-setup.exe#/dl.7z", + "hash": "c1e622ae019a78385055ce8a27f9cfe9e0ce4c5c59f8988134e07e2d4d6eeb1e" } }, "pre_install": [ From 1e7f83ffd0ba2f1f1ac8622462e3b4ca706190ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 08:33:00 +0000 Subject: [PATCH 441/964] autohotkey: Update to version 2.0.28 --- bucket/autohotkey.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/autohotkey.json b/bucket/autohotkey.json index 0a54bd9122af12..29eb241626a11d 100644 --- a/bucket/autohotkey.json +++ b/bucket/autohotkey.json @@ -1,5 +1,5 @@ { - "version": "2.0.27", + "version": "2.0.28", "description": "The ultimate automation scripting language for Windows.", "homepage": "https://www.autohotkey.com/", "license": "GPL-2.0-or-later", @@ -10,8 +10,8 @@ " - 'autohotkey /script \"$dir\\UX\\ui-uninstall.ahk\"'", "See also: https://github.com/ScoopInstaller/Extras/issues/10066" ], - "url": "https://github.com/AutoHotkey/AutoHotkey/releases/download/v2.0.27/AutoHotkey_2.0.27.zip", - "hash": "f72cad4b98a7b5aa050b35d6deaa0b0e3949929b2aaff7d0d69858f1f380b3ef", + "url": "https://github.com/AutoHotkey/AutoHotkey/releases/download/v2.0.28/AutoHotkey_2.0.28.zip", + "hash": "b63be7548792b4ad0dfe424d91cc69376694ed2f758245b7a75a0c77d693b478", "extract_to": "installer", "installer": { "script": [ From fd46b5301a4678b77be3598263ea1a4ab3dcbb12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 08:33:00 +0000 Subject: [PATCH 442/964] cursor: Update to version 3.20.17 --- bucket/cursor.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cursor.json b/bucket/cursor.json index df99a28ef39d7f..8516f6bfcb9099 100644 --- a/bucket/cursor.json +++ b/bucket/cursor.json @@ -1,5 +1,5 @@ { - "version": "3.20.14", + "version": "3.20.17", "description": "The AI Code Editor", "homepage": "https://www.cursor.com/", "license": { @@ -9,12 +9,12 @@ "innosetup": true, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/production/67ac8ff8cc118b1eddcb5f2de564c20cffcae94d/win32/x64/user-setup/CursorUserSetup-x64-3.20.14.exe", - "hash": "67508e9be8187996f48328f16297b411487a2a74d9acff5625c90e656e7502dd" + "url": "https://downloads.cursor.com/production/0c32194e3fb5ffaced9fb36430b860ec301e1fc8/win32/x64/user-setup/CursorUserSetup-x64-3.20.17.exe", + "hash": "eba74b6057a83f9420960fa337349683a7b85bfb57d03d565945bf923629f81a" }, "arm64": { - "url": "https://downloads.cursor.com/production/67ac8ff8cc118b1eddcb5f2de564c20cffcae94d/win32/arm64/user-setup/CursorUserSetup-arm64-3.20.14.exe", - "hash": "f5babe7701f1da138d124590b36bda4cdcacb615c7bd7855600f496016d8f6a8" + "url": "https://downloads.cursor.com/production/0c32194e3fb5ffaced9fb36430b860ec301e1fc8/win32/arm64/user-setup/CursorUserSetup-arm64-3.20.17.exe", + "hash": "bf08671c1a8d433991854e1f08dc42f39896ca956ec5b09ead7c241ab50c1efa" } }, "extract_dir": "{code_GetDestDir}", From 56f6d6bce96edd2b208de59ead145ae95edd4c2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 08:33:01 +0000 Subject: [PATCH 443/964] helium: Update to version 0.17.0.1 --- bucket/helium.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/helium.json b/bucket/helium.json index ef9888f0f891de..485b8064444a7b 100644 --- a/bucket/helium.json +++ b/bucket/helium.json @@ -1,18 +1,18 @@ { - "version": "0.16.6.1", + "version": "0.17.0.1", "description": "The Chromium-based web browser made for people, with love. Best privacy by default, unbiased ad-blocking, no bloat and no noise.", "homepage": "https://helium.computer", "license": "BSD-3-Clause, GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/imputnet/helium-windows/releases/download/0.16.6.1/helium_0.16.6.1_x64-windows.zip", - "hash": "892aa034c0bf3740a1832cb3d282afdb35275a92b906172a1d631844043edb3e", - "extract_dir": "helium_0.16.6.1_x64-windows" + "url": "https://github.com/imputnet/helium-windows/releases/download/0.17.0.1/helium_0.17.0.1_x64-windows.zip", + "hash": "f8e1be67222c16636aab1995733a9316c6e3156346a81b6a8093b14be0a66e7d", + "extract_dir": "helium_0.17.0.1_x64-windows" }, "arm64": { - "url": "https://github.com/imputnet/helium-windows/releases/download/0.16.6.1/helium_0.16.6.1_arm64-windows.zip", - "hash": "5346588d666bc802e31f66e521110cfad5daebc998fb656d23b31ebe2427c25a", - "extract_dir": "helium_0.16.6.1_arm64-windows" + "url": "https://github.com/imputnet/helium-windows/releases/download/0.17.0.1/helium_0.17.0.1_arm64-windows.zip", + "hash": "5c24cb3ea15a697b716fd6e459511bd3450bf5418ea2ed7231902e12136c680a", + "extract_dir": "helium_0.17.0.1_arm64-windows" } }, "bin": [ From e613941c9bca6c90251ec04310a7df3bdab6c78c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 08:33:01 +0000 Subject: [PATCH 444/964] jackett: Update to version 0.24.2572 --- bucket/jackett.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jackett.json b/bucket/jackett.json index 151a520314f075..708202055565e4 100644 --- a/bucket/jackett.json +++ b/bucket/jackett.json @@ -1,13 +1,13 @@ { - "version": "0.24.2558", + "version": "0.24.2572", "description": "API Support for your favorite torrent trackers", "homepage": "https://github.com/Jackett/Jackett", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/Jackett/Jackett/blob/HEAD/LICENSE" }, - "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2558/Jackett.Binaries.Windows.zip", - "hash": "0254ca6e28d64d0b3096315014640535c34ecb423fcf0adea65f4b0363786daf", + "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2572/Jackett.Binaries.Windows.zip", + "hash": "256f4131f6f1dd3c65c85ec73123d8b11c8b3c2aa96f1186d9793aa9eaea81a8", "extract_dir": "Jackett", "shortcuts": [ [ From fa2a2cf7c9cafda338c4114ea66d9955b4b1d030 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 08:33:01 +0000 Subject: [PATCH 445/964] kdeconnect: Update to version 26.08-6588 --- bucket/kdeconnect.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kdeconnect.json b/bucket/kdeconnect.json index 259d93128355b9..d22a9cc6774581 100644 --- a/bucket/kdeconnect.json +++ b/bucket/kdeconnect.json @@ -1,13 +1,13 @@ { - "version": "26.08-6568", + "version": "26.08-6588", "description": "Communications and data transfer between devices over local networks", "homepage": "https://kdeconnect.kde.org/", "license": "GPL-3.0-or-later", "notes": "If you want to get the latest development branch-based installer, please install `kdeconnect-nightly` from Versions bucket.", "architecture": { "64bit": { - "url": "https://cdn.kde.org/ci-builds/network/kdeconnect-kde/release-26.08/windows/kdeconnect-kde-release_26.08-6568-windows-cl-msvc2022-x86_64.7z", - "hash": "8ae1ab323a4b68c67473f384bc9ed4c39dd55e7635302838227b8ab5a019408e" + "url": "https://cdn.kde.org/ci-builds/network/kdeconnect-kde/release-26.08/windows/kdeconnect-kde-release_26.08-6588-windows-cl-msvc2022-x86_64.7z", + "hash": "f05d8f3c23cfc4d2514764355c6de1abe8f241fab7f40ad5c55c5d0988a684f3" } }, "bin": "bin\\kdeconnect-cli.exe", From 81413ec39ac836f62538d74dd4dab0f42a519426 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 08:33:02 +0000 Subject: [PATCH 446/964] kova: Update to version 0.7.11 --- bucket/kova.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kova.json b/bucket/kova.json index f5044a49246814..7278a42d3e610b 100644 --- a/bucket/kova.json +++ b/bucket/kova.json @@ -1,5 +1,5 @@ { - "version": "0.7.10", + "version": "0.7.11", "description": "Markdown presentation editor that turns plain Markdown into polished slides with live preview, multiple layouts, theming, and PPTX export.", "homepage": "https://kova.md", "license": "GPL-3.0-or-later", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/KovaMD/Kova/releases/download/v0.7.10/Kova_0.7.10_x64_en-US.msi", - "hash": "237cc4066b2d33524c0cbc722ab52f667ea0992316bd90527e31c953f178b22d" + "url": "https://github.com/KovaMD/Kova/releases/download/v0.7.11/Kova_0.7.11_x64_en-US.msi", + "hash": "10470f8d8f8c4d00d6be55265efa23799ea8972ece684fd5d02042b7d8bc5c95" } }, "extract_dir": "PFiles\\Kova", From 1b562dc0d12756e1bccd2790e138fbba16bfcbea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 08:33:02 +0000 Subject: [PATCH 447/964] ldplayer: Update to version 14.0.25.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index 2634f51d1b2e89..fb6064754eb039 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.2", + "version": "14.0.25.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", - "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", + "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 04af18f12f1c31e6f4a7017198fa5092264552f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 08:33:02 +0000 Subject: [PATCH 448/964] logisim-evolution: Update to version 5.0.0 --- bucket/logisim-evolution.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/logisim-evolution.json b/bucket/logisim-evolution.json index 1c62ec3986b688..8ab43a1f85debc 100644 --- a/bucket/logisim-evolution.json +++ b/bucket/logisim-evolution.json @@ -1,5 +1,5 @@ { - "version": "4.1.0", + "version": "5.0.0", "description": "Digital logic design tool and simulator", "homepage": "https://github.com/logisim-evolution/logisim-evolution", "license": "GPL-3.0-only", @@ -10,11 +10,11 @@ ] }, "url": [ - "https://github.com/logisim-evolution/logisim-evolution/releases/download/v4.1.0/logisim-evolution-4.1.0-all.jar#/logisim-evolution.jar", - "https://raw.githubusercontent.com/logisim-evolution/logisim-evolution/v4.1.0/support/jpackage/windows/Logisim-evolution.ico#/logisim-evolution.ico" + "https://github.com/logisim-evolution/logisim-evolution/releases/download/v5.0.0/logisim-evolution-5.0.0-all.jar#/logisim-evolution.jar", + "https://raw.githubusercontent.com/logisim-evolution/logisim-evolution/v5.0.0/support/jpackage/windows/Logisim-evolution.ico#/logisim-evolution.ico" ], "hash": [ - "fe6386a3217a591bcc311a4eda49e1f43a389b499dd3d0f6f40f344fc85f2577", + "6b368e894742c04cc83aa9830f869bcab0190ede4df43ad6fecdb89b3a23a41c", "5a8f99bc495818a41f4abdaeae211287683ae06e7f8409996092258497719442" ], "pre_install": "Set-Content \"$dir\\logisim-evolution.bat\" '@start javaw.exe -jar \"%~dp0logisim-evolution.jar\" %*' -Encoding Ascii", From 4ea6299d79c7fd997f6b29713b6d5caf31936620 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 08:33:03 +0000 Subject: [PATCH 449/964] manifold-viewer: Update to version 9.0.182.6 --- bucket/manifold-viewer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/manifold-viewer.json b/bucket/manifold-viewer.json index 9b3787fa343a56..c5151649b024a8 100644 --- a/bucket/manifold-viewer.json +++ b/bucket/manifold-viewer.json @@ -1,14 +1,14 @@ { - "version": "9.0.182.5", + "version": "9.0.182.6", "description": "File viewer for Manifold - a parallel GIS, ETL, data science and DBMS tool", "homepage": "https://manifold.net/", "license": "Freeware", "suggest": { "vcredist": "extras/vcredist2022" }, - "url": "https://manifold.net/updates/manifold-viewer-9.0.182.5.zip", - "hash": "99c9ebed8805163fe3b01a186a3357fbfb9b7f766a83112e2cbd32a87a8b49e6", - "extract_dir": "manifold-viewer-9.0.182.5", + "url": "https://manifold.net/updates/manifold-viewer-9.0.182.6.zip", + "hash": "c0b79e72ee25af524026a99ec381f36bfa40e3c82686905294ee9725eeb1c7be", + "extract_dir": "manifold-viewer-9.0.182.6", "architecture": { "64bit": { "bin": "manifold.exe", From e6c3c31d959518cc94343e17d2742d214e8697e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 08:33:03 +0000 Subject: [PATCH 450/964] manifold: Update to version 9.0.182.6 --- bucket/manifold.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/manifold.json b/bucket/manifold.json index fb561346f2d5e8..1fcc74244e6b99 100644 --- a/bucket/manifold.json +++ b/bucket/manifold.json @@ -1,14 +1,14 @@ { - "version": "9.0.182.5", + "version": "9.0.182.6", "description": "Parallel GIS, ETL, data science and DBMS tool", "homepage": "https://manifold.net/", "license": "Proprietary", "suggest": { "vcredist": "extras/vcredist2022" }, - "url": "https://manifold.net/updates/manifold-9.0.182.5.zip", - "hash": "8ca5eb5d8a9d9be580c1df0f32e7dba6f1e9585c8846af5383e5fd936399a971", - "extract_dir": "manifold-9.0.182.5", + "url": "https://manifold.net/updates/manifold-9.0.182.6.zip", + "hash": "4567e16128782734e4025a02266fc786725eb9710cd76e0bfa440de11b090aee", + "extract_dir": "manifold-9.0.182.6", "architecture": { "64bit": { "bin": "manifold.exe", From 112949856b1dac0694667489f0384a541ef5a6f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 08:33:03 +0000 Subject: [PATCH 451/964] serverbox: Update to version 1.0.1617 --- bucket/serverbox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/serverbox.json b/bucket/serverbox.json index dc042d98312d85..d0579a2ebed97a 100644 --- a/bucket/serverbox.json +++ b/bucket/serverbox.json @@ -1,12 +1,12 @@ { - "version": "1.0.1574", + "version": "1.0.1617", "description": "ServerBox - server status & toolbox", "homepage": "https://serverbox.lpkt.cn/", "license": "AGPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/lollipopkit/flutter_server_box/releases/download/v1.0.1574/ServerBox_v1.0.1574_windows_amd64.zip", - "hash": "00e3b3a3e22fd4d4f6b9efa8d617359e500fbc64a0cfab54dd2f9a1bb424ddc1" + "url": "https://github.com/lollipopkit/flutter_server_box/releases/download/v1.0.1617/ServerBox_v1.0.1617_windows_amd64.zip", + "hash": "aeaa4835153062cb8ffa70ca59704cfa40436cdbc35d9351cbf2077bc4d1a632" } }, "shortcuts": [ From 112af82ed61c2eec673dbafa1c041f7d354d99ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 12:35:17 +0000 Subject: [PATCH 452/964] kdeconnect: Update to version 26.08-6590 --- bucket/kdeconnect.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kdeconnect.json b/bucket/kdeconnect.json index d22a9cc6774581..d2430b8c059fd8 100644 --- a/bucket/kdeconnect.json +++ b/bucket/kdeconnect.json @@ -1,13 +1,13 @@ { - "version": "26.08-6588", + "version": "26.08-6590", "description": "Communications and data transfer between devices over local networks", "homepage": "https://kdeconnect.kde.org/", "license": "GPL-3.0-or-later", "notes": "If you want to get the latest development branch-based installer, please install `kdeconnect-nightly` from Versions bucket.", "architecture": { "64bit": { - "url": "https://cdn.kde.org/ci-builds/network/kdeconnect-kde/release-26.08/windows/kdeconnect-kde-release_26.08-6588-windows-cl-msvc2022-x86_64.7z", - "hash": "f05d8f3c23cfc4d2514764355c6de1abe8f241fab7f40ad5c55c5d0988a684f3" + "url": "https://cdn.kde.org/ci-builds/network/kdeconnect-kde/release-26.08/windows/kdeconnect-kde-release_26.08-6590-windows-cl-msvc2022-x86_64.7z", + "hash": "f6386a3622edec73d819506c981ff7e540b0999d2911fc1bc4505f472ab7c4d0" } }, "bin": "bin\\kdeconnect-cli.exe", From d74d4ef4475466718840b9f46514e77a04090fd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 12:35:17 +0000 Subject: [PATCH 453/964] pscompletions: Update to version 7.5.0 --- bucket/pscompletions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pscompletions.json b/bucket/pscompletions.json index 59b6a600a28242..8a7b8928def73d 100644 --- a/bucket/pscompletions.json +++ b/bucket/pscompletions.json @@ -1,5 +1,5 @@ { - "version": "7.4.0", + "version": "7.5.0", "description": "A completion manager for a better and simpler tab-completion experience in PowerShell.", "homepage": "https://pscompletions.abgox.com/", "license": { @@ -10,8 +10,8 @@ "Use the module by running: 'Import-Module PSCompletions'.", "Add to $Profile to auto-import on startup." ], - "url": "https://cdn.powershellgallery.com/packages/pscompletions.7.4.0.nupkg", - "hash": "0ce79788561b89861eaa388a474dffe010d76df6ba6cb454accae7e812d3eb3f", + "url": "https://cdn.powershellgallery.com/packages/pscompletions.7.5.0.nupkg", + "hash": "bedf3f180fe7fb6b8126509a43e6fd0729cb15849da64a01ae7b4c5042936d5e", "pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content*.xml\" -Recurse", "psmodule": { "name": "PSCompletions" From c8606668086a6716ad1d5aa8403753fe06394228 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 12:35:17 +0000 Subject: [PATCH 454/964] qownnotes: Update to version 26.9.4 --- bucket/qownnotes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/qownnotes.json b/bucket/qownnotes.json index 18edd5e9c6ec6e..304289239ba1bc 100644 --- a/bucket/qownnotes.json +++ b/bucket/qownnotes.json @@ -1,12 +1,12 @@ { - "version": "26.9.3", + "version": "26.9.4", "description": "Plain-text notepad and todo-list manager with markdown support and Nextcloud / ownCloud integration", "homepage": "https://www.qownnotes.org/", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://github.com/pbek/QOwnNotes/releases/download/v26.9.3/QOwnNotes.zip", - "hash": "31af0bb18df64759dfd6ec874538e52df29ce0aae5268bd6c12f9299fde0d7d8" + "url": "https://github.com/pbek/QOwnNotes/releases/download/v26.9.4/QOwnNotes.zip", + "hash": "480d7920bb1710ec059857e4875924b6dd4125c428a42b6bd493df1ca995620a" } }, "shortcuts": [ From 015f95af057326f312a02d23b1c15fedcb1b5fa7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 12:35:18 +0000 Subject: [PATCH 455/964] smoothcsv: Update to version 3.25.0 --- bucket/smoothcsv.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/smoothcsv.json b/bucket/smoothcsv.json index 15c51ed37e2b4f..87d52766c67d3e 100644 --- a/bucket/smoothcsv.json +++ b/bucket/smoothcsv.json @@ -1,5 +1,5 @@ { - "version": "3.24.0", + "version": "3.25.0", "description": "A powerful and intuitive tool for editing CSV files.", "homepage": "https://smoothcsv.com/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/kohii/smoothcsv3/releases/download/v3.24.0/SmoothCSV_3.24.0_x64_portable.zip", - "hash": "3a66433453f893692420ff9de55fc5dc479efc524113f2a013b3392aa0dc647e" + "url": "https://github.com/kohii/smoothcsv3/releases/download/v3.25.0/SmoothCSV_3.25.0_x64_portable.zip", + "hash": "301e78c0ebb91b5fb803eb80f149f803cbf176f6c7c5be40b72a2b701db0fd11" }, "arm64": { - "url": "https://github.com/kohii/smoothcsv3/releases/download/v3.24.0/SmoothCSV_3.24.0_arm64_portable.zip", - "hash": "cb1d9247ecf71e3eb4c4cbe9aff731fe11716efe941e5d4bd032dc608af1f6e2" + "url": "https://github.com/kohii/smoothcsv3/releases/download/v3.25.0/SmoothCSV_3.25.0_arm64_portable.zip", + "hash": "b4d06a04eb3a92fd29d5d99bf0b9b9fad3f0cc985d92b1b530af8febaecd86f9" } }, "bin": "bin\\smoothcsv.exe", From 2def913f1b380f2074d33dcf51c6d943d13f53bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 12:35:18 +0000 Subject: [PATCH 456/964] snappy-driver-installer-origin: Update to version 2.0.4.887 --- bucket/snappy-driver-installer-origin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/snappy-driver-installer-origin.json b/bucket/snappy-driver-installer-origin.json index 438f967394f743..1053b2e45f8d1f 100644 --- a/bucket/snappy-driver-installer-origin.json +++ b/bucket/snappy-driver-installer-origin.json @@ -1,10 +1,10 @@ { - "version": "2.0.3.886", + "version": "2.0.4.887", "description": "Device drivers installer and updater", "homepage": "https://www.snappy-driver-installer.org", "license": "GPL-3.0-or-later", - "url": "https://www.glenn.delahoy.com/downloads/sdio/SDIO_2.0.3.886.zip", - "hash": "c769f99ff955eace45c0d61aeb592019571071559b209876f131977aff75142b", + "url": "https://www.glenn.delahoy.com/downloads/sdio/SDIO_2.0.4.887.zip", + "hash": "9d92cdd3bebf04d48e495b30277ae61ef2a61a67e1d164a6a241c1bc3a8a3d0b", "architecture": { "64bit": { "pre_install": [ From 01753fb4efcf10c20bc38f35f50214d1eaa1c65c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 12:35:19 +0000 Subject: [PATCH 457/964] super-productivity: Update to version 19.0.1 --- bucket/super-productivity.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/super-productivity.json b/bucket/super-productivity.json index f90e8a968aeba0..5afe0efdc137f0 100644 --- a/bucket/super-productivity.json +++ b/bucket/super-productivity.json @@ -1,20 +1,20 @@ { - "version": "18.21.2", + "version": "19.0.1", "description": "To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration", "homepage": "https://super-productivity.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/super-productivity/super-productivity/releases/download/v18.21.2/superProductivity-x64.exe#/dl.7z", - "hash": "5747b6ef61e94745dde4dcb143a08c026727bd641c005dead77b406bc51e3a4b", + "url": "https://github.com/super-productivity/super-productivity/releases/download/v19.0.1/superProductivity-x64.exe#/dl.7z", + "hash": "f7a7cc27eb13d0f4f8951914200dac67b35cf02022bd52b0f91b6ded23301a66", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Force -Recurse" ] }, "arm64": { - "url": "https://github.com/super-productivity/super-productivity/releases/download/v18.21.2/superProductivity-arm64.exe#/dl.7z", - "hash": "aaf867dc353b3a6255afe2cb8ee65146869328184d524e1f7cc5568ed13057cd", + "url": "https://github.com/super-productivity/super-productivity/releases/download/v19.0.1/superProductivity-arm64.exe#/dl.7z", + "hash": "f7a7cc27eb13d0f4f8951914200dac67b35cf02022bd52b0f91b6ded23301a66", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Force -Recurse" From b57f167922182c8078cc7bc701a568ffd6f167c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 12:35:19 +0000 Subject: [PATCH 458/964] wsl2-distro-manager: Update to version 2.1.0 --- bucket/wsl2-distro-manager.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wsl2-distro-manager.json b/bucket/wsl2-distro-manager.json index 047b113d6c4b17..5bdaa25e285e5a 100644 --- a/bucket/wsl2-distro-manager.json +++ b/bucket/wsl2-distro-manager.json @@ -1,12 +1,12 @@ { - "version": "2.0.4", + "version": "2.1.0", "description": "A quick way to manage your WSL instances with a GUI.", "homepage": "https://github.com/bostrot/wsl2-distro-manager", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/bostrot/wsl2-distro-manager/releases/download/v2.0.4/wsl2-distro-manager-v2.0.4.zip", - "hash": "32b712594a91717e1e0cb3da006e6ffd57158f8747721f0b153da504e6bea33c" + "url": "https://github.com/bostrot/wsl2-distro-manager/releases/download/v2.1.0/wsl2-distro-manager-v2.1.0.zip", + "hash": "d492eb491c2aad0bdc02de21e1336ef12e5d32e284f25a409ae6e37f34ff11ce" } }, "shortcuts": [ From 35da4eeb8cc0fecff02f40c8e97bfdfcaa5bf1b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 12:35:19 +0000 Subject: [PATCH 459/964] zedis: Update to version 0.10.0 --- bucket/zedis.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zedis.json b/bucket/zedis.json index 47767522f6650f..41bb5e89a62e29 100644 --- a/bucket/zedis.json +++ b/bucket/zedis.json @@ -1,16 +1,16 @@ { - "version": "0.9.0", + "version": "0.10.0", "description": "A blazing-fast, native Redis GUI built with Rust and GPUI.", "homepage": "https://github.com/vicanso/zedis", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/vicanso/zedis/releases/download/v0.9.0/zedis-windows-x86_64.zip", - "hash": "ed0154040d19fd7e9c67b9293ed7503f3b6b4f2d8e0941147b6747c5fd144ceb" + "url": "https://github.com/vicanso/zedis/releases/download/v0.10.0/zedis-windows-x86_64.zip", + "hash": "4930829b50c33ede4ab170e0284d9cdc73d19a4d2a81eb5ff860e3a61657152e" }, "arm64": { - "url": "https://github.com/vicanso/zedis/releases/download/v0.9.0/zedis-windows-aarch64.zip", - "hash": "72bf1272d8fd752a1e56fea3b97ba79b34eb6ff94ffa418650f7efb2bc5f63ae" + "url": "https://github.com/vicanso/zedis/releases/download/v0.10.0/zedis-windows-aarch64.zip", + "hash": "ddb8570a7ab511549b63efa519b9aa53f37e8829122e4e6283e4a593eec60b1f" } }, "shortcuts": [ From 68033b8b2c46cc9e365f8794d13620de9a4c3f3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 13:34:07 +0000 Subject: [PATCH 460/964] localsend@1.18.2: Fix hash (Closes #18733) --- bucket/localsend.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/localsend.json b/bucket/localsend.json index 6b7e2a3bb858f9..425be430404275 100644 --- a/bucket/localsend.json +++ b/bucket/localsend.json @@ -6,11 +6,11 @@ "architecture": { "64bit": { "url": "https://github.com/localsend/localsend/releases/download/v1.18.2/LocalSend-1.18.2-windows-x86-64.zip", - "hash": "1b1206a18250646882340ae35be1b315be88a83a431db727c267575a582bbd8e" + "hash": "737aab1829d901e1d798cddd1e5fdc06ba9dfcc9ea50cfe3805e047005d5e71a" }, "arm64": { "url": "https://github.com/localsend/localsend/releases/download/v1.18.2/LocalSend-1.18.2-windows-arm-64.zip", - "hash": "78ca441ad3eeecf613d3d786231ac7750512fee7ca3f15c2225a6d4bde34199d" + "hash": "e441259257f24557e1b21f15783af106b70229e36e789a2525b6726841fb7bc1" } }, "bin": [ From fe056e282fe84833db4d67aa5af4ee39c74fae98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 16:28:19 +0000 Subject: [PATCH 461/964] chromium: Update to version 153.0.8010.37-r1681091 --- bucket/chromium.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/chromium.json b/bucket/chromium.json index 5f35fdf222effe..e3497f69a63e2c 100644 --- a/bucket/chromium.json +++ b/bucket/chromium.json @@ -1,13 +1,13 @@ { "##": "Check chromium.woolyss.com for different versions of Chromium releases.", - "version": "152.0.7977.83-r1669021", + "version": "153.0.8010.37-r1681091", "description": "Browser aiming for safer, faster, and more stable way for all users to experience the web.", "homepage": "https://www.chromium.org", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/Hibbiki/chromium-win64/releases/download/v152.0.7977.83-r1669021/chrome.7z", - "hash": "sha1:d1f850200e376c651c1fc5c33ed0db918492055f" + "url": "https://github.com/Hibbiki/chromium-win64/releases/download/v153.0.8010.37-r1681091/chrome.7z", + "hash": "sha1:0930a492cdd494e2f3244e368350137199a53516" } }, "extract_dir": "Chrome-bin", From 223d0454f888a20134e26939422dd31bfa8cb732 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 16:28:20 +0000 Subject: [PATCH 462/964] electrum: Update to version 4.8.2 --- bucket/electrum.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/electrum.json b/bucket/electrum.json index 0f5a6687f79fc4..1e673e6116058e 100644 --- a/bucket/electrum.json +++ b/bucket/electrum.json @@ -1,10 +1,10 @@ { - "version": "4.8.1", + "version": "4.8.2", "description": "A Bitcoin SPV Wallet", "homepage": "https://electrum.org", "license": "MIT", - "url": "https://download.electrum.org/4.8.1/electrum-4.8.1-portable.exe#/electrum.exe", - "hash": "52d2e89d502338e6daeb868be976df60fd6087fb2e7e55634c1ac390d0e191c9", + "url": "https://download.electrum.org/4.8.2/electrum-4.8.2-portable.exe#/electrum.exe", + "hash": "1037fe49bbd00e7ec427fe8bc7cd6e76721573c80d6f23f560a293a606b2e9a1", "pre_install": [ "if (!(Test-Path \"$persist_dir\\electrum_data\\config\")) {", " ensure \"$dir\\electrum_data\" | Out-Null", From 6f7f64ac4518a8441aa30e33e76456a8289bb469 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 16:28:20 +0000 Subject: [PATCH 463/964] fancontrol: Update to version 276 --- bucket/fancontrol.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/fancontrol.json b/bucket/fancontrol.json index 381fed49067bbc..c986d3deabd854 100644 --- a/bucket/fancontrol.json +++ b/bucket/fancontrol.json @@ -1,5 +1,5 @@ { - "version": "275", + "version": "276", "description": "A highly customizable fan controlling software for Windows", "homepage": "https://getfancontrol.com/", "license": "Freeware", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Rem0o/FanControl.Releases/releases/download/V275/FanControl_275_net_10_0.zip", - "hash": "369445d877944e0469b1ae323b09e256672f31fa9969d8787ebf194d5ac7c030" + "url": "https://github.com/Rem0o/FanControl.Releases/releases/download/V276/FanControl_276_net_10_0.zip", + "hash": "a101f86c5dc7c25833aaf03d582c112c8018b21be428912b34e24319b4c86e74" } }, "shortcuts": [ From 3032607a06746cb1a87aeab965918eff21625e1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 16:28:20 +0000 Subject: [PATCH 464/964] ldplayer: Update to version 14.0.25.2 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index fb6064754eb039..2634f51d1b2e89 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.1", + "version": "14.0.25.2", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", - "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", + "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 3392d97232ed1c409a92b5aa456e249cb98b3f7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 16:28:20 +0000 Subject: [PATCH 465/964] lunatranslator: Update to version 10.17.1.2 --- bucket/lunatranslator.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lunatranslator.json b/bucket/lunatranslator.json index c109655821027e..90e46bae93ea1f 100644 --- a/bucket/lunatranslator.json +++ b/bucket/lunatranslator.json @@ -1,17 +1,17 @@ { - "version": "10.17.1.1", + "version": "10.17.1.2", "description": "A Visual Novel translation tool, with HOOK / OCR / clipboard support", "homepage": "https://github.com/HIllya51/LunaTranslator", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.1/LunaTranslator_x64.zip", - "hash": "3351d9d3514ca13ce0e286f619d21ad389ecfff462ad5a4cfd7aed52dba30576", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.2/LunaTranslator_x64.zip", + "hash": "826f76a2ac2de68dccbcc2d5dd8454980aae10428784a086ddc72dc14438642e", "extract_dir": "LunaTranslator_x64" }, "32bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.1/LunaTranslator_x86_win7.zip", - "hash": "fa6e1f96c22d39670c0348771a625a29f5af558af06b62c6e93a8bf979bd0ac5", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.2/LunaTranslator_x86_win7.zip", + "hash": "2ab3f99ca795fba283c9566480026c0530b0aadb6785a91666bdd39837ff0b05", "extract_dir": "LunaTranslator_x86_win7" } }, From 0d844700fc5177274599978aab1e241468f45f2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 16:28:21 +0000 Subject: [PATCH 466/964] mpv-git: Update to version 202609121246 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index 8522e5731e8ca2..ea6a989a79e7f8 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609111243", + "version": "202609121246", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-11-14f2d48cbc/mpv-x86_64-20260911-git-14f2d48cbc.7z", - "hash": "031b7a48bbe28b2394d0bfd095e8544bc79ded63fb06b56425833a3ccf30542a" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-12-14f2d48cbc/mpv-x86_64-20260912-git-14f2d48cbc.7z", + "hash": "2fcadc1fb2d8300b9a2c960db25da1b455d7c55b057138da4f9938c354f4b624" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-11-14f2d48cbc/mpv-aarch64-20260911-git-14f2d48cbc.7z", - "hash": "9fb78235bce3f4bbb9fd43df461a4f7a42e98525428e135b20ac6ca7c698ab6f" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-12-14f2d48cbc/mpv-aarch64-20260912-git-14f2d48cbc.7z", + "hash": "5aceb8c5385a1ecc86b64e0820f330287f7a9b2a9da10cac16b54ba37c8e0f24" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From ab17f4904b1510add95b759b6203946d3a32a153 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 16:28:21 +0000 Subject: [PATCH 467/964] mrrss: Update to version 1.3.34 --- bucket/mrrss.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mrrss.json b/bucket/mrrss.json index cf00719fa0c3bc..d60da7e9e85327 100644 --- a/bucket/mrrss.json +++ b/bucket/mrrss.json @@ -1,16 +1,16 @@ { - "version": "1.3.33", + "version": "1.3.34", "description": "A modern, cross-platform desktop RSS reader.", "homepage": "https://github.com/WCY-dt/MrRSS", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.33/MrRSS-1.3.33-windows-amd64-portable.zip", - "hash": "74d67c90f0eacfb9ffec70e11ea76120c40f9e94a3f94d7b9fd3e60ac1039a24" + "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.34/MrRSS-1.3.34-windows-amd64-portable.zip", + "hash": "69b64e7e5bc5c0594a56e289740d9eb70cb8cd0278278793dfe73674d822f340" }, "arm64": { - "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.33/MrRSS-1.3.33-windows-arm64-portable.zip", - "hash": "ac20c804a90ff5d3fca39a009088bdb08a6e9bee9fffb5b9e535998589f1fd7c" + "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.34/MrRSS-1.3.34-windows-arm64-portable.zip", + "hash": "1e0e8e2b9979da371f5148cbb9e51db68ee8cec14a4335eeaebc3a9eea06e29e" } }, "shortcuts": [ From 5a56c83d08ce3c23aaa6055b57a32609bf7a7b81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 16:28:21 +0000 Subject: [PATCH 468/964] picview: Update to version 5.1.0 --- bucket/picview.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/picview.json b/bucket/picview.json index 39f23950861e8d..1b5989300cd329 100644 --- a/bucket/picview.json +++ b/bucket/picview.json @@ -1,18 +1,18 @@ { - "version": "5.0.6", + "version": "5.1.0", "description": "A fast, free and fully customizable image viewer for Windows 10 and 11", "homepage": "https://picview.org", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/Ruben2776/PicView/releases/download/5.0.6/PicView-v5.0.6-win-x64.zip", - "hash": "ddbbc4f0283363565787835eb58b46d1eefdc8cdaf1e3529f669b099653aa5c3", - "extract_dir": "PicView-v5.0.6-win-x64" + "url": "https://github.com/Ruben2776/PicView/releases/download/5.1.0/PicView-v5.1.0-win-x64.zip", + "hash": "f93de82236185bd803b78850befe9b0d4ce560b7cdb1ead54c70f95981befd8b", + "extract_dir": "PicView-v5.1.0-win-x64" }, "arm64": { - "url": "https://github.com/Ruben2776/PicView/releases/download/5.0.6/PicView-v5.0.6-win-arm64.zip", - "hash": "de0bce4f556d8e63a6119b90201266236bd8518a259869cca5d1dabd5ffaabc6", - "extract_dir": "PicView-v5.0.6-win-arm64" + "url": "https://github.com/Ruben2776/PicView/releases/download/5.1.0/PicView-v5.1.0-win-arm64.zip", + "hash": "494b21af610f4a465b9cecf816a0fcb7143906c8c6e0f0a891b32583a622076a", + "extract_dir": "PicView-v5.1.0-win-arm64" } }, "post_install": [ From 4f7c4e43af65bba94d70f4aac18761c01ea8e0e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 16:28:22 +0000 Subject: [PATCH 469/964] tinta: Update to version 3.7.1 --- bucket/tinta.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinta.json b/bucket/tinta.json index d09291c051e20b..2d3d014f65f513 100644 --- a/bucket/tinta.json +++ b/bucket/tinta.json @@ -1,12 +1,12 @@ { - "version": "3.7.0", + "version": "3.7.1", "description": "Fast, lightweight Markdown and Mermaid viewer.", "homepage": "https://tinta.cc", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/oipoistar/tinta/releases/download/v3.7.0/tinta.exe", - "hash": "03d50b72e8d4dd3eceb1340fb1a0781c2ecded4d25eb38304f4d4fa9c92e6990" + "url": "https://github.com/oipoistar/tinta/releases/download/v3.7.1/tinta.exe", + "hash": "0f9966ac1c9a13775d7540a8cd353d4a1dcf93f3828d9cad0e866072d1345c2d" } }, "bin": "tinta.exe", From 3c0be4d4e08fc95d478a71bf771573f174039721 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 16:28:22 +0000 Subject: [PATCH 470/964] tinynvidiaupdatechecker: Update to version 1.26.2 --- bucket/tinynvidiaupdatechecker.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinynvidiaupdatechecker.json b/bucket/tinynvidiaupdatechecker.json index 25ee7bfce44bef..7c33cedc93bc29 100644 --- a/bucket/tinynvidiaupdatechecker.json +++ b/bucket/tinynvidiaupdatechecker.json @@ -1,13 +1,13 @@ { - "version": "1.26.1", + "version": "1.26.2", "description": "NVIDIA GPU driver updater", "homepage": "https://github.com/HawaiiBeach/TinyNvidiaUpdateChecker", "license": "GPL-3.0-or-later", "suggest": { ".NET Desktop Runtime 8.0": "versions/windowsdesktop-runtime-8.0" }, - "url": "https://github.com/HawaiiBeach/TinyNvidiaUpdateChecker/releases/download/v1.26.1/TinyNvidiaUpdateChecker.exe", - "hash": "b252854cfc33450bd618c4ef7b4d856fb44c95c11232760b1f1dd38f80647427", + "url": "https://github.com/HawaiiBeach/TinyNvidiaUpdateChecker/releases/download/v1.26.2/TinyNvidiaUpdateChecker.exe", + "hash": "28802a854279dfd005720b8af57b51107040c7f2212c6202ef1670d0e686b7f9", "bin": "TinyNvidiaUpdateChecker.exe", "shortcuts": [ [ From 64e7a406517eee04dab6ad8b7f4f1e26b4732da4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 16:28:22 +0000 Subject: [PATCH 471/964] treesheets: Update to version 3350 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index 1bdc8041eb8f5f..cacfbc854e060f 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3346", + "version": "3350", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3346/TreeSheets-3346-winx64.zip", - "hash": "368026e9c405b05296b109a100d441f2b7c473c0c71747ec905401ceb82a0680", - "extract_dir": "TreeSheets-3346-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3350/TreeSheets-3350-winx64.zip", + "hash": "6a97cfcf51fce00e5c43ea6a4267db3662c654d6798d268bf8e601a825b2ac01", + "extract_dir": "TreeSheets-3350-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3346/TreeSheets-3346-winarm64.zip", - "hash": "c359aa7a0cb1068008ab79fcd7017c2d30985a4ab1fad14b401ea20852e960ae", - "extract_dir": "TreeSheets-3346-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3350/TreeSheets-3350-winarm64.zip", + "hash": "efedda5eb23b0622ab79634feaffb3fe8581ecae322267f623799d4707ce3c3a", + "extract_dir": "TreeSheets-3350-winarm64" } }, "pre_install": [ From cdac0b08bf6cfb13366d72a48021d55295451617 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 16:28:23 +0000 Subject: [PATCH 472/964] waterfox: Update to version 6.7.3 --- bucket/waterfox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/waterfox.json b/bucket/waterfox.json index 4ede630826ba86..00edddb647c48c 100644 --- a/bucket/waterfox.json +++ b/bucket/waterfox.json @@ -1,5 +1,5 @@ { - "version": "6.7.2", + "version": "6.7.3", "description": "The 100% fresh, free-range, ethical browser", "homepage": "https://www.waterfox.net", "license": "MPL-2.0", @@ -12,8 +12,8 @@ ], "architecture": { "64bit": { - "url": "https://cdn1.waterfox.net/waterfox/releases/6.7.2/WINNT_x86_64/Waterfox%20Setup%206.7.2.exe#/dl.7z", - "hash": "sha512:a22494295ba3a23daf9fda047592b21ad72d75690b4877a521368edf196a5a1a7804e3a621df219b9e5df7e8c77ecf1c5d8f4968f18efa7eadebafd1af6ed45a" + "url": "https://cdn1.waterfox.net/waterfox/releases/6.7.3/WINNT_x86_64/Waterfox%20Setup%206.7.3.exe#/dl.7z", + "hash": "sha512:04f6a14b8dd5383512f8660911223baa830105ae9b6a5cee2217fae27784f5d7ed1953c5cd47aaa4306b79b723c3db9f9ccedb4973835a11df3cf0c801c54da7" } }, "extract_dir": "core", From a7ef9fb2830bed8cbb2b5ff4d8f304fa23f6f588 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 16:28:23 +0000 Subject: [PATCH 473/964] zen-browser: Update to version 1.22.1b --- bucket/zen-browser.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zen-browser.json b/bucket/zen-browser.json index bceef16ad9f0dd..688ed5c10f5767 100644 --- a/bucket/zen-browser.json +++ b/bucket/zen-browser.json @@ -1,5 +1,5 @@ { - "version": "1.22b", + "version": "1.22.1b", "description": "A open-source browser based on the Firefox engine", "homepage": "https://www.zen-browser.app/", "license": "MPL-2.0", @@ -11,12 +11,12 @@ ], "architecture": { "64bit": { - "url": "https://github.com/zen-browser/desktop/releases/download/1.22b/zen.installer.exe#/dl.7z", - "hash": "7b9b6c789d4a670f2b78ae69864b87366cb3bb859e6f51fe5eafd076f5f37e1c" + "url": "https://github.com/zen-browser/desktop/releases/download/1.22.1b/zen.installer.exe#/dl.7z", + "hash": "5e648caa0b1fb6e6bbb0b5a6162209788c45804d4c51ad8db9c434fd88622e24" }, "arm64": { - "url": "https://github.com/zen-browser/desktop/releases/download/1.22b/zen.installer-arm64.exe#/dl.7z", - "hash": "273d6ed85e1c989228d5c20d835c70c4d076ca70f92ef08e67bcb45eb028b938" + "url": "https://github.com/zen-browser/desktop/releases/download/1.22.1b/zen.installer-arm64.exe#/dl.7z", + "hash": "30d96345ee21bd8a14e3a93f2707eb2d6656265e2fa3c05e0262d41224656c3f" } }, "post_install": [ From dbdb20fab515682bfd404d58d914e5501a2c82ec Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Sat, 12 Sep 2026 17:04:42 +0000 Subject: [PATCH 474/964] postman@12.27.7: Add arm64 support (#18734) --- bucket/postman.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bucket/postman.json b/bucket/postman.json index f71dd8f048f36f..84601f630550cf 100644 --- a/bucket/postman.json +++ b/bucket/postman.json @@ -1,4 +1,5 @@ { + "##": "Please keep .exe instead of the .nupkg. The Update.exe extracted from .exe is needed to convert the persistent data to the latest version (#10938).", "version": "12.27.7", "description": "Complete API development environment.", "homepage": "https://www.getpostman.com/", @@ -10,6 +11,10 @@ "64bit": { "url": "https://dl.pstmn.io/download/12.27.7/Postman%20v12.27.7%20(x64).exe#/dl.7z", "hash": "sha1:20eb552e1748aaf7fa59f69c95979dd7e7f37461" + }, + "arm64": { + "url": "https://dl.pstmn.io/download/12.27.7/Postman%20v12.27.7%20(arm64).exe#/dl.7z", + "hash": "sha1:1208721182857c6fd9ce6187e80b4b82ff57029d" } }, "installer": { @@ -36,6 +41,13 @@ "url": "https://dl.pstmn.io/RELEASES?platform=win64&from=$version", "regex": "(?sm)$basename.*?$sha1" } + }, + "arm64": { + "url": "https://dl.pstmn.io/download/$version/Postman%20v$version%20(arm64).exe#/dl.7z", + "hash": { + "url": "https://dl.pstmn.io/RELEASES?platform=winarm64&from=$version", + "regex": "(?sm)$basename.*?$sha1" + } } } } From 627fffd361288fc61a99c293b19d3b94918f9cec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 17:22:03 +0000 Subject: [PATCH 475/964] imagine@2.7.0: Fix hash (Closes #18736) --- bucket/imagine.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/imagine.json b/bucket/imagine.json index c1e065c6910b2f..02c24a40711e9d 100644 --- a/bucket/imagine.json +++ b/bucket/imagine.json @@ -10,7 +10,7 @@ "architecture": { "64bit": { "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=x64&unicode=1&full=0&setup=0&version=2.7.0#/dl.zip", - "hash": "e814154d07c5a200e07f3fe26a4a286a351254b3e9508462212dafe885b5d000", + "hash": "8b905a0090eb94e9e0a82efea4f9917252a8e1b50d63ff580083dcfc0eb9e5d8", "bin": [ "Imagine64.exe", [ @@ -27,7 +27,7 @@ }, "32bit": { "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=x86&unicode=1&full=0&setup=0&version=2.7.0#/dl.zip", - "hash": "6ea312086c3ae47bea785ff812d6fc5a02441ba9b663ebc0c8a69f5ff612843f", + "hash": "28ad81ecddda2031c2962b25da8d96f2a17c864071c250bfdb1bd05965e3b7ac", "bin": "Imagine.exe", "shortcuts": [ [ @@ -38,7 +38,7 @@ }, "arm64": { "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=arm64&unicode=1&full=0&setup=0&version=2.7.0#/dl.zip", - "hash": "a2479216550d644f96164882880ca73dbdf1a1dc7ba595f45dc16491f860cad0", + "hash": "e3d1bc279f075469c17067846c280384614287be9ff7034c98a8a31e725cec94", "bin": [ "ImagineA64.exe", [ From 452c2f04af971ae8127471e0947abbdf0e3d6448 Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Sat, 12 Sep 2026 17:35:26 +0000 Subject: [PATCH 476/964] workbuddy: Add version 5.5.2.37849279 (#18735) --- bucket/workbuddy.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bucket/workbuddy.json diff --git a/bucket/workbuddy.json b/bucket/workbuddy.json new file mode 100644 index 00000000000000..874978151dae80 --- /dev/null +++ b/bucket/workbuddy.json @@ -0,0 +1,38 @@ +{ + "version": "5.5.2.37849279", + "description": "A full-scenario AI workbench from Tencent.", + "homepage": "https://www.workbuddy.ai", + "license": { + "identifier": "Proprietary", + "url": "https://www.workbuddy.ai/document/term" + }, + "architecture": { + "64bit": { + "url": "https://codebuddy-1328495429.cos.accelerate.myqcloud.com/workbuddy/saas/win32-x64-user/WorkBuddy-win32-x64-user-5.5.2.37849279-910352f0.exe#/dl.7z", + "hash": "19b107bdccb918d49e84cfc3407ced578439a1643a7714a493da7d88b9fd786b" + } + }, + "installer": { + "script": [ + "Get-Item \"$dir\\`$PLUGINSDIR\\app*.7z\" | Select-Object -First 1 | Expand-7zipArchive -DestinationPath $dir", + "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Force -Recurse -ErrorAction Ignore" + ] + }, + "shortcuts": [ + [ + "WorkBuddyAI.exe", + "WorkBuddyAI" + ] + ], + "checkver": { + "url": "https://www.workbuddy.ai/v2/update?platform=workbuddy-win32-x64-user", + "regex": "WorkBuddy-win32-x64-user-(?\\d+(?:\\.\\d+)+)-(?[0-9a-f]+).exe" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://codebuddy-1328495429.cos.accelerate.myqcloud.com/workbuddy/saas/win32-x64-user/WorkBuddy-win32-x64-user-$version-$matchSha.exe#/dl.7z" + } + } + } +} From 7fd0ffcd9692846b1c9d47b0edac26f2f8c868c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 20:28:48 +0000 Subject: [PATCH 477/964] clementine: Update to version 1.4.1-139 --- bucket/clementine.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/clementine.json b/bucket/clementine.json index 1052d23b643165..94f15367e57052 100644 --- a/bucket/clementine.json +++ b/bucket/clementine.json @@ -1,10 +1,10 @@ { - "version": "1.4.1-138", + "version": "1.4.1-139", "description": "A modern music player and library organizer.", "homepage": "https://www.clementine-player.org/", "license": "GPL-3.0-only", - "url": "https://github.com/clementine-player/Clementine/releases/download/1.4.1-138-g2edad2bfa/ClementineSetup-1.4.1-138-g2edad2bfa.exe#/dl.7z", - "hash": "ca93835d023f2c4577750742cdbd4827529610c0ce28cc9ad4c8f9e358f9edec", + "url": "https://github.com/clementine-player/Clementine/releases/download/1.4.1-139-g54185eba7/ClementineSetup-1.4.1-139-g54185eba7.exe#/dl.7z", + "hash": "808c57840addee9b37eb2fcd16f2026833170eca6a3a0960d14246068246e4c9", "bin": "clementine.exe", "shortcuts": [ [ From 935d417f6175ab6103d2338bdf1466b5db5332f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 20:28:48 +0000 Subject: [PATCH 478/964] cockpit-tools: Update to version 1.3.50 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index 9881cbb306a62e..cd5b8b31816390 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.49", + "version": "1.3.50", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.49/Cockpit.Tools_1.3.49_x64_en-US.msi", - "hash": "1c14830ecbfb5a7ad25a1eb6366d985a71e4dbc223d5b8174b384fcd2046b02e" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.50/Cockpit.Tools_1.3.50_x64_en-US.msi", + "hash": "a7110f063ab28a2483ac0a6e787c5e0f485e83e660fcdd02ee7fdb6b1ab786a8" } }, "extract_dir": "PFiles\\Cockpit Tools", From b19ca73c957492af824b827187282f2f68f407e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 20:28:48 +0000 Subject: [PATCH 479/964] gpxsee: Update to version 16.15 --- bucket/gpxsee.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gpxsee.json b/bucket/gpxsee.json index 8fc58be9a8cf78..beaf1c9d4ec939 100644 --- a/bucket/gpxsee.json +++ b/bucket/gpxsee.json @@ -1,12 +1,12 @@ { - "version": "16.14", + "version": "16.15", "description": "GPS log file viewer and analyzer with support for GPX, TCX, KML, FIT, IGC, NMEA, SLF, SML, LOC, GPI, GeoJSON and OziExplorer files", "homepage": "https://www.gpxsee.org/", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/gpxsee/Windows/GPXSee-16.14_x64.exe#/dl.7z", - "hash": "sha1:6e4db8e6d8f0d5103214a52867ceff139303b6fa" + "url": "https://downloads.sourceforge.net/project/gpxsee/Windows/GPXSee-16.15_x64.exe#/dl.7z", + "hash": "sha1:81da350fc1c99de3129c6c68c1aea2129ea47a0f" } }, "shortcuts": [ From 0a1316b933f3f7cbdc86eb97f70268d7fcb32ac2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 20:28:49 +0000 Subject: [PATCH 480/964] ldplayer: Update to version 14.0.25.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index 2634f51d1b2e89..fb6064754eb039 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.2", + "version": "14.0.25.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", - "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", + "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From cd9f59db464893f3c141e46951135e0d169760f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 20:28:49 +0000 Subject: [PATCH 481/964] markdown-monster: Update to version 4.5.2 --- bucket/markdown-monster.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/markdown-monster.json b/bucket/markdown-monster.json index 165c40ee030112..a6ca5e2d630260 100644 --- a/bucket/markdown-monster.json +++ b/bucket/markdown-monster.json @@ -1,5 +1,5 @@ { - "version": "4.5.1.1", + "version": "4.5.2", "description": "Markdown editing and weblog publishing tool", "homepage": "https://markdownmonster.west-wind.com", "license": { @@ -7,7 +7,7 @@ "url": "https://markdownmonster.west-wind.com/purchase.aspx#License" }, "url": "https://github.com/RickStrahl/MarkdownMonsterReleases/raw/master/CurrentRelease/MarkdownMonsterPortable.zip", - "hash": "1d1db8d7a431c906fd6e9b798eea5ac41ebf937369bae3ec00d81fd6f379ef34", + "hash": "96f1fec858be4f3da473289e245c7dacc294047660eca3b62ac77286d1967701", "bin": "mmcli.exe", "shortcuts": [ [ From e7cc66a9ee820052fa1f2c97a6d23148318447c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 20:28:50 +0000 Subject: [PATCH 482/964] nexus-repository-oss: Update to version 3.96.1-01 --- bucket/nexus-repository-oss.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nexus-repository-oss.json b/bucket/nexus-repository-oss.json index 89e687f5e45772..ea09831dd8f933 100644 --- a/bucket/nexus-repository-oss.json +++ b/bucket/nexus-repository-oss.json @@ -1,5 +1,5 @@ { - "version": "3.96.0-09", + "version": "3.96.1-01", "description": "The free artifact repository with universal format support", "homepage": "https://www.sonatype.com/products/repository-oss", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://download.sonatype.com/nexus/3/nexus-3.96.0-09-win-x86_64.zip", - "hash": "e563435a759affcc90d091d06440e7df29203ac6f2262424b94ed95471e8074a" + "url": "https://download.sonatype.com/nexus/3/nexus-3.96.1-01-win-x86_64.zip", + "hash": "8e5162a416da6959cdf156fa1e33c13800fe64d08eba9642f0005369bb0b8d23" } }, "pre_install": "Get-Item \"$dir\\nexus-*\" | Rename-Item -NewName 'nexus'", From a1351f3ebb03633b336e56b4040c0258dca5aab0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 20:28:50 +0000 Subject: [PATCH 483/964] treesheets: Update to version 3351 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index cacfbc854e060f..5b68245297e8f4 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3350", + "version": "3351", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3350/TreeSheets-3350-winx64.zip", - "hash": "6a97cfcf51fce00e5c43ea6a4267db3662c654d6798d268bf8e601a825b2ac01", - "extract_dir": "TreeSheets-3350-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3351/TreeSheets-3351-winx64.zip", + "hash": "f10b74a5662d7249f1a1e956c7110b586a6fda64db483266f56276fe62a9b930", + "extract_dir": "TreeSheets-3351-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3350/TreeSheets-3350-winarm64.zip", - "hash": "efedda5eb23b0622ab79634feaffb3fe8581ecae322267f623799d4707ce3c3a", - "extract_dir": "TreeSheets-3350-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3351/TreeSheets-3351-winarm64.zip", + "hash": "3d5f7b7f5e5cc4588a029d84d81489d8dfee82c1c79cd19b208a341f123019d5", + "extract_dir": "TreeSheets-3351-winarm64" } }, "pre_install": [ From 259ee1459c4a962b4b113b4c9811130a675b8867 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 20:28:50 +0000 Subject: [PATCH 484/964] xpipe: Update to version 24.2.1 --- bucket/xpipe.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/xpipe.json b/bucket/xpipe.json index 4993a052a4523d..3063999f371b5a 100644 --- a/bucket/xpipe.json +++ b/bucket/xpipe.json @@ -1,19 +1,19 @@ { - "version": "24.2", + "version": "24.2.1", "description": "A connection hub and remote file manager to access your entire server infrastructure from your local desktop", "homepage": "https://xpipe.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/xpipe-io/xpipe/releases/download/24.2/xpipe-portable-windows-x86_64.zip", - "hash": "5c7c41f2a10e70d747846aef8e651fbc29b7fc18e9d9c13804bf97b87d299758" + "url": "https://github.com/xpipe-io/xpipe/releases/download/24.2.1/xpipe-portable-windows-x86_64.zip", + "hash": "c93c394ab79b44f72a83d6f7c5b979a2ba523b38b08ea173f6ab29d48e3e14d8" }, "arm64": { - "url": "https://github.com/xpipe-io/xpipe/releases/download/24.2/xpipe-portable-windows-arm64.zip", - "hash": "163311b810b9a03705fe7e26ccfad60e13dc3db6d6ecb881a162d44cf3ff93ec" + "url": "https://github.com/xpipe-io/xpipe/releases/download/24.2.1/xpipe-portable-windows-arm64.zip", + "hash": "c3948551004d5024f98f5d5f86fa88c6a6cc31a80a039f0eb5b9330777a69e90" } }, - "extract_dir": "xpipe-24.2", + "extract_dir": "xpipe-24.2.1", "bin": "xpipe.exe", "shortcuts": [ [ From 76ed2b9818afc06643378ad51c8a78d403c13943 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 01:08:28 +0000 Subject: [PATCH 485/964] github-copilot: Update to version 1.1.20 --- bucket/github-copilot.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/github-copilot.json b/bucket/github-copilot.json index 7c61db7535f346..6a18f0323719ff 100644 --- a/bucket/github-copilot.json +++ b/bucket/github-copilot.json @@ -1,5 +1,5 @@ { - "version": "1.1.19", + "version": "1.1.20", "description": "GitHub Copilot, an agent-native desktop development environment.", "homepage": "https://github.com/github/app", "license": { @@ -9,12 +9,12 @@ "notes": "Requires an active GitHub Copilot subscription (Pro, Pro+, Business, or Enterprise) and Git installed.", "architecture": { "64bit": { - "url": "https://github.com/github/app/releases/download/v1.1.19/GitHub-Copilot-windows-x64.msi", - "hash": "c03bd6f4f795ad04492706ef16db89face676bbc0f470d84834e9ba9b3819a73" + "url": "https://github.com/github/app/releases/download/v1.1.20/GitHub-Copilot-windows-x64.msi", + "hash": "21ea0f39b6bd09cd5fe4e88586f4ca203d388214d0239712eee1feb9f0a34469" }, "arm64": { - "url": "https://github.com/github/app/releases/download/v1.1.19/GitHub-Copilot-windows-arm64.msi", - "hash": "7e8ad6e3c9d0df258c4f4dcb593a43afc9cbf07bf6da4a7078e17b1152b111d5" + "url": "https://github.com/github/app/releases/download/v1.1.20/GitHub-Copilot-windows-arm64.msi", + "hash": "d8efa22bf2dc00740a1ee2518d633f6dcc53c4534590f638a5fd3e9820e81da5" } }, "extract_dir": "PFiles\\GitHub Copilot", From 2e42e0aba0cb190c92890f54a8c50ab8f325e85d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 01:08:29 +0000 Subject: [PATCH 486/964] qownnotes: Update to version 26.9.5 --- bucket/qownnotes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/qownnotes.json b/bucket/qownnotes.json index 304289239ba1bc..9c37252dfdf373 100644 --- a/bucket/qownnotes.json +++ b/bucket/qownnotes.json @@ -1,12 +1,12 @@ { - "version": "26.9.4", + "version": "26.9.5", "description": "Plain-text notepad and todo-list manager with markdown support and Nextcloud / ownCloud integration", "homepage": "https://www.qownnotes.org/", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://github.com/pbek/QOwnNotes/releases/download/v26.9.4/QOwnNotes.zip", - "hash": "480d7920bb1710ec059857e4875924b6dd4125c428a42b6bd493df1ca995620a" + "url": "https://github.com/pbek/QOwnNotes/releases/download/v26.9.5/QOwnNotes.zip", + "hash": "5abfbec21c315867007f7f86dab1e198c2be46f37f63cae31d29066f69a79e6f" } }, "shortcuts": [ From 80f59ea453b6a90244b3907c0e8193af873cf701 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 01:08:29 +0000 Subject: [PATCH 487/964] single-file-cli: Update to version 2.11.2 --- bucket/single-file-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/single-file-cli.json b/bucket/single-file-cli.json index b067e8716c97cd..3710c7eaaa15b2 100644 --- a/bucket/single-file-cli.json +++ b/bucket/single-file-cli.json @@ -1,12 +1,12 @@ { - "version": "2.11.1", + "version": "2.11.2", "description": "A command-line tool that allows you to save a web page with all its resources in a single HTML file.", "homepage": "https://github.com/gildas-lormeau/single-file-cli", "license": "AGPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.11.1/single-file.exe", - "hash": "114c15be1072557c80aab3317617471af7d98568c8ec391ab6483d3750b1485f" + "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.11.2/single-file.exe", + "hash": "cad86b9d6bd8c8ada67e1111cde1baf916e00518c8c7404ca8abc73f2674f5ae" } }, "bin": "single-file.exe", From 106929d43084883bf1ddd3cd4262b4077e8dcfc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 01:08:29 +0000 Subject: [PATCH 488/964] treesheets: Update to version 3353 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index 5b68245297e8f4..242edeada3f617 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3351", + "version": "3353", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3351/TreeSheets-3351-winx64.zip", - "hash": "f10b74a5662d7249f1a1e956c7110b586a6fda64db483266f56276fe62a9b930", - "extract_dir": "TreeSheets-3351-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3353/TreeSheets-3353-winx64.zip", + "hash": "0731e7132ed605cda111061c55d5a200e3a154944539a5047e372631f977b4e9", + "extract_dir": "TreeSheets-3353-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3351/TreeSheets-3351-winarm64.zip", - "hash": "3d5f7b7f5e5cc4588a029d84d81489d8dfee82c1c79cd19b208a341f123019d5", - "extract_dir": "TreeSheets-3351-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3353/TreeSheets-3353-winarm64.zip", + "hash": "df2509c73a8bf533542b157195bccab21647b9b9ba738045d23057e8eae925e0", + "extract_dir": "TreeSheets-3353-winarm64" } }, "pre_install": [ From 4385d01eeba083d331382fcd25fd5eb407c6ecb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 04:33:13 +0000 Subject: [PATCH 489/964] ldplayer: Update to version 14.0.25.2 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index fb6064754eb039..2634f51d1b2e89 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.1", + "version": "14.0.25.2", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", - "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", + "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 548982f988b40baee73a0656ba8251ed64a10796 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 04:33:13 +0000 Subject: [PATCH 490/964] mailspring: Update to version 1.24.0 --- bucket/mailspring.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mailspring.json b/bucket/mailspring.json index 23056c332a3e60..5cf9f65a4b5aa8 100644 --- a/bucket/mailspring.json +++ b/bucket/mailspring.json @@ -1,10 +1,10 @@ { - "version": "1.23.0", + "version": "1.24.0", "description": "Extensible email app with open tracking, link click tracking, contacts enrichment data and more", "homepage": "https://getmailspring.com/", "license": "GPL-3.0-only", - "url": "https://github.com/Foundry376/Mailspring/releases/download/1.23.0/Mailspring-1.23.0-full.nupkg", - "hash": "sha1:88efc433326d5bbbbf943dbd6678bdc3bb3cc46a", + "url": "https://github.com/Foundry376/Mailspring/releases/download/1.24.0/Mailspring-1.24.0-full.nupkg", + "hash": "sha1:bf475314ec9643b986b216bce41bd1283287a464", "extract_dir": "lib\\net45", "bin": "Mailspring.exe", "shortcuts": [ From 9a426f635852ec640cdd380235adfd096791ceb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 04:33:14 +0000 Subject: [PATCH 491/964] todolist: Update to version 9.2.8 --- bucket/todolist.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/todolist.json b/bucket/todolist.json index 2c2f45ef28b3a2..ba8a60f5ba22c4 100644 --- a/bucket/todolist.json +++ b/bucket/todolist.json @@ -1,5 +1,5 @@ { - "version": "9.2.7", + "version": "9.2.8", "description": "This free (for life) Windows desktop application offers an effective and flexible way to stay on top of your daily tasks.", "homepage": "https://www.abstractspoon.com", "license": { @@ -10,7 +10,7 @@ "vcredist": "extras/vcredist2010" }, "url": "https://raw.githubusercontent.com/abstractspoon/ToDoList_Downloads/master/Latest/todolist_exe.zip", - "hash": "7321ba037e09fe349664a6bc164b772335516a1a39e000b4878321c3f032b882", + "hash": "836d7f3b4f0e95a08ed77eb6dc4de1f48d3ab47631033c861bbdc03ffc9dc620", "pre_install": [ "function persistFile ([String] $name) {", " if (!(Test-Path \"$persist_dir\\$name\")) { ", From 95ab159b059c725f48057eb036bfa31a52bdf020 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 13 Sep 2026 13:24:10 +0800 Subject: [PATCH 492/964] openrgb: Update to version 1.0, Update license (#18737) --- bucket/openrgb.json | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/bucket/openrgb.json b/bucket/openrgb.json index 40115e6e6255b7..f3a2d988001d93 100644 --- a/bucket/openrgb.json +++ b/bucket/openrgb.json @@ -1,20 +1,20 @@ { - "version": "0.9", + "version": "1.0", "description": "RGB lighting control that does not depend on manufacturer software.", "homepage": "https://openrgb.org", - "license": "GPL-2.0-only", + "license": "GPL-2.0-or-later", "suggest": { "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { - "url": "https://openrgb.org/releases/release_0.9/OpenRGB_0.9_Windows_64_b5f46e3.zip", - "hash": "4a42df973bf9e0694268993478f03a71dafbf2ddbcb1512835b4bbabdc6dc6de", + "url": "https://codeberg.org/OpenRGB/OpenRGB/releases/download/release_1.0/OpenRGB_1.0_Windows_64_81bbe18.zip", + "hash": "182a52a3c97c4c4ae52c80286b4260c9666c51c3447dbc416ee8945f66192e90", "extract_dir": "OpenRGB Windows 64-bit" }, "32bit": { - "url": "https://openrgb.org/releases/release_0.9/OpenRGB_0.9_Windows_32_b5f46e3.zip", - "hash": "983cc04bc14fcb824e8075c23bd9a39642b632c84784510ff81dd8fdd84331b4", + "url": "https://codeberg.org/OpenRGB/OpenRGB/releases/download/release_1.0/OpenRGB_1.0_Windows_32_81bbe18.zip", + "hash": "da4dfc3aeddc93d07bfb8144014cb4c6b318c7ec9783c795d10cf34e52306e45", "extract_dir": "OpenRGB Windows 32-bit" } }, @@ -25,16 +25,17 @@ ] ], "checkver": { - "url": "https://openrgb.org/releases.html", - "regex": "/OpenRGB_([\\d.]+)_Windows_\\d+_(?[\\da-fA-F]{7})\\.zip" + "url": "https://codeberg.org/api/v1/repos/OpenRGB/OpenRGB/releases/latest", + "jsonpath": "$.tag_name", + "regex": "release_([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://openrgb.org/releases/release_$version/OpenRGB_$version_Windows_64_$matchCommit.zip" + "url": "https://codeberg.org/OpenRGB/OpenRGB/releases/download/release_$version/OpenRGB_$version_Windows_64_81bbe18.zip" }, "32bit": { - "url": "https://openrgb.org/releases/release_$version/OpenRGB_$version_Windows_32_$matchCommit.zip" + "url": "https://codeberg.org/OpenRGB/OpenRGB/releases/download/release_$version/OpenRGB_$version_Windows_32_81bbe18.zip" } } } From 249fdf42b6fcd8a298408a5a7bbdb4d9dbfc0458 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 13 Sep 2026 13:34:34 +0800 Subject: [PATCH 493/964] openrgb: Fix checkver and autoupdate --- bucket/openrgb.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/openrgb.json b/bucket/openrgb.json index f3a2d988001d93..6fe7b5bbb28be0 100644 --- a/bucket/openrgb.json +++ b/bucket/openrgb.json @@ -26,16 +26,16 @@ ], "checkver": { "url": "https://codeberg.org/api/v1/repos/OpenRGB/OpenRGB/releases/latest", - "jsonpath": "$.tag_name", - "regex": "release_([\\d.]+)" + "jsonpath": "$.assets[*].browser_download_url", + "regex": "OpenRGB_([\\d.]+)_Windows_64_(?[a-fA-F0-9]+)\\.zip" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://codeberg.org/OpenRGB/OpenRGB/releases/download/release_$version/OpenRGB_$version_Windows_64_81bbe18.zip" + "url": "https://codeberg.org/OpenRGB/OpenRGB/releases/download/release_$version/OpenRGB_$version_Windows_64_$matchCommit.zip" }, "32bit": { - "url": "https://codeberg.org/OpenRGB/OpenRGB/releases/download/release_$version/OpenRGB_$version_Windows_32_81bbe18.zip" + "url": "https://codeberg.org/OpenRGB/OpenRGB/releases/download/release_$version/OpenRGB_$version_Windows_32_$matchCommit.zip" } } } From f91bb497751cbe7555d02fd2418c6c537311077f Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 13 Sep 2026 15:38:33 +0800 Subject: [PATCH 494/964] sunshine: Update to version 2026.906.222525 (#18738) --- bucket/sunshine.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/bucket/sunshine.json b/bucket/sunshine.json index 23a591442631c4..b8e1a1d561ca5a 100644 --- a/bucket/sunshine.json +++ b/bucket/sunshine.json @@ -1,5 +1,5 @@ { - "version": "2026.516.143833", + "version": "2026.906.222525", "description": "A Gamestream host for Moonlight", "homepage": "https://github.com/LizardByte/Sunshine", "license": "GPL-3.0-only", @@ -9,8 +9,12 @@ ], "architecture": { "64bit": { - "url": "https://github.com/LizardByte/Sunshine/releases/download/v2026.516.143833/Sunshine-Windows-AMD64-portable.zip", - "hash": "0a3af3dde43b8f2c94ffe04b850ad736d6e1be2b75906779d7094a5ad9d4783b" + "url": "https://github.com/LizardByte/Sunshine/releases/download/v2026.906.222525/Sunshine-Windows-AMD64-lite.zip", + "hash": "50f4123dd15a6817513589c912581260c34cc4a58e9a5f3071ebac3d92c94c15" + }, + "arm64": { + "url": "https://github.com/LizardByte/Sunshine/releases/download/v2026.906.222525/Sunshine-Windows-ARM64-lite.zip", + "hash": "f0e269153997150bf9ecf563eb5f098022405eb5d281154704c4148b7bd2cfc2" } }, "extract_dir": "Sunshine", @@ -31,7 +35,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/LizardByte/Sunshine/releases/download/v$version/Sunshine-Windows-AMD64-portable.zip" + "url": "https://github.com/LizardByte/Sunshine/releases/download/v$version/Sunshine-Windows-AMD64-lite.zip" + }, + "arm64": { + "url": "https://github.com/LizardByte/Sunshine/releases/download/v$version/Sunshine-Windows-ARM64-lite.zip" } } } From f0fbcebd9df6b6c58fa4eea7c45cee7bb42758eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 07:48:54 +0000 Subject: [PATCH 495/964] shutter-encoder@20.3: Fix hash (Closes #18739) --- bucket/shutter-encoder.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/shutter-encoder.json b/bucket/shutter-encoder.json index f61b608072eb86..0191dfd5ffd8da 100644 --- a/bucket/shutter-encoder.json +++ b/bucket/shutter-encoder.json @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://www.shutterencoder.com/Shutter%20Encoder%2020.3%20Windows%2064bits.zip", - "hash": "36291cea76ff98a530a5ff23d4027c9360565985cb004bf328b33a4fc95359d8" + "hash": "c494d9827a31edb7fb9ef71e36c1ead805b7fd39b60859a08e23f92faa586674" } }, "extract_dir": "Shutter Encoder", From 3f56440b8625f3c9c4e6563c0b00e5d120f2a46d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 08:33:30 +0000 Subject: [PATCH 496/964] claude: Update to version 1.52386.6 --- bucket/claude.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/claude.json b/bucket/claude.json index 1528416ddd5057..a041a11aa257d8 100644 --- a/bucket/claude.json +++ b/bucket/claude.json @@ -1,5 +1,5 @@ { - "version": "1.52386.4", + "version": "1.52386.6", "description": "Next generation AI assistant built by Anthropic.", "homepage": "https://claude.com/product/overview", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.52386.4-full.nupkg", - "hash": "sha1:b87d5e09ac2061784fb28405aec182d03a184f87" + "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.52386.6-full.nupkg", + "hash": "sha1:4db40f2f9622c2e16ab74516f721c6f10d513dbd" }, "arm64": { - "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.52386.4-full.nupkg", - "hash": "sha1:57c5ce14a74522e4c106d4da20be214989d1044f" + "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.52386.6-full.nupkg", + "hash": "sha1:a9981d18b30cbdb82bbcd3490b84ba1991da76b5" } }, "extract_dir": "lib\\net45", From 9e5e15ffc1be4f9fcb21433c0228e6441f197d2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 08:33:30 +0000 Subject: [PATCH 497/964] jackett: Update to version 0.24.2581 --- bucket/jackett.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jackett.json b/bucket/jackett.json index 708202055565e4..51d81e3608b4e9 100644 --- a/bucket/jackett.json +++ b/bucket/jackett.json @@ -1,13 +1,13 @@ { - "version": "0.24.2572", + "version": "0.24.2581", "description": "API Support for your favorite torrent trackers", "homepage": "https://github.com/Jackett/Jackett", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/Jackett/Jackett/blob/HEAD/LICENSE" }, - "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2572/Jackett.Binaries.Windows.zip", - "hash": "256f4131f6f1dd3c65c85ec73123d8b11c8b3c2aa96f1186d9793aa9eaea81a8", + "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2581/Jackett.Binaries.Windows.zip", + "hash": "1bff99ea85ec31c1913c0cc8bbbea6c68aec6719c993ccec819afea0ddca2b88", "extract_dir": "Jackett", "shortcuts": [ [ From 22520741cd5b03be97b8acaf998bf52d2a3efef1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 08:33:31 +0000 Subject: [PATCH 498/964] lazygit: Update to version 0.65.1 --- bucket/lazygit.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/lazygit.json b/bucket/lazygit.json index 3f5ef440442bbe..e4d368c6ca928e 100644 --- a/bucket/lazygit.json +++ b/bucket/lazygit.json @@ -1,20 +1,20 @@ { - "version": "0.65.0", + "version": "0.65.1", "description": "A simple terminal UI for git commands", "homepage": "https://github.com/jesseduffield/lazygit", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/jesseduffield/lazygit/releases/download/v0.65.0/lazygit_0.65.0_Windows_x86_64.zip", - "hash": "20a597e8f29d4ed295e28fb4b869b31a41d20dc69dc15829c4744263141be2ee" + "url": "https://github.com/jesseduffield/lazygit/releases/download/v0.65.1/lazygit_0.65.1_Windows_x86_64.zip", + "hash": "bed669be29204932560836a58dc6519ba43c10ea7dc7df63af8a1d96424e191d" }, "32bit": { - "url": "https://github.com/jesseduffield/lazygit/releases/download/v0.65.0/lazygit_0.65.0_Windows_32-bit.zip", - "hash": "bbc83aaa8ada679873da1629a591018ef49380a3b92f08957cf405a729eb8a0a" + "url": "https://github.com/jesseduffield/lazygit/releases/download/v0.65.1/lazygit_0.65.1_Windows_32-bit.zip", + "hash": "ec90b68d285438f871f754313eba1e28841f46b5b1aeff84f66f8a7917aeacde" }, "arm64": { - "url": "https://github.com/jesseduffield/lazygit/releases/download/v0.65.0/lazygit_0.65.0_Windows_arm64.zip", - "hash": "c0200d1481586b56996269d874be464c3c6e7c2ca47a283dd37316cffe6ece83" + "url": "https://github.com/jesseduffield/lazygit/releases/download/v0.65.1/lazygit_0.65.1_Windows_arm64.zip", + "hash": "eb2eff398864bc4888c1b8d2eb25a0d46727798c5eb599e8d9ec69be56edae05" } }, "bin": "lazygit.exe", From c23130d7adc811aa8043dd7c720673822eba8826 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 08:33:31 +0000 Subject: [PATCH 499/964] ldplayer: Update to version 14.0.25.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index 2634f51d1b2e89..fb6064754eb039 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.2", + "version": "14.0.25.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", - "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", + "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From a2432473cdbe92bfadab4655998d5af2b3a14c3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 08:33:32 +0000 Subject: [PATCH 500/964] nyaterm: Update to version 1.2.10 --- bucket/nyaterm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nyaterm.json b/bucket/nyaterm.json index 4d37db184a6f24..163375cd597a4d 100644 --- a/bucket/nyaterm.json +++ b/bucket/nyaterm.json @@ -1,16 +1,16 @@ { - "version": "1.2.9", + "version": "1.2.10", "description": "A modern remote terminal workspace", "homepage": "https://nyaterm.app", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/nyakang/nyaterm/releases/download/v1.2.9/NyaTerm_1.2.9_windows_x64_portable.zip", - "hash": "e7552637594548079d4a15fd08f54d991ccd1432995250fe5ad5b7054931da41" + "url": "https://github.com/nyakang/nyaterm/releases/download/v1.2.10/NyaTerm_1.2.10_windows_x64_portable.zip", + "hash": "5495579315b9ef94b70f137e0f277e90ee687c2ef5f64fa738dd0cf4195f45b5" }, "arm64": { - "url": "https://github.com/nyakang/nyaterm/releases/download/v1.2.9/NyaTerm_1.2.9_windows_arm64_portable.zip", - "hash": "ae76a1e940e0fbae1958280f30e6626953ca7d9809649e19467f417bbc184c80" + "url": "https://github.com/nyakang/nyaterm/releases/download/v1.2.10/NyaTerm_1.2.10_windows_arm64_portable.zip", + "hash": "b7de0f5745bc4f0dfb909d5e2fd4fea045ac54c5d520e87c50e3c9e051260b6e" } }, "extract_dir": "NyaTerm-portable", From 3e484f6d859aded327c12e7db80f6bd7d5588955 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 12:37:03 +0000 Subject: [PATCH 501/964] g-helper: Update to version 0.283 --- bucket/g-helper.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/g-helper.json b/bucket/g-helper.json index 6bdb6b10c23468..98429739fc89ce 100644 --- a/bucket/g-helper.json +++ b/bucket/g-helper.json @@ -1,5 +1,5 @@ { - "version": "0.279", + "version": "0.283", "description": "Lightweight control tool for Asus laptops", "homepage": "https://seerge.github.io/g-helper/", "license": "MIT", @@ -9,8 +9,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/seerge/g-helper/releases/download/v0.279/GHelper.zip", - "hash": "8a53488a43ebc917bc8e0bd9c902ccdb2ce4f303fbcf3d005c0f6f21032e6463" + "url": "https://github.com/seerge/g-helper/releases/download/v0.283/GHelper.zip", + "hash": "c66cf0a66e530ad0876789703d6bf92691fb2af1da8a4dba36537be0cf6be3f2" } }, "post_install": [ From 36517d711c40f8344f8219e16044845a18fec10d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 12:37:04 +0000 Subject: [PATCH 502/964] ldplayer: Update to version 14.0.25.2 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index fb6064754eb039..2634f51d1b2e89 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.1", + "version": "14.0.25.2", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", - "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", + "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 4ddbf1db0ba7e904aaf5f812e80cdcab75e6d8e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 12:37:04 +0000 Subject: [PATCH 503/964] oxideterm: Update to version 2.0.29 --- bucket/oxideterm.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/oxideterm.json b/bucket/oxideterm.json index bfd7d68da20e1a..9156dea02ea405 100644 --- a/bucket/oxideterm.json +++ b/bucket/oxideterm.json @@ -1,19 +1,19 @@ { - "version": "2.0.28", + "version": "2.0.29", "description": "AI-native workspace for local shells and remote machines.", "homepage": "https://oxideterm.app", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.28/OxideTerm_2.0.28_windows_x64_portable.zip", - "hash": "223e2b91fe9351d3d0265cff5aa35bce110f54f9ad87333eb70e2083df634a9c", - "extract_dir": "OxideTerm_2.0.28_windows_x64_portable", + "url": "https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.29/OxideTerm_2.0.29_windows_x64_portable.zip", + "hash": "6f25bdd239b75843ff73d7b37db8722f70541599a6d991e516e21fda08d6d3ce", + "extract_dir": "OxideTerm_2.0.29_windows_x64_portable", "bin": "resources\\cli-bin\\x86_64-pc-windows-msvc\\oxideterm.exe" }, "arm64": { - "url": "https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.28/OxideTerm_2.0.28_windows_arm64_portable.zip", - "hash": "421ae758a726bbae619ca150236ab0772c26cf2d0a02f94fe4b79daae95a1120", - "extract_dir": "OxideTerm_2.0.28_windows_arm64_portable", + "url": "https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.29/OxideTerm_2.0.29_windows_arm64_portable.zip", + "hash": "77f5a026a096bee614b81d1b8fbbfb91939cd289a99ddfe5cdd6e81b9d642337", + "extract_dir": "OxideTerm_2.0.29_windows_arm64_portable", "bin": "resources\\cli-bin\\aarch64-pc-windows-msvc\\oxideterm.exe" } }, From 0a4d4a194e8a662f9bd1369648654b4cd86a2070 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 12:37:05 +0000 Subject: [PATCH 504/964] proxelar: Update to version 0.6.0 --- bucket/proxelar.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/proxelar.json b/bucket/proxelar.json index 4472a8cf4bb42b..da184048e67b15 100644 --- a/bucket/proxelar.json +++ b/bucket/proxelar.json @@ -1,12 +1,12 @@ { - "version": "0.5.1", + "version": "0.6.0", "description": "Scriptable local traffic workbench (MITM proxy) to inspect, intercept, replay, and rewrite HTTP/HTTPS and WebSocket traffic.", "homepage": "https://github.com/emanuele-em/proxelar", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/emanuele-em/proxelar/releases/download/v0.5.1/proxelar-v0.5.1-x86_64-pc-windows-msvc.zip", - "hash": "081c5f397e6a8bd937cc6a94a7dbaeff55a8aa5233349cc383db8b6efd453fca" + "url": "https://github.com/emanuele-em/proxelar/releases/download/v0.6.0/proxelar-v0.6.0-x86_64-pc-windows-msvc.zip", + "hash": "53a6bab18f06e3d7075f7e037cf4e387bd4fc9a2a4691bf277f2f7b93e663acf" } }, "bin": "proxelar.exe", From 6bc9d97b391989182d043c058c825b98cc88abd4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 12:37:05 +0000 Subject: [PATCH 505/964] wsl2-distro-manager: Update to version 2.2.0 --- bucket/wsl2-distro-manager.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wsl2-distro-manager.json b/bucket/wsl2-distro-manager.json index 5bdaa25e285e5a..cf5aec0a2e1be0 100644 --- a/bucket/wsl2-distro-manager.json +++ b/bucket/wsl2-distro-manager.json @@ -1,12 +1,12 @@ { - "version": "2.1.0", + "version": "2.2.0", "description": "A quick way to manage your WSL instances with a GUI.", "homepage": "https://github.com/bostrot/wsl2-distro-manager", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/bostrot/wsl2-distro-manager/releases/download/v2.1.0/wsl2-distro-manager-v2.1.0.zip", - "hash": "d492eb491c2aad0bdc02de21e1336ef12e5d32e284f25a409ae6e37f34ff11ce" + "url": "https://github.com/bostrot/wsl2-distro-manager/releases/download/v2.2.0/wsl2-distro-manager-v2.2.0.zip", + "hash": "3b138412f1a4c70856715b23eeed85959fec5017478182dc894502af0d08c1e6" } }, "shortcuts": [ From e5b5266facfbadffeee300d3110d69a18856ad86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 13:17:41 +0000 Subject: [PATCH 506/964] imagine@2.7.0: Fix hash (Closes #18740) --- bucket/imagine.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/imagine.json b/bucket/imagine.json index 02c24a40711e9d..61d9e9f3c21c0b 100644 --- a/bucket/imagine.json +++ b/bucket/imagine.json @@ -10,7 +10,7 @@ "architecture": { "64bit": { "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=x64&unicode=1&full=0&setup=0&version=2.7.0#/dl.zip", - "hash": "8b905a0090eb94e9e0a82efea4f9917252a8e1b50d63ff580083dcfc0eb9e5d8", + "hash": "adedd05e4544917b912de882c48a9194bfd495a5542d72178a1b8ceede2bf3f4", "bin": [ "Imagine64.exe", [ @@ -27,7 +27,7 @@ }, "32bit": { "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=x86&unicode=1&full=0&setup=0&version=2.7.0#/dl.zip", - "hash": "28ad81ecddda2031c2962b25da8d96f2a17c864071c250bfdb1bd05965e3b7ac", + "hash": "9fa6307abb04329957bde867ca9c337ffe955c4be7572f8d832f11ae87a5605c", "bin": "Imagine.exe", "shortcuts": [ [ @@ -38,7 +38,7 @@ }, "arm64": { "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=arm64&unicode=1&full=0&setup=0&version=2.7.0#/dl.zip", - "hash": "e3d1bc279f075469c17067846c280384614287be9ff7034c98a8a31e725cec94", + "hash": "cd00292530693e979b63a143e384f02d70d269f037705f9e39c48c9e0cb23374", "bin": [ "ImagineA64.exe", [ From f9bbe6bd19588faff27df237b72d782a5284295f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 14:18:15 +0000 Subject: [PATCH 507/964] cockpit-tools: Update to version 1.3.51 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index cd5b8b31816390..30abe586f4c751 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.50", + "version": "1.3.51", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.50/Cockpit.Tools_1.3.50_x64_en-US.msi", - "hash": "a7110f063ab28a2483ac0a6e787c5e0f485e83e660fcdd02ee7fdb6b1ab786a8" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.51/Cockpit.Tools_1.3.51_x64_en-US.msi", + "hash": "767fa872e91db1fc31a3c117aa7b3f81dbe4ec7132c919cc0e707b537ec8d4a2" } }, "extract_dir": "PFiles\\Cockpit Tools", From 7589c34f680dbec96707e7d1f4c01485dc409b01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 14:18:15 +0000 Subject: [PATCH 508/964] ldplayer: Update to version 14.0.25.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index 2634f51d1b2e89..fb6064754eb039 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.2", + "version": "14.0.25.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", - "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", + "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 04ec199ece78b9354349280256932a1185dc9586 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 14:18:16 +0000 Subject: [PATCH 509/964] lunatranslator: Update to version 10.17.1.3 --- bucket/lunatranslator.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lunatranslator.json b/bucket/lunatranslator.json index 90e46bae93ea1f..b3f56fe75f6fc3 100644 --- a/bucket/lunatranslator.json +++ b/bucket/lunatranslator.json @@ -1,17 +1,17 @@ { - "version": "10.17.1.2", + "version": "10.17.1.3", "description": "A Visual Novel translation tool, with HOOK / OCR / clipboard support", "homepage": "https://github.com/HIllya51/LunaTranslator", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.2/LunaTranslator_x64.zip", - "hash": "826f76a2ac2de68dccbcc2d5dd8454980aae10428784a086ddc72dc14438642e", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.3/LunaTranslator_x64.zip", + "hash": "2235eae43de1f62993f12310abd8d08da6beb7a8dcb16130f99991809b142d39", "extract_dir": "LunaTranslator_x64" }, "32bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.2/LunaTranslator_x86_win7.zip", - "hash": "2ab3f99ca795fba283c9566480026c0530b0aadb6785a91666bdd39837ff0b05", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.3/LunaTranslator_x86_win7.zip", + "hash": "2674e20cd699121567866053f0ef807ceb20e8e5645e924c9c1d9353bd7b9143", "extract_dir": "LunaTranslator_x86_win7" } }, From 2b436e2fea55a5cd185fa1f675024f63e76b3f7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 14:18:16 +0000 Subject: [PATCH 510/964] mpv-git: Update to version 202609131235 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index ea6a989a79e7f8..f7d66b5f170e21 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609121246", + "version": "202609131235", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-12-14f2d48cbc/mpv-x86_64-20260912-git-14f2d48cbc.7z", - "hash": "2fcadc1fb2d8300b9a2c960db25da1b455d7c55b057138da4f9938c354f4b624" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-13-10dee0a039/mpv-x86_64-20260913-git-10dee0a039.7z", + "hash": "e75e9c6698df7de557dbc950a2c435bebda86472ab4144464af1bd6211f2ae55" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-12-14f2d48cbc/mpv-aarch64-20260912-git-14f2d48cbc.7z", - "hash": "5aceb8c5385a1ecc86b64e0820f330287f7a9b2a9da10cac16b54ba37c8e0f24" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-13-10dee0a039/mpv-aarch64-20260913-git-10dee0a039.7z", + "hash": "60a5badd905998e46c0deeedd243cb9450396b2fbc1a496f5fbf7dd45dbce487" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From 377c8bc5e69c46b321afd3fe376373a212773c86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 16:29:04 +0000 Subject: [PATCH 511/964] godothub: Update to version 1.4.3 --- bucket/godothub.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/godothub.json b/bucket/godothub.json index 6856f584aad3b1..bfd2e9f31315eb 100644 --- a/bucket/godothub.json +++ b/bucket/godothub.json @@ -1,12 +1,12 @@ { - "version": "1.4.2", + "version": "1.4.3", "description": "The Ultimate Project Manager for Godot Engine.", "homepage": "https://ryko.is-a.dev/godothub", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/RykoTheDev/GodotHub/releases/download/v1.4.2/GodotHub.exe", - "hash": "46d7548a8b0b30f48e7905b6c9bcfb6ee8866c1c177fcf3ad0d9d1071e0883d7" + "url": "https://github.com/RykoTheDev/GodotHub/releases/download/v1.4.3/GodotHub.exe", + "hash": "aa83bd0a27d8997af6c9cceb3ce6bd71ac9e60ab164fc722fad8807ae7d53f76" } }, "shortcuts": [ From cfa75e847d45197c59eb3ac25d2cf08d891c1517 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 16:29:04 +0000 Subject: [PATCH 512/964] reaper: Update to version 7.80 --- bucket/reaper.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/reaper.json b/bucket/reaper.json index 5144c5af083263..80ffdd1ba9cf43 100644 --- a/bucket/reaper.json +++ b/bucket/reaper.json @@ -1,5 +1,5 @@ { - "version": "7.79", + "version": "7.80", "description": "Digital Audio Workstation", "homepage": "https://www.reaper.fm", "license": { @@ -9,12 +9,12 @@ "notes": "The portable version of Reaper does not include ReWire.", "architecture": { "64bit": { - "url": "https://www.reaper.fm/files/7.x/reaper779_x64-install.exe#/dl.7z", - "hash": "f07714d894a073df40e88568f8aa524a74230f574b0688df681f9b7c0877f9df" + "url": "https://www.reaper.fm/files/7.x/reaper780_x64-install.exe#/dl.7z", + "hash": "aecb15fc1b08abdc5520740d1e128a02bd02a3eb4746da857eb0b9818731da28" }, "32bit": { - "url": "https://www.reaper.fm/files/7.x/reaper779-install.exe#/dl.7z", - "hash": "39d0f9ea12596c4810ace1024d8b1d2bbd0649615b5831b59f814160a5482997" + "url": "https://www.reaper.fm/files/7.x/reaper780-install.exe#/dl.7z", + "hash": "55313b8b705d324e509b7d00cdde2484cacb951db3c9f47822d5d7606459b84f" } }, "bin": "reaper.exe", From 9e28f0d15195098af4742f232a6b0aa6dd21ee0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 16:29:04 +0000 Subject: [PATCH 513/964] streamlink: Update to version 8.6.0-1 --- bucket/streamlink.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/streamlink.json b/bucket/streamlink.json index 4502f32904cc4d..9538b06a9fa022 100644 --- a/bucket/streamlink.json +++ b/bucket/streamlink.json @@ -1,5 +1,5 @@ { - "version": "8.5.0-1", + "version": "8.6.0-1", "description": "A command-line utility that pipes video streams from various services into a video player.", "homepage": "https://streamlink.github.io/", "license": "BSD-2-Clause", @@ -11,9 +11,9 @@ }, "architecture": { "64bit": { - "url": "https://github.com/streamlink/windows-builds/releases/download/8.5.0-1/streamlink-8.5.0-1-py314-x86_64.zip", - "hash": "86409e93774ec59928ed289d291c48766f9c7535ea41085255404f219875b5f3", - "extract_dir": "streamlink-8.5.0-1-py314-x86_64" + "url": "https://github.com/streamlink/windows-builds/releases/download/8.6.0-1/streamlink-8.6.0-1-py314-x86_64.zip", + "hash": "4f8489d38dc00137c70a4b82946e5d1b3d6793b28a037ef63206ca6cfc2f132d", + "extract_dir": "streamlink-8.6.0-1-py314-x86_64" } }, "pre_install": [ From b02af257c973fc0f6eccfbee0ceda8c2fc2f2e27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 16:29:05 +0000 Subject: [PATCH 514/964] treesheets: Update to version 3354 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index 242edeada3f617..d60505ad569637 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3353", + "version": "3354", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3353/TreeSheets-3353-winx64.zip", - "hash": "0731e7132ed605cda111061c55d5a200e3a154944539a5047e372631f977b4e9", - "extract_dir": "TreeSheets-3353-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3354/TreeSheets-3354-winx64.zip", + "hash": "44cf73f8c46c633b2182906a21592da85bb04628fe8fb14488b09f917c187e1e", + "extract_dir": "TreeSheets-3354-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3353/TreeSheets-3353-winarm64.zip", - "hash": "df2509c73a8bf533542b157195bccab21647b9b9ba738045d23057e8eae925e0", - "extract_dir": "TreeSheets-3353-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3354/TreeSheets-3354-winarm64.zip", + "hash": "0ff447d06d94fd6fe8f82149bed93509b36ffe14fcf99928171bded90b38ee10", + "extract_dir": "TreeSheets-3354-winarm64" } }, "pre_install": [ From 5a7ad425a3b4b3a98de05fe23d84cf6f9f93808c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 20:27:35 +0000 Subject: [PATCH 515/964] fancontrol: Update to version 277 --- bucket/fancontrol.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/fancontrol.json b/bucket/fancontrol.json index c986d3deabd854..bf2b4c8e3b7a32 100644 --- a/bucket/fancontrol.json +++ b/bucket/fancontrol.json @@ -1,5 +1,5 @@ { - "version": "276", + "version": "277", "description": "A highly customizable fan controlling software for Windows", "homepage": "https://getfancontrol.com/", "license": "Freeware", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Rem0o/FanControl.Releases/releases/download/V276/FanControl_276_net_10_0.zip", - "hash": "a101f86c5dc7c25833aaf03d582c112c8018b21be428912b34e24319b4c86e74" + "url": "https://github.com/Rem0o/FanControl.Releases/releases/download/V277/FanControl_277_net_10_0.zip", + "hash": "a1905346948bc4538bc41e3667cddfcb076b6e3adcda8e568c0740892685e209" } }, "shortcuts": [ From 53edfe2778ebe2c0fc9a63d74ba07c059f8e843c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 20:27:35 +0000 Subject: [PATCH 516/964] gdscript-formatter: Update to version 0.26.0 --- bucket/gdscript-formatter.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gdscript-formatter.json b/bucket/gdscript-formatter.json index 7d2a4f89f2dfa1..ff6f476044521e 100644 --- a/bucket/gdscript-formatter.json +++ b/bucket/gdscript-formatter.json @@ -1,5 +1,5 @@ { - "version": "0.25.0", + "version": "0.26.0", "description": "A fast code formatter for GDScript in Godot 4.", "homepage": "https://www.gdquest.com/library/gdscript_formatter/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/GDQuest/GDScript-formatter/releases/download/0.25.0/gdscript-formatter-0.25.0-windows-x86_64.exe.zip", - "hash": "a17e40ef62db561084c5cc7c3c21c937cc68bbc014a71a50fb1f16519a37aef6" + "url": "https://github.com/GDQuest/GDScript-formatter/releases/download/0.26.0/gdscript-formatter-0.26.0-windows-x86_64.exe.zip", + "hash": "8336e7e84cc7067f93e92bf23f4b4822742eb2b35620981078520c8ba39eff6c" }, "arm64": { - "url": "https://github.com/GDQuest/GDScript-formatter/releases/download/0.25.0/gdscript-formatter-0.25.0-windows-aarch64.exe.zip", - "hash": "4930fe132260bd8acc12a5b4306caa6655913c6f22bd0d25d554f6173d0c812b" + "url": "https://github.com/GDQuest/GDScript-formatter/releases/download/0.26.0/gdscript-formatter-0.26.0-windows-aarch64.exe.zip", + "hash": "29bec1e6be99696dac4d2fd359215686f46575c867b2186ed546534f656e79d8" } }, "pre_install": "Get-Item -Path \"$dir\\gdscript-formatter*.exe\" | Select-Object -First 1 | Rename-Item -NewName 'gdscript-formatter.exe'", From 10d64e6059a978c227bfcda598afd4a3d6bcd0fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 20:27:36 +0000 Subject: [PATCH 517/964] ldplayer: Update to version 14.0.25.2 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index fb6064754eb039..2634f51d1b2e89 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.1", + "version": "14.0.25.2", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", - "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", + "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 1a78518db1a7c32faedacb1a2b4b3874e203d8d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 20:27:36 +0000 Subject: [PATCH 518/964] lunatranslator: Update to version 10.17.1.4 --- bucket/lunatranslator.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lunatranslator.json b/bucket/lunatranslator.json index b3f56fe75f6fc3..1aef0c3cad1c85 100644 --- a/bucket/lunatranslator.json +++ b/bucket/lunatranslator.json @@ -1,17 +1,17 @@ { - "version": "10.17.1.3", + "version": "10.17.1.4", "description": "A Visual Novel translation tool, with HOOK / OCR / clipboard support", "homepage": "https://github.com/HIllya51/LunaTranslator", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.3/LunaTranslator_x64.zip", - "hash": "2235eae43de1f62993f12310abd8d08da6beb7a8dcb16130f99991809b142d39", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.4/LunaTranslator_x64.zip", + "hash": "986a1cf1a2c1206ae4ae68ac3676dcc146e6828908ab262ea638c9e95cd1ca7c", "extract_dir": "LunaTranslator_x64" }, "32bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.3/LunaTranslator_x86_win7.zip", - "hash": "2674e20cd699121567866053f0ef807ceb20e8e5645e924c9c1d9353bd7b9143", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.4/LunaTranslator_x86_win7.zip", + "hash": "011234d99a590a6ee2a34759cd69626a8f86f8365842d477d80950dd52b1af27", "extract_dir": "LunaTranslator_x86_win7" } }, From 9361574f3ec0bc544c1629b0b4382fcb76f8eed7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 20:27:37 +0000 Subject: [PATCH 519/964] orca-ide: Update to version 1.4.201 --- bucket/orca-ide.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/orca-ide.json b/bucket/orca-ide.json index 7bfd0e08cbe5ff..1f99197431586b 100644 --- a/bucket/orca-ide.json +++ b/bucket/orca-ide.json @@ -1,12 +1,12 @@ { - "version": "1.4.200", + "version": "1.4.201", "description": "The next-gen IDE for working with a fleet of parallel agents.", "homepage": "https://onorca.dev", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/stablyai/orca/releases/download/v1.4.200/orca-windows-setup.exe#/dl.7z", - "hash": "sha512:3aa1d402d465fc41d2a4ad8ececce890e8393ea84e7d0465aecd86010bfda2582d5ae4529a2b67416e43418bdde9d005d617751fc23df8ef1d89f3e01d577828", + "url": "https://github.com/stablyai/orca/releases/download/v1.4.201/orca-windows-setup.exe#/dl.7z", + "hash": "sha512:ecbe5f8a9630d14dda4fd239846c13d8fee879a1fc16141a4abd60130158cb1ded4fc34a9daa6b27f241312b01509a5b8ee87c1805de3f22c776d104d4040e54", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\", \"$dir\\*.nsi\" -Recurse" From 209c69c31d10f691029e382cfe8c09c7d9332b19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 20:27:37 +0000 Subject: [PATCH 520/964] syncthingctl: Update to version 2.1.5 --- bucket/syncthingctl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/syncthingctl.json b/bucket/syncthingctl.json index c8517a25e2325f..864d2d162045fa 100644 --- a/bucket/syncthingctl.json +++ b/bucket/syncthingctl.json @@ -1,5 +1,5 @@ { - "version": "2.1.4", + "version": "2.1.5", "description": "Command line app to control Syncthing", "homepage": "https://github.com/Martchus/syncthingtray", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Martchus/syncthingtray/releases/download/v2.1.4/syncthingctl-2.1.4-x86_64-w64-mingw32.exe.zip", - "hash": "a639caaa1e1bd065350a56b4c4d608fce32ff2b49b74101a95c5de5f7818ef9a" + "url": "https://github.com/Martchus/syncthingtray/releases/download/v2.1.5/syncthingctl-2.1.5-x86_64-w64-mingw32.exe.zip", + "hash": "42252aa6f5b3bf06bcbedfd8177632e4bf13dc9cf77db4caa274b0ed19d502f1" }, "32bit": { - "url": "https://github.com/Martchus/syncthingtray/releases/download/v2.1.4/syncthingctl-qt5-2.1.4-i686-w64-mingw32.exe.zip", - "hash": "2618c54791497d762fce61011661636a7eb9e7a4d962767743ae523e2560e88d" + "url": "https://github.com/Martchus/syncthingtray/releases/download/v2.1.5/syncthingctl-qt5-2.1.5-i686-w64-mingw32.exe.zip", + "hash": "cd0605daacafd604d1693da2a0610c83c80f1af9b73d1e33b9752a581ff77ee8" }, "arm64": { - "url": "https://github.com/Martchus/syncthingtray/releases/download/v2.1.4/syncthingctl-2.1.4-aarch64-w64-mingw32.exe.zip", - "hash": "0a193112b9e2151aba5bc9c4082138263834ad40fda398023c197d33021393de" + "url": "https://github.com/Martchus/syncthingtray/releases/download/v2.1.5/syncthingctl-2.1.5-aarch64-w64-mingw32.exe.zip", + "hash": "46a3cf13b0c090361a288b54bf9b074fac2961ef8526691d9da26245094abfc5" } }, "pre_install": "Move-Item \"$dir\\syncthingctl-*.exe\" \"$dir\\syncthingctl.exe\"", From 8497ebcbe5622e2535a565c5f9fe5b72f4e49854 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 20:27:37 +0000 Subject: [PATCH 521/964] syncthingtray: Update to version 2.1.5 --- bucket/syncthingtray.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/syncthingtray.json b/bucket/syncthingtray.json index a8bd6c25b75052..6a607fad4266d1 100644 --- a/bucket/syncthingtray.json +++ b/bucket/syncthingtray.json @@ -1,5 +1,5 @@ { - "version": "2.1.4", + "version": "2.1.5", "description": "Tray application for Syncthing", "homepage": "https://github.com/Martchus/syncthingtray", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Martchus/syncthingtray/releases/download/v2.1.4/syncthingtray-2.1.4-x86_64-w64-mingw32.exe.zip", - "hash": "147704a63d71a85df5cee7f5efe161a51825e5a35798110ffee361519359396d" + "url": "https://github.com/Martchus/syncthingtray/releases/download/v2.1.5/syncthingtray-2.1.5-x86_64-w64-mingw32.exe.zip", + "hash": "9ac56d46be7489d3624ed4384d395b56e4c38b7027428a1138829551d673f9e6" }, "32bit": { - "url": "https://github.com/Martchus/syncthingtray/releases/download/v2.1.4/syncthingtray-qt5-2.1.4-i686-w64-mingw32.exe.zip", - "hash": "ce170e916fa40851d46f6c71c63b0249909fbb12669b5631a7a16add8b3e4bbd" + "url": "https://github.com/Martchus/syncthingtray/releases/download/v2.1.5/syncthingtray-qt5-2.1.5-i686-w64-mingw32.exe.zip", + "hash": "30950934845c0d8e300550c453a65b0e973b1ed943894920a904fed19f22bbce" }, "arm64": { - "url": "https://github.com/Martchus/syncthingtray/releases/download/v2.1.4/syncthingtray-2.1.4-aarch64-w64-mingw32.exe.zip", - "hash": "5d623d6abbf97cfa536921b7d39d2e5a1e562ec109d1956005abad7a9b85e816" + "url": "https://github.com/Martchus/syncthingtray/releases/download/v2.1.5/syncthingtray-2.1.5-aarch64-w64-mingw32.exe.zip", + "hash": "f794b5af579fe998931c0fdf17a0b25415289758cb7645703b9813a03de4ca4c" } }, "pre_install": [ From bf5cd4495c8bc2090f32719b1605ff0f81fe473a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 01:08:12 +0000 Subject: [PATCH 522/964] dbx: Update to version 0.6.12 --- bucket/dbx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbx.json b/bucket/dbx.json index 89006d8c7747d8..2db68ea9669e29 100644 --- a/bucket/dbx.json +++ b/bucket/dbx.json @@ -1,12 +1,12 @@ { - "version": "0.6.11", + "version": "0.6.12", "description": "Lightweight, cross-platform database client", "homepage": "https://dbxio.com", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/t8y2/dbx/releases/download/v0.6.11/DBX_0.6.11_x64-portable.zip", - "hash": "137e9f3db3d11ca1df79f6d1cb95b3c50600141ac5890f34fa4f98b34cbfcb6a" + "url": "https://github.com/t8y2/dbx/releases/download/v0.6.12/DBX_0.6.12_x64-portable.zip", + "hash": "dc2115dc2936442998380b7b2e03b59ea105c0bb242657a51c6d2c522bcb6b17" } }, "shortcuts": [ From aac3f9e01f4a78290d36a11980732febd7928d26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 01:08:12 +0000 Subject: [PATCH 523/964] nwjs-sdk: Update to version 0.116.0 --- bucket/nwjs-sdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/nwjs-sdk.json b/bucket/nwjs-sdk.json index 34d269989bb04b..4040d65260b18f 100644 --- a/bucket/nwjs-sdk.json +++ b/bucket/nwjs-sdk.json @@ -1,18 +1,18 @@ { - "version": "0.115.0", + "version": "0.116.0", "description": "An app runtime based on Chromium and NodeJS", "homepage": "https://nwjs.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://dl.nwjs.io/v0.115.0/nwjs-sdk-v0.115.0-win-x64.zip", - "hash": "2ebfa889ef8664e879d768b0250ecb4caf3268017dcf77711d823e4f4615cf83", - "extract_dir": "nwjs-sdk-v0.115.0-win-x64" + "url": "https://dl.nwjs.io/v0.116.0/nwjs-sdk-v0.116.0-win-x64.zip", + "hash": "2074f64d9c798b23a7338a87353087734a1f3fca3b9000d16e0bdf87466d5a08", + "extract_dir": "nwjs-sdk-v0.116.0-win-x64" }, "32bit": { - "url": "https://dl.nwjs.io/v0.115.0/nwjs-sdk-v0.115.0-win-ia32.zip", - "hash": "01723244c051efe81bb9219ab84acb822d7222ecc63047be380233e5754f743a", - "extract_dir": "nwjs-sdk-v0.115.0-win-ia32" + "url": "https://dl.nwjs.io/v0.116.0/nwjs-sdk-v0.116.0-win-ia32.zip", + "hash": "619b127144f6b7a830187bec79e007ef8175a2ff808b78a316690bb5548d033e", + "extract_dir": "nwjs-sdk-v0.116.0-win-ia32" } }, "extract_to": "nwjs-sdk", From 23986318a65f33609ac5497bfb9600d77a71abc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 01:08:12 +0000 Subject: [PATCH 524/964] nwjs: Update to version 0.116.0 --- bucket/nwjs.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/nwjs.json b/bucket/nwjs.json index 17faa70a44b0af..3126f01271263a 100644 --- a/bucket/nwjs.json +++ b/bucket/nwjs.json @@ -1,18 +1,18 @@ { - "version": "0.115.0", + "version": "0.116.0", "description": "An app runtime based on Chromium and NodeJS", "homepage": "https://nwjs.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://dl.nwjs.io/v0.115.0/nwjs-v0.115.0-win-x64.zip", - "hash": "e4c4fdf59a581d33e3363dddc18638740f0f6a3d34a266f1c709bb7b561b22b5", - "extract_dir": "nwjs-v0.115.0-win-x64" + "url": "https://dl.nwjs.io/v0.116.0/nwjs-v0.116.0-win-x64.zip", + "hash": "c21aabe872d140b62b00d90beeca76dfc0aa0a9a39ed87abc2672721bab247a7", + "extract_dir": "nwjs-v0.116.0-win-x64" }, "32bit": { - "url": "https://dl.nwjs.io/v0.115.0/nwjs-v0.115.0-win-ia32.zip", - "hash": "c56a2b4dad0dd1512eef88859bd8095db97a98d94b57be759149fc45c6a89712", - "extract_dir": "nwjs-v0.115.0-win-ia32" + "url": "https://dl.nwjs.io/v0.116.0/nwjs-v0.116.0-win-ia32.zip", + "hash": "8eedfdff9b0e375ba7105e0388898f50c111b2d80b5c34c8ddb3b8bf7c1b4f95", + "extract_dir": "nwjs-v0.116.0-win-ia32" } }, "extract_to": "nwjs", From 7f57983b36df09e6163aa62dd224225ca8d23228 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 01:08:13 +0000 Subject: [PATCH 525/964] orca-ide: Update to version 1.4.202 --- bucket/orca-ide.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/orca-ide.json b/bucket/orca-ide.json index 1f99197431586b..e7d87ada9253eb 100644 --- a/bucket/orca-ide.json +++ b/bucket/orca-ide.json @@ -1,12 +1,12 @@ { - "version": "1.4.201", + "version": "1.4.202", "description": "The next-gen IDE for working with a fleet of parallel agents.", "homepage": "https://onorca.dev", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/stablyai/orca/releases/download/v1.4.201/orca-windows-setup.exe#/dl.7z", - "hash": "sha512:ecbe5f8a9630d14dda4fd239846c13d8fee879a1fc16141a4abd60130158cb1ded4fc34a9daa6b27f241312b01509a5b8ee87c1805de3f22c776d104d4040e54", + "url": "https://github.com/stablyai/orca/releases/download/v1.4.202/orca-windows-setup.exe#/dl.7z", + "hash": "sha512:26253baea4a8f9650617ed4f5b8f2e17464f21e9bfc4bbabb9fe674012ebd4404dc17c0faf63dc8bda4fea0f919295dd7c49e26f429abad663b4f03717e91562", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\", \"$dir\\*.nsi\" -Recurse" From bad4a1a5b8b4d0b14af5146c4a82990f492a524d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 01:08:13 +0000 Subject: [PATCH 526/964] psysonic: Update to version 1.53.0 --- bucket/psysonic.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/psysonic.json b/bucket/psysonic.json index fa41665e69674d..84c88d05122195 100644 --- a/bucket/psysonic.json +++ b/bucket/psysonic.json @@ -1,5 +1,5 @@ { - "version": "1.52.0", + "version": "1.53.0", "description": "A lean desktop music player for Subsonic-compatible servers.", "homepage": "https://www.psysonic.de/", "license": { @@ -11,8 +11,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Psysonic/psysonic/releases/download/app-v1.52.0/Psysonic_1.52.0_x64-setup.exe", - "hash": "1049afd54d79445c09e7a75848033728dd6fe1ac1140baa7f1af9d1a5e54d03c" + "url": "https://github.com/Psysonic/psysonic/releases/download/app-v1.53.0/Psysonic_1.53.0_x64-setup.exe", + "hash": "df39ecba286d364fc31ad762f46a20e21f3c19655287bbdc1db56b789d67c8de" } }, "innosetup": true, From cdf00013fd8871cd45f71ae26ac69a75e928f424 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 01:08:13 +0000 Subject: [PATCH 527/964] single-file-cli: Update to version 2.12.0 --- bucket/single-file-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/single-file-cli.json b/bucket/single-file-cli.json index 3710c7eaaa15b2..8607f19395c318 100644 --- a/bucket/single-file-cli.json +++ b/bucket/single-file-cli.json @@ -1,12 +1,12 @@ { - "version": "2.11.2", + "version": "2.12.0", "description": "A command-line tool that allows you to save a web page with all its resources in a single HTML file.", "homepage": "https://github.com/gildas-lormeau/single-file-cli", "license": "AGPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.11.2/single-file.exe", - "hash": "cad86b9d6bd8c8ada67e1111cde1baf916e00518c8c7404ca8abc73f2674f5ae" + "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.12.0/single-file.exe", + "hash": "dbc078e0bf5b78c2b286db576efe4ba1cf85fa1b59be21384e26722537469f42" } }, "bin": "single-file.exe", From 55d54017fb39a6553d3ec3828c0b55bd90c35ec5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 01:08:14 +0000 Subject: [PATCH 528/964] treesheets: Update to version 3357 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index d60505ad569637..b160c8d3db4a01 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3354", + "version": "3357", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3354/TreeSheets-3354-winx64.zip", - "hash": "44cf73f8c46c633b2182906a21592da85bb04628fe8fb14488b09f917c187e1e", - "extract_dir": "TreeSheets-3354-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3357/TreeSheets-3357-winx64.zip", + "hash": "75b2afdf0b79d1d341c323eeb26f55adb44c7eeef37e9f0c50f6cee02d307357", + "extract_dir": "TreeSheets-3357-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3354/TreeSheets-3354-winarm64.zip", - "hash": "0ff447d06d94fd6fe8f82149bed93509b36ffe14fcf99928171bded90b38ee10", - "extract_dir": "TreeSheets-3354-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3357/TreeSheets-3357-winarm64.zip", + "hash": "a0fe388ada779373e6d90fc75c7acf547fab50c7bd3c7258af8b5f07724916fe", + "extract_dir": "TreeSheets-3357-winarm64" } }, "pre_install": [ From d35bb8884b9d237f4955b6048c6a19ba6ea1c608 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:36:28 +0000 Subject: [PATCH 529/964] feishin: Update to version 1.16.0 --- bucket/feishin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/feishin.json b/bucket/feishin.json index e43d301fef8aeb..21c4f9f542fe1b 100644 --- a/bucket/feishin.json +++ b/bucket/feishin.json @@ -1,16 +1,16 @@ { - "version": "1.15.1", + "version": "1.16.0", "description": "A modern self-hosted music player.", "homepage": "https://github.com/jeffvli/feishin", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/jeffvli/feishin/releases/download/v1.15.1/Feishin-1.15.1-win-x64.zip", - "hash": "2e3f897882de2496ad5656df0ce49bcae401a67c404d39b8838010f3efa524a0" + "url": "https://github.com/jeffvli/feishin/releases/download/v1.16.0/Feishin-1.16.0-win-x64.zip", + "hash": "f38e0a784101b3328c702a05c5b72cec2da0ef62363f37f5de1fc3b0d2b8dfc2" }, "arm64": { - "url": "https://github.com/jeffvli/feishin/releases/download/v1.15.1/Feishin-1.15.1-win-arm64.zip", - "hash": "9039379742797c56cca6bdb4823fef1ee93153570eb1abe9be5f26e1c0986349" + "url": "https://github.com/jeffvli/feishin/releases/download/v1.16.0/Feishin-1.16.0-win-arm64.zip", + "hash": "c4d21d5b169f98e231359032faf392308589b3764adbb2ee30adcf17ab477c4f" } }, "shortcuts": [ From ff712773ca716cd9422c28a7edfc4e17a2d9a15b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:36:28 +0000 Subject: [PATCH 530/964] flclash: Update to version 0.8.98 --- bucket/flclash.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/flclash.json b/bucket/flclash.json index fc6fa6fb170d5b..3111e9c96e9264 100644 --- a/bucket/flclash.json +++ b/bucket/flclash.json @@ -1,6 +1,6 @@ { "##": "Extract to subfolder to avoid overwriting existing manifest.json.", - "version": "0.8.97", + "version": "0.8.98", "description": "A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.", "homepage": "https://github.com/chen08209/FlClash", "license": "GPL-3.0-only", @@ -12,12 +12,12 @@ ], "architecture": { "64bit": { - "url": "https://github.com/chen08209/FlClash/releases/download/v0.8.97/FlClash-0.8.97-windows-amd64.zip", - "hash": "7eac865e9e872daa07e323e6a6b7c772e016b565045406f67b9f611c31a7a01f" + "url": "https://github.com/chen08209/FlClash/releases/download/v0.8.98/FlClash-0.8.98-windows-amd64.zip", + "hash": "6ff2cee438c48c8fe98959c70ff909a4fb39540086d1898094d33951125faa70" }, "arm64": { - "url": "https://github.com/chen08209/FlClash/releases/download/v0.8.97/FlClash-0.8.97-windows-arm64.zip", - "hash": "030b88b456f8f0edcc4cdc8052bd45624436140f0f772e46ec37d228108ce17c" + "url": "https://github.com/chen08209/FlClash/releases/download/v0.8.98/FlClash-0.8.98-windows-arm64.zip", + "hash": "08431dab6c449c4a084afcfe07856dd8a0ee815d807682e6af37647d6aec84d9" } }, "extract_to": "app", From 3afc4efbd165b194efaa22a7d0c3049e83ce56c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:36:29 +0000 Subject: [PATCH 531/964] sourcegit: Update to version 2026.20 --- bucket/sourcegit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sourcegit.json b/bucket/sourcegit.json index 941c17e9538d90..92d9dfecd8cb26 100644 --- a/bucket/sourcegit.json +++ b/bucket/sourcegit.json @@ -1,16 +1,16 @@ { - "version": "2026.19", + "version": "2026.20", "description": "Open-source GUI client for git users.", "homepage": "https://github.com/sourcegit-scm/sourcegit", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sourcegit-scm/sourcegit/releases/download/v2026.19/sourcegit_2026.19.win-x64.zip", - "hash": "66e12ca936a286136e05a80caaed97c177096ebfe714cf613dc6dac7fcb7f43f" + "url": "https://github.com/sourcegit-scm/sourcegit/releases/download/v2026.20/sourcegit_2026.20.win-x64.zip", + "hash": "64c783c9bfdb66dffdca6c2623427a900844a4ba8d7dacf6762b3e77e1ef6cae" }, "arm64": { - "url": "https://github.com/sourcegit-scm/sourcegit/releases/download/v2026.19/sourcegit_2026.19.win-arm64.zip", - "hash": "c52dd77cfe28e3cb5947e1f83b291bd868630ce525560e80c6e5887e3d430021" + "url": "https://github.com/sourcegit-scm/sourcegit/releases/download/v2026.20/sourcegit_2026.20.win-arm64.zip", + "hash": "9389e246aa23a70d508652303e52d80108a530a4d3c80efdf78bbc51bdbb3b89" } }, "extract_dir": "SourceGit", From 78f1533d517311d09efd6ebacd0cf879904b5ce6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:36:29 +0000 Subject: [PATCH 532/964] w64devkit: Update to version 2.10.0 --- bucket/w64devkit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/w64devkit.json b/bucket/w64devkit.json index ad167de6177fe3..ac8c7b81286fe4 100644 --- a/bucket/w64devkit.json +++ b/bucket/w64devkit.json @@ -1,16 +1,16 @@ { - "version": "2.9.1", + "version": "2.10.0", "description": "Portable C and C++ Development Kit for x64 Windows", "homepage": "https://github.com/skeeto/w64devkit", "license": "Unlicense", "architecture": { "64bit": { - "url": "https://github.com/skeeto/w64devkit/releases/download/v2.9.1/w64devkit-x64-2.9.1.7z.exe#/dl.7z", - "hash": "9208c19755cd4964b7915b9afcf02c66d493a4c870c4b3e83f6c538d9c1237a5" + "url": "https://github.com/skeeto/w64devkit/releases/download/v2.10.0/w64devkit-x64-2.10.0.7z.exe#/dl.7z", + "hash": "18d0a4c71a166f8401ab6305781bec5882b40b5e06ba9807c61cb5f3b3c6325e" }, "32bit": { - "url": "https://github.com/skeeto/w64devkit/releases/download/v2.9.1/w64devkit-x86-2.9.1.7z.exe#/dl.7z", - "hash": "91017cbbb8766cb9b3094a9a461213ed809e9f06aa678257bf9bec32fed6b157" + "url": "https://github.com/skeeto/w64devkit/releases/download/v2.10.0/w64devkit-x86-2.10.0.7z.exe#/dl.7z", + "hash": "513ff7fc571cf6764a5aedbca92f43c513f8d01085c65df5133a82db13a7e63d" } }, "extract_dir": "w64devkit", From 2a6fc1256ef069558e59e0b0e4b5848942af111f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=8C=E8=A2=82=E9=96=8B=E8=B7=A4?= <208613607+composable-tu@users.noreply.github.com> Date: Mon, 14 Sep 2026 15:30:32 +0800 Subject: [PATCH 533/964] gitea-mcp-server: Add version 1.7.0 (#18747) --- bucket/gitea-mcp-server.json | 47 ++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 bucket/gitea-mcp-server.json diff --git a/bucket/gitea-mcp-server.json b/bucket/gitea-mcp-server.json new file mode 100644 index 00000000000000..ea0ccd73b8c725 --- /dev/null +++ b/bucket/gitea-mcp-server.json @@ -0,0 +1,47 @@ +{ + "version": "1.7.0", + "description": "Gitea Model Context Protocol (MCP) Server.", + "homepage": "https://gitea.com/gitea/gitea-mcp", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://gitea.com/gitea/gitea-mcp/releases/download/v1.7.0/gitea-mcp_Windows_x86_64.zip", + "hash": "9698fdd23d684d34c31cd87ec37290563ebb230d279efeac8d3a296927bc55c8" + }, + "32bit": { + "url": "https://gitea.com/gitea/gitea-mcp/releases/download/v1.7.0/gitea-mcp_Windows_i386.zip", + "hash": "86c43b963e5a4a60a7691b0436532b4f00cc3c6e942d7e1a4d71d5eb35b61000" + }, + "arm64": { + "url": "https://gitea.com/gitea/gitea-mcp/releases/download/v1.7.0/gitea-mcp_Windows_arm64.zip", + "hash": "8a47c97c1ee1ebce0425117949142adf3e97c708101bf4703bf7c996e19bfd64" + } + }, + "bin": [ + "gitea-mcp.exe", + [ + "gitea-mcp.exe", + "gitea-mcp-server" + ] + ], + "checkver": { + "url": "https://gitea.com/gitea/gitea-mcp/releases/latest", + "regex": "/releases/tag/v([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://gitea.com/gitea/gitea-mcp/releases/download/v$version/gitea-mcp_Windows_x86_64.zip" + }, + "32bit": { + "url": "https://gitea.com/gitea/gitea-mcp/releases/download/v$version/gitea-mcp_Windows_i386.zip" + }, + "arm64": { + "url": "https://gitea.com/gitea/gitea-mcp/releases/download/v$version/gitea-mcp_Windows_arm64.zip" + } + }, + "hash": { + "url": "$baseurl/gitea-mcp_$version_checksums.txt" + } + } +} From e6a1621669bfb9cebd62846dd113271de8fd2368 Mon Sep 17 00:00:00 2001 From: bewernick Date: Mon, 14 Sep 2026 02:45:57 -0500 Subject: [PATCH 534/964] kirocrew: Add version 0.6.0 (#18743) --- bucket/kirocrew.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 bucket/kirocrew.json diff --git a/bucket/kirocrew.json b/bucket/kirocrew.json new file mode 100644 index 00000000000000..231eed2d817ad7 --- /dev/null +++ b/bucket/kirocrew.json @@ -0,0 +1,42 @@ +{ + "version": "0.6.0", + "description": "Autonomous agent management layer for Kiro - persistent memory, scheduled jobs, background subagents, and multi-session orchestration.", + "homepage": "https://kiro.dev/crew/", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/kirodotdev/KiroCrew/releases/download/v0.6.0/KiroCrew-0.6.0-Setup-x64.exe#/dl.7z", + "hash": "c7a6adaa618f534be5f64fcc5109be581f291c2e5ea3e77be502460f7e9442f8" + } + }, + "installer": { + "script": [ + "Get-Item \"$dir\\`$PLUGINSDIR\\app*.7z\" | Select-Object -First 1 | Expand-7zipArchive -DestinationPath $dir", + "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Force -Recurse -ErrorAction Ignore" + ] + }, + "post_install": [ + "# Disable built-in update mechanism to prevent conflicts with Scoop's update management", + "$yaml = \"$dir\\resources\\app-update.yml\"", + "$content = Get-Content -Path $yaml | Foreach-Object {", + " if ($_.StartsWith('url')) { \"$($_.Replace('url', '# url')) # Disabled by Scoop\" } else { $_ }", + "}", + "Set-Content $yaml -Value $content -Encoding ascii" + ], + "shortcuts": [ + [ + "KiroCrew.exe", + "KiroCrew" + ] + ], + "checkver": { + "github": "https://github.com/kirodotdev/KiroCrew" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/kirodotdev/KiroCrew/releases/download/v$version/KiroCrew-$version-Setup-x64.exe#/dl.7z" + } + } + } +} From 9b8b628903e153823903b1064af8ba55303d9d15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:42:16 +0000 Subject: [PATCH 535/964] aider-desk: Update to version 0.83.0 --- bucket/aider-desk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/aider-desk.json b/bucket/aider-desk.json index f8a5d6384305ec..4bb762226ababb 100644 --- a/bucket/aider-desk.json +++ b/bucket/aider-desk.json @@ -1,12 +1,12 @@ { - "version": "0.82.0", + "version": "0.83.0", "description": "Desktop application for Aider AI assistant", "homepage": "https://github.com/hotovo/aider-desk", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/hotovo/aider-desk/releases/download/v0.82.0/aider-desk-0.82.0-setup.exe#/dl.7z", - "hash": "sha512:50ef41987db13e11ca7321f7969daac623ce2e09abad2c3f5deefa47c8ea265103b82c32189366de1adf612501c8803ec156ae0f42cb0606aab6a32e5114bddf", + "url": "https://github.com/hotovo/aider-desk/releases/download/v0.83.0/aider-desk-0.83.0-setup.exe#/dl.7z", + "hash": "sha512:3fb3bec1e2c76fdae409747b3a46b464ec141b4b26d7e38c2141f781eba6cea773d5c0d554e7d1870373748cf9394143610355eab5f240f3a7f43f01f08cacf8", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Recurse" From 5c617d1a79723d81ec7f4b58c2f4733c4796d6d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:42:17 +0000 Subject: [PATCH 536/964] camunda-modeler: Update to version 5.51.1 --- bucket/camunda-modeler.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/camunda-modeler.json b/bucket/camunda-modeler.json index 91da7853352266..9d020259419285 100644 --- a/bucket/camunda-modeler.json +++ b/bucket/camunda-modeler.json @@ -1,16 +1,16 @@ { - "version": "5.51.0", + "version": "5.51.1", "description": "Made for developers, edit your BPMN process diagrams and DMN decision tables.", "homepage": "https://camunda.org/download/modeler/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/camunda/camunda-modeler/releases/download/v5.51.0/camunda-modeler-5.51.0-win-x64.zip", - "hash": "c78589c2bf27c629f1728badd7755b2b7dce1ca8fcb4ef0dfbb171dc241ac38f" + "url": "https://github.com/camunda/camunda-modeler/releases/download/v5.51.1/camunda-modeler-5.51.1-win-x64.zip", + "hash": "21787ff78bb14e1217dccfef15f2aa238c547f940e05c06d87366f1ea6ef7202" }, "32bit": { - "url": "https://github.com/camunda/camunda-modeler/releases/download/v5.51.0/camunda-modeler-5.51.0-win-ia32.zip", - "hash": "19d3bb429467e73c8aaa642b565c7e5bc23348bc4a1bca9afc714e8edac8ce44" + "url": "https://github.com/camunda/camunda-modeler/releases/download/v5.51.1/camunda-modeler-5.51.1-win-ia32.zip", + "hash": "bcc4a89f36acc7a2aba992e377de764365db05b7d8e18181983ab96276850705" } }, "bin": "Camunda Modeler.exe", From 945a60e1445cec8ba42b875832c312d687c8e785 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:42:17 +0000 Subject: [PATCH 537/964] cockpit-tools: Update to version 1.3.52 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index 30abe586f4c751..63ec1924368230 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.51", + "version": "1.3.52", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.51/Cockpit.Tools_1.3.51_x64_en-US.msi", - "hash": "767fa872e91db1fc31a3c117aa7b3f81dbe4ec7132c919cc0e707b537ec8d4a2" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.52/Cockpit.Tools_1.3.52_x64_en-US.msi", + "hash": "94f7f15adabd2a3f643e77d3b725b9712d614e24f84116969d718bf583673f02" } }, "extract_dir": "PFiles\\Cockpit Tools", From 23428f3ce6cff3f10efe1dcbf0040a017bb81242 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:42:17 +0000 Subject: [PATCH 538/964] jackett: Update to version 0.24.2586 --- bucket/jackett.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jackett.json b/bucket/jackett.json index 51d81e3608b4e9..bb6f6b751d0f93 100644 --- a/bucket/jackett.json +++ b/bucket/jackett.json @@ -1,13 +1,13 @@ { - "version": "0.24.2581", + "version": "0.24.2586", "description": "API Support for your favorite torrent trackers", "homepage": "https://github.com/Jackett/Jackett", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/Jackett/Jackett/blob/HEAD/LICENSE" }, - "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2581/Jackett.Binaries.Windows.zip", - "hash": "1bff99ea85ec31c1913c0cc8bbbea6c68aec6719c993ccec819afea0ddca2b88", + "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2586/Jackett.Binaries.Windows.zip", + "hash": "71e3f573d66f6bc7a898a403f185383f9b4db790d4f749919630fddb6f451e66", "extract_dir": "Jackett", "shortcuts": [ [ From ae6273e89acb2e9a4b1b14bcf15f103ee9136442 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:42:18 +0000 Subject: [PATCH 539/964] mpv-git: Update to version 202609140528 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index f7d66b5f170e21..fb020062ff33ad 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609131235", + "version": "202609140528", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-13-10dee0a039/mpv-x86_64-20260913-git-10dee0a039.7z", - "hash": "e75e9c6698df7de557dbc950a2c435bebda86472ab4144464af1bd6211f2ae55" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-14-0b7ed670f7/mpv-x86_64-20260914-git-0b7ed670f7.7z", + "hash": "8bbb8f4e91b5429d541aa85705d34b9c7752bc7960be23df974d3f76be5bd357" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-13-10dee0a039/mpv-aarch64-20260913-git-10dee0a039.7z", - "hash": "60a5badd905998e46c0deeedd243cb9450396b2fbc1a496f5fbf7dd45dbce487" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-14-0b7ed670f7/mpv-aarch64-20260914-git-0b7ed670f7.7z", + "hash": "e11e71dd9ae9689a1d522536c1a98b5c1678cc4a5e28caf89f3333818cc60cdf" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From c8db625e9b2dfa3acf571395ff6d9f3ca8e26800 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:42:18 +0000 Subject: [PATCH 540/964] notesnook: Update to version 3.4.8 --- bucket/notesnook.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/notesnook.json b/bucket/notesnook.json index c5e0895ae2ec1b..64b8e2d076e23c 100644 --- a/bucket/notesnook.json +++ b/bucket/notesnook.json @@ -1,17 +1,17 @@ { - "version": "3.4.7", + "version": "3.4.8", "description": "Open-source end-to-end encrypted note taking alternative to Evernote.", "homepage": "https://notesnook.com/", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/streetwriters/notesnook/releases/download/v3.4.7/notesnook_win_x64.exe#/dl.7z", - "hash": "sha512:d167f2042aeb1a2303c97758f6fd5e8712e2ff2460399588935a8c7f2667c337f33196ffd4f2d1191aec5643c39da999b92a206c44d6a67eac46d6ef5479921e", + "url": "https://github.com/streetwriters/notesnook/releases/download/v3.4.8/notesnook_win_x64.exe#/dl.7z", + "hash": "sha512:b46093fa88cc7247bff3b69e99141a5cdabc37b8cdedf73da5e151294b1c688eaabb8e257d585f856b87acdd9aac82bbcc0ed0c8a4aa75b5c62a3d48e33ef294", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" }, "arm64": { - "url": "https://github.com/streetwriters/notesnook/releases/download/v3.4.7/notesnook_win_arm64.exe#/dl.7z", - "hash": "sha512:a124fb1dd0805a65e99618abbec7ebb4c79499e2c543a0a2d5fc2b50c18d55ab3337db0640c9d869af85a3b9a3b7464c8c8228d848002084321ceab62ed82d15", + "url": "https://github.com/streetwriters/notesnook/releases/download/v3.4.8/notesnook_win_arm64.exe#/dl.7z", + "hash": "sha512:201ce4d24e2bc62f6754aa6f7a15f8c0a227071eef6394f5f3266d253143e539976490936e89bfd4b2223ac10188884f5b2abe2452ed9181f89cf93dfe51f9a8", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"" } }, From e4fea4879157c8202471f164a832b4cd80689c34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:42:19 +0000 Subject: [PATCH 541/964] orca-ide: Update to version 1.4.201 --- bucket/orca-ide.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/orca-ide.json b/bucket/orca-ide.json index e7d87ada9253eb..1f99197431586b 100644 --- a/bucket/orca-ide.json +++ b/bucket/orca-ide.json @@ -1,12 +1,12 @@ { - "version": "1.4.202", + "version": "1.4.201", "description": "The next-gen IDE for working with a fleet of parallel agents.", "homepage": "https://onorca.dev", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/stablyai/orca/releases/download/v1.4.202/orca-windows-setup.exe#/dl.7z", - "hash": "sha512:26253baea4a8f9650617ed4f5b8f2e17464f21e9bfc4bbabb9fe674012ebd4404dc17c0faf63dc8bda4fea0f919295dd7c49e26f429abad663b4f03717e91562", + "url": "https://github.com/stablyai/orca/releases/download/v1.4.201/orca-windows-setup.exe#/dl.7z", + "hash": "sha512:ecbe5f8a9630d14dda4fd239846c13d8fee879a1fc16141a4abd60130158cb1ded4fc34a9daa6b27f241312b01509a5b8ee87c1805de3f22c776d104d4040e54", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\", \"$dir\\*.nsi\" -Recurse" From 0ed4495d2fb6bf15e208461c3c648292cebc494f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:42:19 +0000 Subject: [PATCH 542/964] postman: Update to version 12.28.0 --- bucket/postman.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/postman.json b/bucket/postman.json index 84601f630550cf..10914fd0139985 100644 --- a/bucket/postman.json +++ b/bucket/postman.json @@ -1,6 +1,6 @@ { "##": "Please keep .exe instead of the .nupkg. The Update.exe extracted from .exe is needed to convert the persistent data to the latest version (#10938).", - "version": "12.27.7", + "version": "12.28.0", "description": "Complete API development environment.", "homepage": "https://www.getpostman.com/", "license": { @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://dl.pstmn.io/download/12.27.7/Postman%20v12.27.7%20(x64).exe#/dl.7z", - "hash": "sha1:20eb552e1748aaf7fa59f69c95979dd7e7f37461" + "url": "https://dl.pstmn.io/download/12.28.0/Postman%20v12.28.0%20(x64).exe#/dl.7z", + "hash": "sha1:1352c0e269e4af514dcb6ea4b81150bd5c90a403" }, "arm64": { - "url": "https://dl.pstmn.io/download/12.27.7/Postman%20v12.27.7%20(arm64).exe#/dl.7z", - "hash": "sha1:1208721182857c6fd9ce6187e80b4b82ff57029d" + "url": "https://dl.pstmn.io/download/12.28.0/Postman%20v12.28.0%20(arm64).exe#/dl.7z", + "hash": "sha1:3fa18ad95e89a4922b8867beeb4b96c50b447f6d" } }, "installer": { From 0d09420861a5af601fb82413c3a1b5b003b9866b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:42:19 +0000 Subject: [PATCH 543/964] reasonix-desktop: Update to version 1.38.8 --- bucket/reasonix-desktop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/reasonix-desktop.json b/bucket/reasonix-desktop.json index bf455a37628a32..5f6ed4eed07574 100644 --- a/bucket/reasonix-desktop.json +++ b/bucket/reasonix-desktop.json @@ -1,16 +1,16 @@ { - "version": "1.38.7", + "version": "1.38.8", "description": "Reasonix Desktop, official GUI for Reasonix, a DeepSeek-native AI coding agent built to reduce API costs through aggressive context caching.", "homepage": "https://reasonix.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.7/Reasonix-windows-amd64.zip", - "hash": "efaba72331e21a69ad8462215b7f9ccf515026c3daeb0c7e8a9f52f1042161d7" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.8/Reasonix-windows-amd64.zip", + "hash": "cb1f9d737d98c6e2fd6acf4aa877da48882b772205bc61761402a2af844be10a" }, "arm64": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.7/Reasonix-windows-arm64.zip", - "hash": "e14ab720042c952127980d121c12004d3526596ecec6b3a5322bf67bf121144b" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.8/Reasonix-windows-arm64.zip", + "hash": "5ba33dad5cb93fb7e5288ef01997b8125d221174dce6cc407440f6d57f5786fa" } }, "shortcuts": [ From 710c57108c5600038b4f80756b60c8f51392ad3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:42:20 +0000 Subject: [PATCH 544/964] spotify: Update to version 1.3.0.277.g5441bb3e --- bucket/spotify.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/spotify.json b/bucket/spotify.json index d645f2e896b87e..8888fe41a660e7 100644 --- a/bucket/spotify.json +++ b/bucket/spotify.json @@ -1,5 +1,5 @@ { - "version": "1.2.99.317.g9bd8c54d", + "version": "1.3.0.277.g5441bb3e", "description": "A digital music service that gives you access to millions of songs.", "homepage": "https://www.spotify.com/", "license": { @@ -9,11 +9,11 @@ "architecture": { "64bit": { "url": "https://download.scdn.co/SpotifyFullSetupX64.exe", - "hash": "29bf2facc6c0061dbd9b517e922b4131e494a7c4117c7d9017ec54a6adcf3844" + "hash": "3a76afec6b799b75013c45b2e5033566410a4b7873feef22e65d352382464273" }, "arm64": { "url": "https://download.scdn.co/SpotifyFullSetupARM64.exe", - "hash": "dc2c090d01ce5d7492057e938b0e0c500cee16b1bffebd2fe1713a29f8b645be" + "hash": "e7b2292149ff3192a133d9cdc86d6ba289b2e25e51e06f47bec2f139f1c7d6db" } }, "installer": { From f6053083d37b988264cf5fdce26aa3e0db077a0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:42:20 +0000 Subject: [PATCH 545/964] sublime-merge: Update to version 2130 --- bucket/sublime-merge.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sublime-merge.json b/bucket/sublime-merge.json index 65b2b453a6df78..e6f0dc170ee185 100644 --- a/bucket/sublime-merge.json +++ b/bucket/sublime-merge.json @@ -1,5 +1,5 @@ { - "version": "2125", + "version": "2130", "description": "A Git client with snappy UI, three-way merge tool, side-by-side diffs, syntax highlighting, and more.", "homepage": "https://www.sublimemerge.com/", "license": { @@ -13,8 +13,8 @@ ], "architecture": { "64bit": { - "url": "https://download.sublimetext.com/sublime_merge_build_2125_x64.zip", - "hash": "aa73f08c624f7df604181156d090d912748a814eaa0f2f871bf49048e7cfb27b" + "url": "https://download.sublimetext.com/sublime_merge_build_2130_x64.zip", + "hash": "0fe04cedb928b594ba4c530a58eb4e36f4f542ed112b4f63fa56912c4f1ff454" } }, "post_install": [ From fba8043fa981e6edc97d2832858b553789baf5cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:42:21 +0000 Subject: [PATCH 546/964] wire: Update to version 3.44.5377 --- bucket/wire.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wire.json b/bucket/wire.json index 9e6ab79a225eea..1c5400cb22b287 100644 --- a/bucket/wire.json +++ b/bucket/wire.json @@ -1,10 +1,10 @@ { - "version": "3.43.5376", + "version": "3.44.5377", "description": "Secure messaging, file sharing, voice calls and video conferences", "homepage": "https://wire.com/", "license": "GPL-3.0-only", - "url": "https://wire-app.wire.com/win/prod/wire-3.43.5376-full.nupkg", - "hash": "sha1:3f4cfedaeff4357e7e58ed8a50697874304e4662", + "url": "https://wire-app.wire.com/win/prod/wire-3.44.5377-full.nupkg", + "hash": "sha1:8c9224a6fd8c77f45b2b53ee948aca7715fca49a", "extract_dir": "lib\\net45", "bin": "Wire.exe", "shortcuts": [ From 04eb556b8cea44b22f188fe75f2b1ba134aed111 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:42:40 +0000 Subject: [PATCH 547/964] anki: Update to version 26.09 --- bucket/anki.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/anki.json b/bucket/anki.json index 6db192ef110f79..fc0b7389f52b5f 100644 --- a/bucket/anki.json +++ b/bucket/anki.json @@ -1,17 +1,17 @@ { - "version": "26.08.1", + "version": "26.09", "description": "Powerful and intelligent flash cards", "homepage": "https://apps.ankiweb.net", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/ankitects/anki/releases/download/26.08.1/anki-26.08.1-win-x64.msi", - "hash": "d79170c3cd2e6225f9c2ba33212117a8fe70c10735c3f0e5a2864e2f0ccf7c8c", + "url": "https://github.com/ankitects/anki/releases/download/26.09/anki-26.09-win-x64.msi", + "hash": "6490598460fe65c501cac19ad987a54457ccd49feb5706be0c0a0f7b0c0656a3", "extract_dir": "PFiles64\\Anki" }, "arm64": { - "url": "https://github.com/ankitects/anki/releases/download/26.08.1/anki-26.08.1-win-arm64.msi", - "hash": "0f3821d09faabfc742642bed649e207e6692344dd0632c62bc66313c3880eba5", + "url": "https://github.com/ankitects/anki/releases/download/26.09/anki-26.09-win-arm64.msi", + "hash": "cbc6b07fc75dbd56a98501038f35b127f6c876b95ec2e204c9037bb9e4154695", "extract_dir": "PFiles64\\Anki" } }, From 8621f75d183ee2b5b6905e5573fb822ef92dd86b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:42:40 +0000 Subject: [PATCH 548/964] aptakube: Update to version 1.20.2 --- bucket/aptakube.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/aptakube.json b/bucket/aptakube.json index 88d2c03163ab3c..d089c61cf480a1 100644 --- a/bucket/aptakube.json +++ b/bucket/aptakube.json @@ -1,5 +1,5 @@ { - "version": "1.20.1", + "version": "1.20.2", "description": "Modern, lightweight and multi-cluster Kubernetes GUI", "homepage": "https://aptakube.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/aptakube/aptakube/releases/download/1.20.1/Aptakube_1.20.1_x64.zip", - "hash": "bb88b35641acde5909bec5a94cf6fee6989bf9294966f62f0d6c9aaaa0d37065" + "url": "https://github.com/aptakube/aptakube/releases/download/1.20.2/Aptakube_1.20.2_x64.zip", + "hash": "9fe6a180049e74baa07a01a089863e46a55367c5e6a9cd0a938aad096ad01cc6" } }, "bin": [ From b5cf87f62daf2b3402d7f4e0c62d1fa9bc4a5dc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:42:41 +0000 Subject: [PATCH 549/964] cockpit-tools: Update to version 1.3.53 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index 63ec1924368230..6e3d8090fe02a8 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.52", + "version": "1.3.53", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.52/Cockpit.Tools_1.3.52_x64_en-US.msi", - "hash": "94f7f15adabd2a3f643e77d3b725b9712d614e24f84116969d718bf583673f02" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.53/Cockpit.Tools_1.3.53_x64_en-US.msi", + "hash": "5e33f11ed0c119be8c67144ee639787a67e793a0e2c9960155dfc0db8af54f66" } }, "extract_dir": "PFiles\\Cockpit Tools", From 87096b89352dcc1ac8b8bcb37cf9c2dd7fbcffec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:42:41 +0000 Subject: [PATCH 550/964] esearch: Update to version 15.5.1 --- bucket/esearch.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/esearch.json b/bucket/esearch.json index 6b7dc6d92dcfba..e799023abdf8c9 100755 --- a/bucket/esearch.json +++ b/bucket/esearch.json @@ -1,5 +1,5 @@ { - "version": "15.4.2", + "version": "15.5.1", "description": "Screenshot OCR search translate search for picture paste the picture on the screen screen recorder.", "homepage": "https://github.com/xushengfeng/eSearch", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/xushengfeng/eSearch/releases/download/15.4.2/eSearch-15.4.2-win32-x64.zip", - "hash": "eec49b6f5ac9ccfe0c48da7a82ea30d5348f2d38e81d028126b17cf0f7c0cc63" + "url": "https://github.com/xushengfeng/eSearch/releases/download/15.5.1/eSearch-15.5.1-win32-x64.zip", + "hash": "577a4c58fb85160fbd873334fe50cc9490252b523c0c818291d2d94ed3420afc" }, "arm64": { - "url": "https://github.com/xushengfeng/eSearch/releases/download/15.4.2/eSearch-15.4.2-win32-arm64.zip", - "hash": "37e676e3c5b7963343cb6556966d39a2dbc927a791416e90c466b493f0dab937" + "url": "https://github.com/xushengfeng/eSearch/releases/download/15.5.1/eSearch-15.5.1-win32-arm64.zip", + "hash": "128c4143d47aa5547b4737d27a4dbc7a3f737abb7920f3ecd66427273d0c9fd7" } }, "bin": "e-search.exe", From f0e127f26c5d65e955e7cf04db3f6194c8b5921b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:42:42 +0000 Subject: [PATCH 551/964] httptoolkit: Update to version 1.27.2 --- bucket/httptoolkit.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/httptoolkit.json b/bucket/httptoolkit.json index 02955c0acc91d2..b5092d7687181c 100644 --- a/bucket/httptoolkit.json +++ b/bucket/httptoolkit.json @@ -1,12 +1,12 @@ { - "version": "1.27.1", + "version": "1.27.2", "description": "HTTP(S) debugging proxy, analyzer and client", "homepage": "https://httptoolkit.com", "license": "AGPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/httptoolkit/httptoolkit-desktop/releases/download/v1.27.1/HttpToolkit-1.27.1-win-x64.zip", - "hash": "a9d860d15143b602f979cfe141a33e9fc00cdcdce78787bb19df7ba217c4beee" + "url": "https://github.com/httptoolkit/httptoolkit-desktop/releases/download/v1.27.2/HttpToolkit-1.27.2-win-x64.zip", + "hash": "c405e2dda355fab8b51fb8922739da9eaa50ab28f7c01f556eb4d2ecd4fcce07" } }, "shortcuts": [ From 7ed9b57bf9e51eba0d1938c420e474647e126f81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:42:42 +0000 Subject: [PATCH 552/964] installerclean: Update to version 3.0.0 --- bucket/installerclean.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/installerclean.json b/bucket/installerclean.json index 9a621f8d06c34e..5aac97c6cc2f93 100644 --- a/bucket/installerclean.json +++ b/bucket/installerclean.json @@ -1,13 +1,13 @@ { - "version": "2.3.0", + "version": "3.0.0", "description": "Open source tool to safely clean orphaned Windows Installer files and reclaim disk space.", "homepage": "https://github.com/no-faff/InstallerClean", "license": "Apache-2.0", "notes": "Requires administrator privileges to access C:\\Windows\\Installer.", "architecture": { "64bit": { - "url": "https://github.com/no-faff/InstallerClean/releases/download/v2.3.0/InstallerClean-2.3.0-portable.exe#/InstallerClean-portable.exe", - "hash": "922f5546f71905d0eccab2f7383621198b34b97ad65e46ac2ef0c9edf814ec22" + "url": "https://github.com/no-faff/InstallerClean/releases/download/v3.0.0/InstallerClean-3.0.0-portable.exe#/InstallerClean-portable.exe", + "hash": "3679411c565f1fbcc8fe4c15cb6fe73974e85a6e1c892c624b2ff0196944b1f0" } }, "shortcuts": [ From 71c3155c2c20c68fc276a24dd5588dcfd9a49181 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:42:42 +0000 Subject: [PATCH 553/964] kate: Update to version 26.08-12384 --- bucket/kate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kate.json b/bucket/kate.json index 0b38b3955d72fb..0320703cddc855 100644 --- a/bucket/kate.json +++ b/bucket/kate.json @@ -1,13 +1,13 @@ { - "version": "26.08-12352", + "version": "26.08-12384", "description": "Multi-document editor", "homepage": "https://kate-editor.org", "license": "LGPL-2.0-only", "notes": "If you want to get the latest development branch-based installer, please install `kate-nightly` from Versions bucket.", "architecture": { "64bit": { - "url": "https://cdn.kde.org/ci-builds/utilities/kate/release-26.08/windows/kate-release_26.08-12352-windows-cl-msvc2022-x86_64.7z", - "hash": "a2ad1a011f47d08eb8ec6ded600944129f1daaa263521fcd48de037a588eceb2" + "url": "https://cdn.kde.org/ci-builds/utilities/kate/release-26.08/windows/kate-release_26.08-12384-windows-cl-msvc2022-x86_64.7z", + "hash": "3fca8432af41d141e3b9dbc963eae3c477a741f3847fe8499a0c8530d6ee0809" } }, "bin": "bin\\kate.exe", From aab5e086ea86163e18722966ccd424016d676081 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:42:43 +0000 Subject: [PATCH 554/964] keyguard: Update to version 3.2.2-20260914 --- bucket/keyguard.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/keyguard.json b/bucket/keyguard.json index 4c7f1e15062d80..0e5668961b4d47 100644 --- a/bucket/keyguard.json +++ b/bucket/keyguard.json @@ -1,5 +1,5 @@ { - "version": "3.2.1-20260911", + "version": "3.2.2-20260914", "description": "Keyguard is an alternative client for the Bitwarden® platform, created to provide the best user experience possible", "homepage": "https://keyguard.dev", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/AChep/keyguard-app/releases/download/r20260911/Keyguard-3.2.1.msi", - "hash": "3e614d66e2b98d201bd6096328f04be3d42c1c180b9d0c7bd012f74e3e400261" + "url": "https://github.com/AChep/keyguard-app/releases/download/r20260914/Keyguard-3.2.2.msi", + "hash": "f46aa18ac9ba8d61cb617522d420b031dea2ad21622767e5f8d24c58ac2e1934" } }, "bin": "Keyguard\\Keyguard.exe", From 47f36c497b32eb6d1159a3e3fad62e7e472d105a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:42:43 +0000 Subject: [PATCH 555/964] ldplayer: Update to version 14.0.27.0 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index 2634f51d1b2e89..aa8c8cecffc8a4 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.2", + "version": "14.0.27.0", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", - "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.27.0.exe", + "hash": "d2dccfae12b1413034cd93c7f15a8b7124b6e5d851535886f9f84515e9ccfb1b", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 8ce7ff2e7d509c69e22a1f57f70fdadf21b51785 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:42:44 +0000 Subject: [PATCH 556/964] moor: Update to version 2.19.1 --- bucket/moor.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/moor.json b/bucket/moor.json index 9c1653821cba2b..e93c0eb3736362 100644 --- a/bucket/moor.json +++ b/bucket/moor.json @@ -1,12 +1,12 @@ { - "version": "2.19.0", + "version": "2.19.1", "description": "A pager designed to work without any configuration", "homepage": "https://github.com/walles/moar/", "license": "BSD-2-Clause-Views", "architecture": { "64bit": { - "url": "https://github.com/walles/moor/releases/download/v2.19.0/moor-v2.19.0-windows-amd64.exe#/moor.exe", - "hash": "afd8cb8f06356f9d2d9c1a8d9d0c04cce68d23ae5f9bbe747ef16daf642dd45d" + "url": "https://github.com/walles/moor/releases/download/v2.19.1/moor-v2.19.1-windows-amd64.exe#/moor.exe", + "hash": "bf782e7f33e78b1c2f24a4b8e3f3167d6868c5700b06251da52cf033f46fd883" } }, "bin": "moor.exe", From c412d0e22448aa595811d60ab93826582bc96115 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:42:44 +0000 Subject: [PATCH 557/964] mpv-git: Update to version 202609141231 --- bucket/mpv-git.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index fb020062ff33ad..2b46996748e98e 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609140528", + "version": "202609141231", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -13,11 +13,11 @@ "architecture": { "64bit": { "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-14-0b7ed670f7/mpv-x86_64-20260914-git-0b7ed670f7.7z", - "hash": "8bbb8f4e91b5429d541aa85705d34b9c7752bc7960be23df974d3f76be5bd357" + "hash": "776e37bd952d75260ff13aff94ec8365d28140e10e15ef79cee2ebe582fca589" }, "arm64": { "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-14-0b7ed670f7/mpv-aarch64-20260914-git-0b7ed670f7.7z", - "hash": "e11e71dd9ae9689a1d522536c1a98b5c1678cc4a5e28caf89f3333818cc60cdf" + "hash": "1c100773c4473c72f6329949fdb4321326e399ef74c16caaa8ee4b9311f2ded1" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From b72499077b2c578ecfe8e4be8a620e9c5fb168c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:42:44 +0000 Subject: [PATCH 558/964] tableplus: Update to version 26.10.16.396 --- bucket/tableplus.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tableplus.json b/bucket/tableplus.json index d5a89aebc7bf64..d3b6f6dff774f0 100644 --- a/bucket/tableplus.json +++ b/bucket/tableplus.json @@ -1,14 +1,14 @@ { "##": "TODO: There will be an option for portable mode in the near future. See #3424 for details.", - "version": "26.10.2.394", + "version": "26.10.16.396", "description": "Relational database explorer", "homepage": "https://tableplus.com", "license": { "identifier": "Proprietary", "url": "https://tableplus.com/blog/2018/01/license-agreement.html" }, - "url": "https://files.tableplus.com/windows/26.10.2/TablePlusSetup.exe", - "hash": "733531702933da6251c8685d03e9184e4b9a5046d4b12455fc57ba43f30c2582", + "url": "https://files.tableplus.com/windows/26.10.16/TablePlusSetup.exe", + "hash": "4710c8d93ff7ff2431b6d990941eddbe3dd601e3210cf357cf4216c835616b7e", "innosetup": true, "architecture": { "64bit": { From 6db245d6c59d0c0cff3dd4c0c8715f28d04f1c46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:42:45 +0000 Subject: [PATCH 559/964] treesheets: Update to version 3362 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index b160c8d3db4a01..819376fde2df78 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3357", + "version": "3362", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3357/TreeSheets-3357-winx64.zip", - "hash": "75b2afdf0b79d1d341c323eeb26f55adb44c7eeef37e9f0c50f6cee02d307357", - "extract_dir": "TreeSheets-3357-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3362/TreeSheets-3362-winx64.zip", + "hash": "f0cd50a580aee26c9d2abf1721e02de79e1946d96686e261e8f93201e8c2e93a", + "extract_dir": "TreeSheets-3362-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3357/TreeSheets-3357-winarm64.zip", - "hash": "a0fe388ada779373e6d90fc75c7acf547fab50c7bd3c7258af8b5f07724916fe", - "extract_dir": "TreeSheets-3357-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3362/TreeSheets-3362-winarm64.zip", + "hash": "e21d766984c15bb7749130db3e0f45152af60a85f074ba55a9008ed082cb9200", + "extract_dir": "TreeSheets-3362-winarm64" } }, "pre_install": [ From 926302092dd7fa6b8de76f7cfcc050e7850f2112 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:42:45 +0000 Subject: [PATCH 560/964] winbox: Update to version 4.4 --- bucket/winbox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/winbox.json b/bucket/winbox.json index 5a470051c4c704..0787d51bb4c410 100644 --- a/bucket/winbox.json +++ b/bucket/winbox.json @@ -1,5 +1,5 @@ { - "version": "4.3", + "version": "4.4", "description": "A small utility that allows administration of MikroTik RouterOS using a fast and simple GUI.", "homepage": "https://mikrotik.com/winbox", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://download.mikrotik.com/routeros/winbox/4.3/WinBox_Windows.zip", - "hash": "f2dc282abe7e1b8f63b13b2ba6a893b6d1c16671e2c8f8a6a5a9d3956f36100b" + "url": "https://download.mikrotik.com/routeros/winbox/4.4/WinBox_Windows.zip", + "hash": "dcbd052c4c90808ea8eb416a40352930e1fd19a17d0e5e87ef27419c42844353" } }, "bin": [ From 83363a3303821e4626690d5ceeca80d538931653 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:42:46 +0000 Subject: [PATCH 561/964] xpipe: Update to version 24.3 --- bucket/xpipe.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/xpipe.json b/bucket/xpipe.json index 3063999f371b5a..b28631d8602f1a 100644 --- a/bucket/xpipe.json +++ b/bucket/xpipe.json @@ -1,19 +1,19 @@ { - "version": "24.2.1", + "version": "24.3", "description": "A connection hub and remote file manager to access your entire server infrastructure from your local desktop", "homepage": "https://xpipe.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/xpipe-io/xpipe/releases/download/24.2.1/xpipe-portable-windows-x86_64.zip", - "hash": "c93c394ab79b44f72a83d6f7c5b979a2ba523b38b08ea173f6ab29d48e3e14d8" + "url": "https://github.com/xpipe-io/xpipe/releases/download/24.3/xpipe-portable-windows-x86_64.zip", + "hash": "e63aab94cd39aa993c43c3716a9d809c77cec595ca0ef695513eaa00ce88af92" }, "arm64": { - "url": "https://github.com/xpipe-io/xpipe/releases/download/24.2.1/xpipe-portable-windows-arm64.zip", - "hash": "c3948551004d5024f98f5d5f86fa88c6a6cc31a80a039f0eb5b9330777a69e90" + "url": "https://github.com/xpipe-io/xpipe/releases/download/24.3/xpipe-portable-windows-arm64.zip", + "hash": "1fd2c6e95b6df0997e411918c62f83218d0313cf6579526e68b84e4888c47b48" } }, - "extract_dir": "xpipe-24.2.1", + "extract_dir": "xpipe-24.3", "bin": "xpipe.exe", "shortcuts": [ [ From d10727cdabd53a669a78560f5068e0a716f54083 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 14 Sep 2026 06:21:26 -0700 Subject: [PATCH 562/964] openfreebuds: Update to version 0.18.1, Add arm64 architecture (#18749) --- bucket/openfreebuds.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/bucket/openfreebuds.json b/bucket/openfreebuds.json index 6ecb44584f2b83..1e7409d0d7068b 100644 --- a/bucket/openfreebuds.json +++ b/bucket/openfreebuds.json @@ -1,12 +1,16 @@ { - "version": "0.17.3", + "version": "0.18.1", "description": "Manage wireless headphones from HUAWEI/Honor", "homepage": "https://mmk.pw/en/openfreebuds/", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://st.mmk.pw/openfreebuds/openfreebuds_0.17.3_win32_portable.exe#/openfreebuds.exe", - "hash": "0f3bf24a63d2dbcc4cbebe4bd86d167321352d9b9ef39d770333a5f832d2b3a4" + "url": "https://github.com/melianmiko/OpenFreebuds/releases/download/v0.18.1/openfreebuds_0.18.1_x86_64_windows_portable.exe#/openfreebuds.exe", + "hash": "bd67b650e7c545a48ae0583b17b20ea1bdab3f0f3281334f115f9a8f77604833" + }, + "arm64": { + "url": "https://github.com/melianmiko/OpenFreebuds/releases/download/v0.18.1/openfreebuds_0.18.1_aarch64_windows_portable.exe#/openfreebuds.exe", + "hash": "780e10ecfa66ec21ff697eba7dfba98d73b563ba411aadc110c23eb8360f5942" } }, "pre_install": "New-Item \"$dir\\is_portable\" -ItemType File | Out-Null", @@ -21,14 +25,15 @@ "data" ], "checkver": { - "url": "https://st.mmk.pw/openfreebuds/release.json", - "jsonpath": "$.windows_portable[0].url", - "regex": "openfreebuds_([\\d.]+)_win32_portable.exe" + "github": "https://github.com/melianmiko/OpenFreebuds" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://st.mmk.pw/openfreebuds/openfreebuds_$version_win32_portable.exe#/openfreebuds.exe" + "url": "https://github.com/melianmiko/OpenFreebuds/releases/download/v$version/openfreebuds_$version_x86_64_windows_portable.exe#/openfreebuds.exe" + }, + "arm64": { + "url": "https://github.com/melianmiko/OpenFreebuds/releases/download/v$version/openfreebuds_$version_aarch64_windows_portable.exe#/openfreebuds.exe" } } } From 0b5eedf38149197c12ed711efa2edfa76fad2985 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 13:43:42 +0000 Subject: [PATCH 563/964] imagine@2.7.0: Fix hash (Closes #18750) --- bucket/imagine.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/imagine.json b/bucket/imagine.json index 61d9e9f3c21c0b..acbfb28c95c84c 100644 --- a/bucket/imagine.json +++ b/bucket/imagine.json @@ -10,7 +10,7 @@ "architecture": { "64bit": { "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=x64&unicode=1&full=0&setup=0&version=2.7.0#/dl.zip", - "hash": "adedd05e4544917b912de882c48a9194bfd495a5542d72178a1b8ceede2bf3f4", + "hash": "6443c54e4a6aee1931ffad231093dc9a323b34d6af06ed87d1d672acfe7a998c", "bin": [ "Imagine64.exe", [ @@ -27,7 +27,7 @@ }, "32bit": { "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=x86&unicode=1&full=0&setup=0&version=2.7.0#/dl.zip", - "hash": "9fa6307abb04329957bde867ca9c337ffe955c4be7572f8d832f11ae87a5605c", + "hash": "5a8a8a7fe6224ce1034e20717677107ee19a08a404e4ba13b01ff51233ca48eb", "bin": "Imagine.exe", "shortcuts": [ [ @@ -38,7 +38,7 @@ }, "arm64": { "url": "https://www.nyam.pe.kr/dev/imagine/download.php?arch=arm64&unicode=1&full=0&setup=0&version=2.7.0#/dl.zip", - "hash": "cd00292530693e979b63a143e384f02d70d269f037705f9e39c48c9e0cb23374", + "hash": "095c7d1b51ad6ee9076fff3287d3320a63427ad78b4dfcbf888f047c3d4e1bfc", "bin": [ "ImagineA64.exe", [ From c3ba480a8a1be67dc653c876f335b4a5ffc995e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:30:27 +0000 Subject: [PATCH 564/964] homebank: Update to version 5.10.3 --- bucket/homebank.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/homebank.json b/bucket/homebank.json index f51c06b009723a..a218dd8b3a8c88 100644 --- a/bucket/homebank.json +++ b/bucket/homebank.json @@ -1,10 +1,10 @@ { - "version": "5.10.2", + "version": "5.10.3", "description": "Personal accounting", "homepage": "https://www.gethomebank.org", "license": "GPL-2.0-or-later", - "url": "https://www.gethomebank.org/public/binaries/HomeBank-5.10.2-setup.exe", - "hash": "09cb2580b8e9e4e4a85540bf9e6ee4e774e69a30e3b21693b5882a53b4fb5d3e", + "url": "https://www.gethomebank.org/public/binaries/HomeBank-5.10.3-setup.exe", + "hash": "43c7983e04f0e862c6864a486ff7c3563c1959147ce8adf9ade74ffa8bd3d7b2", "innosetup": true, "installer": { "script": [ From 214cbb74bd0e6ebfa6b55ffdeb1a208955e9874c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:30:28 +0000 Subject: [PATCH 565/964] hwmonitor: Update to version 1.68 --- bucket/hwmonitor.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hwmonitor.json b/bucket/hwmonitor.json index 2bfb85a9a90a87..f1956dd015348e 100644 --- a/bucket/hwmonitor.json +++ b/bucket/hwmonitor.json @@ -1,12 +1,12 @@ { - "version": "1.67", + "version": "1.68", "description": "A hardware monitoring program that reads PC systems main health sensors : voltages, temperatures, fans speed.", "homepage": "https://www.cpuid.com/softwares/hwmonitor.html", "license": "Unknown", "architecture": { "64bit": { - "url": "https://download.cpuid.com/hwmonitor/hwmonitor_1.67.zip", - "hash": "e6affec5466bba650cfdac7e98857e17b966f670a3a3e1f1cb869d84d5217090", + "url": "https://download.cpuid.com/hwmonitor/hwmonitor_1.68.zip", + "hash": "b0c6d0b4f6e0047ea2df7a326ebf15b622f8a915db95dc5752e675daa8e51a00", "bin": [ [ "hwmonitor_x64.exe", @@ -21,8 +21,8 @@ ] }, "32bit": { - "url": "https://download.cpuid.com/hwmonitor/hwmonitor_1.67.zip", - "hash": "e6affec5466bba650cfdac7e98857e17b966f670a3a3e1f1cb869d84d5217090", + "url": "https://download.cpuid.com/hwmonitor/hwmonitor_1.68.zip", + "hash": "b0c6d0b4f6e0047ea2df7a326ebf15b622f8a915db95dc5752e675daa8e51a00", "bin": [ [ "hwmonitor_x32.exe", From 250f2eed9ebfdef1ef60c85aa1db57395e84fbd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:30:28 +0000 Subject: [PATCH 566/964] jetbrains-toolbox: Update to version 3.8.0.87909 --- bucket/jetbrains-toolbox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jetbrains-toolbox.json b/bucket/jetbrains-toolbox.json index d5f244000380c0..0f7fd68743f09d 100644 --- a/bucket/jetbrains-toolbox.json +++ b/bucket/jetbrains-toolbox.json @@ -1,5 +1,5 @@ { - "version": "3.7.2.87231", + "version": "3.8.0.87909", "description": "Toolbox App. A control panel for all JetBrains tools.", "homepage": "https://www.jetbrains.com/toolbox/", "license": { @@ -10,8 +10,8 @@ "By default all your tools are installed into '$dir\\apps' folder and are persisted.", "This could be changed inside settings menu." ], - "url": "https://download.jetbrains.com/toolbox/jetbrains-toolbox-3.7.2.87231.exe", - "hash": "077347e6ac800c0762791de135d1cef935067233289deec51c717ad852e91dfd", + "url": "https://download.jetbrains.com/toolbox/jetbrains-toolbox-3.8.0.87909.exe", + "hash": "af7d29ab28723a3eccb7583fd2a9b6b798f57cdaa44b1627540276f3ae8c298d", "pre_install": [ "Expand-7zipArchive \"$dir\\jetbrains-toolbox-$version.exe\" \"$dir\\installer\" -Removal", "Expand-7zipArchive \"$dir\\installer\\.text\" \"$dir\"", From 0ba89b67aba6fbc6ceb15742d6e8b8b0a84fa6e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:30:28 +0000 Subject: [PATCH 567/964] lark: Update to version 8.0.3 --- bucket/lark.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lark.json b/bucket/lark.json index 338db4bae4d304..2947f97c739d21 100644 --- a/bucket/lark.json +++ b/bucket/lark.json @@ -1,5 +1,5 @@ { - "version": "7.75.20", + "version": "8.0.3", "description": "The Next-Gen Collaboration Suite", "homepage": "https://www.larksuite.com/", "license": { @@ -9,12 +9,12 @@ "notes": "Runtime data are stored in '%APPDATA%\\LarkInternational', and are not persisted by Scoop.", "architecture": { "32bit": { - "url": "https://sf16-sg.larksuitecdn.com/obj/lark-version-sg/95f6603b/Lark-win32_ia32-7.75.20-signed.exe#/dl.7z", - "hash": "md5:fabe6b54dfdb5ee63b5c89a9923b3150" + "url": "https://sf16-sg.larksuitecdn.com/obj/lark-version-sg/3c2e9990/Lark-win32_ia32-8.0.3-signed.exe#/dl.7z", + "hash": "md5:c692565a050cff6587717e213d0e9d32" }, "64bit": { - "url": "https://sf16-sg.larksuitecdn.com/obj/lark-version-sg/d6f6681f/Lark-win32_x64-7.75.20-signed.exe#/dl.7z", - "hash": "md5:ad3c4936438631b272d6f98842de0c34" + "url": "https://sf16-sg.larksuitecdn.com/obj/lark-version-sg/356075e3/Lark-win32_x64-8.0.3-signed.exe#/dl.7z", + "hash": "md5:55f31c3514c0318f903301f02cee20d1" } }, "extract_to": "app", From fee1171efccab31ae9385e21432dd7649d765eca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:30:29 +0000 Subject: [PATCH 568/964] ldplayer: Update to version 14.0.25.2 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index aa8c8cecffc8a4..2634f51d1b2e89 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.27.0", + "version": "14.0.25.2", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.27.0.exe", - "hash": "d2dccfae12b1413034cd93c7f15a8b7124b6e5d851535886f9f84515e9ccfb1b", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", + "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 13b965768eb60980bee062333648b5a49699e78a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:30:29 +0000 Subject: [PATCH 569/964] mathpix: Update to version 03.00.0160 --- bucket/mathpix.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mathpix.json b/bucket/mathpix.json index 626405e977cf61..2a231cd06ac3f6 100644 --- a/bucket/mathpix.json +++ b/bucket/mathpix.json @@ -1,13 +1,13 @@ { - "version": "03.00.0156", + "version": "03.00.0160", "description": "A tool for an easy and fast way to create math equations using LaTex.", "homepage": "https://mathpix.com/", "license": { "identifier": "Freeware", "url": "https://mathpix.com/terms" }, - "url": "https://download.mathpix.com/windows/mathpix_snipping_tool_setup.v03.00.0156.exe", - "hash": "10bb4c72dc0786bb418f772e75cf32b6d893fde08d847b034e70395652556185", + "url": "https://download.mathpix.com/windows/mathpix_snipping_tool_setup.v03.00.0160.exe", + "hash": "debfa192247540b9953223f426dbb814b209f7b3d223ad8770078aec612a2764", "innosetup": true, "shortcuts": [ [ From 63272aa9d649005106e3e3e386e7e0bbd2c99dfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:30:30 +0000 Subject: [PATCH 570/964] mkvtoolnix: Update to version 102.0 --- bucket/mkvtoolnix.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mkvtoolnix.json b/bucket/mkvtoolnix.json index e2bf6b8915dbb4..2e5281918c9b2f 100644 --- a/bucket/mkvtoolnix.json +++ b/bucket/mkvtoolnix.json @@ -1,16 +1,16 @@ { - "version": "101.0", + "version": "102.0", "description": "A set of tools to create, alter and inspect Matroska files.", "homepage": "https://mkvtoolnix.download", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://mkvtoolnix.download/windows/releases/101.0/mkvtoolnix-64-bit-101.0.7z", - "hash": "sha512:ee49f023b433e45b379bf9950455106c67671f83337e87a63a72064ada2e41d24e7644d2abcf1a4193a53818ed5ff4106b74cb85ace045aead9bdbaea5c8c2b8" + "url": "https://mkvtoolnix.download/windows/releases/102.0/mkvtoolnix-64-bit-102.0.7z", + "hash": "sha512:5abf8e2500b00045dc905e21f12934977f6c7fc8e4128848fe85563d606faa04d630c17f54557259c12f11d0adf0610212e3c64ed6e6f7c8fedf0ce01ca0a834" }, "32bit": { - "url": "https://mkvtoolnix.download/windows/releases/101.0/mkvtoolnix-32-bit-101.0.7z", - "hash": "sha512:4b2273cc0e7b9aa7eb15e9f6bd36a3b0105f4ddd2f7548023b59d690a4a37777601cc0b6eba6d2c25c3afeac0841579dad4364f950411cd7e083881ac6b733d7" + "url": "https://mkvtoolnix.download/windows/releases/102.0/mkvtoolnix-32-bit-102.0.7z", + "hash": "sha512:19fa924fdf5445c1afb0dc0844da54186c1cd513758a404108e7b4aa1fb6107db27cf2365467ec2bf4fc0c7b12548d111b1b41cd882417cd16486ff7ad9a568d" } }, "extract_dir": "mkvtoolnix", From acc39d593883b255470803bdd987df28f703ef61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:30:30 +0000 Subject: [PATCH 571/964] texteditorpro: Update to version 37.0.0 --- bucket/texteditorpro.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/texteditorpro.json b/bucket/texteditorpro.json index 7c935cf6826651..4bf20f0207081d 100644 --- a/bucket/texteditorpro.json +++ b/bucket/texteditorpro.json @@ -1,5 +1,5 @@ { - "version": "36.2.2", + "version": "37.0.0", "description": "Powerful text editor with syntax highlighting for multiple languages and scripts. Formerly known as EditBone", "homepage": "https://texteditor.pro/", "license": { @@ -9,11 +9,11 @@ "architecture": { "64bit": { "url": "https://www.texteditor.pro/downloads/TextEditorPro64.7z", - "hash": "3d2b577c51cce3475a7225e1ffbf834c2c014dc83634ac41df81648560976091" + "hash": "ea4042d0543812a72d1ba09bb8be593dc47a27fa734d06ca6763fcf53f6b7435" }, "32bit": { "url": "https://www.texteditor.pro/downloads/TextEditorPro32.7z", - "hash": "70d97f03c85289d3a5f7c3ced70a7fa55231c02e045b963b09f9f172b49cf45a" + "hash": "37504902b49bdd137cf7458cf8346869cecd46a28c1af2fcbfb6f138e2449441" }, "arm64": { "url": "https://www.texteditor.pro/downloads/TextEditorProArm64.7z", From e2643b51bfe5176a92dbed3ea48fb2604f8e5e2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:29:56 +0000 Subject: [PATCH 572/964] beekeeper-studio: Update to version 6.1.0 --- bucket/beekeeper-studio.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/beekeeper-studio.json b/bucket/beekeeper-studio.json index 7639bc2797cc8d..c3c66b3e00ce56 100644 --- a/bucket/beekeeper-studio.json +++ b/bucket/beekeeper-studio.json @@ -1,12 +1,12 @@ { - "version": "6.0.5", + "version": "6.1.0", "description": "SQL editor and database management", "homepage": "https://www.beekeeperstudio.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v6.0.5/Beekeeper-Studio-Setup-6.0.5.exe#/dl.7z", - "hash": "sha512:ab4cdafe80c822ebf894203f52d6970cc3f0418ced0692fa01d60413ad7b8b9d3a686d11d73434afdd87b1146a1874bf04917d90b81105b73b10a6883803d242", + "url": "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v6.1.0/Beekeeper-Studio-Setup-6.1.0.exe#/dl.7z", + "hash": "sha512:32e33acf5ad1c93d5ab790eff2d6578a7a14ee685a4819bf5bf6472359109ee879d00989dbdcff276588745ae7b454e8fabccea181dc84ea68e2887bb2d1eb96", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Force -Recurse" From 3ae8abf677c23c2e5e1ac747187966dc6c8d9604 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:29:57 +0000 Subject: [PATCH 573/964] cursor: Update to version 3.20.21 --- bucket/cursor.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cursor.json b/bucket/cursor.json index 8516f6bfcb9099..f8da303883e0bf 100644 --- a/bucket/cursor.json +++ b/bucket/cursor.json @@ -1,5 +1,5 @@ { - "version": "3.20.17", + "version": "3.20.21", "description": "The AI Code Editor", "homepage": "https://www.cursor.com/", "license": { @@ -9,12 +9,12 @@ "innosetup": true, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/production/0c32194e3fb5ffaced9fb36430b860ec301e1fc8/win32/x64/user-setup/CursorUserSetup-x64-3.20.17.exe", - "hash": "eba74b6057a83f9420960fa337349683a7b85bfb57d03d565945bf923629f81a" + "url": "https://downloads.cursor.com/production/f09fca384ceca23f7bf21f9c23655b162641d747/win32/x64/user-setup/CursorUserSetup-x64-3.20.21.exe", + "hash": "67373f57b6d357cabed12fd24dc6101f4d7f140eb950e9a1fe9e870f8ed48e7f" }, "arm64": { - "url": "https://downloads.cursor.com/production/0c32194e3fb5ffaced9fb36430b860ec301e1fc8/win32/arm64/user-setup/CursorUserSetup-arm64-3.20.17.exe", - "hash": "bf08671c1a8d433991854e1f08dc42f39896ca956ec5b09ead7c241ab50c1efa" + "url": "https://downloads.cursor.com/production/f09fca384ceca23f7bf21f9c23655b162641d747/win32/arm64/user-setup/CursorUserSetup-arm64-3.20.21.exe", + "hash": "47de593eebbbf0bccdf1cd7e74d6367ab90e71543f49eb5736fb333102f898e1" } }, "extract_dir": "{code_GetDestDir}", From c202a4edd565f00aef2aa8fe4ceb416ca58528e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:29:57 +0000 Subject: [PATCH 574/964] dbx: Update to version 0.6.13 --- bucket/dbx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbx.json b/bucket/dbx.json index 2db68ea9669e29..b1ebee5e70f052 100644 --- a/bucket/dbx.json +++ b/bucket/dbx.json @@ -1,12 +1,12 @@ { - "version": "0.6.12", + "version": "0.6.13", "description": "Lightweight, cross-platform database client", "homepage": "https://dbxio.com", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/t8y2/dbx/releases/download/v0.6.12/DBX_0.6.12_x64-portable.zip", - "hash": "dc2115dc2936442998380b7b2e03b59ea105c0bb242657a51c6d2c522bcb6b17" + "url": "https://github.com/t8y2/dbx/releases/download/v0.6.13/DBX_0.6.13_x64-portable.zip", + "hash": "a62c9a0d79f42865f5d442fad4eef4366c72ba44c59f3f6f6e6e16a560f9fa93" } }, "shortcuts": [ From 7b245a7335a3cedce7f02948007457d0b866281a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:29:57 +0000 Subject: [PATCH 575/964] ffdec: Update to version 26.3.0 --- bucket/ffdec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ffdec.json b/bucket/ffdec.json index a96de89fcf2660..031d39c855fb24 100644 --- a/bucket/ffdec.json +++ b/bucket/ffdec.json @@ -1,10 +1,10 @@ { - "version": "26.2.1", + "version": "26.3.0", "description": "Open Source Flash SWF decompiler and editor.", "homepage": "https://github.com/jindrapetrik/jpexs-decompiler", "license": "GPL-3.0-or-later", - "url": "https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version26.2.1/ffdec_26.2.1.zip", - "hash": "0333b56998a55bd83f4e0deb678a811fcdc45607582b4f5dd438309c8c3ad5ce", + "url": "https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version26.3.0/ffdec_26.3.0.zip", + "hash": "35f4930eb7c380afe66f2117f90b006deac0631473ad7500bb39c78f68645ecd", "bin": "ffdec.jar", "shortcuts": [ [ From 88999446be67bafd46d83b8ef3c7d7a203d41f00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:29:58 +0000 Subject: [PATCH 576/964] filelight: Update to version 26.08-2185 --- bucket/filelight.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/filelight.json b/bucket/filelight.json index ab8f8123d8963a..644ac89ddb9987 100644 --- a/bucket/filelight.json +++ b/bucket/filelight.json @@ -1,13 +1,13 @@ { - "version": "26.08-2181", + "version": "26.08-2185", "description": "Disk usage visualizer", "homepage": "https://apps.kde.org/filelight", "license": "GPL-2.0-or-later", "notes": "If you want to get the latest development branch-based installer, please install `filelight-nightly` from Versions bucket.", "architecture": { "64bit": { - "url": "https://cdn.kde.org/ci-builds/utilities/filelight/release-26.08/windows/filelight-release_26.08-2181-windows-cl-msvc2022-x86_64.7z", - "hash": "5dfd53db76ec3aff4ade586a4f0a24bc9d2bf3e3e9feb09a07032b70a174b13b" + "url": "https://cdn.kde.org/ci-builds/utilities/filelight/release-26.08/windows/filelight-release_26.08-2185-windows-cl-msvc2022-x86_64.7z", + "hash": "3cc077dff7836e795e2c26663e5ac560797c7ba1a96cf2764046543334ae231f" } }, "bin": "bin\\filelight.exe", From 93930f4ed1afe7618713ae62471c6b03d2424258 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:29:58 +0000 Subject: [PATCH 577/964] grok-bot: Update to version 0.51.0 --- bucket/grok-bot.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grok-bot.json b/bucket/grok-bot.json index 8032ddceb36258..2517ef634755d8 100644 --- a/bucket/grok-bot.json +++ b/bucket/grok-bot.json @@ -1,5 +1,5 @@ { - "version": "0.47.0", + "version": "0.51.0", "description": "Always-on AI agents from xAI and Cursor that work autonomously across your tools and apps.", "homepage": "https://x.ai/bot", "license": { @@ -8,13 +8,13 @@ }, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.47.0/Grok_Bot_0.47.0_Setup.exe#/dl.7z", - "hash": "a1ae28eca427e19672aa5e2d1590a4da30b4ea026da621ed542a671c545f67d2", + "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.51.0/Grok_Bot_0.51.0_Setup.exe#/dl.7z", + "hash": "5665adefecf46b6d6f76fe482c2fbde43bf6fcebd19bf363ec5f6ed8bb23cbca", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" }, "arm64": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.47.0/Grok_Bot_0.47.0_Setup.exe#/dl.7z", - "hash": "8a830cff1220f51aea6e3c80b32e2ade92b6ba0c8654226fb037bc8b2bb6ec72", + "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.51.0/Grok_Bot_0.51.0_Setup.exe#/dl.7z", + "hash": "a153d845963dad51ab629573f9b50741885db13e20b4253c99275c7a376d28d9", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"" } }, From ba42a165ab9e9688b9c6212ca605db6f0cdeebd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:29:58 +0000 Subject: [PATCH 578/964] kiro: Update to version 1.1.14 --- bucket/kiro.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kiro.json b/bucket/kiro.json index afd2af2f057d43..2e2eae68690056 100644 --- a/bucket/kiro.json +++ b/bucket/kiro.json @@ -1,5 +1,5 @@ { - "version": "1.0.437", + "version": "1.1.14", "description": "An agentic IDE developed by AWS for structured, spec-driven AI development from prototype to production.", "homepage": "https://kiro.dev", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://prod.download.desktop.kiro.dev/releases/stable/win32-x64/signed/1.0.437/kiro-ide-1.0.437-stable-win32-x64.zip", - "hash": "cefbc966eb8c5f644b02727004de0a64342fae89dcf6b496813a753e1b9e04f5" + "url": "https://prod.download.desktop.kiro.dev/releases/stable/win32-x64/signed/1.1.14/kiro-ide-1.1.14-stable-win32-x64.zip", + "hash": "6d06a164877a1ed2fb21511beb335d149f5b727e5715af545c92fbae0c5fd439" } }, "bin": [ From 30d130e84e4a0a8874a5e3f324132997b43f4a6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:29:59 +0000 Subject: [PATCH 579/964] ldplayer: Update to version 14.0.27.0 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index 2634f51d1b2e89..aa8c8cecffc8a4 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.2", + "version": "14.0.27.0", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", - "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.27.0.exe", + "hash": "d2dccfae12b1413034cd93c7f15a8b7124b6e5d851535886f9f84515e9ccfb1b", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 1719d3e2dbbb63bee56235adce87fcd9c832b3ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:29:59 +0000 Subject: [PATCH 580/964] netbird: Update to version 0.78.2 --- bucket/netbird.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/netbird.json b/bucket/netbird.json index 3b7f8f2a451622..e32b23a4728efe 100644 --- a/bucket/netbird.json +++ b/bucket/netbird.json @@ -1,16 +1,16 @@ { - "version": "0.78.1", + "version": "0.78.2", "description": "Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls.", "homepage": "https://netbird.io/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/netbirdio/netbird/releases/download/v0.78.1/netbird_installer_0.78.1_windows_amd64.exe#/dl.7z", - "hash": "91aef93a399a238ab4d454c94682d296070b59f5a65d84e37a8876309e9755da" + "url": "https://github.com/netbirdio/netbird/releases/download/v0.78.2/netbird_installer_0.78.2_windows_amd64.exe#/dl.7z", + "hash": "215dfaf6ef54714b4d6e543c6529c11514f7a7c090d1b4c314170b9e36ee97c4" }, "arm64": { - "url": "https://github.com/netbirdio/netbird/releases/download/v0.78.1/netbird_installer_0.78.1_windows_arm64.exe#/dl.7z", - "hash": "3a990c178bb29e1e26cba3a2bf51b82b6f360dbb3e9f029e6024845d608263d9" + "url": "https://github.com/netbirdio/netbird/releases/download/v0.78.2/netbird_installer_0.78.2_windows_arm64.exe#/dl.7z", + "hash": "510031fdda012265a97a3c9f0fbbb1510a1dc067a0bf614e4484de1fd853fe33" } }, "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse", From 8a3cf3f5fa9da0cdc0c3a7d9170fcef14ab15a52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:30:00 +0000 Subject: [PATCH 581/964] opencode-desktop: Update to version 1.18.31 --- bucket/opencode-desktop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opencode-desktop.json b/bucket/opencode-desktop.json index 3bcf00aa8052d3..913116be02bcc2 100644 --- a/bucket/opencode-desktop.json +++ b/bucket/opencode-desktop.json @@ -1,16 +1,16 @@ { - "version": "1.18.30", + "version": "1.18.31", "description": "The open source AI coding agent.", "homepage": "https://opencode.ai/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.30/opencode-desktop-win-x64.exe#/dl.7z", - "hash": "dcf723272c930f5dfa73a8561818ae4ad1a346384a859111ffeb554e19ce6567" + "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.31/opencode-desktop-win-x64.exe#/dl.7z", + "hash": "7e6e4bca1b243609172fa580520e72ed240627fc9c36a80763a6f29bd64b698f" }, "arm64": { - "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.30/opencode-desktop-win-arm64.exe#/dl.7z", - "hash": "ced609248fc3480c7523358d70f58c88030dbb4c5739cd0f2d9d21ad96c4fe30" + "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.31/opencode-desktop-win-arm64.exe#/dl.7z", + "hash": "e8c3ccdc92fe2346ef185d9f73b37773fe32a6edefe634a75fb9bf1e4791eb22" } }, "pre_install": [ From ef5edc610b61fc3ee852be78ed67d4c0a159f0dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:30:00 +0000 Subject: [PATCH 582/964] openwhispr: Update to version 1.10.1 --- bucket/openwhispr.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/openwhispr.json b/bucket/openwhispr.json index 9097701a389415..421a25f061c3cb 100644 --- a/bucket/openwhispr.json +++ b/bucket/openwhispr.json @@ -1,12 +1,12 @@ { - "version": "1.10.0", + "version": "1.10.1", "description": "Voice-to-text dictation app with local and cloud models", "homepage": "https://openwhispr.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/OpenWhispr/openwhispr/releases/download/v1.10.0/OpenWhispr-Setup-1.10.0.exe#/dl.7z", - "hash": "sha512:281df6267c1acffe6682ff435247b84bf39a6c5807f9601c027ce7fd7ceb4d87e94d17ad559b921340cec7d90132983d15b04fb08157acca79a5360d4580c8d2", + "url": "https://github.com/OpenWhispr/openwhispr/releases/download/v1.10.1/OpenWhispr-Setup-1.10.1.exe#/dl.7z", + "hash": "sha512:2f959da5356fe4577ece79e8b4bd509aeb408e69ea2817be915119520b52c186ff02c315c99136b9e336d0443f98e59168a29efc715f2d423cea3ba9b105af47", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" } }, From 712e96175a050d777c1c108196c187fccccc839a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:30:00 +0000 Subject: [PATCH 583/964] single-file-cli: Update to version 2.13.0 --- bucket/single-file-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/single-file-cli.json b/bucket/single-file-cli.json index 8607f19395c318..95c69f7c04c0b1 100644 --- a/bucket/single-file-cli.json +++ b/bucket/single-file-cli.json @@ -1,12 +1,12 @@ { - "version": "2.12.0", + "version": "2.13.0", "description": "A command-line tool that allows you to save a web page with all its resources in a single HTML file.", "homepage": "https://github.com/gildas-lormeau/single-file-cli", "license": "AGPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.12.0/single-file.exe", - "hash": "dbc078e0bf5b78c2b286db576efe4ba1cf85fa1b59be21384e26722537469f42" + "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.13.0/single-file.exe", + "hash": "71f51bda1dedb83fbdd1bef4c0e16c9ceb6a24a5e5447efd975d8a664ccbc613" } }, "bin": "single-file.exe", From edcb0f1eb7d4206503055ca6f1041d2cba436bb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:30:01 +0000 Subject: [PATCH 584/964] wasabi-wallet: Update to version 2.8.3 --- bucket/wasabi-wallet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wasabi-wallet.json b/bucket/wasabi-wallet.json index 5a33bcba467b36..8ed45ec71ae946 100644 --- a/bucket/wasabi-wallet.json +++ b/bucket/wasabi-wallet.json @@ -1,5 +1,5 @@ { - "version": "2.8.2", + "version": "2.8.3", "description": "An open-source, non-custodial, privacy-focused Bitcoin wallet for desktop, that implements trustless coinjoin over the Tor anonymity network.", "homepage": "https://wasabiwallet.io/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.2/Wasabi-2.8.2-win-x64.zip", - "hash": "f60f59cfae831ad549a71e53fcc75114a1413c4c8c705ae3fbea3d86c7ac9dd4" + "url": "https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.3/Wasabi-2.8.3-win-x64.zip", + "hash": "99d87573dbd81600797d5d77abc1a7101e37c533d01a7df06cebb4b88c63a5ad" } }, "shortcuts": [ From 8190ae92e2a4472e51b7986d10a7c5aa2ae74b50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:05:28 +0000 Subject: [PATCH 585/964] elisa: Update to version 26.08-4579 --- bucket/elisa.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/elisa.json b/bucket/elisa.json index 46de89f9297978..dfbbe1f5b1dc0d 100644 --- a/bucket/elisa.json +++ b/bucket/elisa.json @@ -1,12 +1,12 @@ { - "version": "26.08-4567", + "version": "26.08-4579", "description": "Simple and easy-to-use music player", "homepage": "https://apps.kde.org/elisa", "license": "LGPL-3.0-only", "architecture": { "64bit": { - "url": "https://cdn.kde.org/ci-builds/multimedia/elisa/release-26.08/windows/elisa-release_26.08-4567-windows-cl-msvc2022-x86_64.7z", - "hash": "1efe2358087de26af79fc139eeeb5a8dcf414e7a63227d8dddc1a768139a4c21" + "url": "https://cdn.kde.org/ci-builds/multimedia/elisa/release-26.08/windows/elisa-release_26.08-4579-windows-cl-msvc2022-x86_64.7z", + "hash": "60aac5aa8457b5d92ad23df756b56f00737b64b427b68268ab53a068b64d556b" } }, "bin": "bin\\elisa.exe", From 067a9b69e00ed5a871a418d70b999ef06b33af04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:05:28 +0000 Subject: [PATCH 586/964] goose: Update to version 1.50.1 --- bucket/goose.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/goose.json b/bucket/goose.json index 2ab8a01599484b..108c630941ed32 100644 --- a/bucket/goose.json +++ b/bucket/goose.json @@ -1,12 +1,12 @@ { - "version": "1.50.0", + "version": "1.50.1", "description": "An open-source, extensible AI agent that goes beyond code suggestions.", "homepage": "https://block.github.io/goose/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/block/goose/releases/download/v1.50.0/Goose-win32-x64.zip", - "hash": "26a30ee0239ff6e86a0581da9f2c76bf24f06c8fac946f2fc70223c3f6ca3623" + "url": "https://github.com/block/goose/releases/download/v1.50.1/Goose-win32-x64.zip", + "hash": "20a1a13a90736264f747a27c154a5b61a2efb3678d1ab46c6717f1809f21d443" } }, "shortcuts": [ From 9ff8c665d8f3c81e6eafa3419bd2e0c4a6f4abfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:05:29 +0000 Subject: [PATCH 587/964] gtoolkit: Update to version 1.1.585 --- bucket/gtoolkit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gtoolkit.json b/bucket/gtoolkit.json index a782cf06ba3898..945842239be136 100644 --- a/bucket/gtoolkit.json +++ b/bucket/gtoolkit.json @@ -1,16 +1,16 @@ { - "version": "1.1.584", + "version": "1.1.585", "description": "A moldable development environment.", "homepage": "https://gtoolkit.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.584/GlamorousToolkit-Windows-x86_64-v1.1.584.zip", - "hash": "b981e089b4bced1671440fc3fe616349053007ce877e1bf635b8c208314d7c4f" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.585/GlamorousToolkit-Windows-x86_64-v1.1.585.zip", + "hash": "ec927bb92737b43e2535149aeca90f5ae3a792d00a9f67d01009eb628adc5b94" }, "arm64": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.584/GlamorousToolkit-Windows-aarch64-v1.1.584.zip", - "hash": "71014382ec491c8fc894f30e1f446f99999d453b258e22fd0e5f22dbada9b669" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.585/GlamorousToolkit-Windows-aarch64-v1.1.585.zip", + "hash": "6e10cfe0e7d75e3a3c94afa14af66434e0d5361c72de785d0bd181ac164ca72d" } }, "bin": "bin\\GlamorousToolkit-cli.exe", From 5c2cfa65998bfc49be5c2466c549e31eb8a69604 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:05:29 +0000 Subject: [PATCH 588/964] kasts: Update to version 26.08-4771 --- bucket/kasts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kasts.json b/bucket/kasts.json index 525d5d0c113e93..082f3616506edf 100644 --- a/bucket/kasts.json +++ b/bucket/kasts.json @@ -1,12 +1,12 @@ { - "version": "26.08-4738", + "version": "26.08-4771", "description": "Convergent podcast application", "homepage": "https://apps.kde.org/kasts/", "license": "LGPL-2.0-only", "architecture": { "64bit": { - "url": "https://cdn.kde.org/ci-builds/multimedia/kasts/release-26.08/windows/kasts-release_26.08-4738-windows-cl-msvc2022-x86_64.7z", - "hash": "61931507c9f267dc51c176b7f13dd7f4996720103c2b95f247705d6587f6dfe7" + "url": "https://cdn.kde.org/ci-builds/multimedia/kasts/release-26.08/windows/kasts-release_26.08-4771-windows-cl-msvc2022-x86_64.7z", + "hash": "6e2fff238cd65e9599790295f58a44e9e26ae34f2b67276a2392dafd12eb922d" } }, "bin": "bin\\kasts.exe", From e5157855862434a795049e03ce9f4b63b600cc77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:05:30 +0000 Subject: [PATCH 589/964] koharu: Update to version 0.83.0 --- bucket/koharu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/koharu.json b/bucket/koharu.json index 8e38cba0f867ae..b316e8bceced31 100644 --- a/bucket/koharu.json +++ b/bucket/koharu.json @@ -1,5 +1,5 @@ { - "version": "0.82.1", + "version": "0.83.0", "description": "ML-powered manga translator, written in Rust.", "homepage": "https://koharu.rs/", "license": "GPL-3.0-only|Apache-2.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/mayocream/koharu/releases/download/0.82.1/koharu_0.82.1_x64-setup.exe#/dl.7z", - "hash": "c1e622ae019a78385055ce8a27f9cfe9e0ce4c5c59f8988134e07e2d4d6eeb1e" + "url": "https://github.com/mayocream/koharu/releases/download/0.83.0/koharu_0.83.0_x64-setup.exe#/dl.7z", + "hash": "90c3073ec1ed8764d6c2ca1befbd5fc1c7d9747bfe3a87b9e079dc1500bc4864" } }, "pre_install": [ From 8d81c0f2546472b792f9941a1f0e1fed23e99a18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:05:30 +0000 Subject: [PATCH 590/964] ldplayer: Update to version 14.0.25.2 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index aa8c8cecffc8a4..2634f51d1b2e89 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.27.0", + "version": "14.0.25.2", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.27.0.exe", - "hash": "d2dccfae12b1413034cd93c7f15a8b7124b6e5d851535886f9f84515e9ccfb1b", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", + "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From ff5ab8fb19ebe500cdd8f2c5654dba6487b56a47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:05:31 +0000 Subject: [PATCH 591/964] masscode: Update to version 5.12.0 --- bucket/masscode.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/masscode.json b/bucket/masscode.json index 527f3b8bfda57d..23706a86a2635c 100644 --- a/bucket/masscode.json +++ b/bucket/masscode.json @@ -1,12 +1,12 @@ { - "version": "5.11.0", + "version": "5.12.0", "description": "A free and open source code snippets manager for developers", "homepage": "https://github.com/massCodeIO/massCode", "license": "AGPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/massCodeIO/massCode/releases/download/v5.11.0/massCode-5.11.0-x64.exe#/dl.7z", - "hash": "3a7f4ef53c5f82d604756c9f72f3536934459391da49e0a4d7f99b7058c96fd9" + "url": "https://github.com/massCodeIO/massCode/releases/download/v5.12.0/massCode-5.12.0-x64.exe#/dl.7z", + "hash": "2cc654b43b0a1f8fda695a8752059f90710b3123eec8476bb2a3a2fb149f2694" } }, "installer": { From 9fccbb8bc8107037deeb99a8fff0def516b4dd97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:05:31 +0000 Subject: [PATCH 592/964] microsip: Update to version 3.22.16 --- bucket/microsip.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/microsip.json b/bucket/microsip.json index a7a1b93eaf5fba..9c710105ee111d 100644 --- a/bucket/microsip.json +++ b/bucket/microsip.json @@ -1,10 +1,10 @@ { - "version": "3.22.12", + "version": "3.22.16", "description": "SIP softphone for Windows based on PJSIP stack", "homepage": "https://www.microsip.org", "license": "GPL-2.0-only", - "url": "https://www.microsip.org/download/MicroSIP-3.22.12.zip", - "hash": "59738ca40c217a87da43a57ff891cc1d5c45c16ee62f578b2ccab05bca9b2362", + "url": "https://www.microsip.org/download/MicroSIP-3.22.16.zip", + "hash": "b269465205df18de018c2d78ca9d1107b396460e1e8d257c443e75fe99be42f4", "pre_install": "$manifest.persist | ForEach-Object { New-Item \"$dir\\$_\" -ItemType File -ErrorAction SilentlyContinue | Out-Null }", "bin": "MicroSIP.exe", "shortcuts": [ From 19bc039424eb78ab0c32b123c5f9aec34a37b0b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:05:31 +0000 Subject: [PATCH 593/964] nuclear: Update to version 1.48.4 --- bucket/nuclear.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nuclear.json b/bucket/nuclear.json index 5be784e225fade..ac2da349302679 100644 --- a/bucket/nuclear.json +++ b/bucket/nuclear.json @@ -1,12 +1,12 @@ { - "version": "1.48.3", + "version": "1.48.4", "description": "Modern music player focused on streaming from free sources", "homepage": "https://nuclearplayer.com", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/nukeop/nuclear/releases/download/player%401.48.3/Nuclear_1.48.3_x64-setup.exe#/dl.7z", - "hash": "b832edc98ce1ce11c25e7794f009aaf024cbc0735669d39b5443a37bc9419d31" + "url": "https://github.com/nukeop/nuclear/releases/download/player%401.48.4/Nuclear_1.48.4_x64-setup.exe#/dl.7z", + "hash": "8b99fda91fd5b0594ea26c206ade16470d292dad269431ca3f17c29fb2992a1d" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse -ErrorAction Ignore", From 513d21dc5ab76b72383527031daa6a00b934094c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:05:32 +0000 Subject: [PATCH 594/964] rebased: Update to version 1.1.16 --- bucket/rebased.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/rebased.json b/bucket/rebased.json index 6315f999552955..40decfc976680c 100644 --- a/bucket/rebased.json +++ b/bucket/rebased.json @@ -1,5 +1,5 @@ { - "version": "1.1.15", + "version": "1.1.16", "description": "An open-source remake of the short-lived JetBrains git client.", "homepage": "https://github.com/DetachHead/rebased", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/DetachHead/rebased/releases/download/1.1.15/rebased.exe#/dl.7z", - "hash": "102326e0025a17cf0c54ba0d798eeab23662d965b4f9e139f076315fa57a33d3" + "url": "https://github.com/DetachHead/rebased/releases/download/1.1.16/rebased.exe#/dl.7z", + "hash": "6f9430b8f9940a23e9df7f71fccd708b7df8c1f5a6ddc03dde20c61777b30ac2" } }, "extract_to": "IDE", From ebfa2aee8992866eb018dd4637ed946db474ba38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:05:32 +0000 Subject: [PATCH 595/964] rocketchat-client: Update to version 4.17.1 --- bucket/rocketchat-client.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/rocketchat-client.json b/bucket/rocketchat-client.json index 387db520750f6f..cba766a60b97d5 100644 --- a/bucket/rocketchat-client.json +++ b/bucket/rocketchat-client.json @@ -1,10 +1,10 @@ { - "version": "4.17.0", + "version": "4.17.1", "description": "Desktop application for Rocket.Chat using Electron", "homepage": "https://rocket.chat", "license": "MIT", - "url": "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/4.17.0/rocketchat-4.17.0-win.exe#/dl.7z", - "hash": "sha512:0191cafaf2d91b5406daac08b04005d4acb0dedfcf64b698549ef712aa7f1f80973d9e021f1d52aed1a9c15413c11301e351381cd80b48d89bd45efc85d62fff", + "url": "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/4.17.1/rocketchat-4.17.1-win.exe#/dl.7z", + "hash": "sha512:d5a10a3455cc3a64259100fa74f3cf6663810db760b8fc5194f2f450446c9f20c1c2468d4b601370164af7ac981dcccd8427b6f1200f3cdfb7b14712c3771e29", "architecture": { "64bit": { "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" From a4922c209658de599e9f3f83744d8f82a7233eee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 04:36:32 +0000 Subject: [PATCH 596/964] ccg-gateway: Update to version 2.1.0 --- bucket/ccg-gateway.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ccg-gateway.json b/bucket/ccg-gateway.json index aa92a0319d675e..1fa24059b197ea 100644 --- a/bucket/ccg-gateway.json +++ b/bucket/ccg-gateway.json @@ -1,12 +1,12 @@ { - "version": "2.0.8", + "version": "2.1.0", "description": "A productivity tool built for Claude Code, Codex, and Gemini CLI, integrating a smart API gateway and configuration management.", "homepage": "https://github.com/mos1128/ccg-gateway", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/mos1128/ccg-gateway/releases/download/v2.0.8/ccg-gateway.exe", - "hash": "fc932aeed199b04652d9e56b5ac3e7dd9b5372205375d015a4446c8c449dc2d4" + "url": "https://github.com/mos1128/ccg-gateway/releases/download/v2.1.0/ccg-gateway.exe", + "hash": "c5fcd78e3eb5473f676466c24b7a94420b4bab5489207db45d41da1817355f61" } }, "shortcuts": [ From 83b3f664788edff71bfb9e309b4f73789b8fa7f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 04:36:33 +0000 Subject: [PATCH 597/964] jellyfin: Update to version 12.1 --- bucket/jellyfin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jellyfin.json b/bucket/jellyfin.json index 80f9ebbcd4f3ad..5213bb3845dd77 100644 --- a/bucket/jellyfin.json +++ b/bucket/jellyfin.json @@ -1,5 +1,5 @@ { - "version": "12.0", + "version": "12.1", "description": "Software Media System", "homepage": "https://jellyfin.org", "license": "GPL-2.0-only", @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://repo.jellyfin.org/files/server/windows/stable/v12.0/amd64/jellyfin_12.0-amd64.zip", - "hash": "md5:26a0bcbace809e3fed8476f5fd217a90" + "url": "https://repo.jellyfin.org/files/server/windows/stable/v12.1/amd64/jellyfin_12.1-amd64.zip", + "hash": "md5:cccc7812c3030a701522565407316422" }, "arm64": { - "url": "https://repo.jellyfin.org/files/server/windows/stable/v12.0/arm64/jellyfin_12.0-arm64.zip", - "hash": "md5:b7f2fc12f9847f41091c9c9b274a4fc3" + "url": "https://repo.jellyfin.org/files/server/windows/stable/v12.1/arm64/jellyfin_12.1-arm64.zip", + "hash": "md5:042dd623770921b5e044b753f5d7308f" } }, "extract_dir": "jellyfin", From 158625d720850e5c35d8e893cb71ba4ffba97aa2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 04:36:33 +0000 Subject: [PATCH 598/964] kakaotalk: Update to version 26.8.0.5312 --- bucket/kakaotalk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kakaotalk.json b/bucket/kakaotalk.json index 464c4b5145387b..5ff4ed1a08d8bd 100644 --- a/bucket/kakaotalk.json +++ b/bucket/kakaotalk.json @@ -1,16 +1,16 @@ { - "version": "26.7.1.5263", + "version": "26.8.0.5312", "description": "An easy, no-cost messenger that transcends standard chat.", "homepage": "https://www.kakaocorp.com/service/KakaoTalk", "license": "Unknown", "architecture": { "64bit": { "url": "https://lk.kakaocdn.net/talkpc/talk/win32/x64/KakaoTalk_Setup.exe#/dl.7z", - "hash": "4eaf3a133d87f0c0a5615b4924c749ba5f904394f1abdcf699e5d6364955c130" + "hash": "6d2f9f39effea4ff9acae3304de24d2add11cab94db0a76f80f29af33a659713" }, "32bit": { "url": "https://lk.kakaocdn.net/talkpc/talk/win32/KakaoTalk_Setup.exe#/dl.7z", - "hash": "d63c10a1530aafef1f485436aa4ec93322a0ee1e14ea32f97119222d559ccd96" + "hash": "1f744bf020843e0c172bb2bf4d123e622072cc675a793ae448b8ecc762e153f8" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\unisntall*\" -Recurse", From 1fcfbbc237b8dd8c1d53e4af0260d980f1cf1e88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 04:36:34 +0000 Subject: [PATCH 599/964] ldplayer: Update to version 14.0.27.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index 2634f51d1b2e89..d56237f231167a 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.2", + "version": "14.0.27.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", - "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.27.1.exe", + "hash": "549e9788c8ce398c7d41df272a92531042509643a57a3fd31ca104c40ce2ff1b", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From c80f4648975902bbbd0ca3a6ede1fa3842c0fa52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 04:36:34 +0000 Subject: [PATCH 600/964] lmstudio-bionic: Update to version 1.1.3-5 --- bucket/lmstudio-bionic.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/lmstudio-bionic.json b/bucket/lmstudio-bionic.json index 8662deca2b3c5f..e6dbdede3f45b3 100644 --- a/bucket/lmstudio-bionic.json +++ b/bucket/lmstudio-bionic.json @@ -1,5 +1,5 @@ { - "version": "1.1.2-11", + "version": "1.1.3-5", "description": "Local-first AI agent for work and code. Runs open models on your machine (llama.cpp) or in LM Studio Cloud, with codebase, document and voice tools.", "homepage": "https://lmstudio.ai", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://bionic-installers.lmstudio.ai/win32/x64/1.1.2-11/Bionic-1.1.2-11-x64.exe#/dl.7z", - "hash": "6b21aa94f2c2459220cc6b68046c2999f78edbed8c9885afc92d933973e43fb5" + "url": "https://bionic-installers.lmstudio.ai/win32/x64/1.1.3-5/Bionic-1.1.3-5-x64.exe#/dl.7z", + "hash": "5c174f25839796c05e630814ef91e16f28cece0be97cce7c8e1901a5ccf55dd8" } }, "installer": { From 90e262b5d56a29a50f3e55c7712141a9b3dfb806 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 04:36:34 +0000 Subject: [PATCH 601/964] mailspring: Update to version 1.24.1 --- bucket/mailspring.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mailspring.json b/bucket/mailspring.json index 5cf9f65a4b5aa8..739e530e74a8b7 100644 --- a/bucket/mailspring.json +++ b/bucket/mailspring.json @@ -1,10 +1,10 @@ { - "version": "1.24.0", + "version": "1.24.1", "description": "Extensible email app with open tracking, link click tracking, contacts enrichment data and more", "homepage": "https://getmailspring.com/", "license": "GPL-3.0-only", - "url": "https://github.com/Foundry376/Mailspring/releases/download/1.24.0/Mailspring-1.24.0-full.nupkg", - "hash": "sha1:bf475314ec9643b986b216bce41bd1283287a464", + "url": "https://github.com/Foundry376/Mailspring/releases/download/1.24.1/Mailspring-1.24.1-full.nupkg", + "hash": "sha1:51d549f524980fbde96f88de0c8de01db80ca88e", "extract_dir": "lib\\net45", "bin": "Mailspring.exe", "shortcuts": [ From c4b56536f77135fa80206786ec8053796d1f21e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 04:36:35 +0000 Subject: [PATCH 602/964] openwhispr: Update to version 1.10.2 --- bucket/openwhispr.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/openwhispr.json b/bucket/openwhispr.json index 421a25f061c3cb..f66ff8bdec49a3 100644 --- a/bucket/openwhispr.json +++ b/bucket/openwhispr.json @@ -1,12 +1,12 @@ { - "version": "1.10.1", + "version": "1.10.2", "description": "Voice-to-text dictation app with local and cloud models", "homepage": "https://openwhispr.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/OpenWhispr/openwhispr/releases/download/v1.10.1/OpenWhispr-Setup-1.10.1.exe#/dl.7z", - "hash": "sha512:2f959da5356fe4577ece79e8b4bd509aeb408e69ea2817be915119520b52c186ff02c315c99136b9e336d0443f98e59168a29efc715f2d423cea3ba9b105af47", + "url": "https://github.com/OpenWhispr/openwhispr/releases/download/v1.10.2/OpenWhispr-Setup-1.10.2.exe#/dl.7z", + "hash": "sha512:426ae5052478362681330401b9e51ac3bb3dbdc68aff0ed368fb7b66083e2fb7589decf134d1224a9fb2e7294a23871ecfa1720e6940dae4e6011eab58e01701", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" } }, From d0bb97b377dc9297128c97a87508bc0f19662f31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 04:36:35 +0000 Subject: [PATCH 603/964] seelen-ui: Update to version 2.8.5 --- bucket/seelen-ui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/seelen-ui.json b/bucket/seelen-ui.json index 326a20029003a8..fa7f9eaa1625d2 100644 --- a/bucket/seelen-ui.json +++ b/bucket/seelen-ui.json @@ -1,5 +1,5 @@ { - "version": "2.8.4", + "version": "2.8.5", "description": "Seelen UI is a fully customizable desktop environment for Windows 10/11.", "homepage": "https://seelen.io/apps/seelen-ui", "license": { @@ -17,12 +17,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/eythaann/Seelen-UI/releases/download/v2.8.4/Seelen.UI_2.8.4_x64-setup.exe#/dl.7z", - "hash": "318ae85e9cf612095c81f0063f10f762bec52d89c4fe2f8657f85e298fa7e292" + "url": "https://github.com/eythaann/Seelen-UI/releases/download/v2.8.5/Seelen.UI_2.8.5_x64-setup.exe#/dl.7z", + "hash": "bb555d890dd27851cc74710fc60a502d4940e00e34c245906ff5b2e99199e74e" }, "arm64": { - "url": "https://github.com/eythaann/Seelen-UI/releases/download/v2.8.4/Seelen.UI_2.8.4_arm64-setup.exe#/dl.7z", - "hash": "72597b5c837336ac9d43a5777635e2b5e2161e95bff2b198d8573b0875d06e08" + "url": "https://github.com/eythaann/Seelen-UI/releases/download/v2.8.5/Seelen.UI_2.8.5_arm64-setup.exe#/dl.7z", + "hash": "6efa4a83100b51d98c32facf4d615d0a479b3b273fd61f50c469be42c8c5c918" } }, "pre_install": "'$*', 'uninst*' | ForEach-Object { Remove-Item -Path \"$dir\\$_\" -Recurse -Force -ErrorAction SilentlyContinue }", From 4bfadef499908d6516054a9b7cda9fd3b3eea625 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 04:36:36 +0000 Subject: [PATCH 604/964] sunshine: Update to version 2026.914.233613 --- bucket/sunshine.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sunshine.json b/bucket/sunshine.json index b8e1a1d561ca5a..65866146d478bf 100644 --- a/bucket/sunshine.json +++ b/bucket/sunshine.json @@ -1,5 +1,5 @@ { - "version": "2026.906.222525", + "version": "2026.914.233613", "description": "A Gamestream host for Moonlight", "homepage": "https://github.com/LizardByte/Sunshine", "license": "GPL-3.0-only", @@ -9,12 +9,12 @@ ], "architecture": { "64bit": { - "url": "https://github.com/LizardByte/Sunshine/releases/download/v2026.906.222525/Sunshine-Windows-AMD64-lite.zip", - "hash": "50f4123dd15a6817513589c912581260c34cc4a58e9a5f3071ebac3d92c94c15" + "url": "https://github.com/LizardByte/Sunshine/releases/download/v2026.914.233613/Sunshine-Windows-AMD64-lite.zip", + "hash": "233008e46f4c0e501a586cbfd6c4fd4a4c0d414a0b5fc7f13c070eb92ec3824b" }, "arm64": { - "url": "https://github.com/LizardByte/Sunshine/releases/download/v2026.906.222525/Sunshine-Windows-ARM64-lite.zip", - "hash": "f0e269153997150bf9ecf563eb5f098022405eb5d281154704c4148b7bd2cfc2" + "url": "https://github.com/LizardByte/Sunshine/releases/download/v2026.914.233613/Sunshine-Windows-ARM64-lite.zip", + "hash": "5042736897b2078e3af55f8b2bf8604bf0cd0ceb9d54ada251c4f1c7e352ba24" } }, "extract_dir": "Sunshine", From 6d3bdbb9994f692669e7802d7cec42364560959b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:38:27 +0000 Subject: [PATCH 605/964] aptakube: Update to version 1.20.3 --- bucket/aptakube.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/aptakube.json b/bucket/aptakube.json index d089c61cf480a1..9721a7737e5867 100644 --- a/bucket/aptakube.json +++ b/bucket/aptakube.json @@ -1,5 +1,5 @@ { - "version": "1.20.2", + "version": "1.20.3", "description": "Modern, lightweight and multi-cluster Kubernetes GUI", "homepage": "https://aptakube.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/aptakube/aptakube/releases/download/1.20.2/Aptakube_1.20.2_x64.zip", - "hash": "9fe6a180049e74baa07a01a089863e46a55367c5e6a9cd0a938aad096ad01cc6" + "url": "https://github.com/aptakube/aptakube/releases/download/1.20.3/Aptakube_1.20.3_x64.zip", + "hash": "5c984357fff56c9d015ea6aaeb64157a0c63a5eb06b8e5417a65f95e6ea2908b" } }, "bin": [ From 46a978f39112f9f5aa52b606ab993dbcfe481dce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:38:27 +0000 Subject: [PATCH 606/964] electerm: Update to version 5.5.15 --- bucket/electerm.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/electerm.json b/bucket/electerm.json index e39132ba3a6c8c..946da9d536bf04 100644 --- a/bucket/electerm.json +++ b/bucket/electerm.json @@ -1,13 +1,13 @@ { - "version": "5.5.6", + "version": "5.5.15", "description": "Terminal/ssh/serial port/sftp client", "homepage": "https://electerm.github.io/electerm/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/electerm/electerm/releases/download/v5.5.6/electerm-5.5.6-win-x64-portable.tar.gz", - "hash": "79318926c336299758aa973f6d377736a4eff880f5aef6ba68ca5a589fb1b235", - "extract_dir": "electerm-5.5.6-win-x64-portable" + "url": "https://github.com/electerm/electerm/releases/download/v5.5.15/electerm-5.5.15-win-x64-portable.tar.gz", + "hash": "524e987df6f249c8eef90e8071e7449d9a116897925adfbbcdae864057f567ba", + "extract_dir": "electerm-5.5.15-win-x64-portable" } }, "pre_install": [ From 06aa8c28520d4d090783c08fd68a05f303be5e2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:38:27 +0000 Subject: [PATCH 607/964] github-copilot: Update to version 1.1.21 --- bucket/github-copilot.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/github-copilot.json b/bucket/github-copilot.json index 6a18f0323719ff..df0778f2257acd 100644 --- a/bucket/github-copilot.json +++ b/bucket/github-copilot.json @@ -1,5 +1,5 @@ { - "version": "1.1.20", + "version": "1.1.21", "description": "GitHub Copilot, an agent-native desktop development environment.", "homepage": "https://github.com/github/app", "license": { @@ -9,12 +9,12 @@ "notes": "Requires an active GitHub Copilot subscription (Pro, Pro+, Business, or Enterprise) and Git installed.", "architecture": { "64bit": { - "url": "https://github.com/github/app/releases/download/v1.1.20/GitHub-Copilot-windows-x64.msi", - "hash": "21ea0f39b6bd09cd5fe4e88586f4ca203d388214d0239712eee1feb9f0a34469" + "url": "https://github.com/github/app/releases/download/v1.1.21/GitHub-Copilot-windows-x64.msi", + "hash": "a9519b97121229b7b1dec421ae2b989da93835a106cdb0ea9ed4a0c5fa73c612" }, "arm64": { - "url": "https://github.com/github/app/releases/download/v1.1.20/GitHub-Copilot-windows-arm64.msi", - "hash": "d8efa22bf2dc00740a1ee2518d633f6dcc53c4534590f638a5fd3e9820e81da5" + "url": "https://github.com/github/app/releases/download/v1.1.21/GitHub-Copilot-windows-arm64.msi", + "hash": "25a3ee2dc07b6f1befe9444f67b7e84c8af710c0b68bfe11ab309ff7a7228a4d" } }, "extract_dir": "PFiles\\GitHub Copilot", From 299f7a60533831479e6a3c29f52241f784608af3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:38:28 +0000 Subject: [PATCH 608/964] hoppscotch: Update to version 26.8.1-0 --- bucket/hoppscotch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/hoppscotch.json b/bucket/hoppscotch.json index 0ace19721893e4..ceeacb2210799c 100644 --- a/bucket/hoppscotch.json +++ b/bucket/hoppscotch.json @@ -1,5 +1,5 @@ { - "version": "26.8.0-0", + "version": "26.8.1-0", "description": "A cross-platform desktop application that helps you create and manage API requests", "homepage": "https://hoppscotch.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/hoppscotch/releases/releases/download/v26.8.0-0/Hoppscotch_win_x64.msi", - "hash": "8affcafbda2b7ffae2d942d24692974dbb4a4ab9efc1f9cfe27c3d32b3ecf84d" + "url": "https://github.com/hoppscotch/releases/releases/download/v26.8.1-0/Hoppscotch_win_x64.msi", + "hash": "bc2b14d9a314f92760dd5c00aecbce327c729e2af786b6d5421a2aa02a04cd3d" } }, "extract_dir": "PFiles\\Hoppscotch", From 5b85d32d025a82c0e065d0127d4a51a16e008fa8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:38:28 +0000 Subject: [PATCH 609/964] jackett: Update to version 0.24.2595 --- bucket/jackett.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jackett.json b/bucket/jackett.json index bb6f6b751d0f93..58974d91e6c9e4 100644 --- a/bucket/jackett.json +++ b/bucket/jackett.json @@ -1,13 +1,13 @@ { - "version": "0.24.2586", + "version": "0.24.2595", "description": "API Support for your favorite torrent trackers", "homepage": "https://github.com/Jackett/Jackett", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/Jackett/Jackett/blob/HEAD/LICENSE" }, - "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2586/Jackett.Binaries.Windows.zip", - "hash": "71e3f573d66f6bc7a898a403f185383f9b4db790d4f749919630fddb6f451e66", + "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2595/Jackett.Binaries.Windows.zip", + "hash": "3fd4936acdf05fa152aa3dba8f73acb21e02270264022c679919665f515886f0", "extract_dir": "Jackett", "shortcuts": [ [ From 17a5c606239e7d48834ebfbbbd0a376d6d44cff1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:38:28 +0000 Subject: [PATCH 610/964] ldplayer: Update to version 14.0.25.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index d56237f231167a..fb6064754eb039 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.27.1", + "version": "14.0.25.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.27.1.exe", - "hash": "549e9788c8ce398c7d41df272a92531042509643a57a3fd31ca104c40ce2ff1b", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", + "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From d85c64def7857ded7bffa2b22147473ae147b3e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:38:29 +0000 Subject: [PATCH 611/964] mongosh: Update to version 2.11.1 --- bucket/mongosh.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/mongosh.json b/bucket/mongosh.json index 28516759f0f267..195a7b9f6269f5 100644 --- a/bucket/mongosh.json +++ b/bucket/mongosh.json @@ -1,13 +1,13 @@ { - "version": "2.10.0", + "version": "2.11.1", "description": "JavaScript and Node.js 14.x REPL environment for interacting with MongoDB", "homepage": "https://docs.mongodb.com/mongodb-shell", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://downloads.mongodb.com/compass/mongosh-2.10.0-win32-x64.zip", - "hash": "4f52b0bb5a08374b8ceec19d2b8da7544985aab377d5799642f31a198554562a", - "extract_dir": "mongosh-2.10.0-win32-x64" + "url": "https://downloads.mongodb.com/compass/mongosh-2.11.1-win32-x64.zip", + "hash": "75958322cd2dec54f429793a9614d9ed542dd52eb8de8044c8bcdb95f53db348", + "extract_dir": "mongosh-2.11.1-win32-x64" } }, "bin": "bin\\mongosh.exe", From 98574eb171c921784f66128fda39d2d9d6a805c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:38:29 +0000 Subject: [PATCH 612/964] openwork: Update to version 0.18.47 --- bucket/openwork.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/openwork.json b/bucket/openwork.json index e0551d0a86e448..1bb491b4768c88 100644 --- a/bucket/openwork.json +++ b/bucket/openwork.json @@ -1,12 +1,12 @@ { "homepage": "https://openwork.software/", - "version": "0.18.46", + "version": "0.18.47", "description": "An open-source alternative to Claude Cowork, powered by opencode ", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/different-ai/openwork/releases/download/v0.18.46/openwork-win-x64-0.18.46.exe#/dl.7z", - "hash": "649e6e8442c2f2707037a471b7829f587bc848e3e4c19a55f07cb9f012ebb370", + "url": "https://github.com/different-ai/openwork/releases/download/v0.18.47/openwork-win-x64-0.18.47.exe#/dl.7z", + "hash": "a2055fca6cf126004c6d747a35445189dc3c0ff23119cda19c035af26eae5d6b", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", "Remove-Item \"$dir\\`$*\" -Force -Recurse" From acdc6f7a6f4a625d55bc8a1c5d921ede7b8fd438 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:38:29 +0000 Subject: [PATCH 613/964] orca-ide: Update to version 1.4.203 --- bucket/orca-ide.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/orca-ide.json b/bucket/orca-ide.json index 1f99197431586b..33b0679d5c96ca 100644 --- a/bucket/orca-ide.json +++ b/bucket/orca-ide.json @@ -1,12 +1,12 @@ { - "version": "1.4.201", + "version": "1.4.203", "description": "The next-gen IDE for working with a fleet of parallel agents.", "homepage": "https://onorca.dev", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/stablyai/orca/releases/download/v1.4.201/orca-windows-setup.exe#/dl.7z", - "hash": "sha512:ecbe5f8a9630d14dda4fd239846c13d8fee879a1fc16141a4abd60130158cb1ded4fc34a9daa6b27f241312b01509a5b8ee87c1805de3f22c776d104d4040e54", + "url": "https://github.com/stablyai/orca/releases/download/v1.4.203/orca-windows-setup.exe#/dl.7z", + "hash": "sha512:608bf747846a3b95508b3f22652ec4a40ad34e79865f8bf2b04f6ff10489449c3c4bf37b14742aa36e82c5cde7e77bbd7b9630752d637ad56e4246d3875b1086", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\", \"$dir\\*.nsi\" -Recurse" From 5f4f9a3aa44314b4d4415a49b39f094a1902adb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:38:30 +0000 Subject: [PATCH 614/964] plezy: Update to version 2.20.0 --- bucket/plezy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/plezy.json b/bucket/plezy.json index fdd4de6318fcd0..06c7e68192c74c 100644 --- a/bucket/plezy.json +++ b/bucket/plezy.json @@ -1,5 +1,5 @@ { - "version": "2.19.1", + "version": "2.20.0", "description": "Modern Plex client built with Flutter.", "homepage": "https://plezy.app", "license": "GPL-3.0-only", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/edde746/plezy/releases/download/2.19.1/plezy-windows-x64-portable.7z", - "hash": "c2587633d2fe737324e32ec905a82f26c25ec2e7b5414e6620ea3bcdb727a6f4" + "url": "https://github.com/edde746/plezy/releases/download/2.20.0/plezy-windows-x64-portable.7z", + "hash": "7f020f505b13b0da76398ecdcea829194a6c7928f9d1e3274f2424727a5bd8b6" }, "arm64": { - "url": "https://github.com/edde746/plezy/releases/download/2.19.1/plezy-windows-arm64-portable.7z", - "hash": "54d8ab7052180bdb64dea4fda37feafb7028c2913009db7baee74f3f602b48a7" + "url": "https://github.com/edde746/plezy/releases/download/2.20.0/plezy-windows-arm64-portable.7z", + "hash": "70085d78a614442bbb4bbc8c0c6f8b7a3bf69f686dfd8e35d190e51c79cf7023" } }, "shortcuts": [ From 18c10d63a041b89ab80708ce8b6a04abbae6b2b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:38:30 +0000 Subject: [PATCH 615/964] postman: Update to version 12.28.1 --- bucket/postman.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/postman.json b/bucket/postman.json index 10914fd0139985..6467fd9af5a297 100644 --- a/bucket/postman.json +++ b/bucket/postman.json @@ -1,6 +1,6 @@ { "##": "Please keep .exe instead of the .nupkg. The Update.exe extracted from .exe is needed to convert the persistent data to the latest version (#10938).", - "version": "12.28.0", + "version": "12.28.1", "description": "Complete API development environment.", "homepage": "https://www.getpostman.com/", "license": { @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://dl.pstmn.io/download/12.28.0/Postman%20v12.28.0%20(x64).exe#/dl.7z", - "hash": "sha1:1352c0e269e4af514dcb6ea4b81150bd5c90a403" + "url": "https://dl.pstmn.io/download/12.28.1/Postman%20v12.28.1%20(x64).exe#/dl.7z", + "hash": "sha1:7ba337b2b4a43f691e2f070af881b0895b0a035f" }, "arm64": { - "url": "https://dl.pstmn.io/download/12.28.0/Postman%20v12.28.0%20(arm64).exe#/dl.7z", - "hash": "sha1:3fa18ad95e89a4922b8867beeb4b96c50b447f6d" + "url": "https://dl.pstmn.io/download/12.28.1/Postman%20v12.28.1%20(arm64).exe#/dl.7z", + "hash": "sha1:3815af41a967b51a9a6e65226d224e09dad3a511" } }, "installer": { From 0ebd4302b412dc2d2196aae4312431eb6a84fc46 Mon Sep 17 00:00:00 2001 From: BlackBaroness <57033600+BlackBaroness@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:11:28 +0300 Subject: [PATCH 616/964] mindwtr: Add version 1.3.0 (#18755) --- bucket/mindwtr.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bucket/mindwtr.json diff --git a/bucket/mindwtr.json b/bucket/mindwtr.json new file mode 100644 index 00000000000000..135aa90a7b2bed --- /dev/null +++ b/bucket/mindwtr.json @@ -0,0 +1,32 @@ +{ + "version": "1.3.0", + "description": "A free GTD to-do app.", + "homepage": "https://mindwtr.app", + "license": "AGPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/dongdongbh/Mindwtr/releases/download/v1.3.0/mindwtr_1.3.0_windows_x64_portable.zip", + "hash": "039c81bc773cc58c97dd42f91a5030f1be75c7313737173f5d1b1b3c8672ad34" + } + }, + "shortcuts": [ + [ + "mindwtr.exe", + "Mindwtr" + ] + ], + "persist": "profile", + "checkver": { + "github": "https://github.com/dongdongbh/Mindwtr" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/dongdongbh/Mindwtr/releases/download/v$version/mindwtr_$version_windows_x64_portable.zip" + } + }, + "hash": { + "url": "$baseurl/SHA256SUMS" + } + } +} From 6d40f913ae5b066ed1bd4987c167377091e1fa8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:21:17 +0000 Subject: [PATCH 617/964] hwmonitor@1.68: Fix hash (Closes #18756) --- bucket/hwmonitor.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/hwmonitor.json b/bucket/hwmonitor.json index f1956dd015348e..cdd32ad0030d8b 100644 --- a/bucket/hwmonitor.json +++ b/bucket/hwmonitor.json @@ -6,7 +6,7 @@ "architecture": { "64bit": { "url": "https://download.cpuid.com/hwmonitor/hwmonitor_1.68.zip", - "hash": "b0c6d0b4f6e0047ea2df7a326ebf15b622f8a915db95dc5752e675daa8e51a00", + "hash": "8888216170042c9be33771728521df046f6ceecbba397945c976e899570743a6", "bin": [ [ "hwmonitor_x64.exe", @@ -22,7 +22,7 @@ }, "32bit": { "url": "https://download.cpuid.com/hwmonitor/hwmonitor_1.68.zip", - "hash": "b0c6d0b4f6e0047ea2df7a326ebf15b622f8a915db95dc5752e675daa8e51a00", + "hash": "8888216170042c9be33771728521df046f6ceecbba397945c976e899570743a6", "bin": [ [ "hwmonitor_x32.exe", From 07a2be9431c16a00973a955e5a0c18321d35eeb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:41:58 +0000 Subject: [PATCH 618/964] apifox: Update to version 2.8.47 --- bucket/apifox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/apifox.json b/bucket/apifox.json index 125f1ae256fc3b..66fa995c2cdf71 100644 --- a/bucket/apifox.json +++ b/bucket/apifox.json @@ -1,12 +1,12 @@ { - "version": "2.8.46", + "version": "2.8.47", "description": "All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation.", "homepage": "https://apifox.com", "license": "Freeware", "architecture": { "64bit": { - "url": "https://file-assets.apifox.com/download/2.8.46/Apifox-2.8.46.exe#/dl.7z", - "hash": "sha512:1e6cc2a87c70ba86587d321a5c1702e94608b303fc554fe9e1b2112322a19e6e0d18fe63430238715c04e5be9f7a3f3f609cd8c1cf1f44a2b9acbe72d2606158" + "url": "https://file-assets.apifox.com/download/2.8.47/Apifox-2.8.47.exe#/dl.7z", + "hash": "sha512:c2e277eebfcd968816029e19b49168aa85ec50e1713aeceadb347a817dd023433ca03a57bb89afb39cc2a3bac3cd91551ff8bee8f603c0ee3043d1887422376d" } }, "pre_install": [ From 717ee0839c3a5dc2a3ab247461b5a8905b973da1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:41:58 +0000 Subject: [PATCH 619/964] appflowy: Update to version 0.14.3 --- bucket/appflowy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/appflowy.json b/bucket/appflowy.json index 428696d6079721..57025cb7b5bf18 100644 --- a/bucket/appflowy.json +++ b/bucket/appflowy.json @@ -1,12 +1,12 @@ { - "version": "0.14.2", + "version": "0.14.3", "description": "An open-source alternative to Notion. You are in charge of your data and customizations.", "homepage": "https://www.appflowy.io/", "license": "AGPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.14.2/AppFlowy-0.14.2-windows-x86_64.zip", - "hash": "d378d77e55eed7165dc35220bc77b707e2f90e1b5665f7214ef3ea82f19e0dae" + "url": "https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.14.3/AppFlowy-0.14.3-windows-x86_64.zip", + "hash": "199105aac20c08e9d8fb71bd0c7591315900bbb12ab46a25f1e2e9e65f1efb5a" } }, "extract_dir": "AppFlowy", From 101b8b0acbd53dabbfe556974085d82251067363 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:41:59 +0000 Subject: [PATCH 620/964] blender: Update to version 5.2.2 --- bucket/blender.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/blender.json b/bucket/blender.json index 9754f9beffa4a2..1b5b954fb92052 100644 --- a/bucket/blender.json +++ b/bucket/blender.json @@ -1,18 +1,18 @@ { - "version": "5.2.1", + "version": "5.2.2", "description": "3D creation suite", "homepage": "https://www.blender.org", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://download.blender.org/release/Blender5.2/blender-5.2.1-windows-x64.zip", - "hash": "0e631dad7d0cad6d5d18abdd2e2550f6c0213215334eda00ddbd3d22b96ecb2c", - "extract_dir": "blender-5.2.1-windows-x64" + "url": "https://download.blender.org/release/Blender5.2/blender-5.2.2-windows-x64.zip", + "hash": "3849d17a682cba006075aaa3f3597ecb5c9c30ec31035b2e092c53e40679b535", + "extract_dir": "blender-5.2.2-windows-x64" }, "arm64": { - "url": "https://download.blender.org/release/Blender5.2/blender-5.2.1-windows-arm64.zip", - "hash": "62047464d21ea954b997db94bf5518eac9240b900d98bb324bc02416ad892860", - "extract_dir": "blender-5.2.1-windows-arm64" + "url": "https://download.blender.org/release/Blender5.2/blender-5.2.2-windows-arm64.zip", + "hash": "2e90b53c9443cc56d2be75a61550a38e4aba942c8cded046ceff98ed58ebc67b", + "extract_dir": "blender-5.2.2-windows-arm64" } }, "bin": [ From fc223d8d5bf274c29f922d004f0c5d722bcc186b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:41:59 +0000 Subject: [PATCH 621/964] cromite: Update to version 153.0.8010.37 --- bucket/cromite.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cromite.json b/bucket/cromite.json index d053df83585a54..e52352c7a5e253 100644 --- a/bucket/cromite.json +++ b/bucket/cromite.json @@ -1,5 +1,5 @@ { - "version": "148.0.7778.168", + "version": "153.0.8010.37", "description": "A Chromium fork based on Bromite with built-in support for ad blocking and an eye for privacy", "homepage": "https://www.cromite.org/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/uazo/cromite/releases/download/v148.0.7778.168-cb3baf14f52eb4365d017f640f85310735c19b79/chrome-win.zip", - "hash": "13af6545c9c23ce3a7ebe26a73ba7794eea7af76e6fc6bac7c434072b6b12885" + "url": "https://github.com/uazo/cromite/releases/download/v153.0.8010.37-11507ac1061b5ea227806f5e84db5a57df6ccf6a/chrome-win.zip", + "hash": "c95d1c679142a421df7de2cab090539ccb4158f69410dc1878735fb8f60e0fab" } }, "extract_dir": "chrome-win", From c415769d09f14ebff9e709ac4928e04b702ea9ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:41:59 +0000 Subject: [PATCH 622/964] ddu: Update to version 18.1.6.0 --- bucket/ddu.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/ddu.json b/bucket/ddu.json index dd25eb0a90809b..da6b0d9d426c17 100644 --- a/bucket/ddu.json +++ b/bucket/ddu.json @@ -1,14 +1,14 @@ { - "version": "18.1.5.7", + "version": "18.1.6.0", "description": "Driver removal utility that can help you completely uninstall AMD/NVIDIA graphics card drivers and packages from your system, without leaving leftovers behind (including registry keys, folders and files, driver store)", "homepage": "https://github.com/Wagnard/display-drivers-uninstaller", "license": { "identifier": "Freeware", "url": "https://github.com/Wagnard/display-drivers-uninstaller/blob/WPF/LICENSE.md" }, - "url": "https://download.wagnardsoft.com/DDU/DDU%20v18.1.5.7.exe#/dl.7z", - "hash": "8c12b7d85c18b1642c18dfb87e1e17b66e363888ddb1414f24aba1f7131faae9", - "extract_dir": "DDU v18.1.5.7", + "url": "https://download.wagnardsoft.com/DDU/DDU%20v18.1.6.0.exe#/dl.7z", + "hash": "51051434333d37830d0c9fe56770b56b3071be363f43c3b2520d1a218bb781a4", + "extract_dir": "DDU v18.1.6.0", "pre_install": "Copy-Item \"$persist_dir\\settings\\Settings.xml\" \"$dir\\settings\" -ErrorAction SilentlyContinue", "shortcuts": [ [ From 6c18a4b0743156e0d4f46e4883ec45d7efebe4ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:42:00 +0000 Subject: [PATCH 623/964] feishin: Update to version 1.17.0 --- bucket/feishin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/feishin.json b/bucket/feishin.json index 21c4f9f542fe1b..ae91898d36360f 100644 --- a/bucket/feishin.json +++ b/bucket/feishin.json @@ -1,16 +1,16 @@ { - "version": "1.16.0", + "version": "1.17.0", "description": "A modern self-hosted music player.", "homepage": "https://github.com/jeffvli/feishin", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/jeffvli/feishin/releases/download/v1.16.0/Feishin-1.16.0-win-x64.zip", - "hash": "f38e0a784101b3328c702a05c5b72cec2da0ef62363f37f5de1fc3b0d2b8dfc2" + "url": "https://github.com/jeffvli/feishin/releases/download/v1.17.0/Feishin-1.17.0-win-x64.zip", + "hash": "79a56ab29985efd176834c846d35d63dcfd9f80b591210f8cb256cf65b0b4c57" }, "arm64": { - "url": "https://github.com/jeffvli/feishin/releases/download/v1.16.0/Feishin-1.16.0-win-arm64.zip", - "hash": "c4d21d5b169f98e231359032faf392308589b3764adbb2ee30adcf17ab477c4f" + "url": "https://github.com/jeffvli/feishin/releases/download/v1.17.0/Feishin-1.17.0-win-arm64.zip", + "hash": "e3d3ae76777472d2d21b9bfa2d81c82317e3d3f68109eb23e67e2f4110e9a9e3" } }, "shortcuts": [ From 442a2f3a991b2c56294e83c97ccaf1747486e3ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:42:00 +0000 Subject: [PATCH 624/964] gcloud: Update to version 585.0.0 --- bucket/gcloud.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gcloud.json b/bucket/gcloud.json index 95ddae771c9ab5..46bb05e8ec43cc 100644 --- a/bucket/gcloud.json +++ b/bucket/gcloud.json @@ -1,5 +1,5 @@ { - "version": "584.0.0", + "version": "585.0.0", "description": "Command-line interface for Google Cloud Platform products and services.", "homepage": "https://cloud.google.com/sdk/", "license": "Proprietary", @@ -7,12 +7,12 @@ "depends": "7zip19.00-helper", "architecture": { "64bit": { - "url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-584.0.0-windows-x86_64-bundled-python.zip#/dl.zip_", - "hash": "69b890b635e70b45ea84cc37568dc3b652a4ed6e20a951a5f8bf4a869095e1ae" + "url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-585.0.0-windows-x86_64-bundled-python.zip#/dl.zip_", + "hash": "42ab5eb7ccc4c217f96afcc17f427f177b58af5334854e358d2b909115c2fd79" }, "32bit": { - "url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-584.0.0-windows-x86-bundled-python.zip#/dl.zip_", - "hash": "eb035046b1d179e5893424a3cedd2f7e11a3654e44b535d4cbff7a013ae4da86" + "url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-585.0.0-windows-x86-bundled-python.zip#/dl.zip_", + "hash": "172cc74cca7a0fee3088078efc917ef14fbdbfddbe61de0fe65e4dedf404409a" } }, "pre_install": [ From c14d0c2e3d9308812776b0e1baf6e68b9dc0b13a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:42:01 +0000 Subject: [PATCH 625/964] gdscript-formatter: Update to version 0.26.1 --- bucket/gdscript-formatter.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gdscript-formatter.json b/bucket/gdscript-formatter.json index ff6f476044521e..42d06f77355652 100644 --- a/bucket/gdscript-formatter.json +++ b/bucket/gdscript-formatter.json @@ -1,5 +1,5 @@ { - "version": "0.26.0", + "version": "0.26.1", "description": "A fast code formatter for GDScript in Godot 4.", "homepage": "https://www.gdquest.com/library/gdscript_formatter/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/GDQuest/GDScript-formatter/releases/download/0.26.0/gdscript-formatter-0.26.0-windows-x86_64.exe.zip", - "hash": "8336e7e84cc7067f93e92bf23f4b4822742eb2b35620981078520c8ba39eff6c" + "url": "https://github.com/GDQuest/GDScript-formatter/releases/download/0.26.1/gdscript-formatter-0.26.1-windows-x86_64.exe.zip", + "hash": "0078d15d55ca08462dbb5a3202ccbd3fb8ba9a76373cf759cb0394b01dabea13" }, "arm64": { - "url": "https://github.com/GDQuest/GDScript-formatter/releases/download/0.26.0/gdscript-formatter-0.26.0-windows-aarch64.exe.zip", - "hash": "29bec1e6be99696dac4d2fd359215686f46575c867b2186ed546534f656e79d8" + "url": "https://github.com/GDQuest/GDScript-formatter/releases/download/0.26.1/gdscript-formatter-0.26.1-windows-aarch64.exe.zip", + "hash": "32dad5017b6e9cc2f1d12c64361b7870ca08ed907b8f38430d19eee1506b3bd0" } }, "pre_install": "Get-Item -Path \"$dir\\gdscript-formatter*.exe\" | Select-Object -First 1 | Rename-Item -NewName 'gdscript-formatter.exe'", From 5bce32e4969ea7981da27f169ea506184654664a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:42:01 +0000 Subject: [PATCH 626/964] git-tower: Update to version 14.0.583 --- bucket/git-tower.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/git-tower.json b/bucket/git-tower.json index e1a2987178f052..bd7a56ca5c2712 100644 --- a/bucket/git-tower.json +++ b/bucket/git-tower.json @@ -1,5 +1,5 @@ { - "version": "13.2.579", + "version": "14.0.583", "homepage": "https://www.git-tower.com", "description": "An easy to use GUI client for Git with powerful features.", "license": { @@ -11,12 +11,12 @@ }, "architecture": { "64bit": { - "url": "https://www.git-tower.com/apps/tower3-win/579-85d525c8/Tower-13.2.579.exe#/dl.7z", - "hash": "sha1:08c0fc41086a0aac2d597fa62148cfd3b34de328" + "url": "https://www.git-tower.com/apps/tower3-win/583-26c905da/Tower-14.0.583.exe#/dl.7z", + "hash": "sha1:d66b143e9228473bc9475b929eab79aee71c4eb2" }, "arm64": { - "url": "https://www.git-tower.com/apps/tower3-win/579-85d525c8/Tower_arm64-13.2.579.exe#/dl.7z", - "hash": "sha1:56b849a5f41b05e217067e6d587e2f03b9838409" + "url": "https://www.git-tower.com/apps/tower3-win/583-26c905da/Tower_arm64-14.0.583.exe#/dl.7z", + "hash": "sha1:72b2d7d2d7b09782419bcc79b07b12f2a4b463c0" } }, "extract_dir": "lib\\native", From f164a29a3b6ff921231ed45c99325bf11e04eaa7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:42:01 +0000 Subject: [PATCH 627/964] grafana: Update to version 13.2.2 --- bucket/grafana.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/grafana.json b/bucket/grafana.json index 1b045cc303a381..f4e4c7f3eaae61 100644 --- a/bucket/grafana.json +++ b/bucket/grafana.json @@ -1,19 +1,19 @@ { - "version": "13.2.1", + "version": "13.2.2", "description": "Open platform for analytics and data monitoring", "homepage": "https://grafana.com/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://dl.grafana.com/oss/release/grafana-13.2.1.windows-amd64.zip", - "hash": "d6fdcf1af358a6492fb98e48d358abf311e9e8ee9e74f5b241bf9687b8f5c4d2" + "url": "https://dl.grafana.com/oss/release/grafana-13.2.2.windows-amd64.zip", + "hash": "7f2854e288c12395ad0170368bfc77c0c192a6d98ae6c3452917055cfd78b8cf" }, "arm64": { - "url": "https://dl.grafana.com/oss/release/grafana-13.2.1.windows-arm64.zip", - "hash": "84d6fd7adadedeca7010e5ae3851b4c1cb1d7cc40a06f69289af0897e3807343" + "url": "https://dl.grafana.com/oss/release/grafana-13.2.2.windows-arm64.zip", + "hash": "e50ff0dc1ef7e1f44505f82c43444bcfdb29e4d93433d8710fba5beb305991b9" } }, - "extract_dir": "grafana-13.2.1", + "extract_dir": "grafana-13.2.2", "bin": [ "bin\\grafana.exe", [ From c2a02f00e4baa634c072ebd1a0b9e57ac96a0a3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:42:02 +0000 Subject: [PATCH 628/964] gtoolkit: Update to version 1.1.586 --- bucket/gtoolkit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gtoolkit.json b/bucket/gtoolkit.json index 945842239be136..15a98a056a1b21 100644 --- a/bucket/gtoolkit.json +++ b/bucket/gtoolkit.json @@ -1,16 +1,16 @@ { - "version": "1.1.585", + "version": "1.1.586", "description": "A moldable development environment.", "homepage": "https://gtoolkit.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.585/GlamorousToolkit-Windows-x86_64-v1.1.585.zip", - "hash": "ec927bb92737b43e2535149aeca90f5ae3a792d00a9f67d01009eb628adc5b94" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.586/GlamorousToolkit-Windows-x86_64-v1.1.586.zip", + "hash": "09dc5eb6e2dd440663efc380a4db2e8356bec4b41b9c5fdbd618954a0c4d44bc" }, "arm64": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.585/GlamorousToolkit-Windows-aarch64-v1.1.585.zip", - "hash": "6e10cfe0e7d75e3a3c94afa14af66434e0d5361c72de785d0bd181ac164ca72d" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.586/GlamorousToolkit-Windows-aarch64-v1.1.586.zip", + "hash": "c0d1023900de37d084ddf2131349aed0c8ac8325fa948225fcd3be93e0020826" } }, "bin": "bin\\GlamorousToolkit-cli.exe", From 45d094e4c0573cff05666bb051577ab632f8b80f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:42:02 +0000 Subject: [PATCH 629/964] opera: Update to version 135.0.5973.142 --- bucket/opera.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/opera.json b/bucket/opera.json index 14c4c222e422cb..a291ba5c08494b 100644 --- a/bucket/opera.json +++ b/bucket/opera.json @@ -1,5 +1,5 @@ { - "version": "135.0.5973.133", + "version": "135.0.5973.142", "description": "A fast, secure, easy-to-use browser.", "homepage": "https://www.opera.com", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.133/win/Opera_135.0.5973.133_Setup_x64.exe", - "hash": "deff167ecadcc6613be9dba13b6075e65e3fc8d4314e31e97959c34269944610" + "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.142/win/Opera_135.0.5973.142_Setup_x64.exe", + "hash": "d2bfcbcc9c7ce3cfda8476933dcd3721dc717c7756c090432c1e59da3f514f12" }, "32bit": { - "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.133/win/Opera_135.0.5973.133_Setup.exe", - "hash": "b755cbb72c1d3dc672e0aa95d7957a1f4345bf0103b6f5acf8c5af0f701c0a0f" + "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.142/win/Opera_135.0.5973.142_Setup.exe", + "hash": "5907ea91fefc155c7b84a13dd84cb9df787361181ca0e3c265c4577a375c6f85" }, "arm64": { - "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.133/win/Opera_135.0.5973.133_Setup_arm64.exe", - "hash": "e5d5e8741a8bd665b1a16e6667f568a1472d90f9945b34c6655ed15ea2825ae5" + "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.142/win/Opera_135.0.5973.142_Setup_arm64.exe", + "hash": "7add7d545230a74e6de6ca91d613a83100793f0f5495f7243f1fdec451825e96" } }, "installer": { From 29adb425858cd88e15d90aaa11c84fc4b21b539e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:42:02 +0000 Subject: [PATCH 630/964] wechat: Update to version 4.1.15.9 --- bucket/wechat.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wechat.json b/bucket/wechat.json index 4c3c5ba68dc394..32b801655fd6cd 100644 --- a/bucket/wechat.json +++ b/bucket/wechat.json @@ -1,5 +1,5 @@ { - "version": "4.1.13.65", + "version": "4.1.15.9", "description": "Free messaging and calling app by Tencent", "homepage": "https://www.wechat.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/cscnk52/wechat-windows-versions/releases/download/v4.1.13.65/weixin_4.1.13.65.exe#/dl.7z", - "hash": "a1978685c5d12ee6adc372a6348ffe1c9b2ca95a59787e4ed66279436b57c5e1" + "url": "https://github.com/cscnk52/wechat-windows-versions/releases/download/v4.1.15.9/weixin_4.1.15.9.exe#/dl.7z", + "hash": "2474cdbef82c86f9266a24f7a10cddb1c19589b76980c5bd745645e47d4c4952" } }, "installer": { From 2c2c7b7d85cf625212ab52f55dad7dc37647ffa8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 13:47:41 +0000 Subject: [PATCH 631/964] ddu@18.1.6.0: Fix hash (Closes #18757) --- bucket/ddu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/ddu.json b/bucket/ddu.json index da6b0d9d426c17..ec0ab19309d6cd 100644 --- a/bucket/ddu.json +++ b/bucket/ddu.json @@ -7,7 +7,7 @@ "url": "https://github.com/Wagnard/display-drivers-uninstaller/blob/WPF/LICENSE.md" }, "url": "https://download.wagnardsoft.com/DDU/DDU%20v18.1.6.0.exe#/dl.7z", - "hash": "51051434333d37830d0c9fe56770b56b3071be363f43c3b2520d1a218bb781a4", + "hash": "b65d6c153453559bd8dbc2277b2e17f1d463c8c513e51ad61223314ebfd6340c", "extract_dir": "DDU v18.1.6.0", "pre_install": "Copy-Item \"$persist_dir\\settings\\Settings.xml\" \"$dir\\settings\" -ErrorAction SilentlyContinue", "shortcuts": [ From bcef35bd793b3bf80ab991cb43568b705bf45edf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:42 +0000 Subject: [PATCH 632/964] aida64business: Update to version 8.40.5000 --- bucket/aida64business.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/aida64business.json b/bucket/aida64business.json index 13639eab7d5532..0341821ba8b63a 100644 --- a/bucket/aida64business.json +++ b/bucket/aida64business.json @@ -1,5 +1,5 @@ { - "version": "8.35.8400", + "version": "8.40.5000", "description": "System information, diagnostics, and auditing application", "homepage": "https://www.aida64.com/products/aida64-business", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://download.aida64.com/aida64business835.zip", - "hash": "1ed9698e09d241a70b67b92ad26088d7268f07621885b93545a05debce2b56e7" + "url": "https://download.aida64.com/aida64business840.zip", + "hash": "e15af3e51c216090855f9e4bc8008d69ab0d8cdbb508264aa6307b4677522d35" } }, "bin": "aida64.exe", From 503bdb5e206ff783ebf57d14942588a2e76b2dff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:42 +0000 Subject: [PATCH 633/964] aida64extreme: Update to version 8.40.5000 --- bucket/aida64extreme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/aida64extreme.json b/bucket/aida64extreme.json index cc3ed482c22acb..01d24d9b158848 100644 --- a/bucket/aida64extreme.json +++ b/bucket/aida64extreme.json @@ -1,13 +1,13 @@ { - "version": "8.35.8400", + "version": "8.40.5000", "description": "System information, diagnostics, and auditing application", "homepage": "https://www.aida64.com", "license": { "identifier": "Shareware", "url": "https://www.aida64.com/licensing" }, - "url": "https://download.aida64.com/aida64extreme835.zip", - "hash": "18c863a33b261d8939bb9cbde6bc9830d5be50c0c5953e56cd3f9bee36a5d7b1", + "url": "https://download.aida64.com/aida64extreme840.zip", + "hash": "e895d0a4a6a74f8feff6ea231aa98249400c63fedd64124c1aec97d5909076f2", "pre_install": [ "$FILE = 'aida64.ini'", "if (!(Test-Path \"$persist_dir\\$FILE\")) {", From 1849503193da44004103ccb4ed15fb01db972d79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:43 +0000 Subject: [PATCH 634/964] biblioteq: Update to version 2026.09.15 --- bucket/biblioteq.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/biblioteq.json b/bucket/biblioteq.json index c70a4105df226e..da4122d154c7b0 100644 --- a/bucket/biblioteq.json +++ b/bucket/biblioteq.json @@ -1,6 +1,6 @@ { "##": "Not all releases include build artifacts, hence the checkver.jsonpath. See: https://github.com/textbrowser/biblioteq/issues/300.", - "version": "2026.05.10", + "version": "2026.09.15", "description": "Professional archiving, cataloging, and library management suite providing connectivity to PostgreSQL and SQLite.", "homepage": "https://textbrowser.github.io/biblioteq/", "license": "BSD-3-Clause", @@ -9,8 +9,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/textbrowser/biblioteq/releases/download/2026.05.10/BiblioteQ-2026.05.10.zip", - "hash": "6ab69e072d31427117f5fa1ea27d3d6aa7760be007df41ab7761cbb956418085" + "url": "https://github.com/textbrowser/biblioteq/releases/download/2026.09.15/BiblioteQ-2026.09.15.zip", + "hash": "f59ff618d29cb2bcb2c91749e56bca06c9743376d9f6dc2479634d0ba730a3c8" } }, "extract_dir": "BiblioteQ", From 89ccf36dc898946182e0f8d01b86172fe22feeac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:43 +0000 Subject: [PATCH 635/964] claude: Update to version 2.110.0 --- bucket/claude.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/claude.json b/bucket/claude.json index a041a11aa257d8..89b5a2a0ed08df 100644 --- a/bucket/claude.json +++ b/bucket/claude.json @@ -1,5 +1,5 @@ { - "version": "1.52386.6", + "version": "2.110.0", "description": "Next generation AI assistant built by Anthropic.", "homepage": "https://claude.com/product/overview", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.52386.6-full.nupkg", - "hash": "sha1:4db40f2f9622c2e16ab74516f721c6f10d513dbd" + "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-2.110.0-full.nupkg", + "hash": "sha1:f99d3989038e79e561bbcd0ea8d3e3854248eb03" }, "arm64": { - "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.52386.6-full.nupkg", - "hash": "sha1:a9981d18b30cbdb82bbcd3490b84ba1991da76b5" + "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-2.110.0-full.nupkg", + "hash": "sha1:b58402803b21e70395252ab22951d0895dd704a9" } }, "extract_dir": "lib\\net45", From 8357acfa60eab45eac541b8e56b23af1003e0a3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:43 +0000 Subject: [PATCH 636/964] firefox-eme-free: Update to version 156.0 --- bucket/firefox-eme-free.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/firefox-eme-free.json b/bucket/firefox-eme-free.json index 00d3da200e9d18..8c903a185fd38b 100644 --- a/bucket/firefox-eme-free.json +++ b/bucket/firefox-eme-free.json @@ -1,5 +1,5 @@ { - "version": "155.0.1", + "version": "156.0", "description": "EME-free version of the Firefox browser, with DRM-support disabled by default.", "homepage": "https://www.firefox.com/", "license": "MPL-2.0", @@ -11,12 +11,12 @@ ], "architecture": { "64bit": { - "url": "https://archive.mozilla.org/pub/firefox/releases/155.0.1/win64-EME-free/en-US/Firefox%20Setup%20155.0.1.exe#/dl.7z", - "hash": "sha512:2c9ba3b7fab5fa9247ef26ff9b2b097912b0ce4466793b7e34ba8ff56be4d15a076b387804cd71a528b8e320c8ef871bda87b6b494efa8cfc9a2dcf19e725107" + "url": "https://archive.mozilla.org/pub/firefox/releases/156.0/win64-EME-free/en-US/Firefox%20Setup%20156.0.exe#/dl.7z", + "hash": "sha512:935b8d8fa70898e74870fd3db58a494ec4bd1fce524138914c7a4e7aac1fea9ffcff8a86cf14d24fbac8e38b2a81a226160d1d1eee23b952762cfc64d2486892" }, "32bit": { - "url": "https://archive.mozilla.org/pub/firefox/releases/155.0.1/win32-EME-free/en-US/Firefox%20Setup%20155.0.1.exe#/dl.7z", - "hash": "sha512:2eca9ed0adab4812abad9d399aa95391e0d786c369fea5f94c1c671c6bb8c2bfe3bb6eb027943bf63178e595178f7a6901e1038f7e175768844a06af5f9ca7df" + "url": "https://archive.mozilla.org/pub/firefox/releases/156.0/win32-EME-free/en-US/Firefox%20Setup%20156.0.exe#/dl.7z", + "hash": "sha512:6031e64426e04b9539b99756abb1fe214e8136ab20e16a174a4f6fa1caa7b4e285bf759ec8cb0a24c1f4c047aa5a4d028d8d42d090951cbc3b7d1c02a11b8246" } }, "extract_dir": "core", From c0ae06fffade8a0eb3b4c35cb2c1491f1bf2fa72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:44 +0000 Subject: [PATCH 637/964] firefox-esr: Update to version 140.16.0 --- bucket/firefox-esr.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/firefox-esr.json b/bucket/firefox-esr.json index da7665a609bfae..510b21b2993ac1 100644 --- a/bucket/firefox-esr.json +++ b/bucket/firefox-esr.json @@ -1,5 +1,5 @@ { - "version": "140.15.0", + "version": "140.16.0", "description": "Extended Support Release of Firefox: the popular open source web browser", "homepage": "https://www.firefox.com/browsers/enterprise/", "license": "MPL-2.0", @@ -11,16 +11,16 @@ ], "architecture": { "64bit": { - "url": "https://archive.mozilla.org/pub/firefox/releases/140.15.0esr/win64/en-US/Firefox%20Setup%20140.15.0esr.exe#/dl.7z", - "hash": "sha512:95b523e4a048f22f22590ed6db34d8935fa9d527cb4c20663fb992111b81a00df7a17ba5e872d89163a4e1553753045412cb9d12e7f05b595b6382e6020287df" + "url": "https://archive.mozilla.org/pub/firefox/releases/140.16.0esr/win64/en-US/Firefox%20Setup%20140.16.0esr.exe#/dl.7z", + "hash": "sha512:55a33a0ea88954d4fc14b779f525cf3c146a4daf8acff483c662c2990506d0bd7e9ee2fda220e5d4d58bf41359de22d7bd6adbe2c2a4536eee8428a554e0722d" }, "32bit": { - "url": "https://archive.mozilla.org/pub/firefox/releases/140.15.0esr/win32/en-US/Firefox%20Setup%20140.15.0esr.exe#/dl.7z", - "hash": "sha512:d27025cd044acedf5894fe8c65828442f07e564589bf2d905b4da79f5cec51f3eb8924e837eb36d2ece84e4fea0bce393d877973ebab6bcbb2e89a89a63dac50" + "url": "https://archive.mozilla.org/pub/firefox/releases/140.16.0esr/win32/en-US/Firefox%20Setup%20140.16.0esr.exe#/dl.7z", + "hash": "sha512:1fb03bfd017a59f28fda120fcb5ea18c2508dc428a0633128fc81232808a332d4a4397a8a924c69d88ac1e886c04660b648a29b54c586ea10ffd7d042de8fe95" }, "arm64": { - "url": "https://archive.mozilla.org/pub/firefox/releases/140.15.0esr/win64-aarch64/en-US/Firefox%20Setup%20140.15.0esr.exe#/dl.7z", - "hash": "sha512:d68e39e3f1b0b243b67276f8a49ef00e04e3cc8389056a6c3ca2bbdbecb7b0ee9b73af8eb89de6a070ef1f0fb0a0585a0447d1f9251a423639f1b7114a72849b" + "url": "https://archive.mozilla.org/pub/firefox/releases/140.16.0esr/win64-aarch64/en-US/Firefox%20Setup%20140.16.0esr.exe#/dl.7z", + "hash": "sha512:7edf222a7399f9412b30333f78f0ca5576e1727b4179a2f6ae3ba734ce3a50c1ec5fb65d0d46713572045db79c5593986eea0a9bdadad620a0f16172e1de915e" } }, "extract_dir": "core", From c7494b5dd165788117c8247378552f7e25e67ed5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:44 +0000 Subject: [PATCH 638/964] firefox: Update to version 156.0 --- bucket/firefox.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/firefox.json b/bucket/firefox.json index 7c6f93de887cdf..c0e48eab756c73 100644 --- a/bucket/firefox.json +++ b/bucket/firefox.json @@ -1,5 +1,5 @@ { - "version": "155.0.1", + "version": "156.0", "description": "Popular open source web browser.", "homepage": "https://www.firefox.com/", "license": "MPL-2.0", @@ -11,16 +11,16 @@ ], "architecture": { "64bit": { - "url": "https://archive.mozilla.org/pub/firefox/releases/155.0.1/win64/en-US/Firefox%20Setup%20155.0.1.exe#/dl.7z", - "hash": "sha512:f82082520cb7592c2b56cdafaad2d908fc9e7b41bd46dc15fb0750a1210eb810258f7b8678a0a6516a3f6536dab68702464f1379321bc14e4b293e9560599f8a" + "url": "https://archive.mozilla.org/pub/firefox/releases/156.0/win64/en-US/Firefox%20Setup%20156.0.exe#/dl.7z", + "hash": "sha512:8358a7fcb6e8168f9344d137fec05589e278884a05e3e4d60ba71042b7570366daaffc2de4e69f48f32e7669dadc5e806daf73b04f62fcf540b1fd2b1a969913" }, "32bit": { - "url": "https://archive.mozilla.org/pub/firefox/releases/155.0.1/win32/en-US/Firefox%20Setup%20155.0.1.exe#/dl.7z", - "hash": "sha512:37695f302447efe42f3dd2891966227a6529732652fca25a97b784288e28bd18ecd83658795bd5f1c5b99eed392bb91b830a9d27a73bd2888b4d7adcae97bf03" + "url": "https://archive.mozilla.org/pub/firefox/releases/156.0/win32/en-US/Firefox%20Setup%20156.0.exe#/dl.7z", + "hash": "sha512:cf84f5ac4e6ab7e7301b8a522bbd8262d3d4ab726a330d5a4a0b728ddfa43c9677f35a5a4f009a0ec0de94f21b7ffdb45115d35eb23f69efb56de03d85d30745" }, "arm64": { - "url": "https://archive.mozilla.org/pub/firefox/releases/155.0.1/win64-aarch64/en-US/Firefox%20Setup%20155.0.1.exe#/dl.7z", - "hash": "sha512:688aabf0a6e17455e3298f848c84f36fa1b0aa5fe45c86c24ffb49cfa6378db6d6028a4f00824b9dccc6490e4d3e871036067be3f66f19aca23d9176edda9557" + "url": "https://archive.mozilla.org/pub/firefox/releases/156.0/win64-aarch64/en-US/Firefox%20Setup%20156.0.exe#/dl.7z", + "hash": "sha512:ab7cd97e6a2be6303975ad1a5fbfa81b74bee3943d8ff1d45d3d2da6ea954ac2ea728f67bf3eb19db05e2df6f46cbad33924569d069bc2c38571c7afd43d30b2" } }, "extract_dir": "core", From 8fcb99bcf78208d2bdd528950dea38df0c26cd32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:45 +0000 Subject: [PATCH 639/964] gitkraken: Update to version 12.5.0 --- bucket/gitkraken.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitkraken.json b/bucket/gitkraken.json index 934c536ad904d2..e5fb06adcc1227 100644 --- a/bucket/gitkraken.json +++ b/bucket/gitkraken.json @@ -1,5 +1,5 @@ { - "version": "12.4.1", + "version": "12.5.0", "description": "A Git client which helps you track and manage changes to your code.", "homepage": "https://www.gitkraken.com/", "license": { @@ -12,12 +12,12 @@ ], "architecture": { "64bit": { - "url": "https://api.gitkraken.dev/releases/production/windows/x64/12.4.1/gitkraken-12.4.1-full.nupkg", - "hash": "sha1:1a77b718ea4d294b5781fdfbdc64424561378a5b" + "url": "https://api.gitkraken.dev/releases/production/windows/x64/12.5.0/gitkraken-12.5.0-full.nupkg", + "hash": "sha1:2239776f467e9d4d7a2e416058ca04ba09efbc04" }, "arm64": { - "url": "https://api.gitkraken.dev/releases/production/windows/arm64/12.4.1/gitkraken-12.4.1-full.nupkg", - "hash": "sha1:e5bcbd8880a8b7c95c83e914d66841cead26ddee" + "url": "https://api.gitkraken.dev/releases/production/windows/arm64/12.5.0/gitkraken-12.5.0-full.nupkg", + "hash": "sha1:6d84888c6d4c82fa91b87b3f0ecbe6d418ff5223" } }, "extract_dir": "lib\\net45", From f4d2e3dce97d9fb5f782179aa445281e682fba25 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:45 +0000 Subject: [PATCH 640/964] koboldcpp: Update to version 1.121 --- bucket/koboldcpp.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/koboldcpp.json b/bucket/koboldcpp.json index 2fd3b4fbe39579..df0107347d2732 100644 --- a/bucket/koboldcpp.json +++ b/bucket/koboldcpp.json @@ -1,13 +1,13 @@ { - "version": "1.120", + "version": "1.121", "description": "A simple one-file way to run various GGML models like LLAMA, ALPACA, VICUNA", "homepage": "https://github.com/LostRuins/koboldcpp", "license": "AGPL-3.0", "notes": "Look Model *.bin weights at https://rentry.org/nur779", "architecture": { "64bit": { - "url": "https://github.com/LostRuins/koboldcpp/releases/download/v1.120/koboldcpp.exe", - "hash": "6544239ab2747ee84e1ca265a702772fe63719774b829ec9e829f4029ac013db" + "url": "https://github.com/LostRuins/koboldcpp/releases/download/v1.121/koboldcpp.exe", + "hash": "90b0d74ec01e5ef72efb6d45e6f10bee649458920ec951f48d58794c366b1639" } }, "bin": "koboldcpp.exe", From c5d2bc4f8a029208bf6a73bc6a821195e5879942 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:46 +0000 Subject: [PATCH 641/964] koharu: Update to version 0.83.1 --- bucket/koharu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/koharu.json b/bucket/koharu.json index b316e8bceced31..085cb0f1e7f227 100644 --- a/bucket/koharu.json +++ b/bucket/koharu.json @@ -1,5 +1,5 @@ { - "version": "0.83.0", + "version": "0.83.1", "description": "ML-powered manga translator, written in Rust.", "homepage": "https://koharu.rs/", "license": "GPL-3.0-only|Apache-2.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/mayocream/koharu/releases/download/0.83.0/koharu_0.83.0_x64-setup.exe#/dl.7z", - "hash": "90c3073ec1ed8764d6c2ca1befbd5fc1c7d9747bfe3a87b9e079dc1500bc4864" + "url": "https://github.com/mayocream/koharu/releases/download/0.83.1/koharu_0.83.1_x64-setup.exe#/dl.7z", + "hash": "8378524bfa60a0e3fe98f17187ff81311cead2737087781f3233e943a500e412" } }, "pre_install": [ From 5ea36fb7b669005ce168a3a762cf87cb8e10be13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:46 +0000 Subject: [PATCH 642/964] mpv-git: Update to version 202609151625 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index 2b46996748e98e..5d97534785b4f4 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609141231", + "version": "202609151625", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-14-0b7ed670f7/mpv-x86_64-20260914-git-0b7ed670f7.7z", - "hash": "776e37bd952d75260ff13aff94ec8365d28140e10e15ef79cee2ebe582fca589" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-15-0b7ed670f7/mpv-x86_64-20260915-git-0b7ed670f7.7z", + "hash": "7211672616e63edff5bcf79596fcfc5b05cdb46dfcd845fb3dc8ee96cbc44c1f" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-14-0b7ed670f7/mpv-aarch64-20260914-git-0b7ed670f7.7z", - "hash": "1c100773c4473c72f6329949fdb4321326e399ef74c16caaa8ee4b9311f2ded1" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-15-0b7ed670f7/mpv-aarch64-20260915-git-0b7ed670f7.7z", + "hash": "a064c190fc3535d3625b1f0fa611e9414e6d5613689b068283a81fb84a3a79f4" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From 52206dde916edd896100d947f8d9855d018f912e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:46 +0000 Subject: [PATCH 643/964] notion: Update to version 7.34.0 --- bucket/notion.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/notion.json b/bucket/notion.json index a909822e1a97b3..531e1e4e1d0c84 100644 --- a/bucket/notion.json +++ b/bucket/notion.json @@ -1,5 +1,5 @@ { - "version": "7.33.0", + "version": "7.34.0", "description": "Collaborative note taking", "homepage": "https://www.notion.so/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://desktop-release.notion-static.com/Notion%20Setup%207.33.0.exe#/dl.7z", - "hash": "sha512:3c01085beab23247bed3e6d219d91290a886f4858fc13417da8880d01112554ab84477d2d3f1d1bb0b0bf883639168728a49cf9164c0aed4476f84e973d893dc" + "url": "https://desktop-release.notion-static.com/Notion%20Setup%207.34.0.exe#/dl.7z", + "hash": "sha512:752c769d821df09ea1039fe5f6b27b0f660848432c9a925a9b2981ba6184ba9ab1a39f11981c1612e1b2cab5ab32908c0d3e9fa06f7bbbb92b5f2826ec48f8f7" } }, "pre_install": [ From 28daa8360c6c881ba98350d0bd3ba38bdc53cac7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:47 +0000 Subject: [PATCH 644/964] pixelorama: Update to version 1.2.3 --- bucket/pixelorama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/pixelorama.json b/bucket/pixelorama.json index 459f50be76b6cf..12c3af71955d74 100644 --- a/bucket/pixelorama.json +++ b/bucket/pixelorama.json @@ -1,17 +1,17 @@ { - "version": "1.2.2", + "version": "1.2.3", "description": "2D sprite editor designed for pixel art", "homepage": "https://orama-interactive.itch.io/pixelorama", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Orama-Interactive/Pixelorama/releases/download/v1.2.2/Pixelorama-Windows-64bit.zip", - "hash": "6c43b98ba0b02a6e916f0a9556c50f5f79782c55c1b611279c3667a853e7fb2a", + "url": "https://github.com/Orama-Interactive/Pixelorama/releases/download/v1.2.3/Pixelorama-Windows-64bit.zip", + "hash": "942e38288b818ef44e0c834691a00a521f811739af523a2cfdc09aae58753646", "extract_dir": "Pixelorama-Windows-64bit" }, "32bit": { - "url": "https://github.com/Orama-Interactive/Pixelorama/releases/download/v1.2.2/Pixelorama-Windows-32bit.zip", - "hash": "9b3eac9fc3d71ba55078b6246b0aec237c5e2342c96d473f84bb36e98f4c8e7e", + "url": "https://github.com/Orama-Interactive/Pixelorama/releases/download/v1.2.3/Pixelorama-Windows-32bit.zip", + "hash": "c9635fb56e0a57cd8c19f9ccfc02de4750cb1214d90b447c7ac4639d461b92fc", "extract_dir": "Pixelorama-Windows-32bit" } }, From b28ede76eac399c483dedb168a9732ddd6a42899 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:47 +0000 Subject: [PATCH 645/964] reasonix-desktop: Update to version 1.38.3 --- bucket/reasonix-desktop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/reasonix-desktop.json b/bucket/reasonix-desktop.json index 5f6ed4eed07574..1930f059b578e1 100644 --- a/bucket/reasonix-desktop.json +++ b/bucket/reasonix-desktop.json @@ -1,16 +1,16 @@ { - "version": "1.38.8", + "version": "1.38.3", "description": "Reasonix Desktop, official GUI for Reasonix, a DeepSeek-native AI coding agent built to reduce API costs through aggressive context caching.", "homepage": "https://reasonix.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.8/Reasonix-windows-amd64.zip", - "hash": "cb1f9d737d98c6e2fd6acf4aa877da48882b772205bc61761402a2af844be10a" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.3/Reasonix-windows-amd64.zip", + "hash": "56589e2065013f58bd9334add52112586f9a8ed14379a3d3c415072640c6bf26" }, "arm64": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.8/Reasonix-windows-arm64.zip", - "hash": "5ba33dad5cb93fb7e5288ef01997b8125d221174dce6cc407440f6d57f5786fa" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.3/Reasonix-windows-arm64.zip", + "hash": "eeaf76fcdd8dca4af1c6babecfbbb360b200138727a9080547446b21e50a39d7" } }, "shortcuts": [ From 8f3b0356028e2817ed3a0ea8541ee62046056b49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:48 +0000 Subject: [PATCH 646/964] shutter: Update to version 4.9 --- bucket/shutter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/shutter.json b/bucket/shutter.json index 93e1b2c64c34dd..bafeddd88d1800 100644 --- a/bucket/shutter.json +++ b/bucket/shutter.json @@ -1,13 +1,13 @@ { - "version": "4.8", + "version": "4.9", "description": "A multifunctional scheduling utility, which has a user friendly, easy-to-use interface and supports many different Events and Actions.", "homepage": "https://www.den4b.com/products/shutter", "license": { "identifier": "CC-BY-NC-ND-3.0", "url": "https://www.den4b.com/license" }, - "url": "https://www.den4b.com/download/shutter/portable/4.8?token=scoop#/dl.zip", - "hash": "51bb1a9b01a4d9d27810734414cc895851b0b536e8b40ed9b23281c7623192cc", + "url": "https://www.den4b.com/download/shutter/portable/4.9?token=scoop#/dl.zip", + "hash": "72b42716d07f98cfe149effa3ef66c50faef811d61ab9d311b9c4aadce173e4d", "pre_install": "if (!(Test-Path \"$persist_dir\\Settings.ini\")) { New-Item \"$dir\\Settings.ini\" | Out-Null }", "bin": "Shutter.exe", "shortcuts": [ From bc85e3d2c78d564315ee7f6bc8345ffaed96a139 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:48 +0000 Subject: [PATCH 647/964] special-k: Update to version 26.9.15 --- bucket/special-k.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/special-k.json b/bucket/special-k.json index 89809f8d13e770..20788b15974a77 100644 --- a/bucket/special-k.json +++ b/bucket/special-k.json @@ -1,10 +1,10 @@ { - "version": "26.8.12", + "version": "26.9.15", "description": "Lovingly referred to as the Swiss Army Knife of PC gaming, Special K does a bit of everything.", "homepage": "https://www.special-k.info", "license": "GPL-3.0-only", - "url": "https://sk-data.special-k.info/repository/SpecialK_26.8.12.exe", - "hash": "cd88fd17311844e959c4fb0435b3a97abb9b64dc2cafd1ceabba685c782d096f", + "url": "https://sk-data.special-k.info/repository/SpecialK_26.9.15.exe", + "hash": "91544ed392c272d3491b06005eff67d18acee78102bc1bbbaa559f6ab5cb5750", "innosetup": true, "architecture": { "64bit": { From 676b98a878d3374e51a2f74aff3ef5bfe1e06edf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:49 +0000 Subject: [PATCH 648/964] tinta: Update to version 3.7.2 --- bucket/tinta.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinta.json b/bucket/tinta.json index 2d3d014f65f513..fa53bb267d747d 100644 --- a/bucket/tinta.json +++ b/bucket/tinta.json @@ -1,12 +1,12 @@ { - "version": "3.7.1", + "version": "3.7.2", "description": "Fast, lightweight Markdown and Mermaid viewer.", "homepage": "https://tinta.cc", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/oipoistar/tinta/releases/download/v3.7.1/tinta.exe", - "hash": "0f9966ac1c9a13775d7540a8cd353d4a1dcf93f3828d9cad0e866072d1345c2d" + "url": "https://github.com/oipoistar/tinta/releases/download/v3.7.2/tinta.exe", + "hash": "0d41bc8dc978a566490df096fbc8a4f6927c8d97dd52d4137ccafb1e5698bf97" } }, "bin": "tinta.exe", From f777f228c3087e96371b2e5d2f01bb3de8835cc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:31:49 +0000 Subject: [PATCH 649/964] tomcat: Update to version 11.0.26 --- bucket/tomcat.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/tomcat.json b/bucket/tomcat.json index fe4ca88166a28a..830039e24ddc86 100644 --- a/bucket/tomcat.json +++ b/bucket/tomcat.json @@ -1,5 +1,5 @@ { - "version": "11.0.25", + "version": "11.0.26", "description": "Implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies", "homepage": "https://tomcat.apache.org", "license": "Apache-2.0", @@ -8,11 +8,11 @@ }, "architecture": { "64bit": { - "url": "https://archive.apache.org/dist/tomcat/tomcat-11/v11.0.25/bin/apache-tomcat-11.0.25-windows-x64.zip", - "hash": "sha512:d28c933ee1ed9bbce295e125c944e51a99dfbdcdd714c8cc17ddce7ede77c70f99a7e052af9823e8f8d2f53770d4030390019f4f4d5a3e48404f1f2b77456d06" + "url": "https://archive.apache.org/dist/tomcat/tomcat-11/v11.0.26/bin/apache-tomcat-11.0.26-windows-x64.zip", + "hash": "sha512:13e866438d5732dbe35ca4dbd0eb668255f158c96e81dff092dff153b537ac8f20006c3e86b0ff5df8c7c5cc07be28dceb223592318de37378d85de07c5fdbc1" } }, - "extract_dir": "apache-tomcat-11.0.25", + "extract_dir": "apache-tomcat-11.0.26", "bin": "bin\\catalina.bat", "env_set": { "CATALINA_HOME": "$dir", From c69fc043a796ac8473fc1afe2b9a7b1cf7a53a2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:28:53 +0000 Subject: [PATCH 650/964] antigravity: Update to version 2.14.0 --- bucket/antigravity.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/antigravity.json b/bucket/antigravity.json index 70b40fbd0ba91a..cefb1db1023bde 100644 --- a/bucket/antigravity.json +++ b/bucket/antigravity.json @@ -1,5 +1,5 @@ { - "version": "2.13.0", + "version": "2.14.0", "description": "Agent orchestration platform developed by Google.", "homepage": "https://antigravity.google/product/antigravity-2", "license": { @@ -21,12 +21,12 @@ }, "architecture": { "64bit": { - "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.13.0-6362815968182272/windows-x64/Antigravity-x64.exe#/dl.7z", - "hash": "sha512:7820519125ad29a456adbd6d58932cd2f43354deb119eabed35a22d3563fb1ace6c8aa96041907a0f596828e7e0bcaff8920aa9048265b3c25f2e353f06c8207" + "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.14.0-5449404535144448/windows-x64/Antigravity-x64.exe#/dl.7z", + "hash": "sha512:61c1241c095f5b93560eab9c7db43da50ef6a134eb3475f257e39597f08d5ea9b2e50888a7a20655f1d99ddfd96ea59f7b0e472cca73642abe19bc6c9ab3a9aa" }, "arm64": { - "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.13.0-6362815968182272/windows-arm/Antigravity-arm64.exe#/dl.7z", - "hash": "sha512:3147ed27dccafe57e68443ec59a10cf4db7353cc7d0ecea3a6c709ab16b8e2da612bf3a9a6e40a2b7d08193697410bda7c0c9cc398b6d11e153ed9a46b19dd4a" + "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.14.0-5449404535144448/windows-arm/Antigravity-arm64.exe#/dl.7z", + "hash": "sha512:f22e8aae3f050edb58763e5e9e36edaa30385fe51f40cfb9750e076240a816a193159104179e505bedb18c6a04839983aecb9b8b0897567c794d9ceff7fa91a1" } }, "installer": { From 8d71836d80b759a9575d91937cc5068093244f30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:28:54 +0000 Subject: [PATCH 651/964] browseros: Update to version 0.50.5 --- bucket/browseros.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/browseros.json b/bucket/browseros.json index 12f850cf56b2d2..02cd5407c4c4fd 100644 --- a/bucket/browseros.json +++ b/bucket/browseros.json @@ -1,12 +1,12 @@ { - "version": "0.50.3", + "version": "0.50.5", "description": "BrowserOS is an open-source chromium fork that runs AI agents natively. Your open-source, privacy-first alternative to ChatGPT Atlas, Perplexity Comet, Dia.", "homepage": "https://github.com/browseros-ai/BrowserOS", "license": "AGPL-3.0-only,BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/browseros-ai/BrowserOS/releases/download/v0.50.3/BrowserOS_v0.50.3_x64_installer.exe#/dl.7z", - "hash": "3ae8dc6cd7fa8c39760d8c95591147e283705ec7d6f1cc4b02561d2696ef86c7" + "url": "https://github.com/browseros-ai/BrowserOS/releases/download/v0.50.5/BrowserOS_v0.50.5_x64_installer.exe#/dl.7z", + "hash": "bfff204532b4c56b80d70078d03a1ec2aa0492be9562a381ebc390917d365b92" } }, "installer": { From d1bea7dbb669515e472003ec0537752764a8fd95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:28:54 +0000 Subject: [PATCH 652/964] cinny: Update to version 4.12.7 --- bucket/cinny.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cinny.json b/bucket/cinny.json index 02f26573498313..8b2f35619fa810 100644 --- a/bucket/cinny.json +++ b/bucket/cinny.json @@ -1,5 +1,5 @@ { - "version": "4.12.6", + "version": "4.12.7", "homepage": "https://cinny.in/", "description": "A simple, elegant and secure Matrix client protected by e2ee with the power of open source.", "license": "AGPL-3.0-only", @@ -9,8 +9,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/cinnyapp/cinny-desktop/releases/download/v4.12.6/Cinny_desktop-x86_64-no_updater.msi", - "hash": "d1547fc3e2184799637c07baa6e7c680f5c6232944a1a5af6c18468f54540440" + "url": "https://github.com/cinnyapp/cinny-desktop/releases/download/v4.12.7/Cinny_desktop-x86_64-no_updater.msi", + "hash": "766522e62c383b8465da6933767ff6743b383bb9df650ff34ffad8599b319ccd" } }, "extract_dir": "PFiles\\Cinny", From 2d05e747a4004b29dbf4270e33aef52cd99dfbc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:28:54 +0000 Subject: [PATCH 653/964] cockpit-tools: Update to version 1.3.54 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index 6e3d8090fe02a8..684509e29adc48 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.53", + "version": "1.3.54", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.53/Cockpit.Tools_1.3.53_x64_en-US.msi", - "hash": "5e33f11ed0c119be8c67144ee639787a67e793a0e2c9960155dfc0db8af54f66" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.54/Cockpit.Tools_1.3.54_x64_en-US.msi", + "hash": "092583ab1e836b76fcefbc9540e37f394016294d9c10bf6f27aad6fa456423e8" } }, "extract_dir": "PFiles\\Cockpit Tools", From 826b55cc81a45bd5254d12e0909fc165e0dcfb09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:28:55 +0000 Subject: [PATCH 654/964] dbx: Update to version 0.6.14 --- bucket/dbx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbx.json b/bucket/dbx.json index b1ebee5e70f052..3ff70d22833002 100644 --- a/bucket/dbx.json +++ b/bucket/dbx.json @@ -1,12 +1,12 @@ { - "version": "0.6.13", + "version": "0.6.14", "description": "Lightweight, cross-platform database client", "homepage": "https://dbxio.com", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/t8y2/dbx/releases/download/v0.6.13/DBX_0.6.13_x64-portable.zip", - "hash": "a62c9a0d79f42865f5d442fad4eef4366c72ba44c59f3f6f6e6e16a560f9fa93" + "url": "https://github.com/t8y2/dbx/releases/download/v0.6.14/DBX_0.6.14_x64-portable.zip", + "hash": "467b827903e4bf41973fd6ce7b1025b6dff8c5893a805152345a1c8438fb3f75" } }, "shortcuts": [ From d9c3bfc9f962a50a549eb6ff8c39708c7174f7f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:28:55 +0000 Subject: [PATCH 655/964] elasticsearch: Update to version 9.5.4 --- bucket/elasticsearch.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/elasticsearch.json b/bucket/elasticsearch.json index 159edc7f60029d..3e78d216cb5823 100644 --- a/bucket/elasticsearch.json +++ b/bucket/elasticsearch.json @@ -1,5 +1,5 @@ { - "version": "9.5.3", + "version": "9.5.4", "description": "Distributed, RESTful Search Engine", "homepage": "https://www.elastic.co/products/elasticsearch", "license": { @@ -8,11 +8,11 @@ }, "architecture": { "64bit": { - "url": "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-9.5.3-windows-x86_64.zip", - "hash": "sha512:ad4974b600948b2765dba8bcc33f3ec999c3a31fa0f045c5235e43106b2cb040b6b7ff7598e3f3f19f7f45049a4ff0823bd7d260e2e1525f6acb7222412d0ee9" + "url": "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-9.5.4-windows-x86_64.zip", + "hash": "sha512:41779b4003dd42446cbc22205f944ea1b23eb25b7017b8d651dddf1b63a77e727a24a08bcc13886eb2bfedc1b0a563350010754b73e0579c03432c7b6a32d9f7" } }, - "extract_dir": "elasticsearch-9.5.3", + "extract_dir": "elasticsearch-9.5.4", "pre_install": [ " # Overwrite SCRIPT because elasticsearch-env.bat doesn't care if SCRIPT or ES_HOME are already set ...", "$file = \"$dir\\bin\\elasticsearch-env.bat\"", From d29ca2f6daaf95f551cd8cd97091085dc85f768f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:28:56 +0000 Subject: [PATCH 656/964] googlechrome: Update to version 153.0.8010.48 --- bucket/googlechrome.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/googlechrome.json b/bucket/googlechrome.json index 1c60835248ad4c..30553f7b01a2d8 100644 --- a/bucket/googlechrome.json +++ b/bucket/googlechrome.json @@ -1,5 +1,5 @@ { - "version": "153.0.8010.37", + "version": "153.0.8010.48", "description": "Fast, secure, and free web browser, built for the modern web.", "homepage": "https://www.google.com/chrome/", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://dl.google.com/release2/chrome/gk2npvnuh46nt66cymep6yi5qq_153.0.8010.37/153.0.8010.37_chrome_installer_uncompressed.exe#/dl.7z", - "hash": "cc15919515a27a04e8fd8807bb3c1e7a2f3ae5bc6df2f0a7980aa83ebb9fd3b9" + "url": "https://dl.google.com/release2/chrome/ig4nfm6sbdjzxk3yt25rexgqeq_153.0.8010.48/153.0.8010.48_chrome_installer_uncompressed.exe#/dl.7z", + "hash": "471d275aa382ff8a020ca16494a3a59c089f1bf8a9c20bf323d6c97ea0f196b9" }, "32bit": { - "url": "https://dl.google.com/release2/chrome/f5s6pjadfdjpng76h23inulorq_153.0.8010.37/153.0.8010.37_chrome_installer_uncompressed.exe#/dl.7z", - "hash": "ac0a2b15c0b67220b5e0baa960c240510833b4bdd99eced6e3012677acc95e14" + "url": "https://dl.google.com/release2/chrome/ac6yxli4ztfriblxod73vtohcw6q_153.0.8010.48/153.0.8010.48_chrome_installer_uncompressed.exe#/dl.7z", + "hash": "d405db36e4ce54eac171b4691edde4b90d561e9c5c3917e2dc8d85b78d515f70" }, "arm64": { - "url": "https://dl.google.com/release2/chrome/itljh7oe26tq4aojmitfz23e5y_153.0.8010.37/153.0.8010.37_chrome_installer_uncompressed.exe#/dl.7z", - "hash": "19d7113d92c9430f65902ad54b15d131f2d868d9356959806b3994bfbe0ab909" + "url": "https://dl.google.com/release2/chrome/adfucik6y2tjhsqruigq2k6mluqa_153.0.8010.48/153.0.8010.48_chrome_installer_uncompressed.exe#/dl.7z", + "hash": "6767d7957514e848352d33b0ab53ba84e0410321921b645d8ead6606c62b16ad" } }, "extract_dir": "Chrome-bin", From 5086176542dd37168638da356c78d702ff40b3fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:28:56 +0000 Subject: [PATCH 657/964] grok-bot: Update to version 0.52.0 --- bucket/grok-bot.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grok-bot.json b/bucket/grok-bot.json index 2517ef634755d8..404b50559afa4e 100644 --- a/bucket/grok-bot.json +++ b/bucket/grok-bot.json @@ -1,5 +1,5 @@ { - "version": "0.51.0", + "version": "0.52.0", "description": "Always-on AI agents from xAI and Cursor that work autonomously across your tools and apps.", "homepage": "https://x.ai/bot", "license": { @@ -8,13 +8,13 @@ }, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.51.0/Grok_Bot_0.51.0_Setup.exe#/dl.7z", - "hash": "5665adefecf46b6d6f76fe482c2fbde43bf6fcebd19bf363ec5f6ed8bb23cbca", + "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.52.0/Grok_Bot_0.52.0_Setup.exe#/dl.7z", + "hash": "d0d5c494533bf5e66618197e524081462dec20ed705b00cb9bdfb6a486d2ae93", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" }, "arm64": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.51.0/Grok_Bot_0.51.0_Setup.exe#/dl.7z", - "hash": "a153d845963dad51ab629573f9b50741885db13e20b4253c99275c7a376d28d9", + "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.52.0/Grok_Bot_0.52.0_Setup.exe#/dl.7z", + "hash": "d8f355f4a63e391515f18e10f4d2225cefddc9f491e2cf149ef46dd2b8dab828", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"" } }, From 02f581af55f0c06a910b13dab2b646270637d25b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:28:56 +0000 Subject: [PATCH 658/964] ipfs-desktop: Update to version 0.50.1 --- bucket/ipfs-desktop.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ipfs-desktop.json b/bucket/ipfs-desktop.json index cefbef235b0b90..247caf754f99f1 100644 --- a/bucket/ipfs-desktop.json +++ b/bucket/ipfs-desktop.json @@ -1,12 +1,12 @@ { - "version": "0.50.0", + "version": "0.50.1", "description": "A desktop client for IPFS", "homepage": "https://ipfs.tech/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/ipfs/ipfs-desktop/releases/download/v0.50.0/ipfs-desktop-setup-0.50.0-win-x64.exe#/dl.7z", - "hash": "sha512:6a72b219d93805c6ac3071b8d14828e17f4cb89fac3ffcd4f7d45e7e661e40f4e15417ad0ef587431266647e5b12e20bfb6042668e1cff73ff328fc185f9afd4", + "url": "https://github.com/ipfs/ipfs-desktop/releases/download/v0.50.1/ipfs-desktop-setup-0.50.1-win-x64.exe#/dl.7z", + "hash": "sha512:bb9a5ef6f8f52295e0f8219de96f3bfc50df459ae1d45bfd04b7f472cb191d9a9f9281d202f49fa191cc0623d5e29ef469b7fe7bf69c7b9972ad3d628c9ebb6a", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\" -Recurse" From 00533195518d6784e4fe059065a1270c9be439b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:28:57 +0000 Subject: [PATCH 659/964] kibana: Update to version 9.5.4 --- bucket/kibana.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/kibana.json b/bucket/kibana.json index 5df98daadebfd1..4da5180f833ecc 100644 --- a/bucket/kibana.json +++ b/bucket/kibana.json @@ -1,5 +1,5 @@ { - "version": "9.5.3", + "version": "9.5.4", "description": "An open source analytics and visualization platform designed to work with Elasticsearch.", "homepage": "https://www.elastic.co/products/kibana", "license": { @@ -14,9 +14,9 @@ }, "architecture": { "64bit": { - "url": "https://artifacts.elastic.co/downloads/kibana/kibana-9.5.3-windows-x86_64.zip", - "hash": "sha512:ca32149b3a086c5dc55d671a8291c742fe69b18767f30d679fb9a913485811018fff40f0aeef0eecce853362f0a9c2f4d4011662c4b71def7327735f7513566f", - "extract_dir": "kibana-9.5.3" + "url": "https://artifacts.elastic.co/downloads/kibana/kibana-9.5.4-windows-x86_64.zip", + "hash": "sha512:48f33703cf3ddd8c30cb58d1c07ef030bf06012a3a6240962e3844e5c7265c857c4e5368375b0bd4e6bfca658e7e1c75c34b1aceb63b48cd6db48d05e9022451", + "extract_dir": "kibana-9.5.4" } }, "bin": [ From b6a8c34e171775b5627210598b9a8d3775fa58c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:28:57 +0000 Subject: [PATCH 660/964] ldplayer: Update to version 14.0.27.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index fb6064754eb039..d56237f231167a 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.1", + "version": "14.0.27.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", - "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.27.1.exe", + "hash": "549e9788c8ce398c7d41df272a92531042509643a57a3fd31ca104c40ce2ff1b", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 058a6bf7008effc078c2f12650a650bd7de59ba3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:28:58 +0000 Subject: [PATCH 661/964] leopardwm: Update to version 0.2.9 --- bucket/leopardwm.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/leopardwm.json b/bucket/leopardwm.json index 29aa0c06890f56..453e383b86085c 100644 --- a/bucket/leopardwm.json +++ b/bucket/leopardwm.json @@ -1,5 +1,5 @@ { - "version": "0.2.8", + "version": "0.2.9", "description": "Scroll-first tiling window manager for Windows, inspired by niri.", "homepage": "https://github.com/jcardama/LeopardWM", "license": "GPL-3.0-only", @@ -12,9 +12,9 @@ }, "architecture": { "64bit": { - "url": "https://github.com/jcardama/LeopardWM/releases/download/v0.2.8/LeopardWM-0.2.8-x86_64-windows.zip", - "hash": "71ffaf586654b8f706d6b9a3f18f1a2f39e48b115b927d68872a7c00ea9f9a26", - "extract_dir": "LeopardWM-0.2.8-x86_64-windows" + "url": "https://github.com/jcardama/LeopardWM/releases/download/v0.2.9/LeopardWM-0.2.9-x86_64-windows.zip", + "hash": "974276d7b5bc206a3af4a2ec0b296328cf296966944918112999e0aaea447261", + "extract_dir": "LeopardWM-0.2.9-x86_64-windows" } }, "bin": [ From 1fdec5cc48096f6d017ef1e9e82165dab028c77c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:28:58 +0000 Subject: [PATCH 662/964] logstash: Update to version 9.5.4 --- bucket/logstash.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/logstash.json b/bucket/logstash.json index 7cb4628ea04305..4e0be949d19683 100644 --- a/bucket/logstash.json +++ b/bucket/logstash.json @@ -1,5 +1,5 @@ { - "version": "9.5.3", + "version": "9.5.4", "description": "A data processing pipeline that ingests data from a multitude of sources simultaneously, transforms it, and then sends it to your favorite \"stash\".", "homepage": "https://www.elastic.co/logstash", "license": { @@ -14,11 +14,11 @@ }, "architecture": { "64bit": { - "url": "https://artifacts.elastic.co/downloads/logstash/logstash-9.5.3-windows-x86_64.zip", - "hash": "sha512:3167c435bdd1a270184a6d2f1fcb325408ab9a3fcf3d931351a069a1f5c999ed790a8b1401477c698ddefa8212c913dda8a628e1f6a7f8ba385f2b5b01c9ec53" + "url": "https://artifacts.elastic.co/downloads/logstash/logstash-9.5.4-windows-x86_64.zip", + "hash": "sha512:0251f9d6703e24e23cc63c93eb85d4c5dca316f22fe3f596f33ce7024d67c82c04a660960e39089e0adb2e248530047798f547275cb223c4441935de43cdfc36" } }, - "extract_dir": "logstash-9.5.3", + "extract_dir": "logstash-9.5.4", "bin": [ [ "bin\\logstash.bat", From 94ab82c60551aeae21139bf2c957ed328d4be68d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:28:59 +0000 Subject: [PATCH 663/964] markdown-monster: Update to version 4.5.3 --- bucket/markdown-monster.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/markdown-monster.json b/bucket/markdown-monster.json index a6ca5e2d630260..77efc1f165af19 100644 --- a/bucket/markdown-monster.json +++ b/bucket/markdown-monster.json @@ -1,5 +1,5 @@ { - "version": "4.5.2", + "version": "4.5.3", "description": "Markdown editing and weblog publishing tool", "homepage": "https://markdownmonster.west-wind.com", "license": { @@ -7,7 +7,7 @@ "url": "https://markdownmonster.west-wind.com/purchase.aspx#License" }, "url": "https://github.com/RickStrahl/MarkdownMonsterReleases/raw/master/CurrentRelease/MarkdownMonsterPortable.zip", - "hash": "96f1fec858be4f3da473289e245c7dacc294047660eca3b62ac77286d1967701", + "hash": "60e129ae270ad86dc8563c07d5f8f00a4022d1242c06a57b29f8253deae10314", "bin": "mmcli.exe", "shortcuts": [ [ From 0de6c96e380ca1b245c5e065b58209f694724b03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:28:59 +0000 Subject: [PATCH 664/964] ollama-full: Update to version 0.34.1 --- bucket/ollama-full.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ollama-full.json b/bucket/ollama-full.json index 21afd0ff0e550d..94efe206e3ab14 100644 --- a/bucket/ollama-full.json +++ b/bucket/ollama-full.json @@ -1,10 +1,10 @@ { - "version": "0.34.0", + "version": "0.34.1", "description": "Get up and running with large language models locally.", "homepage": "https://ollama.com/", "license": "MIT", - "url": "https://github.com/ollama/ollama/releases/download/v0.34.0/OllamaSetup.exe", - "hash": "e2b98770fb87f3b4c593c22f2e8eda59bcac1cd7b141f1388c4181a8bf271a72", + "url": "https://github.com/ollama/ollama/releases/download/v0.34.1/OllamaSetup.exe", + "hash": "a92986c86ab6854675ffd1b725db7c0350d40755895c95c397c58d61014e14d9", "architecture": { "64bit": { "pre_install": [ From b68fe4a9a20a5e2cae173bf98fc3eb142f6497e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:28:59 +0000 Subject: [PATCH 665/964] openlogi: Update to version 0.8.4 --- bucket/openlogi.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/openlogi.json b/bucket/openlogi.json index f625e50b56404e..5b58187ea8f96f 100644 --- a/bucket/openlogi.json +++ b/bucket/openlogi.json @@ -1,16 +1,16 @@ { - "version": "0.8.3", + "version": "0.8.4", "description": "A local-first alternative to Logitech Options+, written in Rust. Remap buttons, drive DPI and SmartShift over HID++. No account, no telemetry.", "homepage": "https://openlogi.org", "license": "MIT|Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/AprilNEA/OpenLogi/releases/download/v0.8.3/OpenLogi-v0.8.3-windows-x86_64.zip", - "hash": "abbc6247e2159fcf4f2e36de40160764a345a18efd2edbc15fc9fd39cd226c7a" + "url": "https://github.com/AprilNEA/OpenLogi/releases/download/v0.8.4/OpenLogi-v0.8.4-windows-x86_64.zip", + "hash": "344784d693fd9ec21fc05e478f5bfb474f767308865f15ea61ef191de6348bf4" }, "arm64": { - "url": "https://github.com/AprilNEA/OpenLogi/releases/download/v0.8.3/OpenLogi-v0.8.3-windows-arm64.zip", - "hash": "9203b43b7a0ca982d1bc947a01df062a3c6aad751fbcb3a91f079ba0b3f8dbde" + "url": "https://github.com/AprilNEA/OpenLogi/releases/download/v0.8.4/OpenLogi-v0.8.4-windows-arm64.zip", + "hash": "efc74b7b53e15fdf697a4049b5fa832d4a6efa69fefcb622aada7d9faa17db27" } }, "shortcuts": [ From 8c7d8f24a7965a3fdc41580f91040a9445f32570 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:29:00 +0000 Subject: [PATCH 666/964] servicebusexplorer: Update to version 6.3.1 --- bucket/servicebusexplorer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/servicebusexplorer.json b/bucket/servicebusexplorer.json index 7fec7ab3ec136f..ba8e6e1bfd9a3e 100644 --- a/bucket/servicebusexplorer.json +++ b/bucket/servicebusexplorer.json @@ -1,10 +1,10 @@ { - "version": "6.2.0", + "version": "6.3.1", "description": "Connect to a Service Bus namespace and efficiently administer messaging entities.", "homepage": "https://github.com/paolosalvatori/ServiceBusExplorer", "license": "Apache-2.0", - "url": "https://github.com/paolosalvatori/ServiceBusExplorer/releases/download/6.2.0/servicebusexplorer.6.2.0.nupkg", - "hash": "e5377aa0eb818989b99eb474a51cbdb1d7216a671384857c1e726438c0436725", + "url": "https://github.com/paolosalvatori/ServiceBusExplorer/releases/download/6.3.1/servicebusexplorer.6.3.1.nupkg", + "hash": "2c3c6f7e18f8ec887e4d5a8f1438b7076feadab46fec2da2f4f9809ccfc161f2", "bin": "tools\\servicebusexplorer.exe", "persist": "tools\\ServiceBusExplorer.exe.config", "shortcuts": [ From dcaeffa7256a6eb5a010a96c167f09f1620edb2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:29:00 +0000 Subject: [PATCH 667/964] texteditorpro: Update to version 37.0.1 --- bucket/texteditorpro.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/texteditorpro.json b/bucket/texteditorpro.json index 4bf20f0207081d..11df052bc6a76e 100644 --- a/bucket/texteditorpro.json +++ b/bucket/texteditorpro.json @@ -1,5 +1,5 @@ { - "version": "37.0.0", + "version": "37.0.1", "description": "Powerful text editor with syntax highlighting for multiple languages and scripts. Formerly known as EditBone", "homepage": "https://texteditor.pro/", "license": { @@ -9,11 +9,11 @@ "architecture": { "64bit": { "url": "https://www.texteditor.pro/downloads/TextEditorPro64.7z", - "hash": "ea4042d0543812a72d1ba09bb8be593dc47a27fa734d06ca6763fcf53f6b7435" + "hash": "568df9f998ce2c3c1c314b08c7a493a0030bfefb60eaa34e9c38bd74d3178950" }, "32bit": { "url": "https://www.texteditor.pro/downloads/TextEditorPro32.7z", - "hash": "37504902b49bdd137cf7458cf8346869cecd46a28c1af2fcbfb6f138e2449441" + "hash": "ac26ca0cd3d4355f58770dd4992b9ec3ca640d729fed554cec454ac8e16e4df3" }, "arm64": { "url": "https://www.texteditor.pro/downloads/TextEditorProArm64.7z", From f7eea98e9070c510ae7949262618cd092abaf95e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:29:00 +0000 Subject: [PATCH 668/964] tinynvidiaupdatechecker: Update to version 1.27.0 --- bucket/tinynvidiaupdatechecker.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinynvidiaupdatechecker.json b/bucket/tinynvidiaupdatechecker.json index 7c33cedc93bc29..d731c028563420 100644 --- a/bucket/tinynvidiaupdatechecker.json +++ b/bucket/tinynvidiaupdatechecker.json @@ -1,13 +1,13 @@ { - "version": "1.26.2", + "version": "1.27.0", "description": "NVIDIA GPU driver updater", "homepage": "https://github.com/HawaiiBeach/TinyNvidiaUpdateChecker", "license": "GPL-3.0-or-later", "suggest": { ".NET Desktop Runtime 8.0": "versions/windowsdesktop-runtime-8.0" }, - "url": "https://github.com/HawaiiBeach/TinyNvidiaUpdateChecker/releases/download/v1.26.2/TinyNvidiaUpdateChecker.exe", - "hash": "28802a854279dfd005720b8af57b51107040c7f2212c6202ef1670d0e686b7f9", + "url": "https://github.com/HawaiiBeach/TinyNvidiaUpdateChecker/releases/download/v1.27.0/TinyNvidiaUpdateChecker.exe", + "hash": "cf1e74edc558938af19d86cb979c4f9495841eab900266e107d76e7890b23f5f", "bin": "TinyNvidiaUpdateChecker.exe", "shortcuts": [ [ From 6e3f2c6af53e68447cde1d7300527d6b9643aa04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:29:01 +0000 Subject: [PATCH 669/964] treesheets: Update to version 3364 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index 819376fde2df78..8583f5c9cd95be 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3362", + "version": "3364", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3362/TreeSheets-3362-winx64.zip", - "hash": "f0cd50a580aee26c9d2abf1721e02de79e1946d96686e261e8f93201e8c2e93a", - "extract_dir": "TreeSheets-3362-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3364/TreeSheets-3364-winx64.zip", + "hash": "c0d3bcdf4eb5872b98e2c97629351bc66501e1c727dd8a2894b1293ddebe7e7c", + "extract_dir": "TreeSheets-3364-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3362/TreeSheets-3362-winarm64.zip", - "hash": "e21d766984c15bb7749130db3e0f45152af60a85f074ba55a9008ed082cb9200", - "extract_dir": "TreeSheets-3362-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3364/TreeSheets-3364-winarm64.zip", + "hash": "7cea2d67c1a502d29bd1ed092dbdb6763328b9afdc012ed190f0142c9873fb07", + "extract_dir": "TreeSheets-3364-winarm64" } }, "pre_install": [ From ea18ee02bded285ebe313ceb33f3ddf5bd442293 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:29:01 +0000 Subject: [PATCH 670/964] ucheck: Update to version 6.7.8 --- bucket/ucheck.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ucheck.json b/bucket/ucheck.json index eb3cdad5a9e0e7..3d96b8026faee7 100644 --- a/bucket/ucheck.json +++ b/bucket/ucheck.json @@ -1,5 +1,5 @@ { - "version": "6.7.7", + "version": "6.7.8", "description": "Update your software in 2 clicks. Stay away from malware.", "homepage": "https://www.adlice.com/ucheck/", "license": { @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://download.adlice.com/api?action=download&app=ucheck&type=x64#/UCheck_portable64.exe", - "hash": "fa1137e8a05e6fdab7571bbdcb0b974267473f6ae1fd57fd665e4e5c43a8107c", + "hash": "ba896f384ba1d297f4892cb018e8e7723240a4c6c0dcb6683afc461042d35a5b", "bin": "UCheck_portable64.exe", "shortcuts": [ [ @@ -20,7 +20,7 @@ }, "32bit": { "url": "https://download.adlice.com/api?action=download&app=ucheck&type=x86#/UCheck_portable32.exe", - "hash": "d96ef7ff0233663c58846f6dc3c2065b274c27cd9729bcd35def78b8ddb7696d", + "hash": "1b83cd7061ce1c5e1080093eda1d4ff0589ec0a4a9a0a31b96df9f5e42bff984", "bin": "UCheck_portable32.exe", "shortcuts": [ [ From c336796ec3b6a6dab0762a4d2c883bb6d0b1ab17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:29:02 +0000 Subject: [PATCH 671/964] unigetui: Update to version 2026.3.0 --- bucket/unigetui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/unigetui.json b/bucket/unigetui.json index 3394fe976d2966..c6efba698662d0 100644 --- a/bucket/unigetui.json +++ b/bucket/unigetui.json @@ -1,5 +1,5 @@ { - "version": "2026.2.7", + "version": "2026.3.0", "description": "GUI for the most common CLI package managers, such as WinGet, Scoop, Chocolatey, Pip, Npm, .NET Tool, PowerShell Gallery and more.", "homepage": "https://devolutions.net/unigetui/", "license": "MIT", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Devolutions/UniGetUI/releases/download/v2026.2.7/UniGetUI.x64.zip", - "hash": "d2195386b4745b1f77416c5c84d63276076eaef1b7e0060e656b8d2d0eeb345c" + "url": "https://github.com/Devolutions/UniGetUI/releases/download/v2026.3.0/UniGetUI.x64.zip", + "hash": "c7c99fc799cc78e1dbd6fcc7dd1644f65fccedab44c7bb9f7d203d4e8d632f94" }, "arm64": { - "url": "https://github.com/Devolutions/UniGetUI/releases/download/v2026.2.7/UniGetUI.arm64.zip", - "hash": "1155cbdd8ce60925e0ff56a383114be03b9ccc1a35b6350e40e6e1b9e054ccff" + "url": "https://github.com/Devolutions/UniGetUI/releases/download/v2026.3.0/UniGetUI.arm64.zip", + "hash": "234266f695e4903a113f791f3d194f3600a3fe27c83d4c7c65f06a89524634d1" } }, "pre_install": "Set-Content -Value $null -Path \"$dir\\ForceUniGetUIPortable\"", From 6bbdcb2ade8602ceab1fdd38a33e52acd26f6d75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:29:02 +0000 Subject: [PATCH 672/964] win-codexbar: Update to version 0.60.3 --- bucket/win-codexbar.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/win-codexbar.json b/bucket/win-codexbar.json index f8cb3053f92c34..82e02e84675df3 100644 --- a/bucket/win-codexbar.json +++ b/bucket/win-codexbar.json @@ -1,5 +1,5 @@ { - "version": "0.56.8", + "version": "0.60.3", "description": "Windows system-tray app that shows usage stats for AI coding tools (Claude, Codex, Copilot, and more).", "homepage": "https://github.com/nesszer/Win-CodexBar", "license": "MIT", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/nesszer/Win-CodexBar/releases/download/v0.56.8/CodexBar-0.56.8-portable.exe#/CodexBar.exe", - "hash": "9892313dea4668d64cf4bbdc081c62162839b19fe4063f8b29bd61ef21df51a3" + "url": "https://github.com/nesszer/Win-CodexBar/releases/download/v0.60.3/CodexBar-0.60.3-portable.exe#/CodexBar.exe", + "hash": "810ae2ee9377767d2f0d78bbed1af3da6a2dd43e9763d935205a3d44d6abe987" } }, "bin": "CodexBar.exe", From 953480455d0e7f0f8b6a9051b09cb2a7e9cd14aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 01:03:18 +0000 Subject: [PATCH 673/964] anki: Update to version 26.09.2 --- bucket/anki.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/anki.json b/bucket/anki.json index fc0b7389f52b5f..d823c1f9b9bd32 100644 --- a/bucket/anki.json +++ b/bucket/anki.json @@ -1,17 +1,17 @@ { - "version": "26.09", + "version": "26.09.2", "description": "Powerful and intelligent flash cards", "homepage": "https://apps.ankiweb.net", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/ankitects/anki/releases/download/26.09/anki-26.09-win-x64.msi", - "hash": "6490598460fe65c501cac19ad987a54457ccd49feb5706be0c0a0f7b0c0656a3", + "url": "https://github.com/ankitects/anki/releases/download/26.09.2/anki-26.09.2-win-x64.msi", + "hash": "91e211db3d9f61e6a7dfed966966d677c9fb580cb8b1a97891a4f7bcdd8629b5", "extract_dir": "PFiles64\\Anki" }, "arm64": { - "url": "https://github.com/ankitects/anki/releases/download/26.09/anki-26.09-win-arm64.msi", - "hash": "cbc6b07fc75dbd56a98501038f35b127f6c876b95ec2e204c9037bb9e4154695", + "url": "https://github.com/ankitects/anki/releases/download/26.09.2/anki-26.09.2-win-arm64.msi", + "hash": "81aaaa0600de30aea8514c392de2a068f5b290cb9b6a31058dd187280e57e924", "extract_dir": "PFiles64\\Anki" } }, From 5ce119d8ae78e99a79cb30c4d2baa2caefd1cbd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 01:03:18 +0000 Subject: [PATCH 674/964] beekeeper-studio: Update to version 6.1.1 --- bucket/beekeeper-studio.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/beekeeper-studio.json b/bucket/beekeeper-studio.json index c3c66b3e00ce56..6ea6fc3d9fa2fc 100644 --- a/bucket/beekeeper-studio.json +++ b/bucket/beekeeper-studio.json @@ -1,12 +1,12 @@ { - "version": "6.1.0", + "version": "6.1.1", "description": "SQL editor and database management", "homepage": "https://www.beekeeperstudio.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v6.1.0/Beekeeper-Studio-Setup-6.1.0.exe#/dl.7z", - "hash": "sha512:32e33acf5ad1c93d5ab790eff2d6578a7a14ee685a4819bf5bf6472359109ee879d00989dbdcff276588745ae7b454e8fabccea181dc84ea68e2887bb2d1eb96", + "url": "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v6.1.1/Beekeeper-Studio-Setup-6.1.1.exe#/dl.7z", + "hash": "sha512:2a6faf9438b480f4ba5800867b5f762e530d69929aa7dc81f3dece4eace0dd9e4774ce4dffd5fe157fb1dc34f3280d4ab23e82f50078ab3d8f6022f29b587ed6", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Force -Recurse" From 90319cde5589915496f2824a8ca1de3fe61d2faa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 01:03:18 +0000 Subject: [PATCH 675/964] codiff: Update to version 1.14.0 --- bucket/codiff.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codiff.json b/bucket/codiff.json index 3a51076c633ae4..ea7e6e82c7aa7b 100644 --- a/bucket/codiff.json +++ b/bucket/codiff.json @@ -1,12 +1,12 @@ { - "version": "1.13.0", + "version": "1.14.0", "description": "A fast local diff viewer.", "homepage": "https://github.com/nkzw-tech/codiff", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/nkzw-tech/codiff/releases/download/v1.13.0/Codiff-win32-x64-1.13.0.zip", - "hash": "6f599c1766651edc1b17c68b3909d8325097157b02b9802ca1b97270ed5fc7c6" + "url": "https://github.com/nkzw-tech/codiff/releases/download/v1.14.0/Codiff-win32-x64-1.14.0.zip", + "hash": "a0fe7ec54fa2b19306a4be6c57aa542789eb47ab73dfebbee745d270d757e0da" } }, "bin": "codiff.exe", From 977bf30ec355b08c5dbdd0039f1673a435e7c2b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 01:03:19 +0000 Subject: [PATCH 676/964] dbvis: Update to version 26.2.3 --- bucket/dbvis.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbvis.json b/bucket/dbvis.json index fe00eeb5482104..7e48faad8ea815 100644 --- a/bucket/dbvis.json +++ b/bucket/dbvis.json @@ -1,5 +1,5 @@ { - "version": "26.2.2", + "version": "26.2.3", "description": "A universal database tool for developers, DBAs and analysts.", "homepage": "https://www.dbvis.com/", "license": { @@ -12,8 +12,8 @@ }, "architecture": { "64bit": { - "url": "https://dbvis.com/product_download/dbvis-26.2.2/media/dbvis_windows-x64_26_2_2.zip", - "hash": "3f0f1884f2b2e958b23cffcee72d8f267614ccf9b308794fb6e6bdbc94209981" + "url": "https://dbvis.com/product_download/dbvis-26.2.3/media/dbvis_windows-x64_26_2_3.zip", + "hash": "30c2bab450f0835684ce780a50779a81ac193ff4d0f75d884b3bbdf009075459" } }, "extract_dir": "DbVisualizer", From fd84d728a9ca1dd3b56f51b9d06bde9176cf389c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 01:03:19 +0000 Subject: [PATCH 677/964] dolphin: Update to version 26.08-8530 --- bucket/dolphin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dolphin.json b/bucket/dolphin.json index 4f9597cc2d0afe..208131af7a273b 100644 --- a/bucket/dolphin.json +++ b/bucket/dolphin.json @@ -1,5 +1,5 @@ { - "version": "26.08-8502", + "version": "26.08-8530", "description": "A file manager developed by KDE that lets you navigate and browse the contents of your hard drives, USB sticks, SD cards, and more.", "homepage": "https://apps.kde.org/dolphin/", "license": "GPL-2.0-or-later", @@ -11,8 +11,8 @@ ], "architecture": { "64bit": { - "url": "https://cdn.kde.org/ci-builds/system/dolphin/release-26.08/windows/dolphin-release_26.08-8502-windows-cl-msvc2022-x86_64.7z", - "hash": "7cf52eb2d9f872f44192c7c4651a37244249b48047a5c09a15b147a92d8ae7e2" + "url": "https://cdn.kde.org/ci-builds/system/dolphin/release-26.08/windows/dolphin-release_26.08-8530-windows-cl-msvc2022-x86_64.7z", + "hash": "c20283f13429c875d3220ff85a02bdf5e5d42bf503f2a24a66fbacad2055a4f9" } }, "bin": "bin\\dolphin.exe", From c73bf1377c4c43f26c913c8ed22ebae646e3b708 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 01:03:20 +0000 Subject: [PATCH 678/964] grok-bot: Update to version 0.53.0 --- bucket/grok-bot.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grok-bot.json b/bucket/grok-bot.json index 404b50559afa4e..8456d02356bd64 100644 --- a/bucket/grok-bot.json +++ b/bucket/grok-bot.json @@ -1,5 +1,5 @@ { - "version": "0.52.0", + "version": "0.53.0", "description": "Always-on AI agents from xAI and Cursor that work autonomously across your tools and apps.", "homepage": "https://x.ai/bot", "license": { @@ -8,13 +8,13 @@ }, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.52.0/Grok_Bot_0.52.0_Setup.exe#/dl.7z", - "hash": "d0d5c494533bf5e66618197e524081462dec20ed705b00cb9bdfb6a486d2ae93", + "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.53.0/Grok_Bot_0.53.0_Setup.exe#/dl.7z", + "hash": "fa7f539acfd34720f3dd460a2286378bc2e9d415f0341437b083a2c0724d83fb", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" }, "arm64": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.52.0/Grok_Bot_0.52.0_Setup.exe#/dl.7z", - "hash": "d8f355f4a63e391515f18e10f4d2225cefddc9f491e2cf149ef46dd2b8dab828", + "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.53.0/Grok_Bot_0.53.0_Setup.exe#/dl.7z", + "hash": "4735fdcf69bdcd591cbfc722244c5004b37a1a9a3458202de7ce3abf40b02652", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"" } }, From fcf8c596970ffed1c0a675eba39cb6fc1739f90e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 01:03:20 +0000 Subject: [PATCH 679/964] kate: Update to version 26.08-12388 --- bucket/kate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kate.json b/bucket/kate.json index 0320703cddc855..f307bd188ef764 100644 --- a/bucket/kate.json +++ b/bucket/kate.json @@ -1,13 +1,13 @@ { - "version": "26.08-12384", + "version": "26.08-12388", "description": "Multi-document editor", "homepage": "https://kate-editor.org", "license": "LGPL-2.0-only", "notes": "If you want to get the latest development branch-based installer, please install `kate-nightly` from Versions bucket.", "architecture": { "64bit": { - "url": "https://cdn.kde.org/ci-builds/utilities/kate/release-26.08/windows/kate-release_26.08-12384-windows-cl-msvc2022-x86_64.7z", - "hash": "3fca8432af41d141e3b9dbc963eae3c477a741f3847fe8499a0c8530d6ee0809" + "url": "https://cdn.kde.org/ci-builds/utilities/kate/release-26.08/windows/kate-release_26.08-12388-windows-cl-msvc2022-x86_64.7z", + "hash": "7aec9b6b44125dbde831cb5e62c93ade152bbffae3b63fde4718747f789c4797" } }, "bin": "bin\\kate.exe", From f476af31e79847ca153c62c250da3425a4bf15da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 01:03:20 +0000 Subject: [PATCH 680/964] okular: Update to version 26.08-7919 --- bucket/okular.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/okular.json b/bucket/okular.json index a62f7ac43a082f..be2fadaf0719a7 100644 --- a/bucket/okular.json +++ b/bucket/okular.json @@ -1,13 +1,13 @@ { - "version": "26.08-7882", + "version": "26.08-7919", "description": "Universal document viewer", "homepage": "https://okular.kde.org", "license": "LGPL-2.0-only", "notes": "If you want to get the latest development branch-based installer, please install `okular-nightly` from Versions bucket.", "architecture": { "64bit": { - "url": "https://cdn.kde.org/ci-builds/graphics/okular/release-26.08/windows/okular-release_26.08-7882-windows-cl-msvc2022-x86_64.7z", - "hash": "7d10e056cca0b651f209d239ad6c7b269c9472ed2a8e5ae3735d05eed7c29ae9" + "url": "https://cdn.kde.org/ci-builds/graphics/okular/release-26.08/windows/okular-release_26.08-7919-windows-cl-msvc2022-x86_64.7z", + "hash": "5178652dea8994aa2ad4ce7b2f824b266d16ed1805a2959ba5eac13581e981e0" } }, "bin": "bin\\okular.exe", From 22ffa39ec99637039b6a979152bda021671f05be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 01:03:21 +0000 Subject: [PATCH 681/964] openwork: Update to version 0.18.48 --- bucket/openwork.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/openwork.json b/bucket/openwork.json index 1bb491b4768c88..7fbe01473c5a3b 100644 --- a/bucket/openwork.json +++ b/bucket/openwork.json @@ -1,12 +1,12 @@ { "homepage": "https://openwork.software/", - "version": "0.18.47", + "version": "0.18.48", "description": "An open-source alternative to Claude Cowork, powered by opencode ", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/different-ai/openwork/releases/download/v0.18.47/openwork-win-x64-0.18.47.exe#/dl.7z", - "hash": "a2055fca6cf126004c6d747a35445189dc3c0ff23119cda19c035af26eae5d6b", + "url": "https://github.com/different-ai/openwork/releases/download/v0.18.48/openwork-win-x64-0.18.48.exe#/dl.7z", + "hash": "3dbecd56b09bc27bb9607cd35e8800aff37be071b4fb526e15327538fe6e0bf2", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", "Remove-Item \"$dir\\`$*\" -Force -Recurse" From d048c181d3451578bd60dc0c667a8d1d2cb88723 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 01:03:21 +0000 Subject: [PATCH 682/964] spicetify-themes: Update to version 2026-09-16T00.12.06 --- bucket/spicetify-themes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/spicetify-themes.json b/bucket/spicetify-themes.json index a4d5e806d0131f..790bd104f25b0d 100644 --- a/bucket/spicetify-themes.json +++ b/bucket/spicetify-themes.json @@ -1,5 +1,5 @@ { - "version": "2026-09-11T05.49.29", + "version": "2026-09-16T00.12.06", "description": "Community-created themes for Spicetify.", "homepage": "https://github.com/spicetify/spicetify-themes", "license": "MIT", @@ -8,7 +8,7 @@ "spotify": "extras/spotify" }, "url": "https://github.com/spicetify/spicetify-themes/archive/master.zip", - "hash": "5024eb29d4b24eeefc7601a54ed991efd1b785b53ff2454b33f43cfd6dc9c427", + "hash": "4818a793c2481f4f65fe9e95dc4c646322f2443339cfe8ea6023d079229f6669", "extract_dir": "spicetify-themes-master", "installer": { "script": [ From 618d7be40960281c86669a72f27dc73212746428 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 01:03:21 +0000 Subject: [PATCH 683/964] thunderbird-esr: Update to version 140.16.0esr --- bucket/thunderbird-esr.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/thunderbird-esr.json b/bucket/thunderbird-esr.json index 055210d01886e0..6187942fe4f528 100644 --- a/bucket/thunderbird-esr.json +++ b/bucket/thunderbird-esr.json @@ -1,5 +1,5 @@ { - "version": "140.15.0esr", + "version": "140.16.0esr", "description": "A free email application that’s easy to set up and customize (Extended Support Release)", "homepage": "https://www.thunderbird.net", "license": "MPL-2.0", @@ -11,12 +11,12 @@ ], "architecture": { "64bit": { - "url": "https://archive.mozilla.org/pub/thunderbird/releases/140.15.0esr/win64/en-US/Thunderbird%20Setup%20140.15.0esr.exe#/dl.7z", - "hash": "sha512:1f5bfeef945a6a7221dc81d2dc3c02d20608030bc0c4ae1d7b657b63e2b4f4e8ca72982f34643c3389c39431fc35895c5d34e7a729f9d4bb81d8f80603c61ad6" + "url": "https://archive.mozilla.org/pub/thunderbird/releases/140.16.0esr/win64/en-US/Thunderbird%20Setup%20140.16.0esr.exe#/dl.7z", + "hash": "sha512:288f863014709e4531fbf0c6cc98c73cea82e16dd14483c00ccb33151d0b744103564ff2bbecb5e1973f1ecec0a0b95195159fdfadb01bbc42e4d61b51fd263a" }, "32bit": { - "url": "https://archive.mozilla.org/pub/thunderbird/releases/140.15.0esr/win32/en-US/Thunderbird%20Setup%20140.15.0esr.exe#/dl.7z", - "hash": "sha512:a83f7b98a93ffeb6a0b5e0ad9762134947cb51fe4326d5150499033d191af3d841dc3dea13fb79a886ba716ce7927f92baa74991ccca4ec53b018e3990218230" + "url": "https://archive.mozilla.org/pub/thunderbird/releases/140.16.0esr/win32/en-US/Thunderbird%20Setup%20140.16.0esr.exe#/dl.7z", + "hash": "sha512:add9604102592b39e4d0085a1405579e3c5dd993c5cd6760462cace118f296304bac82e9bbf687af9eb5ef14b8e75d41607249c45d58b937d6b466b51d31c6fc" } }, "extract_dir": "core", From d140bdc9a965e941fd8ccfb06f44014cf7799f62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 01:03:22 +0000 Subject: [PATCH 684/964] thunderbird: Update to version 156.0 --- bucket/thunderbird.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/thunderbird.json b/bucket/thunderbird.json index 7ba26a99ca4784..6a740e979549eb 100644 --- a/bucket/thunderbird.json +++ b/bucket/thunderbird.json @@ -1,5 +1,5 @@ { - "version": "155.0.1", + "version": "156.0", "description": "A free email application that’s easy to set up and customize.", "homepage": "https://www.thunderbird.net", "license": "MPL-2.0", @@ -11,12 +11,12 @@ ], "architecture": { "64bit": { - "url": "https://archive.mozilla.org/pub/thunderbird/releases/155.0.1/win64/en-US/Thunderbird%20Setup%20155.0.1.exe#/dl.7z", - "hash": "sha512:e5f9fc958313d4dde165b3f130b041b20f9a625cef10aca714269734e2d53504567e42cc121e005328893b2bf5d5e387deb772ad9503d9bb13ce5969dbe8a8f7" + "url": "https://archive.mozilla.org/pub/thunderbird/releases/156.0/win64/en-US/Thunderbird%20Setup%20156.0.exe#/dl.7z", + "hash": "sha512:4ea997f2cafcdbf158de94a3a3b1cce3f975ee8de0c045f200b5fe968cf53451a506eb17119d955237939bb354a7b80fabe7726afedbde41fb7f3689cfbca67c" }, "32bit": { - "url": "https://archive.mozilla.org/pub/thunderbird/releases/155.0.1/win32/en-US/Thunderbird%20Setup%20155.0.1.exe#/dl.7z", - "hash": "sha512:c5bb2bcf4c450cd4bab5abbb50ae81e21ea68b9709c88fc9ecedad46b242b7a99ee65755407f31832face3f4b119e3eba8a624157b370a4e934a88f01d3fb21a" + "url": "https://archive.mozilla.org/pub/thunderbird/releases/156.0/win32/en-US/Thunderbird%20Setup%20156.0.exe#/dl.7z", + "hash": "sha512:1574e23ef924f949b0116ca6415b3ce71c75b9ad07f8462feea5ec460cfb94032a5febba4cf63fa896be94a85bb228e7ddefb502d5dff4628049032a65dab9ae" } }, "extract_dir": "core", From 7676a81f427abbb5c23a9f27abb79b39a8f27616 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 01:03:22 +0000 Subject: [PATCH 685/964] treesheets: Update to version 3366 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index 8583f5c9cd95be..66272b1f80115b 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3364", + "version": "3366", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3364/TreeSheets-3364-winx64.zip", - "hash": "c0d3bcdf4eb5872b98e2c97629351bc66501e1c727dd8a2894b1293ddebe7e7c", - "extract_dir": "TreeSheets-3364-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3366/TreeSheets-3366-winx64.zip", + "hash": "5c3d6545a57512355b59af8df92298293189de80c90a88e8f34862d6d0d6ec9d", + "extract_dir": "TreeSheets-3366-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3364/TreeSheets-3364-winarm64.zip", - "hash": "7cea2d67c1a502d29bd1ed092dbdb6763328b9afdc012ed190f0142c9873fb07", - "extract_dir": "TreeSheets-3364-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3366/TreeSheets-3366-winarm64.zip", + "hash": "8e9309a09e617689199f3340f6a08caab95855207b4a3a8763b355e8bc1b4fb8", + "extract_dir": "TreeSheets-3366-winarm64" } }, "pre_install": [ From a4732287719bed5315439c48f5f42650c344c94e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 01:03:23 +0000 Subject: [PATCH 686/964] vencord-installer: Update to version 1.4.1 --- bucket/vencord-installer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/vencord-installer.json b/bucket/vencord-installer.json index 8b12a93866f083..65b07e37d3e98d 100644 --- a/bucket/vencord-installer.json +++ b/bucket/vencord-installer.json @@ -1,5 +1,5 @@ { - "version": "1.4.0", + "version": "1.4.1", "description": "A GUI app for installing Vencord, a Discord client mod", "homepage": "https://vencord.dev/", "license": "GPL-3.0-only", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Vencord/Installer/releases/download/v1.4.0/VencordInstaller.exe", - "hash": "dc0826657a005009f43bdc3a0933d08352f8b22b2b9b961697a2db6e9913e871" + "url": "https://github.com/Vencord/Installer/releases/download/v1.4.1/VencordInstaller.exe", + "hash": "4d798f1fdc7ac2e9457da849848238acb381c37ba922dd4f68622b0e164d180f" } }, "shortcuts": [ From e884b3c85ffd5390d72da70c5f93da57d7335281 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 01:03:23 +0000 Subject: [PATCH 687/964] wabt: Update to version 1.0.42 --- bucket/wabt.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/wabt.json b/bucket/wabt.json index ca37889d2ecd44..1a2147ab73edd5 100644 --- a/bucket/wabt.json +++ b/bucket/wabt.json @@ -1,15 +1,15 @@ { - "version": "1.0.41", + "version": "1.0.42", "description": "'wabbit' is a suite of tools for WebAssembly", "homepage": "https://github.com/WebAssembly/wabt", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/WebAssembly/wabt/releases/download/1.0.41/wabt-1.0.41-windows-x64.tar.gz", - "hash": "37285ec7244384ffd382841f93fd23335aae846c92016a132d765c60f27a2f31" + "url": "https://github.com/WebAssembly/wabt/releases/download/1.0.42/wabt-1.0.42-windows-x64.tar.gz", + "hash": "62f1eb2b51aa57cf0f0b8ba333bf2c72a049930aa9c5de01dcad271c4fe48c88" } }, - "extract_dir": "wabt-1.0.41\\bin", + "extract_dir": "wabt-1.0.42\\bin", "bin": [ "spectest-interp.exe", "wasm2c.exe", From 74b49abb73b12693f814737c913314dcd958899c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 04:34:07 +0000 Subject: [PATCH 688/964] clementine: Update to version 1.4.1-140 --- bucket/clementine.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/clementine.json b/bucket/clementine.json index 94f15367e57052..e60c39c6d5e427 100644 --- a/bucket/clementine.json +++ b/bucket/clementine.json @@ -1,10 +1,10 @@ { - "version": "1.4.1-139", + "version": "1.4.1-140", "description": "A modern music player and library organizer.", "homepage": "https://www.clementine-player.org/", "license": "GPL-3.0-only", - "url": "https://github.com/clementine-player/Clementine/releases/download/1.4.1-139-g54185eba7/ClementineSetup-1.4.1-139-g54185eba7.exe#/dl.7z", - "hash": "808c57840addee9b37eb2fcd16f2026833170eca6a3a0960d14246068246e4c9", + "url": "https://github.com/clementine-player/Clementine/releases/download/1.4.1-140-g022702044/ClementineSetup-1.4.1-140-g022702044.exe#/dl.7z", + "hash": "b632a67ab3abbb395e3f88649aa9c752f3867cb63526af43e63a909a8880f7a1", "bin": "clementine.exe", "shortcuts": [ [ From 4af719df25348aa64d65a4c1c751d4ebc72544eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 04:34:07 +0000 Subject: [PATCH 689/964] cockpit-tools: Update to version 1.3.55 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index 684509e29adc48..d174bc931e89de 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.54", + "version": "1.3.55", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.54/Cockpit.Tools_1.3.54_x64_en-US.msi", - "hash": "092583ab1e836b76fcefbc9540e37f394016294d9c10bf6f27aad6fa456423e8" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.55/Cockpit.Tools_1.3.55_x64_en-US.msi", + "hash": "25d3051ae817a22b796cca9d0323006ec9a07cd93e0bc87dfab446de3963dea4" } }, "extract_dir": "PFiles\\Cockpit Tools", From 2c29ac06359e8206a548054bd3f3612225c3c7af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 04:34:08 +0000 Subject: [PATCH 690/964] hysteria: Update to version 2.12.3 --- bucket/hysteria.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/hysteria.json b/bucket/hysteria.json index af66d2329a9cd4..9380886660b545 100644 --- a/bucket/hysteria.json +++ b/bucket/hysteria.json @@ -1,20 +1,20 @@ { - "version": "2.12.2", + "version": "2.12.3", "description": "Network utility optimized for networks of poor quality (e.g. satellite connections, congested public Wi-Fi, connecting from China to servers abroad)", "homepage": "https://github.com/apernet/hysteria", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/apernet/hysteria/releases/download/app/v2.12.2/hysteria-windows-amd64.exe#/hysteria.exe", - "hash": "807ae5332a8fefeeff804923e057b6942acceaa11706ac7fa3db42f192c2fde1" + "url": "https://github.com/apernet/hysteria/releases/download/app/v2.12.3/hysteria-windows-amd64.exe#/hysteria.exe", + "hash": "31c0fb6a92beac7fc43bef6e8a31ce681eac29d78feef7a5884f2c797bfdba24" }, "32bit": { - "url": "https://github.com/apernet/hysteria/releases/download/app/v2.12.2/hysteria-windows-386.exe#/hysteria.exe", - "hash": "fcd46d4709573801ba00313122f8aff0fa3364897dcfc5d7eadcec384a682854" + "url": "https://github.com/apernet/hysteria/releases/download/app/v2.12.3/hysteria-windows-386.exe#/hysteria.exe", + "hash": "bdc8f5c6a46f20603b4a7e6cf3c6f3f92dbfbffd72c7e7142e111e232b279a94" }, "arm64": { - "url": "https://github.com/apernet/hysteria/releases/download/app/v2.12.2/hysteria-windows-arm64.exe#/hysteria.exe", - "hash": "717feb36a44e67ef9e2db6a139f8004c6cb97c1aaf4eb7d03ce4710e6fc21165" + "url": "https://github.com/apernet/hysteria/releases/download/app/v2.12.3/hysteria-windows-arm64.exe#/hysteria.exe", + "hash": "c827581a16e8d1e8d9056e0dbe55ce08c1d9ebd0c967eb63e9ef5f83db853eef" } }, "bin": "hysteria.exe", From 98861f843f06e8f12c76050040e4ce6bd656f783 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 04:34:08 +0000 Subject: [PATCH 691/964] koharu: Update to version 0.83.2 --- bucket/koharu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/koharu.json b/bucket/koharu.json index 085cb0f1e7f227..69e6036a06c6c6 100644 --- a/bucket/koharu.json +++ b/bucket/koharu.json @@ -1,5 +1,5 @@ { - "version": "0.83.1", + "version": "0.83.2", "description": "ML-powered manga translator, written in Rust.", "homepage": "https://koharu.rs/", "license": "GPL-3.0-only|Apache-2.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/mayocream/koharu/releases/download/0.83.1/koharu_0.83.1_x64-setup.exe#/dl.7z", - "hash": "8378524bfa60a0e3fe98f17187ff81311cead2737087781f3233e943a500e412" + "url": "https://github.com/mayocream/koharu/releases/download/0.83.2/koharu_0.83.2_x64-setup.exe#/dl.7z", + "hash": "8b3610f0cf8dd6e01e8caa204108f2cd97920699043ca64f2d4444f8fc5d9954" } }, "pre_install": [ From afeec5aefce58a302ad30a3f9005d92a02e1512b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 04:34:08 +0000 Subject: [PATCH 692/964] ldplayer: Update to version 14.0.25.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index d56237f231167a..fb6064754eb039 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.27.1", + "version": "14.0.25.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.27.1.exe", - "hash": "549e9788c8ce398c7d41df272a92531042509643a57a3fd31ca104c40ce2ff1b", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", + "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 9d63abfe277c968e30ee9f982573a8ffe68c5146 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 04:34:09 +0000 Subject: [PATCH 693/964] postman: Update to version 12.28.2 --- bucket/postman.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/postman.json b/bucket/postman.json index 6467fd9af5a297..cdc2d614fac14e 100644 --- a/bucket/postman.json +++ b/bucket/postman.json @@ -1,6 +1,6 @@ { "##": "Please keep .exe instead of the .nupkg. The Update.exe extracted from .exe is needed to convert the persistent data to the latest version (#10938).", - "version": "12.28.1", + "version": "12.28.2", "description": "Complete API development environment.", "homepage": "https://www.getpostman.com/", "license": { @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://dl.pstmn.io/download/12.28.1/Postman%20v12.28.1%20(x64).exe#/dl.7z", - "hash": "sha1:7ba337b2b4a43f691e2f070af881b0895b0a035f" + "url": "https://dl.pstmn.io/download/12.28.2/Postman%20v12.28.2%20(x64).exe#/dl.7z", + "hash": "sha1:fb4c2d4b71c93596aba07839c0aaf3e7218765e0" }, "arm64": { - "url": "https://dl.pstmn.io/download/12.28.1/Postman%20v12.28.1%20(arm64).exe#/dl.7z", - "hash": "sha1:3815af41a967b51a9a6e65226d224e09dad3a511" + "url": "https://dl.pstmn.io/download/12.28.2/Postman%20v12.28.2%20(arm64).exe#/dl.7z", + "hash": "sha1:d3932a57297669103b16cb4bd9f4070c3b193cbe" } }, "installer": { From 21d6aaa98ae8b0f38308581d9e34c203ec786d40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 04:34:09 +0000 Subject: [PATCH 694/964] wiztree: Update to version 4.33 --- bucket/wiztree.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wiztree.json b/bucket/wiztree.json index 7333d7c09bb92a..d730fdb3a8cf08 100644 --- a/bucket/wiztree.json +++ b/bucket/wiztree.json @@ -1,13 +1,13 @@ { - "version": "4.32", + "version": "4.33", "description": "A hard drive disk space analyser that finds the files and folders using the most space.", "homepage": "https://www.diskanalyzer.com", "license": { "identifier": "Freeware", "url": "https://www.diskanalyzer.com/eula" }, - "url": "https://www.diskanalyzer.com/files/wiztree_4_32_portable.zip", - "hash": "38638b1b302b828f206c05472fb53b7db447deb2b6fc76f0d1739b514464a21a", + "url": "https://www.diskanalyzer.com/files/wiztree_4_33_portable.zip", + "hash": "38b30aab08710613d8a06a7d3dfb777e43ed436cfd7d1ff8bd33d0b5b6bd2c6d", "pre_install": [ "$default_content = \"[frmWizTreeMain]`r`nactWindowsContextMenu_Checked=FALSE`r`nactRunAsAdmin_Checked=FALSE\"", "if (!(Test-Path \"$persist_dir\\WizTree3.ini\")) {", From 868042548f4e058c72cd45e09f661e0cdcab9a60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 04:34:10 +0000 Subject: [PATCH 695/964] wox: Update to version 2.4.4 --- bucket/wox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wox.json b/bucket/wox.json index 86ac6dae65ddd1..8e243fb903923d 100644 --- a/bucket/wox.json +++ b/bucket/wox.json @@ -1,5 +1,5 @@ { - "version": "2.4.3", + "version": "2.4.4", "description": "A full-featured launcher, access programs and web contents as you type.", "homepage": "https://github.com/Wox-launcher/Wox", "license": { @@ -12,8 +12,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Wox-launcher/Wox/releases/download/v2.4.3/wox-windows-amd64.exe#/wox.exe", - "hash": "21048354e87a12cffe9b70c3c75ae1766ad91842cfaca1d2dced526e4784f7b5" + "url": "https://github.com/Wox-launcher/Wox/releases/download/v2.4.4/wox-windows-amd64.exe#/wox.exe", + "hash": "cd21087fcf31b564d1d1075f8aa0b6035a5d35e56ebe0537357553f16e84a669" } }, "bin": "wox.exe", From cb4c992175162447b54ec4626ff3ebd628bc85df Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:09:52 +0000 Subject: [PATCH 696/964] servicebusexplorer: Drop persist, switch to ZIP package * Closes #18763. * Closes https://github.com/paolosalvatori/ServiceBusExplorer/issues/896. --- bucket/servicebusexplorer.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/bucket/servicebusexplorer.json b/bucket/servicebusexplorer.json index ba8e6e1bfd9a3e..dec840a76c52f6 100644 --- a/bucket/servicebusexplorer.json +++ b/bucket/servicebusexplorer.json @@ -3,18 +3,17 @@ "description": "Connect to a Service Bus namespace and efficiently administer messaging entities.", "homepage": "https://github.com/paolosalvatori/ServiceBusExplorer", "license": "Apache-2.0", - "url": "https://github.com/paolosalvatori/ServiceBusExplorer/releases/download/6.3.1/servicebusexplorer.6.3.1.nupkg", - "hash": "2c3c6f7e18f8ec887e4d5a8f1438b7076feadab46fec2da2f4f9809ccfc161f2", - "bin": "tools\\servicebusexplorer.exe", - "persist": "tools\\ServiceBusExplorer.exe.config", + "url": "https://github.com/paolosalvatori/ServiceBusExplorer/releases/download/6.3.1/ServiceBusExplorer-6.3.1.zip", + "hash": "a4952e84d009afac0828b0569a3481b4f7b443cf0037d42d7c48fe1d68cd3110", + "bin": "ServiceBusExplorer.exe", "shortcuts": [ [ - "tools\\servicebusexplorer.exe", + "ServiceBusExplorer.exe", "Service Bus Explorer" ] ], "checkver": "github", "autoupdate": { - "url": "https://github.com/paolosalvatori/ServiceBusExplorer/releases/download/$version/servicebusexplorer.$version.nupkg" + "url": "https://github.com/paolosalvatori/ServiceBusExplorer/releases/download/$version/ServiceBusExplorer-$version.zip" } } From e26305e8510b34a9437c929292975429e2f74f28 Mon Sep 17 00:00:00 2001 From: hoptodesk <103363758+hoptodesk@users.noreply.github.com> Date: Wed, 16 Sep 2026 15:16:13 +0700 Subject: [PATCH 697/964] hoptodesk: Add version 1.46.50 (#18762) --- bucket/hoptodesk.json | 52 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 bucket/hoptodesk.json diff --git a/bucket/hoptodesk.json b/bucket/hoptodesk.json new file mode 100644 index 00000000000000..0ee2d536bee86a --- /dev/null +++ b/bucket/hoptodesk.json @@ -0,0 +1,52 @@ +{ + "version": "1.46.50", + "description": "Free remote desktop and remote support tool with end-to-end encryption", + "homepage": "https://www.hoptodesk.com", + "license": "AGPL-3.0-or-later", + "notes": [ + "HopToDesk runs in portable mode from this install.", + "To also run it as a Windows service for unattended access, open the app and use its own install option." + ], + "architecture": { + "64bit": { + "url": "https://dl.hoptodesk.com/releases/1.46.50/HopToDesk64.exe#/HopToDesk.exe", + "hash": "b2b47163cce6e11b9ff8dd3964ff0c15e076975c05468ab562a46a19388f9a36" + }, + "32bit": { + "url": "https://dl.hoptodesk.com/releases/1.46.50/HopToDesk.exe#/HopToDesk.exe", + "hash": "b00b707922aa1fcebd5b41c4f85db1c82d61f87f6982a2e42684446391f7dc7b" + }, + "arm64": { + "url": "https://dl.hoptodesk.com/releases/1.46.50/hoptodesk-arm64.exe#/HopToDesk.exe", + "hash": "d74252a91546b3e745938cad876bbc6306c7ff476735b30039be55435040fcb3" + } + }, + "bin": "HopToDesk.exe", + "shortcuts": [ + [ + "HopToDesk.exe", + "HopToDesk" + ] + ], + "checkver": { + "url": "https://dl.hoptodesk.com/latest.json", + "jsonpath": "$.files['HopToDesk64.exe'].version" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://dl.hoptodesk.com/releases/$version/HopToDesk64.exe#/HopToDesk.exe" + }, + "32bit": { + "url": "https://dl.hoptodesk.com/releases/$version/HopToDesk.exe#/HopToDesk.exe" + }, + "arm64": { + "url": "https://dl.hoptodesk.com/releases/$version/hoptodesk-arm64.exe#/HopToDesk.exe" + } + }, + "hash": { + "url": "https://dl.hoptodesk.com/latest.json", + "jsonpath": "$.files['$basename'].sha256" + } + } +} From af2834c48dd3a79d9d62b343f26d2a883f209ef1 Mon Sep 17 00:00:00 2001 From: bewernick Date: Wed, 16 Sep 2026 03:24:03 -0500 Subject: [PATCH 698/964] kirocrew@0.6.0: Add CLI shim (#18759) --- bucket/kirocrew.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bucket/kirocrew.json b/bucket/kirocrew.json index 231eed2d817ad7..6569292a18aec5 100644 --- a/bucket/kirocrew.json +++ b/bucket/kirocrew.json @@ -23,6 +23,12 @@ "}", "Set-Content $yaml -Value $content -Encoding ascii" ], + "bin": [ + [ + "resources\\backend-dist\\kirocrew-backend\\bin\\kirocrew.cmd", + "kirocrew" + ] + ], "shortcuts": [ [ "KiroCrew.exe", From e6cf91dd0815c245c19345edb8eb22d2fb3774b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:39:48 +0000 Subject: [PATCH 699/964] jackett: Update to version 0.24.2601 --- bucket/jackett.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jackett.json b/bucket/jackett.json index 58974d91e6c9e4..87e9672f095838 100644 --- a/bucket/jackett.json +++ b/bucket/jackett.json @@ -1,13 +1,13 @@ { - "version": "0.24.2595", + "version": "0.24.2601", "description": "API Support for your favorite torrent trackers", "homepage": "https://github.com/Jackett/Jackett", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/Jackett/Jackett/blob/HEAD/LICENSE" }, - "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2595/Jackett.Binaries.Windows.zip", - "hash": "3fd4936acdf05fa152aa3dba8f73acb21e02270264022c679919665f515886f0", + "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2601/Jackett.Binaries.Windows.zip", + "hash": "8d66679261f5b2e2129eb0d896e1a2b8a4482f8f30af214bce28b9f205fbe074", "extract_dir": "Jackett", "shortcuts": [ [ From bd2106913558fa8caa28f70a3010d089283abff8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:39:49 +0000 Subject: [PATCH 700/964] kcc: Update to version 11.3.1 --- bucket/kcc.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/kcc.json b/bucket/kcc.json index 0e3efb4b9f7aa5..a4122baf4b0327 100644 --- a/bucket/kcc.json +++ b/bucket/kcc.json @@ -1,5 +1,5 @@ { - "version": "11.2.0", + "version": "11.3.1", "description": "Comic and manga converter for ebook readers.", "homepage": "https://github.com/ciromattia/kcc", "license": "ISC", @@ -11,14 +11,14 @@ "architecture": { "64bit": { "url": [ - "https://github.com/ciromattia/kcc/releases/download/v11.2.0/KCC_11.2.0.exe#/KCC.exe", - "https://github.com/ciromattia/kcc/releases/download/v11.2.0/KCC_c2e_11.2.0.exe#/kcc-c2e.exe", - "https://github.com/ciromattia/kcc/releases/download/v11.2.0/KCC_c2p_11.2.0.exe#/kcc-c2p.exe" + "https://github.com/ciromattia/kcc/releases/download/v11.3.1/KCC_11.3.1.exe#/KCC.exe", + "https://github.com/ciromattia/kcc/releases/download/v11.3.1/KCC_c2e_11.3.1.exe#/kcc-c2e.exe", + "https://github.com/ciromattia/kcc/releases/download/v11.3.1/KCC_c2p_11.3.1.exe#/kcc-c2p.exe" ], "hash": [ - "a40ac9bd6197b37185bee4628abcdb9442509d2ff4aeff2737f2189dfcbae242", - "4b68dc090a700b8dd7b997942bfd4df8a8715e22bdf1294a61ca59c9c4fedba8", - "7557e85fef5ce20b4b623c2f6fa3710a67a20abf1c72a3acfde4a1ab50b1ff3d" + "ac6a259a872166b1c690410fed9d5f8ab750b31bd9b358807c56cbcc01402b5d", + "139b040a24e3214842de694805c0be96dd53490b95418134f978effb886ae37e", + "79a26468382779ed960882ef86f6c0c3c3530bc126c12bc8b42e4135af372220" ] } }, From ed816ada30b8347209c248a0e32fc1a80f30127b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:39:49 +0000 Subject: [PATCH 701/964] keyguard: Update to version 3.2.3-20260916 --- bucket/keyguard.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/keyguard.json b/bucket/keyguard.json index 0e5668961b4d47..bdcb6690a78042 100644 --- a/bucket/keyguard.json +++ b/bucket/keyguard.json @@ -1,5 +1,5 @@ { - "version": "3.2.2-20260914", + "version": "3.2.3-20260916", "description": "Keyguard is an alternative client for the Bitwarden® platform, created to provide the best user experience possible", "homepage": "https://keyguard.dev", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/AChep/keyguard-app/releases/download/r20260914/Keyguard-3.2.2.msi", - "hash": "f46aa18ac9ba8d61cb617522d420b031dea2ad21622767e5f8d24c58ac2e1934" + "url": "https://github.com/AChep/keyguard-app/releases/download/r20260916/Keyguard-3.2.3.msi", + "hash": "c2f3d921afcc3a166539b34d3e407e4465f7e942caa9a766dd6a12224a953c34" } }, "bin": "Keyguard\\Keyguard.exe", From 35130fdb7891d24208b1654f0666ee60c8024d04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:39:50 +0000 Subject: [PATCH 702/964] krita: Update to version 5.3.4 --- bucket/krita.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/krita.json b/bucket/krita.json index c17d5c8857c3d8..8bba14acdd1f88 100644 --- a/bucket/krita.json +++ b/bucket/krita.json @@ -1,12 +1,12 @@ { - "version": "5.3.3", + "version": "5.3.4", "description": "A free digital painting application", "homepage": "https://krita.org/", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://download.kde.org/stable/krita/5.3.3/krita-x64-5.3.3-setup.exe#/dl.7z", - "hash": "cf6dc324c1f3bdb5d3069a7f7d7456fcbb6176fab1f09683a52b836fa0d97a05" + "url": "https://download.kde.org/stable/krita/5.3.4/krita-x64-5.3.4-setup.exe#/dl.7z", + "hash": "0dd4d6f86878d42b058aa33bb2fded01c888768e6f1daa0319e5f5b5cc49e465" } }, "pre_install": "Remove-Item \"$dir\\`$*\" -Recurse -Force", From 6bdb54df75911017468b9731855f11a58617cf5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:39:50 +0000 Subject: [PATCH 703/964] ldplayer: Update to version 14.0.25.2 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index fb6064754eb039..2634f51d1b2e89 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.1", + "version": "14.0.25.2", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", - "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", + "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From ec986a86d5d2946f1f5eaedbe7f0f5044b128205 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:39:50 +0000 Subject: [PATCH 704/964] nicotine-plus: Update to version 3.3.11 --- bucket/nicotine-plus.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nicotine-plus.json b/bucket/nicotine-plus.json index 004d78b4eb75b4..9beda65e4c4c03 100644 --- a/bucket/nicotine-plus.json +++ b/bucket/nicotine-plus.json @@ -1,12 +1,12 @@ { - "version": "3.3.10", + "version": "3.3.11", "description": "Graphical client for the Soulseek file sharing network", "homepage": "https://nicotine-plus.org", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/nicotine-plus/nicotine-plus/releases/download/3.3.10/windows-x86_64-package.zip", - "hash": "ce9a3fcd64ffa3ab265b76a11fca37c450dcf7ac96e0f3439fc9edfec5571c52" + "url": "https://github.com/nicotine-plus/nicotine-plus/releases/download/3.3.11/windows-x86_64-package.zip", + "hash": "4924f9f60c6b1a60e9fe62f5e94a4289058c6826cc7ee33f26ca43dea8ca8608" } }, "extract_dir": "Nicotine+", From afd2dfdbaf5af5424b9f3343dd0acef8a1604cd0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:39:51 +0000 Subject: [PATCH 705/964] openlogi: Update to version 0.8.5 --- bucket/openlogi.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/openlogi.json b/bucket/openlogi.json index 5b58187ea8f96f..40fe8685356787 100644 --- a/bucket/openlogi.json +++ b/bucket/openlogi.json @@ -1,16 +1,16 @@ { - "version": "0.8.4", + "version": "0.8.5", "description": "A local-first alternative to Logitech Options+, written in Rust. Remap buttons, drive DPI and SmartShift over HID++. No account, no telemetry.", "homepage": "https://openlogi.org", "license": "MIT|Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/AprilNEA/OpenLogi/releases/download/v0.8.4/OpenLogi-v0.8.4-windows-x86_64.zip", - "hash": "344784d693fd9ec21fc05e478f5bfb474f767308865f15ea61ef191de6348bf4" + "url": "https://github.com/AprilNEA/OpenLogi/releases/download/v0.8.5/OpenLogi-v0.8.5-windows-x86_64.zip", + "hash": "cb70fff896e3c31e7e2498b56fcb0275487c031bab428b6fe66c663cd9ebdb1f" }, "arm64": { - "url": "https://github.com/AprilNEA/OpenLogi/releases/download/v0.8.4/OpenLogi-v0.8.4-windows-arm64.zip", - "hash": "efc74b7b53e15fdf697a4049b5fa832d4a6efa69fefcb622aada7d9faa17db27" + "url": "https://github.com/AprilNEA/OpenLogi/releases/download/v0.8.5/OpenLogi-v0.8.5-windows-arm64.zip", + "hash": "a60836394fc112b5aa2c1d7169e3a7f4cca6a2fed058bbc021b26b75906aab0b" } }, "shortcuts": [ From 18b788d703b626c18509c2d38cecb79dabbdfa7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:39:51 +0000 Subject: [PATCH 706/964] orca-ide: Update to version 1.4.204 --- bucket/orca-ide.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/orca-ide.json b/bucket/orca-ide.json index 33b0679d5c96ca..8ba93e91d82403 100644 --- a/bucket/orca-ide.json +++ b/bucket/orca-ide.json @@ -1,12 +1,12 @@ { - "version": "1.4.203", + "version": "1.4.204", "description": "The next-gen IDE for working with a fleet of parallel agents.", "homepage": "https://onorca.dev", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/stablyai/orca/releases/download/v1.4.203/orca-windows-setup.exe#/dl.7z", - "hash": "sha512:608bf747846a3b95508b3f22652ec4a40ad34e79865f8bf2b04f6ff10489449c3c4bf37b14742aa36e82c5cde7e77bbd7b9630752d637ad56e4246d3875b1086", + "url": "https://github.com/stablyai/orca/releases/download/v1.4.204/orca-windows-setup.exe#/dl.7z", + "hash": "sha512:d155525d83a17421d0f5e54ef5471df908f13e33d80e5a166f1c40ed46442c6e7b6f2320fd58a05b67366d466bc2598ab4b6e364921fc583a0a6a34b94045b11", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\", \"$dir\\*.nsi\" -Recurse" From 333d5da11117652745604c18abc6d0864d74fc94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:39:51 +0000 Subject: [PATCH 707/964] t3code: Update to version 0.0.42 --- bucket/t3code.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/t3code.json b/bucket/t3code.json index a5fa58503b29ad..5da66238a2cc3e 100644 --- a/bucket/t3code.json +++ b/bucket/t3code.json @@ -1,12 +1,12 @@ { - "version": "0.0.40", + "version": "0.0.42", "description": "Desktop app for orchestrating AI coding agents like Claude Code, Codex, Cursor CLI and OpenCode", "homepage": "https://t3.codes", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/pingdotgg/t3code/releases/download/v0.0.40/T3-Code-0.0.40-x64.exe#/dl.7z", - "hash": "sha512:5f4826bd89778b8436d74ea1a925ad066d7a540ca6d93a55ae99438610a5fcecf37faba9e3a33b54f2e29c524722dd5150d3db13cdb64eb67385023ce2abe0af", + "url": "https://github.com/pingdotgg/t3code/releases/download/v0.0.42/T3-Code-0.0.42-x64.exe#/dl.7z", + "hash": "sha512:a15882efe350d2b9063cd039f91929a79760ee6b82ef25fe189d6486760178b695f5d9eb0b5483aeccdc3fd71aceb80ebb0fb8329f1bb67080d84b0696445f2a", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\", \"$dir\\*.nsi\" -Recurse" From 3da3eb3daa7efda5e64fafc709338590888655ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:39:52 +0000 Subject: [PATCH 708/964] vscode: Update to version 1.138.0 --- bucket/vscode.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vscode.json b/bucket/vscode.json index 6d2ff7325aa47b..7d61f19fbc6d32 100644 --- a/bucket/vscode.json +++ b/bucket/vscode.json @@ -1,5 +1,5 @@ { - "version": "1.137.0", + "version": "1.138.0", "description": "Lightweight but powerful source code editor", "homepage": "https://code.visualstudio.com/", "license": { @@ -16,12 +16,12 @@ ], "architecture": { "64bit": { - "url": "https://update.code.visualstudio.com/1.137.0/win32-x64-archive/stable#/dl.7z", - "hash": "df00aa0e771855a51b660f9d350163f0c471fa21434c56f4b7f02a021f840e7c" + "url": "https://update.code.visualstudio.com/1.138.0/win32-x64-archive/stable#/dl.7z", + "hash": "c0a9f12a0d8962fa4cda1959eecd5fdd3f82de9715ad4dadd5601856bb60fd21" }, "arm64": { - "url": "https://update.code.visualstudio.com/1.137.0/win32-arm64-archive/stable#/dl.7z", - "hash": "7c56dbffc80ee5071ae2fea8c608634624cccf0dc10a7495deeb0c995fc4c2c9" + "url": "https://update.code.visualstudio.com/1.138.0/win32-arm64-archive/stable#/dl.7z", + "hash": "f2d93057ad037135db0aaaa122050bb3c9f5bba56b0db09e55cd1c905475cb41" } }, "post_install": [ From c21f8e0040fd2bcd466816eb530baaaa179da7a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:39:52 +0000 Subject: [PATCH 709/964] wavebox: Update to version 153.2.204.2 --- bucket/wavebox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wavebox.json b/bucket/wavebox.json index 842fa311ae20b8..f8921c8e8a3ddf 100644 --- a/bucket/wavebox.json +++ b/bucket/wavebox.json @@ -1,5 +1,5 @@ { - "version": "153.2.196.2", + "version": "153.2.204.2", "description": "Wavebox 10. A distraction-free browser for fast and focused working across all web apps.", "homepage": "https://wavebox.io/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://download.wavebox.app/stable/win/Install%20Wavebox%20153.2.196.2.exe#/dl.7z", - "hash": "0093c41aafd8a3253dfb442668a49e5371192516d2df21f9fb3863fdc0adf43d" + "url": "https://download.wavebox.app/stable/win/Install%20Wavebox%20153.2.204.2.exe#/dl.7z", + "hash": "82407a25b80015515e457d83c95abf0612742c09b2dcbb1a9d6f9e3e9f3e97d4" } }, "pre_install": "Expand-7zipArchive \"$dir\\chrome.7z\" -ExtractDir 'Chrome-bin' -Removal", From 5eab7ee77720d46303a6580d60a48f84ecedd9ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 09:50:01 +0000 Subject: [PATCH 710/964] dbvis@26.2.3: Fix hash (Closes #18764) --- bucket/dbvis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/dbvis.json b/bucket/dbvis.json index 7e48faad8ea815..49c75497db0be7 100644 --- a/bucket/dbvis.json +++ b/bucket/dbvis.json @@ -13,7 +13,7 @@ "architecture": { "64bit": { "url": "https://dbvis.com/product_download/dbvis-26.2.3/media/dbvis_windows-x64_26_2_3.zip", - "hash": "30c2bab450f0835684ce780a50779a81ac193ff4d0f75d884b3bbdf009075459" + "hash": "20cc9da46efbd2a92427cf2f69d01e455d6a9346039d9c46108715c9452fa9ef" } }, "extract_dir": "DbVisualizer", From 0b2ce158a786b337854ddca970daaa9da21d08e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 12:41:02 +0000 Subject: [PATCH 711/964] aptakube: Update to version 1.20.4 --- bucket/aptakube.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/aptakube.json b/bucket/aptakube.json index 9721a7737e5867..5db91543199c2e 100644 --- a/bucket/aptakube.json +++ b/bucket/aptakube.json @@ -1,5 +1,5 @@ { - "version": "1.20.3", + "version": "1.20.4", "description": "Modern, lightweight and multi-cluster Kubernetes GUI", "homepage": "https://aptakube.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/aptakube/aptakube/releases/download/1.20.3/Aptakube_1.20.3_x64.zip", - "hash": "5c984357fff56c9d015ea6aaeb64157a0c63a5eb06b8e5417a65f95e6ea2908b" + "url": "https://github.com/aptakube/aptakube/releases/download/1.20.4/Aptakube_1.20.4_x64.zip", + "hash": "55db2ae50c4da3953ad9c6ceaa318dc628f0f4d060a62a5952aa109d00500edc" } }, "bin": [ From 38122d8f2af3487fcfd034bdc977c065aaf341e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 12:41:03 +0000 Subject: [PATCH 712/964] betterbird: Update to version 153.3.0esr-bb9 --- bucket/betterbird.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/betterbird.json b/bucket/betterbird.json index e10b8b64f935f4..13218bc31b0b19 100644 --- a/bucket/betterbird.json +++ b/bucket/betterbird.json @@ -1,12 +1,12 @@ { - "version": "153.2.0esr-bb8", + "version": "153.3.0esr-bb9", "description": "A fine-tuned version of Mozilla Thunderbird with new features, bug fixes and telemetry turned off", "homepage": "https://www.betterbird.eu", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-153.2.0esr-bb8.en-US.win64.zip", - "hash": "6cc845174df0d2b9a49adf6f3118c58dd3f469b13e9f9d7cb5c9842a18a14566" + "url": "https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-153.3.0esr-bb9.en-US.win64.zip", + "hash": "f692dc800e4cd319434c2837b067c3fccbb063a87b536091a6da32af078d1a98" } }, "bin": [ From 6a5c4fb74218ab9a9b6c9c48b06bdb3a03beebc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 12:41:03 +0000 Subject: [PATCH 713/964] cockpit-tools: Update to version 1.3.56 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index d174bc931e89de..388d809da5aabc 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.55", + "version": "1.3.56", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.55/Cockpit.Tools_1.3.55_x64_en-US.msi", - "hash": "25d3051ae817a22b796cca9d0323006ec9a07cd93e0bc87dfab446de3963dea4" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.56/Cockpit.Tools_1.3.56_x64_en-US.msi", + "hash": "47dad360a043a3a147ba6991234c2a79562042d787a38a7ee37bd1bc310fa260" } }, "extract_dir": "PFiles\\Cockpit Tools", From 9b0e7c18b7d5780398c42c0d2a124743d7d481d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 12:41:03 +0000 Subject: [PATCH 714/964] element: Update to version 1.12.28 --- bucket/element.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/element.json b/bucket/element.json index 2146747a5a960d..c8b4ce64ab22c1 100644 --- a/bucket/element.json +++ b/bucket/element.json @@ -1,12 +1,12 @@ { - "version": "1.12.27", + "version": "1.12.28", "description": "A decentralised, encrypted chat & collaboration powered by matrix.org", "homepage": "https://element.io", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://packages.riot.im/desktop/update/win32/x64/element-desktop-1.12.27-full.nupkg", - "hash": "sha1:91dcfc3c31901da071075b550dc3e7bcb7d4ced6" + "url": "https://packages.riot.im/desktop/update/win32/x64/element-desktop-1.12.28-full.nupkg", + "hash": "sha1:90ee767be0ffef8530cb939c7d0dfad48dc6ec08" } }, "extract_dir": "lib\\net45", From bb63e4e064ec31849401c87e16dcbf7ba25a0e8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 12:41:04 +0000 Subject: [PATCH 715/964] idea-community: Update to version 2026.2.3 --- bucket/idea-community.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/idea-community.json b/bucket/idea-community.json index bef0398839997e..e4a5557c1fb551 100644 --- a/bucket/idea-community.json +++ b/bucket/idea-community.json @@ -1,12 +1,12 @@ { - "version": "2026.2.2", + "version": "2026.2.3", "description": "Cross-Platform IDE for Java by JetBrains (Open Source Community Edition).", "homepage": "https://github.com/JetBrains/intellij-community", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/JetBrains/intellij-community/releases/download/idea/2026.2.2/idea-2026.2.2.win.zip", - "hash": "d62d00e9d82207f08527b3045cbcb4fc594687c6f43bfebf8a64793053961dd7", + "url": "https://github.com/JetBrains/intellij-community/releases/download/idea/2026.2.3/idea-2026.2.3.win.zip", + "hash": "a75cb52bd69466a362331fafe60ccb74f08c4ad43bd45f9511c6d27a0426d466", "bin": [ [ "IDE\\bin\\idea64.exe", @@ -21,8 +21,8 @@ ] }, "arm64": { - "url": "https://github.com/JetBrains/intellij-community/releases/download/idea/2026.2.2/idea-2026.2.2-aarch64.win.zip", - "hash": "b1f64001e8a3ee9504751b04b3013494a6ae35126101238cab69068cf57f6242", + "url": "https://github.com/JetBrains/intellij-community/releases/download/idea/2026.2.3/idea-2026.2.3-aarch64.win.zip", + "hash": "82efa6d13ba77353c34d25eddbe901e0d611f7e9c21e3a111a77e1fe63b9cb92", "bin": [ [ "IDE\\bin\\idea64.exe", From 28f82bb0dc440460e384be8dea5f962aaa94d9ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 12:41:04 +0000 Subject: [PATCH 716/964] idea: Update to version 2026.2.3-262.10968.63 --- bucket/idea.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/idea.json b/bucket/idea.json index f8f94a5c9bd00f..d4de201e455a39 100644 --- a/bucket/idea.json +++ b/bucket/idea.json @@ -1,5 +1,5 @@ { - "version": "2026.2.2-262.10315.125", + "version": "2026.2.3-262.10968.63", "description": "Cross-Platform IDE for Java by JetBrains.", "homepage": "https://www.jetbrains.com/idea/", "license": { @@ -13,8 +13,8 @@ ], "architecture": { "64bit": { - "url": "https://download.jetbrains.com/idea/idea-2026.2.2.win.zip", - "hash": "5a8b7af34ac62b83914435bc54a0b5062f20bc70586f2c1aa31c6602af8aabf6", + "url": "https://download.jetbrains.com/idea/idea-2026.2.3.win.zip", + "hash": "d113b117d72afe512626c478cbf952f6d1a234af5a1cb22cbf6089df55958f51", "bin": [ [ "IDE\\bin\\idea64.exe", @@ -29,8 +29,8 @@ ] }, "arm64": { - "url": "https://download.jetbrains.com/idea/idea-2026.2.2-aarch64.win.zip", - "hash": "5e0876942ff5184cf95f40a9ca4b14283fa1613573da6ba72161fb0e94c3850e", + "url": "https://download.jetbrains.com/idea/idea-2026.2.3-aarch64.win.zip", + "hash": "ff8ab4f2acc3a611e43cdfa160948e0aaec6661995fefb9b9db8898ccba504f3", "bin": [ [ "IDE\\bin\\idea64.exe", From e86879d11484175fb0868d470d82587c14b3687d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 12:41:05 +0000 Subject: [PATCH 717/964] koharu: Update to version 0.83.3 --- bucket/koharu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/koharu.json b/bucket/koharu.json index 69e6036a06c6c6..2545fc7e4ca9ba 100644 --- a/bucket/koharu.json +++ b/bucket/koharu.json @@ -1,5 +1,5 @@ { - "version": "0.83.2", + "version": "0.83.3", "description": "ML-powered manga translator, written in Rust.", "homepage": "https://koharu.rs/", "license": "GPL-3.0-only|Apache-2.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/mayocream/koharu/releases/download/0.83.2/koharu_0.83.2_x64-setup.exe#/dl.7z", - "hash": "8b3610f0cf8dd6e01e8caa204108f2cd97920699043ca64f2d4444f8fc5d9954" + "url": "https://github.com/mayocream/koharu/releases/download/0.83.3/koharu_0.83.3_x64-setup.exe#/dl.7z", + "hash": "329535c35623bdfe520a86744cc138609540c70a95a33c6b6cfd33e6e0df6629" } }, "pre_install": [ From 67a3c4ee9553a1c659fb25db186bcb051efa99f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 12:41:05 +0000 Subject: [PATCH 718/964] kubevpn: Update to version 2.11.8 --- bucket/kubevpn.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/kubevpn.json b/bucket/kubevpn.json index 24523c2a9d253a..f8bf2b8ed26e3e 100644 --- a/bucket/kubevpn.json +++ b/bucket/kubevpn.json @@ -1,20 +1,20 @@ { - "version": "2.11.7", + "version": "2.11.8", "description": "KubeVPN offers a Cloud Native Dev Environment that connects to kubernetes cluster network.", "homepage": "https://www.kubevpn.dev/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/kubenetworks/kubevpn/releases/download/v2.11.7/kubevpn_v2.11.7_windows_amd64.zip", - "hash": "cb480d4752555948aaa918d96b7c009ebb93908fa53b6a7905e96ab3ecb190f8" + "url": "https://github.com/kubenetworks/kubevpn/releases/download/v2.11.8/kubevpn_v2.11.8_windows_amd64.zip", + "hash": "fd249e4b1d2fcb0623d8e34b51aad18ded54adb31b21af8036d98dadedfdc801" }, "32bit": { - "url": "https://github.com/kubenetworks/kubevpn/releases/download/v2.11.7/kubevpn_v2.11.7_windows_386.zip", - "hash": "6a9006a35b3f032c83a25dc3c6dc4c050df9ad7280edbfaedd45dad0ace7a19f" + "url": "https://github.com/kubenetworks/kubevpn/releases/download/v2.11.8/kubevpn_v2.11.8_windows_386.zip", + "hash": "56a0d1fdfb4d1c620f1da3d6b33c486d019a021e0a66a059e108c21965046a95" }, "arm64": { - "url": "https://github.com/kubenetworks/kubevpn/releases/download/v2.11.7/kubevpn_v2.11.7_windows_arm64.zip", - "hash": "618122dbc515679d4adc8129f3ce259d7c30ef3700f8cc8c058a804539c789bf" + "url": "https://github.com/kubenetworks/kubevpn/releases/download/v2.11.8/kubevpn_v2.11.8_windows_arm64.zip", + "hash": "0486d3eb9425a580a6ffaa02692fda0d10016c1055bf7855507c5e5396a284a4" } }, "extract_dir": "bin", From bb9622ab681c408d419a70a3b3158d3e560f7985 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 12:41:05 +0000 Subject: [PATCH 719/964] ldplayer: Update to version 14.0.27.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index 2634f51d1b2e89..d56237f231167a 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.2", + "version": "14.0.27.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", - "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.27.1.exe", + "hash": "549e9788c8ce398c7d41df272a92531042509643a57a3fd31ca104c40ce2ff1b", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 4cff4d6d404b6d36e3fc2d9f380747a3998be7ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 12:41:06 +0000 Subject: [PATCH 720/964] streamlink: Update to version 8.6.1-1 --- bucket/streamlink.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/streamlink.json b/bucket/streamlink.json index 9538b06a9fa022..7d9983030a0df7 100644 --- a/bucket/streamlink.json +++ b/bucket/streamlink.json @@ -1,5 +1,5 @@ { - "version": "8.6.0-1", + "version": "8.6.1-1", "description": "A command-line utility that pipes video streams from various services into a video player.", "homepage": "https://streamlink.github.io/", "license": "BSD-2-Clause", @@ -11,9 +11,9 @@ }, "architecture": { "64bit": { - "url": "https://github.com/streamlink/windows-builds/releases/download/8.6.0-1/streamlink-8.6.0-1-py314-x86_64.zip", - "hash": "4f8489d38dc00137c70a4b82946e5d1b3d6793b28a037ef63206ca6cfc2f132d", - "extract_dir": "streamlink-8.6.0-1-py314-x86_64" + "url": "https://github.com/streamlink/windows-builds/releases/download/8.6.1-1/streamlink-8.6.1-1-py314-x86_64.zip", + "hash": "fb8027f4783c7e6453070a8fd53a1bf4abaebb4456d9c95c908aeae25010de6c", + "extract_dir": "streamlink-8.6.1-1-py314-x86_64" } }, "pre_install": [ From b822fee27e1e610d9d1399396fb8ad695b28c26d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:19 +0000 Subject: [PATCH 721/964] databricks-cli: Update to version 1.17.0 --- bucket/databricks-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/databricks-cli.json b/bucket/databricks-cli.json index dfb8efd39e5044..61d2b5615467f6 100644 --- a/bucket/databricks-cli.json +++ b/bucket/databricks-cli.json @@ -1,6 +1,6 @@ { "##": "Please keep checkver field as is. We cannot fetch the latest version via the GitHub API, due to the IP restrictions in the Databricks org.", - "version": "1.16.1", + "version": "1.17.0", "description": "CLI for interacting with the Databricks platform.", "homepage": "https://docs.databricks.com/aws/en/dev-tools/cli", "license": { @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/databricks/cli/releases/download/v1.16.1/databricks_cli_1.16.1_windows_amd64.zip", - "hash": "8703eb52e0f924abfa619c4c4046efa65bd628dd6fe1cd9ba16cb0bfe6d1ffd2" + "url": "https://github.com/databricks/cli/releases/download/v1.17.0/databricks_cli_1.17.0_windows_amd64.zip", + "hash": "e3edc115f2aa714eac2a1591a27045cffb3c9e47b1b6da20ed2df083b42d1c98" }, "arm64": { - "url": "https://github.com/databricks/cli/releases/download/v1.16.1/databricks_cli_1.16.1_windows_arm64.zip", - "hash": "94437e1034f444dc9400f6043b6f998b483e7eed2b6dac6c90f440268e2e242b" + "url": "https://github.com/databricks/cli/releases/download/v1.17.0/databricks_cli_1.17.0_windows_arm64.zip", + "hash": "60e246128dc84256bca666a0a826ca0947c5104249dd80075acc6c3c08591746" } }, "bin": "databricks.exe", From 78985a24eb583d5904687665f7459226d5216b41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:19 +0000 Subject: [PATCH 722/964] dotPeek: Update to version 2026.2.2 --- bucket/dotPeek.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dotPeek.json b/bucket/dotPeek.json index 7530e9c8ac60b0..043f080a6fecc2 100644 --- a/bucket/dotPeek.json +++ b/bucket/dotPeek.json @@ -1,5 +1,5 @@ { - "version": "2026.2.1", + "version": "2026.2.2", "description": "Free .NET Decompiler and Assembly Browser", "homepage": "https://www.jetbrains.com/decompiler/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://download.jetbrains.com/resharper/dotUltimate.2026.2.1/dotPeek64.2026.2.1.exe#/dotpeek.exe", - "hash": "781d4e43f96bafd13aa2c263967ba8f675cef53ab202daf652d716733afbb5af" + "url": "https://download.jetbrains.com/resharper/dotUltimate.2026.2.2/dotPeek64.2026.2.2.exe#/dotpeek.exe", + "hash": "d01a5c6c0c672dff35c1866d3eb4954490e6f9ba7d1d17726aa7af0ed66e0d9c" }, "32bit": { - "url": "https://download.jetbrains.com/resharper/dotUltimate.2026.2.1/dotPeek32.2026.2.1.exe#/dotpeek.exe", - "hash": "af5a2e3e79c2c9f885ce49b443c707acbec54b278d29ee04f418ee9e5d7a4196" + "url": "https://download.jetbrains.com/resharper/dotUltimate.2026.2.2/dotPeek32.2026.2.2.exe#/dotpeek.exe", + "hash": "30dbb5a7af83f876fda0d1689d4261e9aacc00977e483112eb9e3f7bd4388b69" } }, "shortcuts": [ From ed202bf9f522843ba25139a6d026a00eaa3673dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:19 +0000 Subject: [PATCH 723/964] dotmemory: Update to version 2026.2.2 --- bucket/dotmemory.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dotmemory.json b/bucket/dotmemory.json index f2381b9be73c79..1e799627a302b1 100644 --- a/bucket/dotmemory.json +++ b/bucket/dotmemory.json @@ -1,5 +1,5 @@ { - "version": "2026.2.1", + "version": "2026.2.2", "description": "DotMemory. Memory Profile & Unit testing framework for .NET by JetBrains.", "homepage": "https://www.jetbrains.com/dotmemory/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://download.jetbrains.com/resharper/dotUltimate.2026.2.1/dotMemory.UI.64.2026.2.1.exe#/dotMemory.exe", - "hash": "437efeca094a5e547f6a792e1857d23aff20ffb1f6e050be42b9da03ce20fedb" + "url": "https://download.jetbrains.com/resharper/dotUltimate.2026.2.2/dotMemory.UI.64.2026.2.2.exe#/dotMemory.exe", + "hash": "69d07eaf343b0e14790e6d253343e657f0ae87181bbef9cab294554e78c5a901" } }, "shortcuts": [ From 90ffc98d27cd80755906f0e435fd59ac95554a3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:20 +0000 Subject: [PATCH 724/964] dottrace: Update to version 2026.2.2 --- bucket/dottrace.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dottrace.json b/bucket/dottrace.json index 7d812285009f6d..840c0f73e2abdb 100644 --- a/bucket/dottrace.json +++ b/bucket/dottrace.json @@ -1,5 +1,5 @@ { - "version": "2026.2.1", + "version": "2026.2.2", "description": "DotTrace. .NET Performace Profiler by JetBrains.", "homepage": "https://www.jetbrains.com/profiler/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://download.jetbrains.com/resharper/dotUltimate.2026.2.1/dotTrace64.2026.2.1.exe#/dotTrace.exe", - "hash": "ff611f563b1c67fd27978a6f39ece4fe17695c0cf2947e5ed4b7493c4a6c4c7c" + "url": "https://download.jetbrains.com/resharper/dotUltimate.2026.2.2/dotTrace64.2026.2.2.exe#/dotTrace.exe", + "hash": "acb47de1ff0e08c02257fe0405b24ee82c518108bcb4baededae0db092917284" }, "32bit": { - "url": "https://download.jetbrains.com/resharper/dotUltimate.2026.2.1/dotTrace32.2026.2.1.exe#/dotTrace.exe", - "hash": "e69f1c9067e1d008b8adcfe715dfe26d37ac3e7d6d37a6c44c7c1922572f10f3" + "url": "https://download.jetbrains.com/resharper/dotUltimate.2026.2.2/dotTrace32.2026.2.2.exe#/dotTrace.exe", + "hash": "7551d7e5cfca4f1b8b08a35881ec0134c550a46a3afbcef942b23c6e99443951" } }, "shortcuts": [ From c663d84cfc905baf143c5accaeb4048c587e6609 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:20 +0000 Subject: [PATCH 725/964] equibop: Update to version 3.3.1 --- bucket/equibop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/equibop.json b/bucket/equibop.json index 9a52c6ea8c3e54..26ae5db2bda492 100644 --- a/bucket/equibop.json +++ b/bucket/equibop.json @@ -1,5 +1,5 @@ { - "version": "3.3.0", + "version": "3.3.1", "description": "A Vesktop fork aiming to give you a snappier Discord experience with additional plugins, custom splashes, and extra features.", "homepage": "https://github.com/Equicord/Equibop", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Equicord/Equibop/releases/download/v3.3.0/Equibop-3.3.0-win.zip", - "hash": "c96db4fd03ef3b14899fda5302f1f677d7e50606448eec211e73e81b5d3c0b39" + "url": "https://github.com/Equicord/Equibop/releases/download/v3.3.1/Equibop-3.3.1-win.zip", + "hash": "39e7dd17c395e4d905ae06e40572de463f66c0c13856c2a5430f987f11ac0af1" }, "arm64": { - "url": "https://github.com/Equicord/Equibop/releases/download/v3.3.0/Equibop-3.3.0-arm64-win.zip", - "hash": "f296d6ada5492b8f2b3cd5c8904ec4a036eb7ad40e7f93491d40b2eab9f20373" + "url": "https://github.com/Equicord/Equibop/releases/download/v3.3.1/Equibop-3.3.1-arm64-win.zip", + "hash": "c763fbf1da06b410727b42a566f78822ce539f693f844e5c8b9632a05ea70826" } }, "bin": "Equibop.exe", From 358c76a01ca2a6626595765eef600c49a294ec79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:20 +0000 Subject: [PATCH 726/964] everywhere: Update to version 0.8.2 --- bucket/everywhere.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/everywhere.json b/bucket/everywhere.json index ea9d215a936e13..6fff5b6d4ea58e 100644 --- a/bucket/everywhere.json +++ b/bucket/everywhere.json @@ -1,12 +1,12 @@ { - "version": "0.8.1", + "version": "0.8.2", "description": "A context-aware AI assistant for your desktop. Ready to respond intelligently, seamlessly integrating multiple LLMs and MCP tools.", "homepage": "https://everywhere.sylinko.com/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/DearVa/Everywhere/releases/download/v0.8.1/Everywhere-Windows-x64-v0.8.1.zip", - "hash": "03bfea00a675199bd581ad8c14fac5a10f8fb6da4b135dd9f9ec3d78377f388c" + "url": "https://github.com/DearVa/Everywhere/releases/download/v0.8.2/Everywhere-Windows-x64-v0.8.2.zip", + "hash": "a15eff3152b8588a29fa7f6d46442c51fb01f9457b0433c5a173865f4c3dc743" } }, "shortcuts": [ From ccdfd05b15026e0d6e65e872e39082aac13b5669 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:21 +0000 Subject: [PATCH 727/964] freedownloadmanager: Update to version 6.35.0.7018 --- bucket/freedownloadmanager.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/freedownloadmanager.json b/bucket/freedownloadmanager.json index 09a42d6bb69cd3..98a7c682560274 100644 --- a/bucket/freedownloadmanager.json +++ b/bucket/freedownloadmanager.json @@ -1,12 +1,12 @@ { - "version": "6.34.4.6974", + "version": "6.35.0.7018", "description": "A powerful download manager", "homepage": "https://www.freedownloadmanager.org", "license": "Freeware", "architecture": { "64bit": { "url": "https://files2.freedownloadmanager.org/6/latest/fdm_x64_setup.exe", - "hash": "9369644303b2200c902fe89e7613be831c7b5b3e34cb832639cdeeadef993ebb" + "hash": "bea279bd5dcb904ef03982a4993e567c86a846e86a696e6b5d50ce5c69d5bf80" }, "32bit": { "url": "https://files2.freedownloadmanager.org/fdm6_qt5/fdm_x86_setup.exe", From 25bb1dac095bdb38ce2c1a09be33f7b590f187bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:21 +0000 Subject: [PATCH 728/964] geogebra: Update to version 6.0.930.2 --- bucket/geogebra.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/geogebra.json b/bucket/geogebra.json index c2a46f76d22300..08a76d192cf638 100644 --- a/bucket/geogebra.json +++ b/bucket/geogebra.json @@ -1,5 +1,5 @@ { - "version": "6.0.929.3", + "version": "6.0.930.2", "description": "A dynamic mathematics software for education that brings together geometry, algebra, spreadsheets, graphing, statistics and calculus.", "homepage": "https://www.geogebra.org", "license": { @@ -10,8 +10,8 @@ "To register file associations, please execute the following command:", "reg import \"$dir\\install-associations.reg\"" ], - "url": "https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Portable-6-0-929-3.zip", - "hash": "a9b6d1b673ede8aebef8a232581a4c680fc3c22c7645de7b6b6cbdd24ae986c1", + "url": "https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Portable-6-0-930-2.zip", + "hash": "ada5e99eb6d7943b3ca3594d28047311e6fa60039fa28e04254f5ca087e6bf04", "post_install": [ "$geogebra_path = $dir -replace '\\\\', '\\\\'", "Get-ChildItem -Path \"$bucketsdir\\$bucket\\scripts\\$app\" -Filter '*.reg' -File | ForEach-Object {", From 283f31c30ddaf66bcc06a315263aaccef6d0ea02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:22 +0000 Subject: [PATCH 729/964] ldplayer: Update to version 14.0.25.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index d56237f231167a..fb6064754eb039 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.27.1", + "version": "14.0.25.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.27.1.exe", - "hash": "549e9788c8ce398c7d41df272a92531042509643a57a3fd31ca104c40ce2ff1b", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", + "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From c19d9b19bbbda0223234d57fdf2dafeb23e1b01d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:22 +0000 Subject: [PATCH 730/964] lunatranslator: Update to version 10.17.1.5 --- bucket/lunatranslator.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lunatranslator.json b/bucket/lunatranslator.json index 1aef0c3cad1c85..65bf6d5653eb5e 100644 --- a/bucket/lunatranslator.json +++ b/bucket/lunatranslator.json @@ -1,17 +1,17 @@ { - "version": "10.17.1.4", + "version": "10.17.1.5", "description": "A Visual Novel translation tool, with HOOK / OCR / clipboard support", "homepage": "https://github.com/HIllya51/LunaTranslator", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.4/LunaTranslator_x64.zip", - "hash": "986a1cf1a2c1206ae4ae68ac3676dcc146e6828908ab262ea638c9e95cd1ca7c", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.5/LunaTranslator_x64.zip", + "hash": "c8b9c47dbf3cd7021d14b11f98a86b30cca59e0040e6119a6302ea4e3eef562c", "extract_dir": "LunaTranslator_x64" }, "32bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.4/LunaTranslator_x86_win7.zip", - "hash": "011234d99a590a6ee2a34759cd69626a8f86f8365842d477d80950dd52b1af27", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.5/LunaTranslator_x86_win7.zip", + "hash": "9e6fe3bfbf3a65e2805414946d66e4220c5ef54fbec5930f50b351da41f2f54e", "extract_dir": "LunaTranslator_x86_win7" } }, From 8c5dc6a83daa879fedc51fe8c1d3a2a6b3e4023f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:22 +0000 Subject: [PATCH 731/964] mpv-git: Update to version 202609161248 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index 5d97534785b4f4..406168bd363449 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609151625", + "version": "202609161248", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-15-0b7ed670f7/mpv-x86_64-20260915-git-0b7ed670f7.7z", - "hash": "7211672616e63edff5bcf79596fcfc5b05cdb46dfcd845fb3dc8ee96cbc44c1f" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-16-0b7ed670f7/mpv-x86_64-20260916-git-0b7ed670f7.7z", + "hash": "dc3fabf798bd809710d1f9d01c6fe6a2370e572cb66f96f87d11cbabac0e535b" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-15-0b7ed670f7/mpv-aarch64-20260915-git-0b7ed670f7.7z", - "hash": "a064c190fc3535d3625b1f0fa611e9414e6d5613689b068283a81fb84a3a79f4" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-16-0b7ed670f7/mpv-aarch64-20260916-git-0b7ed670f7.7z", + "hash": "370be79069cbaa895f96355023f13e24edc4f94852d25914ece1fc94d5bfe862" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From a738278933edffc596191d12a6cd0fd8fd1d23a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:23 +0000 Subject: [PATCH 732/964] nextcloud: Update to version 34.0.4 --- bucket/nextcloud.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nextcloud.json b/bucket/nextcloud.json index accea779a91a53..48ac8e4534599b 100644 --- a/bucket/nextcloud.json +++ b/bucket/nextcloud.json @@ -1,5 +1,5 @@ { - "version": "34.0.3", + "version": "34.0.4", "description": "Desktop sync client for Nextcloud, a self-hosted productivity platform", "homepage": "https://nextcloud.com/", "license": "GPL-2.0-or-later", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/nextcloud-releases/desktop/releases/download/v34.0.3/Nextcloud-34.0.3-x64.msi", - "hash": "1a00f339165899e728ce4bafa4a0195356f7bdc28f2ff45e4571ac6d95c77e9d" + "url": "https://github.com/nextcloud-releases/desktop/releases/download/v34.0.4/Nextcloud-34.0.4-x64.msi", + "hash": "1df758add8cb685f5573223e8db18caa18ad7d356913c89d937cab0dc8444d07" } }, "extract_dir": "PFiles\\Nextcloud", From ad423446fbfe4a9e738961dba7309dde072ada16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:23 +0000 Subject: [PATCH 733/964] pritunl-client: Update to version 1.4.4752.50 --- bucket/pritunl-client.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pritunl-client.json b/bucket/pritunl-client.json index 30217da5e54708..1a46867a10aea8 100644 --- a/bucket/pritunl-client.json +++ b/bucket/pritunl-client.json @@ -1,5 +1,5 @@ { - "version": "1.4.4744.47", + "version": "1.4.4752.50", "description": "OpenVPN Client", "homepage": "https://client.pritunl.com", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/pritunl/pritunl-client-electron/releases/download/1.4.4744.47/Pritunl.exe#/dl.exe", - "hash": "66c32257711bcb79eaadb3b55c893965412c88e95903e4e966bdc44d44b2cd7f" + "url": "https://github.com/pritunl/pritunl-client-electron/releases/download/1.4.4752.50/Pritunl.exe#/dl.exe", + "hash": "7952bb65606652a7bf4bf1782e3c2a3825af63b599b3a0c5cd2114f096f2dcdd" } }, "innosetup": true, From efc194c2b0c101cca56ba44b896faeec80b94d52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:23 +0000 Subject: [PATCH 734/964] rider: Update to version 2026.2.2-262.10315.191 --- bucket/rider.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rider.json b/bucket/rider.json index cb938c534f1098..60b014a9a6c7a6 100644 --- a/bucket/rider.json +++ b/bucket/rider.json @@ -1,5 +1,5 @@ { - "version": "2026.2.1-262.9437.287", + "version": "2026.2.2-262.10315.191", "description": "Cross-Platform IDE for .NET by JetBrains.", "homepage": "https://www.jetbrains.com/rider/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2026.2.1.win.zip", - "hash": "56a5c83f26db44e4be32a053e737eb3b4db14f8702c1aa76dad76352c2699240" + "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2026.2.2.win.zip", + "hash": "d574a623243288296e299a40bb276ab12dadd61d67d3e0aed03369957008dffa" }, "arm64": { - "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2026.2.1-aarch64.win.zip", - "hash": "267d21493d4bfc2f247f1d79742f1efb707e8c2d92fd757a58c520c336493d62" + "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2026.2.2-aarch64.win.zip", + "hash": "cd27983d2ac779cb1fc51cd0efe18db6da24c9c50d87be1ce6a193db76de6d0d" } }, "extract_to": "IDE", From 8e1a862130b77d7f5107f39e5f45b157fda8d75a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:24 +0000 Subject: [PATCH 735/964] servy: Update to version 10.1 --- bucket/servy.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/servy.json b/bucket/servy.json index 6539b108ca4726..b794c9fc6f70d6 100644 --- a/bucket/servy.json +++ b/bucket/servy.json @@ -1,18 +1,18 @@ { - "version": "10.0", + "version": "10.1", "description": "Servy lets you run any app as a native Windows service with full control over the working directory, startup type, process priority, CPU affinity, logging, health checks, environment variables, dependencies, pre-launch and post-launch hooks, pre-stop and post-stop hooks, and parameters.", "homepage": "https://servy-win.github.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/aelassas/servy/releases/download/v10.0/servy-10.0-x64-portable.7z", - "hash": "f8ce5671f95dd832974b6c4942c1577d789f4e075f50eb09f2b99d5e9c1378ed", - "extract_dir": "servy-10.0-x64-portable" + "url": "https://github.com/aelassas/servy/releases/download/v10.1/servy-10.1-x64-portable.7z", + "hash": "e6a671e26ede660245b8e4d70f31c3ae0d8fe4d2cbc8e7729986c1bf6485d422", + "extract_dir": "servy-10.1-x64-portable" }, "arm64": { - "url": "https://github.com/aelassas/servy/releases/download/v10.0/servy-10.0-arm64-portable.7z", - "hash": "130fa91581cbad221e0664c6a6f6cc509eccb8e8f6d49cf93285156840beabcd", - "extract_dir": "servy-10.0-arm64-portable" + "url": "https://github.com/aelassas/servy/releases/download/v10.1/servy-10.1-arm64-portable.7z", + "hash": "5e239facae2e4a63974153d457ae356a0b155ecf0ee2b6bc91fdf776bbbd8c43", + "extract_dir": "servy-10.1-arm64-portable" } }, "bin": "servy-cli.exe", From d5e865ff3b122e895f5dd8b0c7a41ef94fff2fe3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:24 +0000 Subject: [PATCH 736/964] vidiot: Update to version 2.2.0 --- bucket/vidiot.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/vidiot.json b/bucket/vidiot.json index 2c30c60bbff4f5..aa0a6da5ed88c6 100644 --- a/bucket/vidiot.json +++ b/bucket/vidiot.json @@ -1,13 +1,13 @@ { - "version": "2.1.0", + "version": "2.2.0", "description": "A non-linear video editor targeted for home video editing.", "homepage": "https://sourceforge.net/projects/vidiot", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/vidiot/Vidiot-2.1.0-win64.zip", - "hash": "sha1:36dc2ca47814417026a4474b90132c02b5752002", - "extract_dir": "Vidiot-2.1.0-win64" + "url": "https://downloads.sourceforge.net/project/vidiot/Vidiot-2.2.0-win64.zip", + "hash": "sha1:376dbee0018093e50c86e098b41a93b0f0107e92", + "extract_dir": "Vidiot-2.2.0-win64" } }, "pre_install": "if (Test-Path \"$persist_dir\\vidiot.ini\") { Copy-Item \"$persist_dir\\vidiot.ini\" \"$dir\" }", From ce9def85df3aa2e4c690fa5bde6fbeb42ce92870 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:24 +0000 Subject: [PATCH 737/964] vrcx: Update to version 2026.09.16 --- bucket/vrcx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/vrcx.json b/bucket/vrcx.json index 9fc8d6540bb952..08cc975bc96c78 100644 --- a/bucket/vrcx.json +++ b/bucket/vrcx.json @@ -1,12 +1,12 @@ { - "version": "2026.07.18", + "version": "2026.09.16", "description": "Friendship management tool for VRChat", "homepage": "https://github.com/vrcx-team/VRCX", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/vrcx-team/VRCX/releases/download/v2026.07.18/VRCX_2026.07.18.zip", - "hash": "d075574999e664d687a697994c44653427148545bd6d8cfc5ac6166f30a753cb" + "url": "https://github.com/vrcx-team/VRCX/releases/download/v2026.09.16/VRCX_2026.09.16.zip", + "hash": "aa57534030a53d861c24febd7a9c1ed8bab30eb500d29ccb1ee32e4cd01f7cec" } }, "shortcuts": [ From a3a8e92ed4c81604dd99373afc87a05311b89e9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:25 +0000 Subject: [PATCH 738/964] wing-101: Update to version 12.0.3.0 --- bucket/wing-101.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/wing-101.json b/bucket/wing-101.json index 2f9b8a2b340077..f0946fbe86fff9 100644 --- a/bucket/wing-101.json +++ b/bucket/wing-101.json @@ -1,5 +1,5 @@ { - "version": "12.0.2.0", + "version": "12.0.3.0", "description": "A very simple free Python IDE designed for teaching beginning programmers.", "homepage": "https://wingware.com/downloads/wing-101", "license": "Freeware", @@ -8,11 +8,11 @@ }, "architecture": { "64bit": { - "url": "https://wingware.com/pub/wing-101/12.0.2.0/wing-101-12.0.2.0-win.zip", - "hash": "sha1:b33af5816b1adb385cbe5a5237221592b159d325" + "url": "https://wingware.com/pub/wing-101/12.0.3.0/wing-101-12.0.3.0-win.zip", + "hash": "sha1:e8b275e291383ef4047f48347a62caaf91012384" } }, - "extract_dir": "Wing 101 12.0.2", + "extract_dir": "Wing 101 12.0.3", "shortcuts": [ [ "bin/wing-101.exe", From 8128d62fb5f1167b22f591eff320bacd4e1ffa76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:25 +0000 Subject: [PATCH 739/964] zed: Update to version 1.20.1 --- bucket/zed.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zed.json b/bucket/zed.json index e8e030ce443348..792889506a77eb 100644 --- a/bucket/zed.json +++ b/bucket/zed.json @@ -1,17 +1,17 @@ { - "version": "1.19.2", + "version": "1.20.1", "description": "Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. It's also open source.", "homepage": "https://zed.dev/", "license": "AGPL-3.0, Apache-2.0, GPL-3.0", "notes": "Please manually disable Zed's auto-update feature in the settings to prevent the updater from installing the program in unintended locations.", "architecture": { "64bit": { - "url": "https://github.com/zed-industries/zed/releases/download/v1.19.2/Zed-x86_64.exe", - "hash": "dd8fd2b20392e6b9b2446b41b231ec0838671b7689c6b928587dabd39c92849c" + "url": "https://github.com/zed-industries/zed/releases/download/v1.20.1/Zed-x86_64.exe", + "hash": "d1619dda3878ad21523c94dfaf59bab689329455dc386cd676d440580b4e27b3" }, "arm64": { - "url": "https://github.com/zed-industries/zed/releases/download/v1.19.2/Zed-aarch64.exe", - "hash": "f49abdf292fd5c38c6e8310c488e367900ea706ab444b08123090c40c52e0eea" + "url": "https://github.com/zed-industries/zed/releases/download/v1.20.1/Zed-aarch64.exe", + "hash": "457d111eaad17d9d410bff0e4e506d817327b601e7a538806e19522da65441d7" } }, "installer": { From b36e340054349bfbe5d8bd01b6cea898db1ba86b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:26 +0000 Subject: [PATCH 740/964] zen-browser: Update to version 1.22.2b --- bucket/zen-browser.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zen-browser.json b/bucket/zen-browser.json index 688ed5c10f5767..c15839f821c717 100644 --- a/bucket/zen-browser.json +++ b/bucket/zen-browser.json @@ -1,5 +1,5 @@ { - "version": "1.22.1b", + "version": "1.22.2b", "description": "A open-source browser based on the Firefox engine", "homepage": "https://www.zen-browser.app/", "license": "MPL-2.0", @@ -11,12 +11,12 @@ ], "architecture": { "64bit": { - "url": "https://github.com/zen-browser/desktop/releases/download/1.22.1b/zen.installer.exe#/dl.7z", - "hash": "5e648caa0b1fb6e6bbb0b5a6162209788c45804d4c51ad8db9c434fd88622e24" + "url": "https://github.com/zen-browser/desktop/releases/download/1.22.2b/zen.installer.exe#/dl.7z", + "hash": "4f41be779c17aab135083851c90b68379cc7bc498886dbff4dcc3843ff3aa8de" }, "arm64": { - "url": "https://github.com/zen-browser/desktop/releases/download/1.22.1b/zen.installer-arm64.exe#/dl.7z", - "hash": "30d96345ee21bd8a14e3a93f2707eb2d6656265e2fa3c05e0262d41224656c3f" + "url": "https://github.com/zen-browser/desktop/releases/download/1.22.2b/zen.installer-arm64.exe#/dl.7z", + "hash": "229eb7ffbeea33f7b5571f36409a61c631fa6917a7e534a8d0d03880a3b03699" } }, "post_install": [ From 417c1c5647a8d78b811c36c0c43a723ee1d8abeb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:32:26 +0000 Subject: [PATCH 741/964] zeplin: Update to version 10.33.1 --- bucket/zeplin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zeplin.json b/bucket/zeplin.json index e1d7ab9ddbc805..22af0348dc08b1 100644 --- a/bucket/zeplin.json +++ b/bucket/zeplin.json @@ -1,5 +1,5 @@ { - "version": "10.32.0", + "version": "10.33.1", "description": "Collaborative tool for designs' and styleguides' handoff with specs, assets and code snippets", "homepage": "https://zeplin.io", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://pkg.zeplin.io/windows/latestv2/x64/Zeplin-10.32.0-full.nupkg", - "hash": "sha1:1ae8ea69ea78857c9d32edcc398a83d582cc0ab1" + "url": "https://pkg.zeplin.io/windows/latestv2/x64/Zeplin-10.33.1-full.nupkg", + "hash": "sha1:e14164328e484d772ac6f0860752a6961c69aff0" }, "32bit": { - "url": "https://pkg.zeplin.io/windows/latestv2/ia32/Zeplin-10.32.0-full.nupkg", - "hash": "sha1:69109a903968fc0bb258e0943ba2b113bbf0a04d" + "url": "https://pkg.zeplin.io/windows/latestv2/ia32/Zeplin-10.33.1-full.nupkg", + "hash": "sha1:5942a2533f8f8d56d7b9c86d77b42780b7172cc0" } }, "extract_dir": "lib\\net45", From ed4a7ead3b2a7497b8bb6c731dc70891fc76a39a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:54 +0000 Subject: [PATCH 742/964] antigravity: Update to version 2.13.0 --- bucket/antigravity.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/antigravity.json b/bucket/antigravity.json index cefb1db1023bde..70b40fbd0ba91a 100644 --- a/bucket/antigravity.json +++ b/bucket/antigravity.json @@ -1,5 +1,5 @@ { - "version": "2.14.0", + "version": "2.13.0", "description": "Agent orchestration platform developed by Google.", "homepage": "https://antigravity.google/product/antigravity-2", "license": { @@ -21,12 +21,12 @@ }, "architecture": { "64bit": { - "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.14.0-5449404535144448/windows-x64/Antigravity-x64.exe#/dl.7z", - "hash": "sha512:61c1241c095f5b93560eab9c7db43da50ef6a134eb3475f257e39597f08d5ea9b2e50888a7a20655f1d99ddfd96ea59f7b0e472cca73642abe19bc6c9ab3a9aa" + "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.13.0-6362815968182272/windows-x64/Antigravity-x64.exe#/dl.7z", + "hash": "sha512:7820519125ad29a456adbd6d58932cd2f43354deb119eabed35a22d3563fb1ace6c8aa96041907a0f596828e7e0bcaff8920aa9048265b3c25f2e353f06c8207" }, "arm64": { - "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.14.0-5449404535144448/windows-arm/Antigravity-arm64.exe#/dl.7z", - "hash": "sha512:f22e8aae3f050edb58763e5e9e36edaa30385fe51f40cfb9750e076240a816a193159104179e505bedb18c6a04839983aecb9b8b0897567c794d9ceff7fa91a1" + "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.13.0-6362815968182272/windows-arm/Antigravity-arm64.exe#/dl.7z", + "hash": "sha512:3147ed27dccafe57e68443ec59a10cf4db7353cc7d0ecea3a6c709ab16b8e2da612bf3a9a6e40a2b7d08193697410bda7c0c9cc398b6d11e153ed9a46b19dd4a" } }, "installer": { From af689d2339b595d7ecef7a9d58bc67bccecde1ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:54 +0000 Subject: [PATCH 743/964] brave: Update to version 1.95.102 --- bucket/brave.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/brave.json b/bucket/brave.json index b929be12b92066..67a400e7e74731 100644 --- a/bucket/brave.json +++ b/bucket/brave.json @@ -1,5 +1,5 @@ { - "version": "1.95.101", + "version": "1.95.102", "description": "Secure, Fast & Private Web Browser with Adblocker", "homepage": "https://brave.com", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://github.com/brave/brave-browser/releases/download/v1.95.101/brave-v1.95.101-win32-x64.zip", - "hash": "0a47e209a8cef070e1b5a4065169fb223d4378186ef24b97b1c975f5352af62b" + "url": "https://github.com/brave/brave-browser/releases/download/v1.95.102/brave-v1.95.102-win32-x64.zip", + "hash": "d70d1363580aee31ca7ae36f8d5e732ab01b6d00c4ae2baf3532dfa011e128bf" }, "32bit": { - "url": "https://github.com/brave/brave-browser/releases/download/v1.95.101/brave-v1.95.101-win32-ia32.zip", - "hash": "ae80d9bbf66668af37b972776e07e3f8a43563c95f23e661a4e3b82b11050bd6" + "url": "https://github.com/brave/brave-browser/releases/download/v1.95.102/brave-v1.95.102-win32-ia32.zip", + "hash": "ea0b6d93ee8f868c26c8e45ce7c7da2e8c8c9c9fd50141077d401d4cfa616432" }, "arm64": { - "url": "https://github.com/brave/brave-browser/releases/download/v1.95.101/brave-v1.95.101-win32-arm64.zip", - "hash": "b747d657cb57d23f2a0f90e3b51c7350bc854733b92d41e7da03fa4adef082c6" + "url": "https://github.com/brave/brave-browser/releases/download/v1.95.102/brave-v1.95.102-win32-arm64.zip", + "hash": "a56813a9db22bf3a21b71a5201393dc744c4fc0683fbd053e90a05c1fef04d56" } }, "bin": [ From 2fd4c10b526edf22e5c77f9d1fe7166932593b8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:54 +0000 Subject: [PATCH 744/964] chatgpt: Update to version 26.908.9136.0 --- bucket/chatgpt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chatgpt.json b/bucket/chatgpt.json index 77e2ed5c7924e8..a4c53862e2dccb 100644 --- a/bucket/chatgpt.json +++ b/bucket/chatgpt.json @@ -1,5 +1,5 @@ { - "version": "26.903.8094.0", + "version": "26.908.9136.0", "description": "Desktop application for ChatGPT", "homepage": "https://chatgpt.com/", "license": { @@ -11,12 +11,12 @@ }, "architecture": { "64bit": { - "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.903.8094.0/ChatGPT-x64.msix#/dl.zip", - "hash": "f8a845dd58f177fbcd71b01c7831d742fc90855e4b207ee2d8ce3ab5f9bcc30f" + "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.908.9136.0/ChatGPT-x64.msix#/dl.zip", + "hash": "163f5c14ce376c98711396aacad34099df275ab67d5b0e76ee2b76ba5c13d7b9" }, "arm64": { - "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.903.8094.0/ChatGPT-arm64.msix#/dl.zip", - "hash": "9e69aa06823922eb0b2cd1b5cf1ed55f026a94aa8521aee572253a3ee02e9329" + "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.908.9136.0/ChatGPT-arm64.msix#/dl.zip", + "hash": "282ac1fe43cfe9401191e4a21359f316e5b28e408342d06db470ddd88e1178f2" } }, "extract_dir": "app", From 4e38ec64d6548e735a3ed2afe8eec7dd7d95219a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:55 +0000 Subject: [PATCH 745/964] clementine: Update to version 1.4.1-141 --- bucket/clementine.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/clementine.json b/bucket/clementine.json index e60c39c6d5e427..d94cdbdedb8de2 100644 --- a/bucket/clementine.json +++ b/bucket/clementine.json @@ -1,10 +1,10 @@ { - "version": "1.4.1-140", + "version": "1.4.1-141", "description": "A modern music player and library organizer.", "homepage": "https://www.clementine-player.org/", "license": "GPL-3.0-only", - "url": "https://github.com/clementine-player/Clementine/releases/download/1.4.1-140-g022702044/ClementineSetup-1.4.1-140-g022702044.exe#/dl.7z", - "hash": "b632a67ab3abbb395e3f88649aa9c752f3867cb63526af43e63a909a8880f7a1", + "url": "https://github.com/clementine-player/Clementine/releases/download/1.4.1-141-g02b0d960b/ClementineSetup-1.4.1-141-g02b0d960b.exe#/dl.7z", + "hash": "607959b7132ed4db7346eb27d6d1e390de2115d31b9dc1eeccb6f3073ef70d20", "bin": "clementine.exe", "shortcuts": [ [ From ebbfcd61f4d1cbeae708e440df94c3fab579ddb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:55 +0000 Subject: [PATCH 746/964] dbx: Update to version 0.6.15 --- bucket/dbx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbx.json b/bucket/dbx.json index 3ff70d22833002..e888e8b3849b51 100644 --- a/bucket/dbx.json +++ b/bucket/dbx.json @@ -1,12 +1,12 @@ { - "version": "0.6.14", + "version": "0.6.15", "description": "Lightweight, cross-platform database client", "homepage": "https://dbxio.com", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/t8y2/dbx/releases/download/v0.6.14/DBX_0.6.14_x64-portable.zip", - "hash": "467b827903e4bf41973fd6ce7b1025b6dff8c5893a805152345a1c8438fb3f75" + "url": "https://github.com/t8y2/dbx/releases/download/v0.6.15/DBX_0.6.15_x64-portable.zip", + "hash": "dba4dc27b8255a4e1d2af53b182fc67b00fe9c432812ee3cc719e90d446d88b4" } }, "shortcuts": [ From 89fb8b064d57dad2f029fe2ac21c6e5e5324cab6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:56 +0000 Subject: [PATCH 747/964] diffinity: Update to version 0.9.6 --- bucket/diffinity.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/diffinity.json b/bucket/diffinity.json index 6f845040ff4e43..18e0c0119b2838 100644 --- a/bucket/diffinity.json +++ b/bucket/diffinity.json @@ -1,5 +1,5 @@ { - "version": "0.9.5", + "version": "0.9.6", "description": "Diff and merging tool with focus on accurate and easy to read source code diffs.", "homepage": "https://www.truehumandesign.se/s_diffinity.php", "license": { @@ -7,7 +7,7 @@ "url": "https://www.truehumandesign.se/licenseDiffinity.php" }, "url": "https://www.truehumandesign.se/download/diffinityInstaller.exe#/dl.7z", - "hash": "550d1a9e831e66ec27e1e179712bd05d79d0842d27f148f8c26947a054f6d7ef", + "hash": "53f2e76b4ffbf1f89d126e3c75c4d9b2f7e6a0950e58fb7b115b28d273bd1bcc", "pre_install": [ "if (!(Test-Path \"$persist_dir\\diffinity.cfg\")) { New-Item \"$dir\\diffinity.cfg\" | Out-Null }", "Remove-Item \"$dir\\`$*\", \"$dir\\uninst*\" -Recurse" From d240e585e99ac3863aea1212e12bde35153c826a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:56 +0000 Subject: [PATCH 748/964] goland: Update to version 2026.2.3-262.10968.67 --- bucket/goland.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/goland.json b/bucket/goland.json index 4239eb1af40523..19e1857b1ab815 100644 --- a/bucket/goland.json +++ b/bucket/goland.json @@ -1,13 +1,13 @@ { - "version": "2026.2.2.1-262.10315.160", + "version": "2026.2.3-262.10968.67", "description": "Cross-Platform IDE for Go by JetBrains.", "homepage": "https://www.jetbrains.com/goland/", "license": { "identifier": "Proprietary", "url": "https://www.jetbrains.com/store/license.html" }, - "url": "https://download.jetbrains.com/go/goland-2026.2.2.1.win.zip", - "hash": "190ab898c0c5cbaa48a023d36c01502c5c73a0cad844086ee169a1145caf7f43", + "url": "https://download.jetbrains.com/go/goland-2026.2.3.win.zip", + "hash": "258dccbbf86fa8d5e4f634ff16d8c378a98fa9412c32581cfc921a9968c6d1cb", "extract_to": "IDE", "installer": { "script": [ From 350c83a23a1bc33acdddee48a28514902ac06d69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:56 +0000 Subject: [PATCH 749/964] ldplayer: Update to version 14.0.27.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index fb6064754eb039..d56237f231167a 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.1", + "version": "14.0.27.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", - "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.27.1.exe", + "hash": "549e9788c8ce398c7d41df272a92531042509643a57a3fd31ca104c40ce2ff1b", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From a21babadc42cdc61886482b68e24d441d910ad8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:57 +0000 Subject: [PATCH 750/964] mps: Update to version 2026.1.1-261.25134.877 --- bucket/mps.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mps.json b/bucket/mps.json index b16ca9f78734ce..a5ef19968269dc 100644 --- a/bucket/mps.json +++ b/bucket/mps.json @@ -1,13 +1,13 @@ { - "version": "2026.1-261.25134.779", + "version": "2026.1.1-261.25134.877", "description": "Domain-Specific language creator by JetBrains.", "homepage": "https://www.jetbrains.com/mps/", "license": { "identifier": "Proprietary", "url": "https://www.jetbrains.com/store/license.html" }, - "url": "https://download.jetbrains.com/mps/2026.1/MPS-2026.1.exe#/dl.7z", - "hash": "cd6bb9ccf515b031606309ba305fdd3ff152ea288f0e4711cc49cd7b26ceb785", + "url": "https://download.jetbrains.com/mps/2026.1/MPS-2026.1.1.exe#/dl.7z", + "hash": "78f47e883f22e75feaeeb1ce7b5ba804d607adbae753970db2a07a594429cb9e", "extract_to": "IDE", "installer": { "script": [ From 2894510fc8d6e72c2a4ce102b4db8d9e607a0013 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:57 +0000 Subject: [PATCH 751/964] okular: Update to version 26.08-7936 --- bucket/okular.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/okular.json b/bucket/okular.json index be2fadaf0719a7..2ff752dbea6a25 100644 --- a/bucket/okular.json +++ b/bucket/okular.json @@ -1,13 +1,13 @@ { - "version": "26.08-7919", + "version": "26.08-7936", "description": "Universal document viewer", "homepage": "https://okular.kde.org", "license": "LGPL-2.0-only", "notes": "If you want to get the latest development branch-based installer, please install `okular-nightly` from Versions bucket.", "architecture": { "64bit": { - "url": "https://cdn.kde.org/ci-builds/graphics/okular/release-26.08/windows/okular-release_26.08-7919-windows-cl-msvc2022-x86_64.7z", - "hash": "5178652dea8994aa2ad4ce7b2f824b266d16ed1805a2959ba5eac13581e981e0" + "url": "https://cdn.kde.org/ci-builds/graphics/okular/release-26.08/windows/okular-release_26.08-7936-windows-cl-msvc2022-x86_64.7z", + "hash": "d4cd4ca582bb86b19bd94d631769f096c07398b21b201e3c0c94d0a37cd66a71" } }, "bin": "bin\\okular.exe", From ef81cf805f73864f7b5d99ec8b95e2f4138f4b28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:57 +0000 Subject: [PATCH 752/964] psysonic: Update to version 1.54.0 --- bucket/psysonic.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/psysonic.json b/bucket/psysonic.json index 84c88d05122195..9e44ad59119df0 100644 --- a/bucket/psysonic.json +++ b/bucket/psysonic.json @@ -1,5 +1,5 @@ { - "version": "1.53.0", + "version": "1.54.0", "description": "A lean desktop music player for Subsonic-compatible servers.", "homepage": "https://www.psysonic.de/", "license": { @@ -11,8 +11,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Psysonic/psysonic/releases/download/app-v1.53.0/Psysonic_1.53.0_x64-setup.exe", - "hash": "df39ecba286d364fc31ad762f46a20e21f3c19655287bbdc1db56b789d67c8de" + "url": "https://github.com/Psysonic/psysonic/releases/download/app-v1.54.0/Psysonic_1.54.0_x64-setup.exe", + "hash": "bdc3fc8e3f54c02a38391744e00a788f142c918385bc83e3a8ab490771c989d6" } }, "innosetup": true, From a1fb623f15b2bf7f5140880663dce836e12194d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:58 +0000 Subject: [PATCH 753/964] qownnotes: Update to version 26.9.6 --- bucket/qownnotes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/qownnotes.json b/bucket/qownnotes.json index 9c37252dfdf373..c72a6cb1532d5c 100644 --- a/bucket/qownnotes.json +++ b/bucket/qownnotes.json @@ -1,12 +1,12 @@ { - "version": "26.9.5", + "version": "26.9.6", "description": "Plain-text notepad and todo-list manager with markdown support and Nextcloud / ownCloud integration", "homepage": "https://www.qownnotes.org/", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://github.com/pbek/QOwnNotes/releases/download/v26.9.5/QOwnNotes.zip", - "hash": "5abfbec21c315867007f7f86dab1e198c2be46f37f63cae31d29066f69a79e6f" + "url": "https://github.com/pbek/QOwnNotes/releases/download/v26.9.6/QOwnNotes.zip", + "hash": "515af85dc647c9016eb1c8090e0e75cf2895acff4dfb68b9145cf8d5a5826f5d" } }, "shortcuts": [ From 25fb12be3526cfc543fcafa5b1d1dd724b7f256b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:58 +0000 Subject: [PATCH 754/964] radarr: Update to version 6.4.4.10685 --- bucket/radarr.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/radarr.json b/bucket/radarr.json index 83c8e5b998d6a5..b3d986332ae778 100644 --- a/bucket/radarr.json +++ b/bucket/radarr.json @@ -1,16 +1,16 @@ { - "version": "6.3.0.10514", + "version": "6.4.4.10685", "homepage": "https://radarr.video/", "description": "A movie collection manager with several features for Usenet and BitTorrent users.", "license": "GPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/Radarr/Radarr/releases/download/v6.3.0.10514/Radarr.master.6.3.0.10514.windows-core-x64.zip", - "hash": "0723cb13be251f99e0e5862904c323f403d5c036e006faff9ac4a230a5f7a79b" + "url": "https://github.com/Radarr/Radarr/releases/download/v6.4.4.10685/Radarr.master.6.4.4.10685.windows-core-x64.zip", + "hash": "316c3c7e5edaab75f5497d919bc556da259d966f9497a465d484cd49df28afe9" }, "32bit": { - "url": "https://github.com/Radarr/Radarr/releases/download/v6.3.0.10514/Radarr.master.6.3.0.10514.windows-core-x86.zip", - "hash": "dcc42b00b6f3575265b51a3f3fe31d6cc83baf395653c72b46c7f4b3f3cb6c40" + "url": "https://github.com/Radarr/Radarr/releases/download/v6.4.4.10685/Radarr.master.6.4.4.10685.windows-core-x86.zip", + "hash": "304f6ceba0cd4a3fdd5278f6ca5d480a514635df7348765c4a0b73f85251e70d" } }, "extract_dir": "Radarr", From 3a394baba31de9e9131dc718f0d85403a71ca6ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:58 +0000 Subject: [PATCH 755/964] runastool: Update to version 1.7 --- bucket/runastool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/runastool.json b/bucket/runastool.json index 58999d7f18759d..1360ef6adf1ea4 100644 --- a/bucket/runastool.json +++ b/bucket/runastool.json @@ -1,5 +1,5 @@ { - "version": "1.6", + "version": "1.7", "homepage": "https://www.sordum.org/runastool", "description": "A simple app that allows users to run a specific program with administrator privileges without the need to enter the administrator password.", "license": { @@ -7,7 +7,7 @@ "url": "https://www.sordum.org/eula/" }, "url": "https://www.sordum.org/files/download/runastool/RunAsTool.zip", - "hash": "2cff4dbb56ae2c42844d7ae70fd1183c20311a56bdd3316b142ef13746053a65", + "hash": "8667d925712b463a39024108a9ba4da4d1c598f9502e2be1fa87050df786f13a", "extract_dir": "RunAsTool", "architecture": { "64bit": { From 2ecbd425d7379b38f225f325ad1b3583c9a628ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:59 +0000 Subject: [PATCH 756/964] single-file-cli: Update to version 2.14.0 --- bucket/single-file-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/single-file-cli.json b/bucket/single-file-cli.json index 95c69f7c04c0b1..576b0901009095 100644 --- a/bucket/single-file-cli.json +++ b/bucket/single-file-cli.json @@ -1,12 +1,12 @@ { - "version": "2.13.0", + "version": "2.14.0", "description": "A command-line tool that allows you to save a web page with all its resources in a single HTML file.", "homepage": "https://github.com/gildas-lormeau/single-file-cli", "license": "AGPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.13.0/single-file.exe", - "hash": "71f51bda1dedb83fbdd1bef4c0e16c9ceb6a24a5e5447efd975d8a664ccbc613" + "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.14.0/single-file.exe", + "hash": "75b29690ee2a742a673cc000fc10619cf1673a420ea2368a98da3a7bccf93943" } }, "bin": "single-file.exe", From fb4227c9d5c38e597f5e291851a61666f51c279d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:59 +0000 Subject: [PATCH 757/964] skaffold: Update to version 2.25.0 --- bucket/skaffold.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/skaffold.json b/bucket/skaffold.json index 3fe96174b7b398..966c4da07186b5 100644 --- a/bucket/skaffold.json +++ b/bucket/skaffold.json @@ -1,12 +1,12 @@ { - "version": "2.24.0", + "version": "2.25.0", "description": "A command line tool that facilitates continuous development for Kubernetes applications.", "homepage": "https://skaffold.dev", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/GoogleCloudPlatform/skaffold/releases/download/v2.24.0/skaffold-windows-amd64.exe#/skaffold.exe", - "hash": "4cf25dbb5a401c8acf0fcc9b8e3cd423b16c7a4b00631ec42e8689dc614c1eab" + "url": "https://github.com/GoogleCloudPlatform/skaffold/releases/download/v2.25.0/skaffold-windows-amd64.exe#/skaffold.exe", + "hash": "4ca20b716f4756b0f5e2a06b13bf9cb189ebc8e6978665f274f8fd23fbcf47d6" } }, "bin": "skaffold.exe", From 39f658782057b417e481d3ea13d0b0370ff684d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:29:59 +0000 Subject: [PATCH 758/964] stunnel: Update to version 5.81 --- bucket/stunnel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/stunnel.json b/bucket/stunnel.json index 21aaef5c7be7e4..d9f1f2b371913c 100644 --- a/bucket/stunnel.json +++ b/bucket/stunnel.json @@ -1,5 +1,5 @@ { - "version": "5.80", + "version": "5.81", "description": "A multiplatform GNU/GPL-licensed proxy encrypting arbitrary TCP connections with SSL/TLS", "homepage": "https://www.stunnel.org", "license": "GPL-2.0-or-later", @@ -9,8 +9,8 @@ ], "architecture": { "64bit": { - "url": "https://www.stunnel.org/downloads/archive/5.x/stunnel-5.80-win64-installer.exe#/dl.7z", - "hash": "25947bd268e2e670e1c7f915cefd54585aaa440d09eb20c6109cdbeaf3140bc4" + "url": "https://www.stunnel.org/downloads/archive/5.x/stunnel-5.81-win64-installer.exe#/dl.7z", + "hash": "ec16df6313dced7c84f20dbb9c677847d0a5219bdd35ab40cde18c135abd0411" } }, "uninstaller": { From 6541fa7c295b389b067d3af7486665995e15ce5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:30:00 +0000 Subject: [PATCH 759/964] treesheets: Update to version 3367 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index 66272b1f80115b..387ac23e2ffbd8 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3366", + "version": "3367", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3366/TreeSheets-3366-winx64.zip", - "hash": "5c3d6545a57512355b59af8df92298293189de80c90a88e8f34862d6d0d6ec9d", - "extract_dir": "TreeSheets-3366-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3367/TreeSheets-3367-winx64.zip", + "hash": "c0b16606897ad6da4e6d7e62798546f3127b0a9a7e643e9ded581ee72d4dc676", + "extract_dir": "TreeSheets-3367-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3366/TreeSheets-3366-winarm64.zip", - "hash": "8e9309a09e617689199f3340f6a08caab95855207b4a3a8763b355e8bc1b4fb8", - "extract_dir": "TreeSheets-3366-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3367/TreeSheets-3367-winarm64.zip", + "hash": "4d3777c05184fa7ffafc3838e6a47b207aa6ceee26ee07016dc1ec7d09256037", + "extract_dir": "TreeSheets-3367-winarm64" } }, "pre_install": [ From 681b0c2524e4700ed830071e5ec8927ab064601c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 01:03:54 +0000 Subject: [PATCH 760/964] antigravity: Update to version 2.14.0 --- bucket/antigravity.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/antigravity.json b/bucket/antigravity.json index 70b40fbd0ba91a..cefb1db1023bde 100644 --- a/bucket/antigravity.json +++ b/bucket/antigravity.json @@ -1,5 +1,5 @@ { - "version": "2.13.0", + "version": "2.14.0", "description": "Agent orchestration platform developed by Google.", "homepage": "https://antigravity.google/product/antigravity-2", "license": { @@ -21,12 +21,12 @@ }, "architecture": { "64bit": { - "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.13.0-6362815968182272/windows-x64/Antigravity-x64.exe#/dl.7z", - "hash": "sha512:7820519125ad29a456adbd6d58932cd2f43354deb119eabed35a22d3563fb1ace6c8aa96041907a0f596828e7e0bcaff8920aa9048265b3c25f2e353f06c8207" + "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.14.0-5449404535144448/windows-x64/Antigravity-x64.exe#/dl.7z", + "hash": "sha512:61c1241c095f5b93560eab9c7db43da50ef6a134eb3475f257e39597f08d5ea9b2e50888a7a20655f1d99ddfd96ea59f7b0e472cca73642abe19bc6c9ab3a9aa" }, "arm64": { - "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.13.0-6362815968182272/windows-arm/Antigravity-arm64.exe#/dl.7z", - "hash": "sha512:3147ed27dccafe57e68443ec59a10cf4db7353cc7d0ecea3a6c709ab16b8e2da612bf3a9a6e40a2b7d08193697410bda7c0c9cc398b6d11e153ed9a46b19dd4a" + "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.14.0-5449404535144448/windows-arm/Antigravity-arm64.exe#/dl.7z", + "hash": "sha512:f22e8aae3f050edb58763e5e9e36edaa30385fe51f40cfb9750e076240a816a193159104179e505bedb18c6a04839983aecb9b8b0897567c794d9ceff7fa91a1" } }, "installer": { From bf17b17534a4df1f5d957191c06a49da35efcb0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 01:03:54 +0000 Subject: [PATCH 761/964] azd: Update to version 1.34.1 --- bucket/azd.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/azd.json b/bucket/azd.json index c5164dfcc9e6d3..97f1ed76a8855f 100644 --- a/bucket/azd.json +++ b/bucket/azd.json @@ -1,12 +1,12 @@ { - "version": "1.34.0", + "version": "1.34.1", "homepage": "https://aka.ms/azure-dev/devhub", "description": "A developer CLI that accelerates the time it takes for you to get started on Azure. It provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.34.0/azd-windows-amd64.zip", - "hash": "2f161953231f9b23f59987ecca6dae22b26900f90feb8f1158d3cc7fff22617f" + "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.34.1/azd-windows-amd64.zip", + "hash": "de3da9c1f0942e4f348c3ecfc58c206720cb43efe16f8dd6fb3a30992f56d2d3" } }, "pre_install": "Move-Item \"$dir\\azd-*.exe\" \"$dir\\azd.exe\"", From 1de4b41a6cbb38165eed77673ebc5c809be3efcd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 01:03:55 +0000 Subject: [PATCH 762/964] azure-iot-explorer: Update to version 0.15.18 --- bucket/azure-iot-explorer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/azure-iot-explorer.json b/bucket/azure-iot-explorer.json index c4b083399edaf6..6328d0b939a334 100644 --- a/bucket/azure-iot-explorer.json +++ b/bucket/azure-iot-explorer.json @@ -1,12 +1,12 @@ { - "version": "0.15.17", + "version": "0.15.18", "description": "Azure IoT devices manager", "homepage": "https://github.com/Azure/azure-iot-explorer", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Azure/azure-iot-explorer/releases/download/v0.15.17/Azure.IoT.Explorer.preview.0.15.17.msi", - "hash": "15b059e0bfcc9d02e510b28eb01980c397b7ced77cf78ffc5c14bc4cb505bc81" + "url": "https://github.com/Azure/azure-iot-explorer/releases/download/v0.15.18/Azure.IoT.Explorer.preview.0.15.18.msi", + "hash": "b1e10adda08e8263ad71ff8002ccd4b79190cedc1f00c70a15b7ec3777838358" } }, "extract_dir": "azure-iot-explorer", From 83bae9a2a8eb6d3573a774cbc747694a04d84d94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 01:03:55 +0000 Subject: [PATCH 763/964] grok-bot: Update to version 0.55.0 --- bucket/grok-bot.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grok-bot.json b/bucket/grok-bot.json index 8456d02356bd64..cf61831ec198eb 100644 --- a/bucket/grok-bot.json +++ b/bucket/grok-bot.json @@ -1,5 +1,5 @@ { - "version": "0.53.0", + "version": "0.55.0", "description": "Always-on AI agents from xAI and Cursor that work autonomously across your tools and apps.", "homepage": "https://x.ai/bot", "license": { @@ -8,13 +8,13 @@ }, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.53.0/Grok_Bot_0.53.0_Setup.exe#/dl.7z", - "hash": "fa7f539acfd34720f3dd460a2286378bc2e9d415f0341437b083a2c0724d83fb", + "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.55.0/Grok_Bot_0.55.0_Setup.exe#/dl.7z", + "hash": "bac7fe4e4d0e00bd2ebd730a4509f91f3efb9f89a29ef4cd4966d9cb567c3d57", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" }, "arm64": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.53.0/Grok_Bot_0.53.0_Setup.exe#/dl.7z", - "hash": "4735fdcf69bdcd591cbfc722244c5004b37a1a9a3458202de7ce3abf40b02652", + "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.55.0/Grok_Bot_0.55.0_Setup.exe#/dl.7z", + "hash": "a0c09d507de9c50572b2c46fc21b195ee3225e15e806123152edff31346498ff", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"" } }, From b4a560533976764f18e5f3b38eaf08fc95044cdc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 01:03:56 +0000 Subject: [PATCH 764/964] helium: Update to version 0.17.1.1 --- bucket/helium.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/helium.json b/bucket/helium.json index 485b8064444a7b..9a93eb9acd96cc 100644 --- a/bucket/helium.json +++ b/bucket/helium.json @@ -1,18 +1,18 @@ { - "version": "0.17.0.1", + "version": "0.17.1.1", "description": "The Chromium-based web browser made for people, with love. Best privacy by default, unbiased ad-blocking, no bloat and no noise.", "homepage": "https://helium.computer", "license": "BSD-3-Clause, GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/imputnet/helium-windows/releases/download/0.17.0.1/helium_0.17.0.1_x64-windows.zip", - "hash": "f8e1be67222c16636aab1995733a9316c6e3156346a81b6a8093b14be0a66e7d", - "extract_dir": "helium_0.17.0.1_x64-windows" + "url": "https://github.com/imputnet/helium-windows/releases/download/0.17.1.1/helium_0.17.1.1_x64-windows.zip", + "hash": "47f9c0b5e701f53e1e141501ebe8e6d821e40c4d0870ab8e4c6ecfbed0744308", + "extract_dir": "helium_0.17.1.1_x64-windows" }, "arm64": { - "url": "https://github.com/imputnet/helium-windows/releases/download/0.17.0.1/helium_0.17.0.1_arm64-windows.zip", - "hash": "5c24cb3ea15a697b716fd6e459511bd3450bf5418ea2ed7231902e12136c680a", - "extract_dir": "helium_0.17.0.1_arm64-windows" + "url": "https://github.com/imputnet/helium-windows/releases/download/0.17.1.1/helium_0.17.1.1_arm64-windows.zip", + "hash": "0ff66eaf4f5e0d49b04134b0734ceb8a2dc6bf932a8f7100fe8f9822a79c22c6", + "extract_dir": "helium_0.17.1.1_arm64-windows" } }, "bin": [ From d181c1b8741bed7b324100bac69df9c29373ae02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 01:03:56 +0000 Subject: [PATCH 765/964] mockoon: Update to version 9.9.0 --- bucket/mockoon.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mockoon.json b/bucket/mockoon.json index 21be6a3e4fd9c3..7d5f5511dcab22 100644 --- a/bucket/mockoon.json +++ b/bucket/mockoon.json @@ -1,12 +1,12 @@ { - "version": "9.8.0", + "version": "9.9.0", "description": "Easiest and quickest way to run mock APIs locally.", "homepage": "https://mockoon.com", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/mockoon/mockoon/releases/download/v9.8.0/mockoon.setup.9.8.0.exe#/dl.7z", - "hash": "e558ef81ba963eae3f439790239c52d058ba5473f6dbc218790ca26e188e6e9c", + "url": "https://github.com/mockoon/mockoon/releases/download/v9.9.0/mockoon.setup.9.9.0.exe#/dl.7z", + "hash": "d417a9215d3c859f4f322f8838e11bcd08b031bdeb827c466ce6cc783baa2401", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\" -Recurse" From 765f57c79f775c8956e5de9dea2ca7cb54914282 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 01:03:56 +0000 Subject: [PATCH 766/964] moor: Update to version 2.19.2 --- bucket/moor.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/moor.json b/bucket/moor.json index e93c0eb3736362..a1d4f7c0b9acef 100644 --- a/bucket/moor.json +++ b/bucket/moor.json @@ -1,12 +1,12 @@ { - "version": "2.19.1", + "version": "2.19.2", "description": "A pager designed to work without any configuration", "homepage": "https://github.com/walles/moar/", "license": "BSD-2-Clause-Views", "architecture": { "64bit": { - "url": "https://github.com/walles/moor/releases/download/v2.19.1/moor-v2.19.1-windows-amd64.exe#/moor.exe", - "hash": "bf782e7f33e78b1c2f24a4b8e3f3167d6868c5700b06251da52cf033f46fd883" + "url": "https://github.com/walles/moor/releases/download/v2.19.2/moor-v2.19.2-windows-amd64.exe#/moor.exe", + "hash": "eb398cd1c2f4cba8efca091eb990dce5602980931c6decc46575d7fc2ddacff9" } }, "bin": "moor.exe", From 014b9209d6aa93bda446145484d92b2e8393417f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 01:03:57 +0000 Subject: [PATCH 767/964] mrrss: Update to version 1.3.35 --- bucket/mrrss.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mrrss.json b/bucket/mrrss.json index d60da7e9e85327..4c0c6b1a0f715f 100644 --- a/bucket/mrrss.json +++ b/bucket/mrrss.json @@ -1,16 +1,16 @@ { - "version": "1.3.34", + "version": "1.3.35", "description": "A modern, cross-platform desktop RSS reader.", "homepage": "https://github.com/WCY-dt/MrRSS", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.34/MrRSS-1.3.34-windows-amd64-portable.zip", - "hash": "69b64e7e5bc5c0594a56e289740d9eb70cb8cd0278278793dfe73674d822f340" + "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.35/MrRSS-1.3.35-windows-amd64-portable.zip", + "hash": "2e9d4711bea1ea24bdd5cbc548079b6b1e69b59a01ecada7582f9bc344e98f6b" }, "arm64": { - "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.34/MrRSS-1.3.34-windows-arm64-portable.zip", - "hash": "1e0e8e2b9979da371f5148cbb9e51db68ee8cec14a4335eeaebc3a9eea06e29e" + "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.35/MrRSS-1.3.35-windows-arm64-portable.zip", + "hash": "d0d4422390b33b78c6d3627dd92860eb0f7b7920cf823b05dd6a87d24b6a424b" } }, "shortcuts": [ From cc22c583a4509e5edea4d706ac2778f328f6efde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 01:03:57 +0000 Subject: [PATCH 768/964] single-file-cli: Update to version 2.15.0 --- bucket/single-file-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/single-file-cli.json b/bucket/single-file-cli.json index 576b0901009095..c8e7eef6221e14 100644 --- a/bucket/single-file-cli.json +++ b/bucket/single-file-cli.json @@ -1,12 +1,12 @@ { - "version": "2.14.0", + "version": "2.15.0", "description": "A command-line tool that allows you to save a web page with all its resources in a single HTML file.", "homepage": "https://github.com/gildas-lormeau/single-file-cli", "license": "AGPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.14.0/single-file.exe", - "hash": "75b29690ee2a742a673cc000fc10619cf1673a420ea2368a98da3a7bccf93943" + "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.15.0/single-file.exe", + "hash": "83645e74e4d2af8c25b66536bb1c756264e8e6793f3194d6909c2086f2fc6037" } }, "bin": "single-file.exe", From 07e7ddea0949ae7805b533795827dbcaa67b7800 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 01:03:57 +0000 Subject: [PATCH 769/964] special-k: Update to version 26.9.17 --- bucket/special-k.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/special-k.json b/bucket/special-k.json index 20788b15974a77..1a99b98e4bc4d2 100644 --- a/bucket/special-k.json +++ b/bucket/special-k.json @@ -1,10 +1,10 @@ { - "version": "26.9.15", + "version": "26.9.17", "description": "Lovingly referred to as the Swiss Army Knife of PC gaming, Special K does a bit of everything.", "homepage": "https://www.special-k.info", "license": "GPL-3.0-only", - "url": "https://sk-data.special-k.info/repository/SpecialK_26.9.15.exe", - "hash": "91544ed392c272d3491b06005eff67d18acee78102bc1bbbaa559f6ab5cb5750", + "url": "https://sk-data.special-k.info/repository/SpecialK_26.9.17.exe", + "hash": "7db9c5148910a8a5331301d16bc9bafdc95ce0874d03f11ae048c9d701e5df48", "innosetup": true, "architecture": { "64bit": { From 87ee4b8c85ee8f624ecaaa414f06ebfcd6ab791e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 04:34:16 +0000 Subject: [PATCH 770/964] claude: Update to version 2.110.1 --- bucket/claude.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/claude.json b/bucket/claude.json index 89b5a2a0ed08df..0cf72d880931ae 100644 --- a/bucket/claude.json +++ b/bucket/claude.json @@ -1,5 +1,5 @@ { - "version": "2.110.0", + "version": "2.110.1", "description": "Next generation AI assistant built by Anthropic.", "homepage": "https://claude.com/product/overview", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-2.110.0-full.nupkg", - "hash": "sha1:f99d3989038e79e561bbcd0ea8d3e3854248eb03" + "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-2.110.1-full.nupkg", + "hash": "sha1:e9eb39e4e79a25478698d6c2d35478b36f3a2e82" }, "arm64": { - "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-2.110.0-full.nupkg", - "hash": "sha1:b58402803b21e70395252ab22951d0895dd704a9" + "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-2.110.1-full.nupkg", + "hash": "sha1:c7e2d55bcfabde8664190a21ef6c2f0fed608ab7" } }, "extract_dir": "lib\\net45", From 443011c8f05c5b516e379b506ead890dec51d568 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 04:34:17 +0000 Subject: [PATCH 771/964] github-copilot: Update to version 1.1.22 --- bucket/github-copilot.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/github-copilot.json b/bucket/github-copilot.json index df0778f2257acd..67cc369368ac8d 100644 --- a/bucket/github-copilot.json +++ b/bucket/github-copilot.json @@ -1,5 +1,5 @@ { - "version": "1.1.21", + "version": "1.1.22", "description": "GitHub Copilot, an agent-native desktop development environment.", "homepage": "https://github.com/github/app", "license": { @@ -9,12 +9,12 @@ "notes": "Requires an active GitHub Copilot subscription (Pro, Pro+, Business, or Enterprise) and Git installed.", "architecture": { "64bit": { - "url": "https://github.com/github/app/releases/download/v1.1.21/GitHub-Copilot-windows-x64.msi", - "hash": "a9519b97121229b7b1dec421ae2b989da93835a106cdb0ea9ed4a0c5fa73c612" + "url": "https://github.com/github/app/releases/download/v1.1.22/GitHub-Copilot-windows-x64.msi", + "hash": "ac28085f87c12aa4b0946bce79ef3b628bfa1354fe4cfaf22253dfe5f3232fbf" }, "arm64": { - "url": "https://github.com/github/app/releases/download/v1.1.21/GitHub-Copilot-windows-arm64.msi", - "hash": "25a3ee2dc07b6f1befe9444f67b7e84c8af710c0b68bfe11ab309ff7a7228a4d" + "url": "https://github.com/github/app/releases/download/v1.1.22/GitHub-Copilot-windows-arm64.msi", + "hash": "9af630c098e57d39c68932ab594ec4cce22a4b842874e4b9ce01f68456eb6b5f" } }, "extract_dir": "PFiles\\GitHub Copilot", From 61854712ee4452812980429bd7db172ec2adae76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 04:34:17 +0000 Subject: [PATCH 772/964] gtoolkit: Update to version 1.1.587 --- bucket/gtoolkit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gtoolkit.json b/bucket/gtoolkit.json index 15a98a056a1b21..ee18c3bde6edd9 100644 --- a/bucket/gtoolkit.json +++ b/bucket/gtoolkit.json @@ -1,16 +1,16 @@ { - "version": "1.1.586", + "version": "1.1.587", "description": "A moldable development environment.", "homepage": "https://gtoolkit.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.586/GlamorousToolkit-Windows-x86_64-v1.1.586.zip", - "hash": "09dc5eb6e2dd440663efc380a4db2e8356bec4b41b9c5fdbd618954a0c4d44bc" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.587/GlamorousToolkit-Windows-x86_64-v1.1.587.zip", + "hash": "596450499831d9b9bb5605e0f0b9e8a4216f5a09ad8d2adcc4257993f1cff050" }, "arm64": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.586/GlamorousToolkit-Windows-aarch64-v1.1.586.zip", - "hash": "c0d1023900de37d084ddf2131349aed0c8ac8325fa948225fcd3be93e0020826" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.587/GlamorousToolkit-Windows-aarch64-v1.1.587.zip", + "hash": "349765651a14ec062edd248ee51bc93e2ae3d1647baa82a09a6a719498a4ed12" } }, "bin": "bin\\GlamorousToolkit-cli.exe", From 968d7023bcf572947f806e5b258c39db2fd27072 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 04:34:17 +0000 Subject: [PATCH 773/964] kcc: Update to version 11.3.2 --- bucket/kcc.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/kcc.json b/bucket/kcc.json index a4122baf4b0327..5b474ab56d9658 100644 --- a/bucket/kcc.json +++ b/bucket/kcc.json @@ -1,5 +1,5 @@ { - "version": "11.3.1", + "version": "11.3.2", "description": "Comic and manga converter for ebook readers.", "homepage": "https://github.com/ciromattia/kcc", "license": "ISC", @@ -11,14 +11,14 @@ "architecture": { "64bit": { "url": [ - "https://github.com/ciromattia/kcc/releases/download/v11.3.1/KCC_11.3.1.exe#/KCC.exe", - "https://github.com/ciromattia/kcc/releases/download/v11.3.1/KCC_c2e_11.3.1.exe#/kcc-c2e.exe", - "https://github.com/ciromattia/kcc/releases/download/v11.3.1/KCC_c2p_11.3.1.exe#/kcc-c2p.exe" + "https://github.com/ciromattia/kcc/releases/download/v11.3.2/KCC_11.3.2.exe#/KCC.exe", + "https://github.com/ciromattia/kcc/releases/download/v11.3.2/KCC_c2e_11.3.2.exe#/kcc-c2e.exe", + "https://github.com/ciromattia/kcc/releases/download/v11.3.2/KCC_c2p_11.3.2.exe#/kcc-c2p.exe" ], "hash": [ - "ac6a259a872166b1c690410fed9d5f8ab750b31bd9b358807c56cbcc01402b5d", - "139b040a24e3214842de694805c0be96dd53490b95418134f978effb886ae37e", - "79a26468382779ed960882ef86f6c0c3c3530bc126c12bc8b42e4135af372220" + "7788c2ea933f3e15500e502edafcd607298181c3323f96fad0e18e036fb4a828", + "bf3e41cc39bf2efc9a0a879bff5aab0381a8b605df6befb80f8807618b5f3cc7", + "810d454be1e14671c35b61c008707d8a28d368167e6607f825b5dbe8d7fa011e" ] } }, From 0ea27b53c22ea18db5de8588a9259a89f612a953 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 04:34:18 +0000 Subject: [PATCH 774/964] komga: Update to version 1.27.0 --- bucket/komga.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/komga.json b/bucket/komga.json index c18f2ecaf04c01..e2561b1fb959ca 100644 --- a/bucket/komga.json +++ b/bucket/komga.json @@ -1,5 +1,5 @@ { - "version": "1.26.3", + "version": "1.27.0", "description": "Media server for comics/mangas/BDs with API and OPDS support", "homepage": "https://komga.org/", "license": "MIT", @@ -10,8 +10,8 @@ ] }, "notes": "Default URL is http://localhost:25600", - "url": "https://github.com/gotson/komga/releases/download/1.26.3/komga-1.26.3.jar#/komga.jar", - "hash": "163cb1c1453cc70b8d7cb1444b6d1a5515886e1cf493bb127ef67e54d6f37927", + "url": "https://github.com/gotson/komga/releases/download/1.27.0/komga-1.27.0.jar#/komga.jar", + "hash": "0793722490fd698ed1fd563377dd1319c9343a44cafdf4595008a4d332456c9b", "bin": [ [ "komga.jar", From aa6ddca9e3ab4cb5ef3b2b067b741b192ddac35e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 04:34:18 +0000 Subject: [PATCH 775/964] postman: Update to version 12.28.3 --- bucket/postman.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/postman.json b/bucket/postman.json index cdc2d614fac14e..1851bcae1d9e2e 100644 --- a/bucket/postman.json +++ b/bucket/postman.json @@ -1,6 +1,6 @@ { "##": "Please keep .exe instead of the .nupkg. The Update.exe extracted from .exe is needed to convert the persistent data to the latest version (#10938).", - "version": "12.28.2", + "version": "12.28.3", "description": "Complete API development environment.", "homepage": "https://www.getpostman.com/", "license": { @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://dl.pstmn.io/download/12.28.2/Postman%20v12.28.2%20(x64).exe#/dl.7z", - "hash": "sha1:fb4c2d4b71c93596aba07839c0aaf3e7218765e0" + "url": "https://dl.pstmn.io/download/12.28.3/Postman%20v12.28.3%20(x64).exe#/dl.7z", + "hash": "sha1:5248d7e1e8b4537720af99b6dd35524d46fe0837" }, "arm64": { - "url": "https://dl.pstmn.io/download/12.28.2/Postman%20v12.28.2%20(arm64).exe#/dl.7z", - "hash": "sha1:d3932a57297669103b16cb4bd9f4070c3b193cbe" + "url": "https://dl.pstmn.io/download/12.28.3/Postman%20v12.28.3%20(arm64).exe#/dl.7z", + "hash": "sha1:d4bdd934a55ece10dc1d5fda7a23b0b53c63ff27" } }, "installer": { From acd1664b5abc8163ae4f1eafbebf6b1adc38036a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 04:34:19 +0000 Subject: [PATCH 776/964] rabbitmq: Update to version 4.3.6 --- bucket/rabbitmq.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/rabbitmq.json b/bucket/rabbitmq.json index d61481f29939ad..4daa6dcf19812b 100644 --- a/bucket/rabbitmq.json +++ b/bucket/rabbitmq.json @@ -1,12 +1,12 @@ { - "version": "4.3.5", + "version": "4.3.6", "description": "Message-broker", "homepage": "https://www.rabbitmq.com", "license": "MPL-2.0", "depends": "erlang", - "url": "https://github.com/rabbitmq/rabbitmq-server/releases/download/v4.3.5/rabbitmq-server-windows-4.3.5.zip", - "hash": "462e626e276f1d670c0c45e96b36298e20c13d3efdd0f3f35e879e9868b4c9ab", - "extract_dir": "rabbitmq_server-4.3.5", + "url": "https://github.com/rabbitmq/rabbitmq-server/releases/download/v4.3.6/rabbitmq-server-windows-4.3.6.zip", + "hash": "48161b084f1257edc112b24fccda378cc3e83c8e4b94984801cd6651817981f1", + "extract_dir": "rabbitmq_server-4.3.6", "bin": [ "sbin\\rabbitmqctl.bat", "sbin\\rabbitmq-defaults.bat", From d90d71f38a3c2aa8aa403326f2ca049dce30f587 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 04:34:19 +0000 Subject: [PATCH 777/964] zed-opengl: Update to version 1.20.1 --- bucket/zed-opengl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/zed-opengl.json b/bucket/zed-opengl.json index 452fd0969d59df..16c253887a6f92 100644 --- a/bucket/zed-opengl.json +++ b/bucket/zed-opengl.json @@ -1,12 +1,12 @@ { - "version": "1.19.2", + "version": "1.20.1", "description": "Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. It's also open source.", "homepage": "https://zed.dev/", "license": "AGPL-3.0, Apache-2.0, GPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/deevus/zed-windows-builds/releases/download/v1.19.2/zed-opengl.zip", - "hash": "d0233eb73f3f9cd0db4b06db37a59d918fd3a8539ff67c84d6ca328feed0c3bd" + "url": "https://github.com/deevus/zed-windows-builds/releases/download/v1.20.1/zed-opengl.zip", + "hash": "386cb7341d28a3a4afd3986a7855752dfe4244d44d7397f6ecc35a2bfdfb1913" } }, "extract_dir": "zed", From fd985e6aa7a94346a6e0293268b77ab7d1fcf437 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 05:14:09 +0000 Subject: [PATCH 778/964] special-k@26.9.17: Fix hash (Closes #18765) --- bucket/special-k.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/special-k.json b/bucket/special-k.json index 1a99b98e4bc4d2..34da863fca6784 100644 --- a/bucket/special-k.json +++ b/bucket/special-k.json @@ -4,7 +4,7 @@ "homepage": "https://www.special-k.info", "license": "GPL-3.0-only", "url": "https://sk-data.special-k.info/repository/SpecialK_26.9.17.exe", - "hash": "7db9c5148910a8a5331301d16bc9bafdc95ce0874d03f11ae048c9d701e5df48", + "hash": "45819802bd5798cc3d2b323221df51f96fd7f1e7bbea8ef2fb28b153e69fabb0", "innosetup": true, "architecture": { "64bit": { From 0efa3b18cbf0e4a7aad1ee6c291f43eaa4f0045a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:03 +0000 Subject: [PATCH 779/964] angr-management: Update to version 10.0.0 --- bucket/angr-management.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/angr-management.json b/bucket/angr-management.json index 6c8d0df46a2253..d154a4348a9b45 100644 --- a/bucket/angr-management.json +++ b/bucket/angr-management.json @@ -1,12 +1,12 @@ { - "version": "9.3.4", + "version": "10.0.0", "description": "The official GUI for angr, an open-source binary analysis platform for Python", "homepage": "https://angr.io/", "license": "BSD-2-Clause", "architecture": { "64bit": { - "url": "https://github.com/angr/angr-management/releases/download/v9.3.4/angr-management-v9.3.4-win64-x86_64.zip", - "hash": "88e0d784a9af8aeaf61afadd2bb561fcd2fc67980d2d9665de766597fc7ec039" + "url": "https://github.com/angr/angr-management/releases/download/v10.0.0/angr-management-v10.0.0-win64-x86_64.zip", + "hash": "e6aeb9826266a147d1e063518626909270d66004514058639d53fe458926d21b" } }, "extract_dir": "angr-management", From f7436804e7304e9eedcd7ba40c1387cd5046c24e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:04 +0000 Subject: [PATCH 780/964] ccg-gateway: Update to version 2.1.1 --- bucket/ccg-gateway.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ccg-gateway.json b/bucket/ccg-gateway.json index 1fa24059b197ea..90bd82af0578bf 100644 --- a/bucket/ccg-gateway.json +++ b/bucket/ccg-gateway.json @@ -1,12 +1,12 @@ { - "version": "2.1.0", + "version": "2.1.1", "description": "A productivity tool built for Claude Code, Codex, and Gemini CLI, integrating a smart API gateway and configuration management.", "homepage": "https://github.com/mos1128/ccg-gateway", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/mos1128/ccg-gateway/releases/download/v2.1.0/ccg-gateway.exe", - "hash": "c5fcd78e3eb5473f676466c24b7a94420b4bab5489207db45d41da1817355f61" + "url": "https://github.com/mos1128/ccg-gateway/releases/download/v2.1.1/ccg-gateway.exe", + "hash": "668094cb897bb5b4167e2ef2276b6f680ee94b876a059b4fb5b97bc96d61c6d8" } }, "shortcuts": [ From e7932b5019b57907e3007621d0b4203e3d3d494d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:04 +0000 Subject: [PATCH 781/964] chatboxai: Update to version 1.23.3 --- bucket/chatboxai.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chatboxai.json b/bucket/chatboxai.json index e7902bd5fc3071..1441d77d00df36 100644 --- a/bucket/chatboxai.json +++ b/bucket/chatboxai.json @@ -1,5 +1,5 @@ { - "version": "1.23.2", + "version": "1.23.3", "description": "Powerful AI desktop client with support for ChatGPT, Claude and other LLMs.", "homepage": "https://chatboxai.app/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://download.chatboxai.app/releases/Chatbox-1.23.2-Setup.exe#/dl.7z", - "hash": "4341964c56623d99095ecc5d36cdd9b25dc8adf7f460c80b14fbfeb688b777c5" + "url": "https://download.chatboxai.app/releases/Chatbox-1.23.3-Setup.exe#/dl.7z", + "hash": "67c92b788c035c317b4f681cf76f3db490e687f4fd8f142571b54db49f8536c3" }, "arm64": { - "url": "https://download.chatboxai.app/releases/Chatbox-1.23.2-Setup.exe#/dl.7z", - "hash": "4341964c56623d99095ecc5d36cdd9b25dc8adf7f460c80b14fbfeb688b777c5" + "url": "https://download.chatboxai.app/releases/Chatbox-1.23.3-Setup.exe#/dl.7z", + "hash": "67c92b788c035c317b4f681cf76f3db490e687f4fd8f142571b54db49f8536c3" } }, "pre_install": [ From 19f5005a855eba1cd6e3eae36000ac419d1106a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:04 +0000 Subject: [PATCH 782/964] jackett: Update to version 0.24.2605 --- bucket/jackett.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jackett.json b/bucket/jackett.json index 87e9672f095838..b6f148d04a4281 100644 --- a/bucket/jackett.json +++ b/bucket/jackett.json @@ -1,13 +1,13 @@ { - "version": "0.24.2601", + "version": "0.24.2605", "description": "API Support for your favorite torrent trackers", "homepage": "https://github.com/Jackett/Jackett", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/Jackett/Jackett/blob/HEAD/LICENSE" }, - "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2601/Jackett.Binaries.Windows.zip", - "hash": "8d66679261f5b2e2129eb0d896e1a2b8a4482f8f30af214bce28b9f205fbe074", + "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2605/Jackett.Binaries.Windows.zip", + "hash": "d1ed16e27186a2e693568159eb88aa00d30369d09ab467069a8145682663ee84", "extract_dir": "Jackett", "shortcuts": [ [ From 49d11ae78e4565f485d09b8542578a1772a5db84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:05 +0000 Subject: [PATCH 783/964] kakaotalk: Update to version 26.8.1.5315 --- bucket/kakaotalk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kakaotalk.json b/bucket/kakaotalk.json index 5ff4ed1a08d8bd..9bbc3faa2f6009 100644 --- a/bucket/kakaotalk.json +++ b/bucket/kakaotalk.json @@ -1,16 +1,16 @@ { - "version": "26.8.0.5312", + "version": "26.8.1.5315", "description": "An easy, no-cost messenger that transcends standard chat.", "homepage": "https://www.kakaocorp.com/service/KakaoTalk", "license": "Unknown", "architecture": { "64bit": { "url": "https://lk.kakaocdn.net/talkpc/talk/win32/x64/KakaoTalk_Setup.exe#/dl.7z", - "hash": "6d2f9f39effea4ff9acae3304de24d2add11cab94db0a76f80f29af33a659713" + "hash": "09fcc9d2b7f63d1bab597109acde63415e2db63559873c9e83b46a424ad391ea" }, "32bit": { "url": "https://lk.kakaocdn.net/talkpc/talk/win32/KakaoTalk_Setup.exe#/dl.7z", - "hash": "1f744bf020843e0c172bb2bf4d123e622072cc675a793ae448b8ecc762e153f8" + "hash": "ea1482c1e157385f3ee0444c8c92283103c1b29c17a102632fe0e0dda92fb2eb" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\unisntall*\" -Recurse", From 0ac4a3d723a5e14e6b705a7d58e96234617e53b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:05 +0000 Subject: [PATCH 784/964] kubevpn: Update to version 2.11.9 --- bucket/kubevpn.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/kubevpn.json b/bucket/kubevpn.json index f8bf2b8ed26e3e..360949ed50f084 100644 --- a/bucket/kubevpn.json +++ b/bucket/kubevpn.json @@ -1,20 +1,20 @@ { - "version": "2.11.8", + "version": "2.11.9", "description": "KubeVPN offers a Cloud Native Dev Environment that connects to kubernetes cluster network.", "homepage": "https://www.kubevpn.dev/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/kubenetworks/kubevpn/releases/download/v2.11.8/kubevpn_v2.11.8_windows_amd64.zip", - "hash": "fd249e4b1d2fcb0623d8e34b51aad18ded54adb31b21af8036d98dadedfdc801" + "url": "https://github.com/kubenetworks/kubevpn/releases/download/v2.11.9/kubevpn_v2.11.9_windows_amd64.zip", + "hash": "e1b4099b3fe4813ab124e552dd5caebae9ba95cfb75bdd5da7dabd2d61f90203" }, "32bit": { - "url": "https://github.com/kubenetworks/kubevpn/releases/download/v2.11.8/kubevpn_v2.11.8_windows_386.zip", - "hash": "56a0d1fdfb4d1c620f1da3d6b33c486d019a021e0a66a059e108c21965046a95" + "url": "https://github.com/kubenetworks/kubevpn/releases/download/v2.11.9/kubevpn_v2.11.9_windows_386.zip", + "hash": "8f1f04efbb49a7f9f6419e33b5dece4a1265c06e44782bb7307e217e3b0a4bcf" }, "arm64": { - "url": "https://github.com/kubenetworks/kubevpn/releases/download/v2.11.8/kubevpn_v2.11.8_windows_arm64.zip", - "hash": "0486d3eb9425a580a6ffaa02692fda0d10016c1055bf7855507c5e5396a284a4" + "url": "https://github.com/kubenetworks/kubevpn/releases/download/v2.11.9/kubevpn_v2.11.9_windows_arm64.zip", + "hash": "f83001083d3cf74292c5be3d842e52aa41ea7f8b80f8ccf65833bb0dacbdeddf" } }, "extract_dir": "bin", From 4a65abfe51d01bd4ee925a8945093c7717056f1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:06 +0000 Subject: [PATCH 785/964] ldplayer: Update to version 14.0.25.2 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index d56237f231167a..2634f51d1b2e89 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.27.1", + "version": "14.0.25.2", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.27.1.exe", - "hash": "549e9788c8ce398c7d41df272a92531042509643a57a3fd31ca104c40ce2ff1b", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", + "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 6ec5b21dd7899dbcae0a6f9baeb6f3bae0445f1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:06 +0000 Subject: [PATCH 786/964] librewolf: Update to version 156.0-1 --- bucket/librewolf.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/librewolf.json b/bucket/librewolf.json index 3f2ff81e37afaa..d1ac79e3fb90d9 100644 --- a/bucket/librewolf.json +++ b/bucket/librewolf.json @@ -1,15 +1,15 @@ { - "version": "155.0.1-1", + "version": "156.0-1", "description": "A fork of Firefox, focused on privacy, security and freedom.", "homepage": "https://librewolf.net/", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://librewolf.dev/api/packages/librewolf/generic/librewolf/155.0.1-1/librewolf-155.0.1-1-windows-x86_64-portable.zip", - "hash": "ebc9f1b9394e780c81d1cc1b938e1ec2b4ecbd941edd9d445c3dcb311bafd660" + "url": "https://librewolf.dev/api/packages/librewolf/generic/librewolf/156.0-1/librewolf-156.0-1-windows-x86_64-portable.zip", + "hash": "166846c2863e3f8b12492f7de31b29e02feaffa6ad8d8e08f18b0f768927ab72" } }, - "extract_dir": "librewolf-155.0.1-1", + "extract_dir": "librewolf-156.0-1", "pre_install": [ "'LibreWolf-WinUpdater.exe', 'ScheduledTask-Create.ps1', 'ScheduledTask-Remove.ps1' | ForEach-Object { \"$dir/$_\" } | Remove-Item", "", From 17bf999b0cf6482ee148fa8ee96625fa4b6400f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:06 +0000 Subject: [PATCH 787/964] opera-gx: Update to version 135.0.5973.153 --- bucket/opera-gx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opera-gx.json b/bucket/opera-gx.json index e1a25c408b438c..1d9247b1f0b2cc 100644 --- a/bucket/opera-gx.json +++ b/bucket/opera-gx.json @@ -1,5 +1,5 @@ { - "version": "135.0.5973.135", + "version": "135.0.5973.153", "description": "Opera GX is a special version of the Opera browser built specifically for gamers.", "homepage": "https://www.opera.com/gx", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://get.opera.com/pub/opera_gx/135.0.5973.135/win/Opera_GX_135.0.5973.135_Setup_x64.exe", - "hash": "1b91a7e00de801613b28e76f550c52c8542420643b107e8c70b2400047970b3e" + "url": "https://get.opera.com/pub/opera_gx/135.0.5973.153/win/Opera_GX_135.0.5973.153_Setup_x64.exe", + "hash": "8e981b11bcf359bd53a7baa44b7c468b7f74a10842b4139e3fc6876a510f15d9" }, "32bit": { - "url": "https://get.opera.com/pub/opera_gx/135.0.5973.135/win/Opera_GX_135.0.5973.135_Setup.exe", - "hash": "06fce30dfa70b0bbb1ab27e7870a4603cd6bdc2ab22f8adad074bbd854589f18" + "url": "https://get.opera.com/pub/opera_gx/135.0.5973.153/win/Opera_GX_135.0.5973.153_Setup.exe", + "hash": "71f3d259cfa3daa51e8d4a744a7cf01e267d906ee48dea8ae1c65eeb8d92c08d" } }, "installer": { From 2daeb23b257c7d2c2f931d600e30930e1e5529bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:07 +0000 Subject: [PATCH 788/964] opera: Update to version 136.0.6008.22 --- bucket/opera.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/opera.json b/bucket/opera.json index a291ba5c08494b..ea50fc630ecd65 100644 --- a/bucket/opera.json +++ b/bucket/opera.json @@ -1,5 +1,5 @@ { - "version": "135.0.5973.142", + "version": "136.0.6008.22", "description": "A fast, secure, easy-to-use browser.", "homepage": "https://www.opera.com", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.142/win/Opera_135.0.5973.142_Setup_x64.exe", - "hash": "d2bfcbcc9c7ce3cfda8476933dcd3721dc717c7756c090432c1e59da3f514f12" + "url": "https://get.geo.opera.com/pub/opera/desktop/136.0.6008.22/win/Opera_136.0.6008.22_Setup_x64.exe", + "hash": "4d79b88b7d40467baded71e48d3309a14760c5b9a0aad65bc272c9cd95b6da82" }, "32bit": { - "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.142/win/Opera_135.0.5973.142_Setup.exe", - "hash": "5907ea91fefc155c7b84a13dd84cb9df787361181ca0e3c265c4577a375c6f85" + "url": "https://get.geo.opera.com/pub/opera/desktop/136.0.6008.22/win/Opera_136.0.6008.22_Setup.exe", + "hash": "30f7c353a1e190d338c43fecf5596df18f008c21b6d26535a5780e0134b6db47" }, "arm64": { - "url": "https://get.geo.opera.com/pub/opera/desktop/135.0.5973.142/win/Opera_135.0.5973.142_Setup_arm64.exe", - "hash": "7add7d545230a74e6de6ca91d613a83100793f0f5495f7243f1fdec451825e96" + "url": "https://get.geo.opera.com/pub/opera/desktop/136.0.6008.22/win/Opera_136.0.6008.22_Setup_arm64.exe", + "hash": "eef2242b65aa2f7c4ec3707aab6b324274ca88caf76f71fe29137f2f4d35e046" } }, "installer": { From 8ae66fb3c898d9fb6a6a17479a5eacc736cb56d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:07 +0000 Subject: [PATCH 789/964] orca-ide: Update to version 1.4.205 --- bucket/orca-ide.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/orca-ide.json b/bucket/orca-ide.json index 8ba93e91d82403..37a177f6c2f81e 100644 --- a/bucket/orca-ide.json +++ b/bucket/orca-ide.json @@ -1,12 +1,12 @@ { - "version": "1.4.204", + "version": "1.4.205", "description": "The next-gen IDE for working with a fleet of parallel agents.", "homepage": "https://onorca.dev", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/stablyai/orca/releases/download/v1.4.204/orca-windows-setup.exe#/dl.7z", - "hash": "sha512:d155525d83a17421d0f5e54ef5471df908f13e33d80e5a166f1c40ed46442c6e7b6f2320fd58a05b67366d466bc2598ab4b6e364921fc583a0a6a34b94045b11", + "url": "https://github.com/stablyai/orca/releases/download/v1.4.205/orca-windows-setup.exe#/dl.7z", + "hash": "sha512:0c04b75d5c84132de7de327db3b3e8d760f21aceba6f3dda852eb12ded8af10bd848bf827b6d06aba22c7e1db738c5d05a8a6b6cf6408ed4d8f18c02b4e8400a", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\", \"$dir\\*.nsi\" -Recurse" From 2e8c70198da0b82e4e7843301c2c2ac48df7ce33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:08 +0000 Subject: [PATCH 790/964] oxideterm: Update to version 2.0.30 --- bucket/oxideterm.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/oxideterm.json b/bucket/oxideterm.json index 9156dea02ea405..5bb7fd30656014 100644 --- a/bucket/oxideterm.json +++ b/bucket/oxideterm.json @@ -1,19 +1,19 @@ { - "version": "2.0.29", + "version": "2.0.30", "description": "AI-native workspace for local shells and remote machines.", "homepage": "https://oxideterm.app", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.29/OxideTerm_2.0.29_windows_x64_portable.zip", - "hash": "6f25bdd239b75843ff73d7b37db8722f70541599a6d991e516e21fda08d6d3ce", - "extract_dir": "OxideTerm_2.0.29_windows_x64_portable", + "url": "https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.30/OxideTerm_2.0.30_windows_x64_portable.zip", + "hash": "acb3290f8f9c7e8a41e8ea7feeb45388e17020c69d3ec082b8ff8aa15ab0c1f6", + "extract_dir": "OxideTerm_2.0.30_windows_x64_portable", "bin": "resources\\cli-bin\\x86_64-pc-windows-msvc\\oxideterm.exe" }, "arm64": { - "url": "https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.29/OxideTerm_2.0.29_windows_arm64_portable.zip", - "hash": "77f5a026a096bee614b81d1b8fbbfb91939cd289a99ddfe5cdd6e81b9d642337", - "extract_dir": "OxideTerm_2.0.29_windows_arm64_portable", + "url": "https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.30/OxideTerm_2.0.30_windows_arm64_portable.zip", + "hash": "6373474570d2f0c574f44f056f985769dc518aa406c556f89d6bd57d983148fe", + "extract_dir": "OxideTerm_2.0.30_windows_arm64_portable", "bin": "resources\\cli-bin\\aarch64-pc-windows-msvc\\oxideterm.exe" } }, From c6d2663bd48d46c15ef61393da5bf1d1d774c4d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:08 +0000 Subject: [PATCH 791/964] palemoon: Update to version 35.0.0 --- bucket/palemoon.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/palemoon.json b/bucket/palemoon.json index 9278af11bb0f68..f798aabaf18dd2 100644 --- a/bucket/palemoon.json +++ b/bucket/palemoon.json @@ -1,16 +1,16 @@ { - "version": "34.3.2", + "version": "35.0.0", "description": "Mozilla-derived web browser focusing on efficiency and customization", "homepage": "https://www.palemoon.org", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://rm-eu.palemoon.org/release/Palemoon-Portable-34.3.2.win64.exe#/palemoon.7z", - "hash": "c3b3a6c0f006876c4994d9695a4c5e96a3612f62c22693c80d16d1e512c3b989" + "url": "https://rm-eu.palemoon.org/release/Palemoon-Portable-35.0.0.win64.exe#/palemoon.7z", + "hash": "0aac2d7d0c6617df58cbf2d2b81aed832794b8420caaa1be76a657e6d6b2550e" }, "32bit": { - "url": "https://rm-eu.palemoon.org/release/Palemoon-Portable-34.3.2.win32.exe#/palemoon.7z", - "hash": "a74bb62d75f600f57b10c7b3544b6be9bb7cadeb45e6f268c3d0ac88bee80853" + "url": "https://rm-eu.palemoon.org/release/Palemoon-Portable-35.0.0.win32.exe#/palemoon.7z", + "hash": "4158ff11aa5d5223d1531730545ba4ea7dd7778fac2faa8d595e04bf73bc77b9" } }, "post_install": [ From a51f26c0d2699e41c0ccb59a7988fd014b27beb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:09 +0000 Subject: [PATCH 792/964] siyuan-note: Update to version 3.8.4 --- bucket/siyuan-note.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/siyuan-note.json b/bucket/siyuan-note.json index f696721291bee2..b0218936623072 100644 --- a/bucket/siyuan-note.json +++ b/bucket/siyuan-note.json @@ -1,20 +1,20 @@ { - "version": "3.8.3", + "version": "3.8.4", "description": "SiYuan is a privacy-first, self-hosted, fully open source personal knowledge management software, supports fine-grained block-level reference, and Markdown WYSIWYG.", "homepage": "https://b3log.org/siyuan", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/siyuan-note/siyuan/releases/download/v3.8.3/siyuan-3.8.3-win.exe#/dl.7z", - "hash": "49cd67c6e892aff5a04189707007df3046d48c0dc279840433b9824edd374569", + "url": "https://github.com/siyuan-note/siyuan/releases/download/v3.8.4/siyuan-3.8.4-win.exe#/dl.7z", + "hash": "20e18f6226cca11c8fa8c50185ef0c790258673a0c6452bca1884565ac9d997c", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\" -Force -Recurse" ] }, "arm64": { - "url": "https://github.com/siyuan-note/siyuan/releases/download/v3.8.3/siyuan-3.8.3-win-arm64.exe#/dl.7z", - "hash": "0984c893cc01107a368c5088d6a2e6276ce10d15889c96b0e355c9abaacd94a3", + "url": "https://github.com/siyuan-note/siyuan/releases/download/v3.8.4/siyuan-3.8.4-win-arm64.exe#/dl.7z", + "hash": "6a5ee96a12ecba490983fe52dc9ba15f9cb124760d69ff33db94d2fbc4ce9134", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\" -Force -Recurse" From 1247414dc929287a0e4933984361b731e838a517 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:09 +0000 Subject: [PATCH 793/964] wechat: Update to version 4.1.15.11 --- bucket/wechat.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wechat.json b/bucket/wechat.json index 32b801655fd6cd..f80199ebe1fcb7 100644 --- a/bucket/wechat.json +++ b/bucket/wechat.json @@ -1,5 +1,5 @@ { - "version": "4.1.15.9", + "version": "4.1.15.11", "description": "Free messaging and calling app by Tencent", "homepage": "https://www.wechat.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/cscnk52/wechat-windows-versions/releases/download/v4.1.15.9/weixin_4.1.15.9.exe#/dl.7z", - "hash": "2474cdbef82c86f9266a24f7a10cddb1c19589b76980c5bd745645e47d4c4952" + "url": "https://github.com/cscnk52/wechat-windows-versions/releases/download/v4.1.15.11/weixin_4.1.15.11.exe#/dl.7z", + "hash": "4aa51657d0938ad8754b46485a19e32d8de16f1ee13a0938d1493057ddcf6e7e" } }, "installer": { From 05e7629d570a14ed4565da0b3f99d9beed662424 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:09 +0000 Subject: [PATCH 794/964] zcode: Update to version 3.12.3 --- bucket/zcode.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zcode.json b/bucket/zcode.json index 145988a59fd6d1..b00551db1f5937 100644 --- a/bucket/zcode.json +++ b/bucket/zcode.json @@ -1,5 +1,5 @@ { - "version": "3.11.2", + "version": "3.12.3", "description": "A full-featured Agentic Development Environment (ADE) built for Long Horizon Tasks, powered by Z.ai.", "homepage": "https://zcode.z.ai/en", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://cdn-zcode.z.ai/zcode/electron/releases/3.11.2/windows-x64/ZCode-3.11.2-win-x64.exe#/dl.7z", - "hash": "4db76b6785c10fbc852dd9c9d257f574ea46f2a889d0beb9398ae0885d716717" + "url": "https://cdn-zcode.z.ai/zcode/electron/releases/3.12.3/windows-x64/ZCode-3.12.3-win-x64.exe#/dl.7z", + "hash": "77f3325612405529bb3a2c0c13300eeb34172cec5c7ea6a4e5c6cd4c46308d9e" }, "arm64": { - "url": "https://cdn-zcode.z.ai/zcode/electron/releases/3.11.2/windows-arm64/ZCode-3.11.2-win-arm64.exe#/dl.7z", - "hash": "2be72863af25c2010f51663d8401d72a611315dc3559040d0876a54ca2c4ea0a" + "url": "https://cdn-zcode.z.ai/zcode/electron/releases/3.12.3/windows-arm64/ZCode-3.12.3-win-arm64.exe#/dl.7z", + "hash": "e8b6a341d4f78c0f4f62c1dcc2dc34e90f67d1990c956ae68170e7a8e1331587" } }, "installer": { From 6ec344a7c7b9b73045e407419b46209382538c6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:38:10 +0000 Subject: [PATCH 795/964] zed: Update to version 1.20.2 --- bucket/zed.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zed.json b/bucket/zed.json index 792889506a77eb..8e10c8c3edc973 100644 --- a/bucket/zed.json +++ b/bucket/zed.json @@ -1,17 +1,17 @@ { - "version": "1.20.1", + "version": "1.20.2", "description": "Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. It's also open source.", "homepage": "https://zed.dev/", "license": "AGPL-3.0, Apache-2.0, GPL-3.0", "notes": "Please manually disable Zed's auto-update feature in the settings to prevent the updater from installing the program in unintended locations.", "architecture": { "64bit": { - "url": "https://github.com/zed-industries/zed/releases/download/v1.20.1/Zed-x86_64.exe", - "hash": "d1619dda3878ad21523c94dfaf59bab689329455dc386cd676d440580b4e27b3" + "url": "https://github.com/zed-industries/zed/releases/download/v1.20.2/Zed-x86_64.exe", + "hash": "82c2f6e682a73e3fca7102b49582101e44137defe8d002d5fc890213eb0153de" }, "arm64": { - "url": "https://github.com/zed-industries/zed/releases/download/v1.20.1/Zed-aarch64.exe", - "hash": "457d111eaad17d9d410bff0e4e506d817327b601e7a538806e19522da65441d7" + "url": "https://github.com/zed-industries/zed/releases/download/v1.20.2/Zed-aarch64.exe", + "hash": "3e61e79f711d4118242f4a9a8db0135b30b78bd54de664d585cd7d647377918f" } }, "installer": { From ef2a9411fc2e7ed65e9a8be317238ef55ab2fa04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 12:41:33 +0000 Subject: [PATCH 796/964] beeper: Update to version 4.3.123 --- bucket/beeper.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/beeper.json b/bucket/beeper.json index 57f5ca947caffc..48843fe8b14243 100644 --- a/bucket/beeper.json +++ b/bucket/beeper.json @@ -1,5 +1,5 @@ { - "version": "4.3.113", + "version": "4.3.123", "homepage": "https://www.beeper.com/", "description": "Universal chat app powered by Matrix", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://beeper-desktop.download.beeper.com/builds/Beeper%20x64%204.3.113.exe#/dl.7z", - "hash": "e386eb2150c2ca14a5eeb87837243457bf852e94e8bd9d632fde670f1c1d1984", + "url": "https://beeper-desktop.download.beeper.com/builds/Beeper%20x64%204.3.123.exe#/dl.7z", + "hash": "0b0ca196a2fa4ec82cb8f24b2df81a21fb87f5c8808c14dbbedb868a3076eb99", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", "Remove-Item \"$dir\\`$*\" -Recurse" ] }, "arm64": { - "url": "https://beeper-desktop.download.beeper.com/builds/Beeper%20arm64%204.3.113.exe#/dl.7z", - "hash": "50680670e6cea585137ac3c2220ec91fc4898b50fb0a94ad331a0c80046f4610", + "url": "https://beeper-desktop.download.beeper.com/builds/Beeper%20arm64%204.3.123.exe#/dl.7z", + "hash": "2d703704c46d7d7e23235eb1ec259f0acc3228f55aa3e5bada3d995091765bdb", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\" -Removal", "Remove-Item \"$dir\\`$*\" -Recurse" From 6b7972ba16af9fbe4452ff13e10d4dec5b47f539 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 12:41:34 +0000 Subject: [PATCH 797/964] folge: Update to version 1.40.0 --- bucket/folge.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/folge.json b/bucket/folge.json index c3fc4e28e99914..f4153457a028f1 100644 --- a/bucket/folge.json +++ b/bucket/folge.json @@ -1,5 +1,5 @@ { - "version": "1.39.0", + "version": "1.40.0", "description": "Simple, free, and powerful desktop tool for creating, managing, and sharing your processes and knowledge.", "homepage": "https://folge.me", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://cdn.folge.me/Folge-1.39.0.exe#/dl.7z", - "hash": "8746600f0a3a9e713a00a84c635d638eb4a5d88fd170faf0b4a7b210f01c1cb1" + "url": "https://cdn.folge.me/Folge-1.40.0.exe#/dl.7z", + "hash": "e7a77ebe8c818fa39d66aee31a90a26ffec18bbe62c33f93a09171d50e0e6d71" } }, "installer": { From 4165e5a087ff2b50f9053cafc5c46c8459ce01f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 12:41:34 +0000 Subject: [PATCH 798/964] hfs: Update to version 3.3.0 --- bucket/hfs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/hfs.json b/bucket/hfs.json index 26670847d49d4e..5d4cd3d85bae13 100644 --- a/bucket/hfs.json +++ b/bucket/hfs.json @@ -1,12 +1,12 @@ { - "version": "3.2.2", + "version": "3.3.0", "description": "A web file server to run on your computer", "homepage": "https://rejetto.com/hfs", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/rejetto/hfs/releases/download/v3.2.2/hfs-windows-x64-3.2.2.zip", - "hash": "8c6d4aef24df7a7f5bf58bf2bcde52932afcd1cc31b50bdc5d2fb8b02d41c514" + "url": "https://github.com/rejetto/hfs/releases/download/v3.3.0/hfs-windows-x64-3.3.0.zip", + "hash": "316c7bcadc2cc190a98e6a1908b3057e7be90e77c3e29ec7b57509b19d93563d" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\config.yaml\")) { New-Item \"$dir\\config.yaml\" | Out-Null }", From 506676c111804bc52fbd38d609cad0817f80fee2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 12:41:34 +0000 Subject: [PATCH 799/964] ldplayer: Update to version 14.0.25.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index 2634f51d1b2e89..fb6064754eb039 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.2", + "version": "14.0.25.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.2.exe", - "hash": "1c2e3448b3837cbc770aabc7aced20ea48c4e518b78dfff8b6854ac639b93ef9", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", + "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 1946a161299dce7074583965729d77e40e90c475 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 12:41:35 +0000 Subject: [PATCH 800/964] navop: Update to version 0.18.0 --- bucket/navop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/navop.json b/bucket/navop.json index 08ac4a60170c4c..bec48099cfef96 100644 --- a/bucket/navop.json +++ b/bucket/navop.json @@ -1,5 +1,5 @@ { - "version": "0.17.0", + "version": "0.18.0", "description": "A native, all-in-one workspace for databases, SSH, SFTP, terminals, remote desktop, monitoring, and AI.", "homepage": "https://navop.dev", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/feigeCode/navop/releases/download/v0.17.0/navop-0.17.0-windows-x64-portable.zip", - "hash": "b291a2fa0f0cf01149252d4080874c57a3ec36e829993fe5c91c47bb41172f59" + "url": "https://github.com/feigeCode/navop/releases/download/v0.18.0/navop-0.18.0-windows-x64-portable.zip", + "hash": "38c12232d6f4fa6fcd21907a2f29ccbcdd7812b06765eb15aa1cb49a89e339cc" }, "32bit": { - "url": "https://github.com/feigeCode/navop/releases/download/v0.17.0/navop-0.17.0-win32-portable.zip", - "hash": "86a966e7c2ad60c1d7297b00820ecb8ba2b82be95594ac328498b179e3099c29" + "url": "https://github.com/feigeCode/navop/releases/download/v0.18.0/navop-0.18.0-win32-portable.zip", + "hash": "fbb40081ab13d31f835d861e62efb00e21d6674b178000fd38ecad3d228484c5" } }, "shortcuts": [ From a3fdb162004073b8d890ffa4d5e845603edabe5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 12:41:35 +0000 Subject: [PATCH 801/964] picview: Update to version 5.1.1 --- bucket/picview.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/picview.json b/bucket/picview.json index 1b5989300cd329..f76bdb3ed93868 100644 --- a/bucket/picview.json +++ b/bucket/picview.json @@ -1,18 +1,18 @@ { - "version": "5.1.0", + "version": "5.1.1", "description": "A fast, free and fully customizable image viewer for Windows 10 and 11", "homepage": "https://picview.org", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/Ruben2776/PicView/releases/download/5.1.0/PicView-v5.1.0-win-x64.zip", - "hash": "f93de82236185bd803b78850befe9b0d4ce560b7cdb1ead54c70f95981befd8b", - "extract_dir": "PicView-v5.1.0-win-x64" + "url": "https://github.com/Ruben2776/PicView/releases/download/5.1.1/PicView-v5.1.1-win-x64.zip", + "hash": "517ed47df623ee218116458d3ffd328a4e3f67028af016ef0fd3754c08b22b20", + "extract_dir": "PicView-v5.1.1-win-x64" }, "arm64": { - "url": "https://github.com/Ruben2776/PicView/releases/download/5.1.0/PicView-v5.1.0-win-arm64.zip", - "hash": "494b21af610f4a465b9cecf816a0fcb7143906c8c6e0f0a891b32583a622076a", - "extract_dir": "PicView-v5.1.0-win-arm64" + "url": "https://github.com/Ruben2776/PicView/releases/download/5.1.1/PicView-v5.1.1-win-arm64.zip", + "hash": "62ea8ccffb9821321b368415b8bc8a2cdf7ce3234e060c36c752da1da7ad3299", + "extract_dir": "PicView-v5.1.1-win-arm64" } }, "post_install": [ From 85c51043f75f9fea7131998ff767430b4c0b5d4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 12:41:36 +0000 Subject: [PATCH 802/964] rebased: Update to version 1.1.17 --- bucket/rebased.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/rebased.json b/bucket/rebased.json index 40decfc976680c..fc3c88c040757f 100644 --- a/bucket/rebased.json +++ b/bucket/rebased.json @@ -1,5 +1,5 @@ { - "version": "1.1.16", + "version": "1.1.17", "description": "An open-source remake of the short-lived JetBrains git client.", "homepage": "https://github.com/DetachHead/rebased", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/DetachHead/rebased/releases/download/1.1.16/rebased.exe#/dl.7z", - "hash": "6f9430b8f9940a23e9df7f71fccd708b7df8c1f5a6ddc03dde20c61777b30ac2" + "url": "https://github.com/DetachHead/rebased/releases/download/1.1.17/rebased.exe#/dl.7z", + "hash": "ca5c3bf3b16b69cdfd2173a205bdbd37c68d776a70d5bbf63ac90bf2706b043b" } }, "extract_to": "IDE", From 63f872995be30bbf1a72333497fff671d24bca44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 12:41:36 +0000 Subject: [PATCH 803/964] rustrover: Update to version 2026.2.3-262.10968.75 --- bucket/rustrover.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rustrover.json b/bucket/rustrover.json index af230c4bfe8887..848e234a15559e 100644 --- a/bucket/rustrover.json +++ b/bucket/rustrover.json @@ -1,5 +1,5 @@ { - "version": "2026.2.2-262.10315.167", + "version": "2026.2.3-262.10968.75", "description": "Cross-Platform IDE for Rust by JetBrains.", "homepage": "https://www.jetbrains.com/rust/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://download.jetbrains.com/rustrover/RustRover-2026.2.2.exe#/dl.7z", - "hash": "a75903a8db043f61d1eda33416b79c76a9196b300531652df13bdcd1b42f626e" + "url": "https://download.jetbrains.com/rustrover/RustRover-2026.2.3.exe#/dl.7z", + "hash": "02b502300e977ee4db7a7b97b20f970da811a5131e71ab55ffb7ed66ebc9b3e1" }, "arm64": { - "url": "https://download.jetbrains.com/rustrover/RustRover-2026.2.2-aarch64.exe#/dl.7z", - "hash": "cc45c40ae859e87a6bd4821d277828c3d60176892588c5e8796def4623e88663" + "url": "https://download.jetbrains.com/rustrover/RustRover-2026.2.3-aarch64.exe#/dl.7z", + "hash": "7735670284bc3c5c242731032302749dfbd565e1fc69f3caa25ac49e73f8c62a" } }, "extract_to": "IDE", From 60510e3bd7b9051defe3bdefd0230b961b3c8a9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 12:41:36 +0000 Subject: [PATCH 804/964] telegram: Update to version 7.2.9 --- bucket/telegram.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/telegram.json b/bucket/telegram.json index b112a68efd56d2..532e775d68fabe 100644 --- a/bucket/telegram.json +++ b/bucket/telegram.json @@ -1,20 +1,20 @@ { - "version": "7.2.8", + "version": "7.2.9", "description": "A messaging app with a focus on speed and security", "homepage": "https://telegram.org", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.8/td-portable-win-x64-7.2.8.zip", - "hash": "7ee7f3cef6e89814f083bd60a726888acd5413c819f14a15151e2fdd4c77d32f" + "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.9/td-portable-win-x64-7.2.9.zip", + "hash": "55bdf26ed8160ef40cbb8889f2715e2c9f41733a3715a5e0c23a03bd2988095f" }, "32bit": { - "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.8/td-portable-win-x86-7.2.8.zip", - "hash": "c4913d54c964f95f022f52d2bccdd21e67f7282f7dc6c1d6ba31ffd8d1546bbe" + "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.9/td-portable-win-x86-7.2.9.zip", + "hash": "aab60a75cd6ad15fdc4ae11f013272205422c376813e8b05dd2d039ee15b989c" }, "arm64": { - "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.8/td-portable-win-arm-7.2.8.zip", - "hash": "47d62d7838f993d7c73b35ced44ee3feb683811b045b456f3a6d13f42220ed5f" + "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v7.2.9/td-portable-win-arm-7.2.9.zip", + "hash": "c08d045a07ee6a55fbaab437844facd7881ddeb1af662b95305c6ac6bb1eb0c7" } }, "extract_dir": "Telegram", From 76442904ea4c31cd2526e530b48657ab37e2e686 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 12:41:37 +0000 Subject: [PATCH 805/964] treesheets: Update to version 3369 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index 387ac23e2ffbd8..cfb5c77e6318f4 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3367", + "version": "3369", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3367/TreeSheets-3367-winx64.zip", - "hash": "c0b16606897ad6da4e6d7e62798546f3127b0a9a7e643e9ded581ee72d4dc676", - "extract_dir": "TreeSheets-3367-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3369/TreeSheets-3369-winx64.zip", + "hash": "f06088125da11342904d8f5a8b53a7810f32abd95faada489bff945507877214", + "extract_dir": "TreeSheets-3369-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3367/TreeSheets-3367-winarm64.zip", - "hash": "4d3777c05184fa7ffafc3838e6a47b207aa6ceee26ee07016dc1ec7d09256037", - "extract_dir": "TreeSheets-3367-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3369/TreeSheets-3369-winarm64.zip", + "hash": "50a062121f3dfaee589f509c7d9b77e33293ad1d1df8f1af489a6d9e02aaa7f9", + "extract_dir": "TreeSheets-3369-winarm64" } }, "pre_install": [ From 2dad7fe204840cca336ea291b65f04b9e249d443 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 12:41:37 +0000 Subject: [PATCH 806/964] vivaldi: Update to version 8.2.4133.64 --- bucket/vivaldi.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/vivaldi.json b/bucket/vivaldi.json index 9dd85c3d9c480f..1ea5b4de9b44e3 100644 --- a/bucket/vivaldi.json +++ b/bucket/vivaldi.json @@ -1,20 +1,20 @@ { - "version": "8.2.4133.52", + "version": "8.2.4133.64", "description": "An innovatively designed web browser, based on Blink, for users in Vivaldi.net community that replaced departed My Opera.", "homepage": "https://vivaldi.com/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.52.x64.exe#/dl.7z", - "hash": "68124557ae03a28e5669ad4c62eb2c8a1771740d8a7866385d2cf3a33b379614" + "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.64.x64.exe#/dl.7z", + "hash": "1a343ef0bac62536bc11cc781fd2bd20f5d471049ab6bec346d70433b86c32ee" }, "32bit": { - "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.52.exe#/dl.7z", - "hash": "1d100598b342e3d1981cf9b030ca353183cfa389adf3863955dc8b60f7905601" + "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.64.exe#/dl.7z", + "hash": "f305b778bad5dfa670bf594f82867abf85c0d2b4969be213bfb4d7b14bb042d2" }, "arm64": { - "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.52.arm64.exe#/dl.7z", - "hash": "8ed10e1159e7399371ceedef0cb7ccf76ca0b10b823d160dcded9cc114d80798" + "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.64.arm64.exe#/dl.7z", + "hash": "21579319e0f33cb3b3e9be70df3f3d4ca75dd0a862e7ffbb059d0b38b0d34b80" } }, "installer": { From 66342a74f00bda92730e784f76c6f0e133818930 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:31:46 +0000 Subject: [PATCH 807/964] bitwarden: Update to version 2026.9.0 --- bucket/bitwarden.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bitwarden.json b/bucket/bitwarden.json index 614d7761991a7b..f712b2d544d2b1 100644 --- a/bucket/bitwarden.json +++ b/bucket/bitwarden.json @@ -1,10 +1,10 @@ { - "version": "2026.8.0", + "version": "2026.9.0", "description": "Password management solutions for individuals, teams, and business organizations", "homepage": "https://bitwarden.com", "license": "GPL-3.0-or-later", - "url": "https://github.com/bitwarden/clients/releases/download/desktop-v2026.8.0/Bitwarden-Portable-2026.8.0.exe", - "hash": "8defba27c6d3101f6341e72d375bc4f482dc184b6b9ae9f1223bf46e98d09707", + "url": "https://github.com/bitwarden/clients/releases/download/desktop-v2026.9.0/Bitwarden-Portable-2026.9.0.exe", + "hash": "34442f678f0080d20efac34fea46064e7c58fe0db4eeeaecde049a2a575f8b20", "pre_install": [ "Rename-Item \"$dir\\Bitwarden-Portable-$version.exe\" 'Bitwarden.exe'", "# copy config from non-portable version", From 834a6b4f2e80dce6e21f584643bbf17060e28eba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:31:46 +0000 Subject: [PATCH 808/964] claude: Update to version 2.2553.0 --- bucket/claude.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/claude.json b/bucket/claude.json index 0cf72d880931ae..4d09d0405e92c0 100644 --- a/bucket/claude.json +++ b/bucket/claude.json @@ -1,5 +1,5 @@ { - "version": "2.110.1", + "version": "2.2553.0", "description": "Next generation AI assistant built by Anthropic.", "homepage": "https://claude.com/product/overview", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-2.110.1-full.nupkg", - "hash": "sha1:e9eb39e4e79a25478698d6c2d35478b36f3a2e82" + "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-2.2553.0-full.nupkg", + "hash": "sha1:c1b1351977bfd6d2bc71418c3e12c074b4da8ef2" }, "arm64": { - "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-2.110.1-full.nupkg", - "hash": "sha1:c7e2d55bcfabde8664190a21ef6c2f0fed608ab7" + "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-2.2553.0-full.nupkg", + "hash": "sha1:d2fcaf3f57cd8ebd8aab687f46628c51ef8e0eb7" } }, "extract_dir": "lib\\net45", From 5e3dd797876d02be0f7144d52412cb04f33e3433 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:31:46 +0000 Subject: [PATCH 809/964] floorp: Update to version 12.18.0 --- bucket/floorp.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/floorp.json b/bucket/floorp.json index 47a354973c0744..79bae58b2fd17e 100644 --- a/bucket/floorp.json +++ b/bucket/floorp.json @@ -1,5 +1,5 @@ { - "version": "12.17.2", + "version": "12.18.0", "description": "A Browser build for keeping the Open, Private and Sustainable Web alive. Based on Mozilla Firefox.", "homepage": "https://github.com/Floorp-Projects", "license": "MPL-2.0", @@ -11,8 +11,8 @@ ], "architecture": { "64bit": { - "url": "https://github.com/Floorp-Projects/Floorp-Portable-v2/releases/download/v12.17.2/floorp-windows-x86_64.portable.7z", - "hash": "246adeb0e4e7dbf547dbec454f468b601c3b19337367919a71bb6789e7244851" + "url": "https://github.com/Floorp-Projects/Floorp-Portable-v2/releases/download/v12.18.0/floorp-windows-x86_64.portable.7z", + "hash": "01f8884f30527f50288baffc398c16a3612a144469a7fbe3d979927710000d71" } }, "post_install": "floorp.exe -CreateProfile \"Scoop $persist_dir\\data\\profile\\default\"", From ba6310f9d6ed263e4ee12f2c27506826fa2e5e2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:31:47 +0000 Subject: [PATCH 810/964] gtoolkit: Update to version 1.1.588 --- bucket/gtoolkit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gtoolkit.json b/bucket/gtoolkit.json index ee18c3bde6edd9..08d7f2d64368dc 100644 --- a/bucket/gtoolkit.json +++ b/bucket/gtoolkit.json @@ -1,16 +1,16 @@ { - "version": "1.1.587", + "version": "1.1.588", "description": "A moldable development environment.", "homepage": "https://gtoolkit.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.587/GlamorousToolkit-Windows-x86_64-v1.1.587.zip", - "hash": "596450499831d9b9bb5605e0f0b9e8a4216f5a09ad8d2adcc4257993f1cff050" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.588/GlamorousToolkit-Windows-x86_64-v1.1.588.zip", + "hash": "57b6f5c81d0d9960d3c30b526bf37cd6fbaa4905693429a237b18021ef888d9f" }, "arm64": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.587/GlamorousToolkit-Windows-aarch64-v1.1.587.zip", - "hash": "349765651a14ec062edd248ee51bc93e2ae3d1647baa82a09a6a719498a4ed12" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.588/GlamorousToolkit-Windows-aarch64-v1.1.588.zip", + "hash": "8284512e11ecc57dc98d5451afd106a07988e61f2f055566e292883a800d3bf6" } }, "bin": "bin\\GlamorousToolkit-cli.exe", From 80efd0993062a2d819199d71ea920a1f0a1dc3a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:31:47 +0000 Subject: [PATCH 811/964] hfs: Update to version 3.3.1 --- bucket/hfs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/hfs.json b/bucket/hfs.json index 5d4cd3d85bae13..0729233fe019ca 100644 --- a/bucket/hfs.json +++ b/bucket/hfs.json @@ -1,12 +1,12 @@ { - "version": "3.3.0", + "version": "3.3.1", "description": "A web file server to run on your computer", "homepage": "https://rejetto.com/hfs", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/rejetto/hfs/releases/download/v3.3.0/hfs-windows-x64-3.3.0.zip", - "hash": "316c7bcadc2cc190a98e6a1908b3057e7be90e77c3e29ec7b57509b19d93563d" + "url": "https://github.com/rejetto/hfs/releases/download/v3.3.1/hfs-windows-x64-3.3.1.zip", + "hash": "7632d1ae14d182336b4fe1e72cd22d672a4cb1beb0bc32fc7467013baf31eb90" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\config.yaml\")) { New-Item \"$dir\\config.yaml\" | Out-Null }", From 74f5c520c126fe16bb59d42e1f2fad721e7b79f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:31:47 +0000 Subject: [PATCH 812/964] icnsify: Update to version 4.0.1 --- bucket/icnsify.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/icnsify.json b/bucket/icnsify.json index ab2b02d6d64f33..525d5a727fb567 100644 --- a/bucket/icnsify.json +++ b/bucket/icnsify.json @@ -1,20 +1,20 @@ { - "version": "2.2.7", + "version": "4.0.1", "description": "CLI to easily convert .jpg and .png to .icns and vice versa", "homepage": "https://github.com/JackMordaunt/icns", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/JackMordaunt/icns/releases/download/v2.2.7/icns_2.2.7_Windows_amd64.zip", - "hash": "a7cda0a607e0e3d1c4c29e1d8262010e4b9fc929328bba5246a74bff1aeaa2c7" + "url": "https://github.com/JackMordaunt/icns/releases/download/v4.0.1/icns_4.0.1_Windows_amd64.zip", + "hash": "8102277ecbcbc6e26e9508fe880334a33b2a69d6bec0a3606a4fd6b304db445c" }, "32bit": { - "url": "https://github.com/JackMordaunt/icns/releases/download/v2.2.7/icns_2.2.7_Windows_386.zip", - "hash": "6875fe7651753013770b6fd8ef61c91ec9d9b8c875ae4ddf54a68201a8000327" + "url": "https://github.com/JackMordaunt/icns/releases/download/v4.0.1/icns_4.0.1_Windows_386.zip", + "hash": "17720c2c4b6194daf8f2faa44bf6a5cc21f6f1d5aa06c1f0080d41bffb62dee3" }, "arm64": { - "url": "https://github.com/JackMordaunt/icns/releases/download/v2.2.7/icns_2.2.7_Windows_arm64.zip", - "hash": "76646231e55d0113fd83ee890ad20a33affccd31c5e24e7b7ab558a2cdb3f021" + "url": "https://github.com/JackMordaunt/icns/releases/download/v4.0.1/icns_4.0.1_Windows_arm64.zip", + "hash": "34f3ce26db0e6abe9b16b98004103b21df3bed1635eb2c33ea7444f8d5cfc866" } }, "bin": "icnsify.exe", From 26353f3c24a51d5b7832beca31440bc85ba4f2c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:31:48 +0000 Subject: [PATCH 813/964] jetbrains-toolbox: Update to version 3.8.1.88030 --- bucket/jetbrains-toolbox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jetbrains-toolbox.json b/bucket/jetbrains-toolbox.json index 0f7fd68743f09d..12d27da3f0cb6b 100644 --- a/bucket/jetbrains-toolbox.json +++ b/bucket/jetbrains-toolbox.json @@ -1,5 +1,5 @@ { - "version": "3.8.0.87909", + "version": "3.8.1.88030", "description": "Toolbox App. A control panel for all JetBrains tools.", "homepage": "https://www.jetbrains.com/toolbox/", "license": { @@ -10,8 +10,8 @@ "By default all your tools are installed into '$dir\\apps' folder and are persisted.", "This could be changed inside settings menu." ], - "url": "https://download.jetbrains.com/toolbox/jetbrains-toolbox-3.8.0.87909.exe", - "hash": "af7d29ab28723a3eccb7583fd2a9b6b798f57cdaa44b1627540276f3ae8c298d", + "url": "https://download.jetbrains.com/toolbox/jetbrains-toolbox-3.8.1.88030.exe", + "hash": "c3d119512751309369b41bde0e7c6c20b73dd58e2a5a13e5549103b5c813e1e6", "pre_install": [ "Expand-7zipArchive \"$dir\\jetbrains-toolbox-$version.exe\" \"$dir\\installer\" -Removal", "Expand-7zipArchive \"$dir\\installer\\.text\" \"$dir\"", From 6969ebd5d929ea5350e194d7ff85e42d093d2d9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:31:48 +0000 Subject: [PATCH 814/964] mpv-git: Update to version 202609171246 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index 406168bd363449..6d4d82bf8c02cf 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609161248", + "version": "202609171246", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-16-0b7ed670f7/mpv-x86_64-20260916-git-0b7ed670f7.7z", - "hash": "dc3fabf798bd809710d1f9d01c6fe6a2370e572cb66f96f87d11cbabac0e535b" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-17-0b7ed670f7/mpv-x86_64-20260917-git-0b7ed670f7.7z", + "hash": "69c86dd31243963cfac5f6cf98ccbb15ef1a298b6fe96cc318e31e143bff3f02" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-16-0b7ed670f7/mpv-aarch64-20260916-git-0b7ed670f7.7z", - "hash": "370be79069cbaa895f96355023f13e24edc4f94852d25914ece1fc94d5bfe862" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-17-0b7ed670f7/mpv-aarch64-20260917-git-0b7ed670f7.7z", + "hash": "d483fd61c0292e0ecfc9c9802beeb3ba19a48a38d88bf1152d4f30ddefb846ce" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From 5155b2c3889e0e81fb41b1bdf55cf3bee9eb2d7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:31:49 +0000 Subject: [PATCH 815/964] natscli: Update to version 0.5.0 --- bucket/natscli.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/natscli.json b/bucket/natscli.json index 88ffee2cfafb0e..e6b377d622ee29 100644 --- a/bucket/natscli.json +++ b/bucket/natscli.json @@ -1,23 +1,23 @@ { - "version": "0.4.0", + "version": "0.5.0", "homepage": "https://github.com/nats-io/natscli", "description": "The NATS Command Line Interface.", "license": "Apache-2.0", "architecture": { "32bit": { - "url": "https://github.com/nats-io/natscli/releases/download/v0.4.0/nats-0.4.0-windows-386.zip", - "hash": "d3b89ccce0f12fd61123a8b24da703a86310c9541b18fe746041d04605705e09", - "extract_dir": "nats-0.4.0-windows-386" + "url": "https://github.com/nats-io/natscli/releases/download/v0.5.0/nats-0.5.0-windows-386.zip", + "hash": "9f5c025f4469407c9bfd203074eafca3ded2e9fd1186a71351d078dcd6a3b1ef", + "extract_dir": "nats-0.5.0-windows-386" }, "64bit": { - "url": "https://github.com/nats-io/natscli/releases/download/v0.4.0/nats-0.4.0-windows-amd64.zip", - "hash": "72f87f901b6026f2b749dbf77b9b2d82590643e7c35f101809fcd5a01486c407", - "extract_dir": "nats-0.4.0-windows-amd64" + "url": "https://github.com/nats-io/natscli/releases/download/v0.5.0/nats-0.5.0-windows-amd64.zip", + "hash": "1f1ea2b5ff1acf97e0e1c486b1695edc64256233c70c4e888cce2370fd549025", + "extract_dir": "nats-0.5.0-windows-amd64" }, "arm64": { - "url": "https://github.com/nats-io/natscli/releases/download/v0.4.0/nats-0.4.0-windows-arm64.zip", - "hash": "6261ad31ee5207034693fa3fe1aea33fc6652284e2d58f3e9932296647e517fe", - "extract_dir": "nats-0.4.0-windows-arm64" + "url": "https://github.com/nats-io/natscli/releases/download/v0.5.0/nats-0.5.0-windows-arm64.zip", + "hash": "2ad2d4443a1e4d8f4f16c1a1ead16ce88bc5a2a14a94163a87f434e1b9d49ec3", + "extract_dir": "nats-0.5.0-windows-arm64" } }, "bin": "nats.exe", From 4b4d1eb3904c5034bc94602edac4b4e784265126 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:31:49 +0000 Subject: [PATCH 816/964] okular: Update to version 26.08-7942 --- bucket/okular.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/okular.json b/bucket/okular.json index 2ff752dbea6a25..16da8ea6f27dfd 100644 --- a/bucket/okular.json +++ b/bucket/okular.json @@ -1,13 +1,13 @@ { - "version": "26.08-7936", + "version": "26.08-7942", "description": "Universal document viewer", "homepage": "https://okular.kde.org", "license": "LGPL-2.0-only", "notes": "If you want to get the latest development branch-based installer, please install `okular-nightly` from Versions bucket.", "architecture": { "64bit": { - "url": "https://cdn.kde.org/ci-builds/graphics/okular/release-26.08/windows/okular-release_26.08-7936-windows-cl-msvc2022-x86_64.7z", - "hash": "d4cd4ca582bb86b19bd94d631769f096c07398b21b201e3c0c94d0a37cd66a71" + "url": "https://cdn.kde.org/ci-builds/graphics/okular/release-26.08/windows/okular-release_26.08-7942-windows-cl-msvc2022-x86_64.7z", + "hash": "d97064780124a8de224040ba04b7eb14b778963f95bd48705113face99aec7ee" } }, "bin": "bin\\okular.exe", From 6eee157773b22c7bfac432e6181badf6163894aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:31:49 +0000 Subject: [PATCH 817/964] phpstorm: Update to version 2026.2.3-262.10968.76 --- bucket/phpstorm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/phpstorm.json b/bucket/phpstorm.json index 61fedac789f543..108ac6f48abf97 100644 --- a/bucket/phpstorm.json +++ b/bucket/phpstorm.json @@ -1,13 +1,13 @@ { - "version": "2026.2.2-262.10315.130", + "version": "2026.2.3-262.10968.76", "description": "Cross-Platform IDE for PHP by JetBrains.", "homepage": "https://www.jetbrains.com/phpstorm/", "license": { "identifier": "Proprietary", "url": "https://www.jetbrains.com/store/license.html" }, - "url": "https://download.jetbrains.com/webide/PhpStorm-2026.2.2.win.zip", - "hash": "ba2ef0d5e9909ec7ddfbf4bb21eb6072ab0939d02ddedec18819b031c0992371", + "url": "https://download.jetbrains.com/webide/PhpStorm-2026.2.3.win.zip", + "hash": "0ac4c2d935040edcfef5d8585055f2851b2cc09a5820b09c5009eedf00f1e57f", "extract_to": "IDE", "installer": { "script": [ From 472c58e67424123a0e2c748f6f715d3d86172e0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:31:50 +0000 Subject: [PATCH 818/964] spotify: Update to version 1.3.1.234.g59d6bf59 --- bucket/spotify.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/spotify.json b/bucket/spotify.json index 8888fe41a660e7..9d85528c03c84a 100644 --- a/bucket/spotify.json +++ b/bucket/spotify.json @@ -1,5 +1,5 @@ { - "version": "1.3.0.277.g5441bb3e", + "version": "1.3.1.234.g59d6bf59", "description": "A digital music service that gives you access to millions of songs.", "homepage": "https://www.spotify.com/", "license": { @@ -9,11 +9,11 @@ "architecture": { "64bit": { "url": "https://download.scdn.co/SpotifyFullSetupX64.exe", - "hash": "3a76afec6b799b75013c45b2e5033566410a4b7873feef22e65d352382464273" + "hash": "6c25d92dd38ddbfc1e4970765e865766d8ae2ef1758c6af8e9122c5050ee66dc" }, "arm64": { "url": "https://download.scdn.co/SpotifyFullSetupARM64.exe", - "hash": "e7b2292149ff3192a133d9cdc86d6ba289b2e25e51e06f47bec2f139f1c7d6db" + "hash": "fb6d58a6c733136472c7a8dd4470fb6e41c891f6df303d8ce4d7ce93664d10c2" } }, "installer": { From bee19b0c1e44652f8a77550744b0fc66dba8eb1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:31:50 +0000 Subject: [PATCH 819/964] webstorm: Update to version 2026.2.3-262.10968.77 --- bucket/webstorm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/webstorm.json b/bucket/webstorm.json index 144f0130cc2078..f7da73c64afa04 100644 --- a/bucket/webstorm.json +++ b/bucket/webstorm.json @@ -1,13 +1,13 @@ { - "version": "2026.2.2-262.10315.144", + "version": "2026.2.3-262.10968.77", "description": "Cross-Platform IDE for JavaScript by JetBrains.", "homepage": "https://www.jetbrains.com/webstorm/", "license": { "identifier": "Proprietary", "url": "https://www.jetbrains.com/store/license.html" }, - "url": "https://download.jetbrains.com/webstorm/WebStorm-2026.2.2.win.zip", - "hash": "48f54904e8cc85001e5db7aa124ac31155bda3161754ee1256d79dcbc50f2766", + "url": "https://download.jetbrains.com/webstorm/WebStorm-2026.2.3.win.zip", + "hash": "07fe98cc359f558f93aff6d1c5cfaaa2fc19e193447ce36ba6d00cc78ca38e35", "extract_to": "IDE", "pre_install": [ "Get-ChildItem \"$persist_dir\\IDE\\bin\\webstorm*.exe.vmoptions\" -ErrorAction SilentlyContinue | Copy-Item -Destination \"$dir\\IDE\\bin\"", From 98b68884c3f19868e090a1c5bcb2f23283e13f7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 18:13:40 +0000 Subject: [PATCH 820/964] renderdoc@1.46: Fix hash (Closes #18766) --- bucket/renderdoc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/renderdoc.json b/bucket/renderdoc.json index b47d91b16ee189..e607286462b65d 100644 --- a/bucket/renderdoc.json +++ b/bucket/renderdoc.json @@ -6,11 +6,11 @@ "architecture": { "64bit": { "url": "https://renderdoc.org/stable/1.46/RenderDoc_1.46_64.msi", - "hash": "8e4e2041a144e830b64774de4b30be2d5f16d1ef289915bae1a97107ec9ff87a" + "hash": "135dc762f9108b46e81839d816e51800010baa053a5ccdbe523b5d5dc906d383" }, "32bit": { "url": "https://renderdoc.org/stable/1.46/RenderDoc_1.46_32.msi", - "hash": "47a20f6f79399c05c3417ecbbde31219aa785830d1c9f7b339ccc0ae0f09559f" + "hash": "96b25e50d4c66b96bdf0686f886480d5b788f9f072cd3a34d75b5099c8ee9905" } }, "extract_dir": "PFiles\\RenderDoc", From fe09d02e5ff380d3913bbceb1faca90bf85bddbe Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik Date: Thu, 17 Sep 2026 22:19:27 +0300 Subject: [PATCH 821/964] workrave: Update to version 1.11.1, switch to portable, fix chekver & autoupdate --- bucket/workrave.json | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/bucket/workrave.json b/bucket/workrave.json index 0c9d64027b6933..2d81870c51aa3a 100644 --- a/bucket/workrave.json +++ b/bucket/workrave.json @@ -1,22 +1,31 @@ { - "version": "1.10.54", + "version": "1.11.1", "description": "Recovery and prevention of Repetitive Strain Injury (RSI)", - "homepage": "http://www.workrave.org", + "homepage": "https://workrave.org/", "license": "GPL-3.0-only", - "url": "https://github.com/rcaelers/workrave/releases/download/v1_10_54/workrave-win32-v1.10.54.exe", - "hash": "e9afc83714623ef2a8fd0e38bfd608341d500c5ce26227e4a14160a7ae864702", - "innosetup": true, + "architecture": { + "64bit": { + "url": "https://github.com/rcaelers/workrave/releases/download/v1_11_1/workrave-windows-1.11.1-portable.zip", + "hash": "5c3c96eb722b96a1abc8ea1c87aea0df3cb2bfcbeabf53be9af8eabf1ab2d402" + } + }, + "extract_dir": "Workrave", "shortcuts": [ [ - "lib\\workrave.exe", + "bin\\workrave.exe", "Workrave" ] ], "checkver": { - "github": "https://github.com/rcaelers/workrave", - "regex": "workrave-win32-v([\\d.]+)\\.exe" + "github": "https://api.github.com/repos/rcaelers/workrave/releases/latest", + "jsonpath": "$..browser_download_url", + "regex": "workrave-windows-([\\d.]+)-portable\\.zip" }, "autoupdate": { - "url": "https://github.com/rcaelers/workrave/releases/download/v$underscoreVersion/workrave-win32-v$version.exe" + "architecture": { + "64bit": { + "url": "https://github.com/rcaelers/workrave/releases/download/v$underscoreVersion/workrave-windows-$version-portable.zip" + } + } } } From 4d469872c35e7331c600b3a760e675006b7df5d7 Mon Sep 17 00:00:00 2001 From: Black Winner Yoshi <110560149+BlackWinnerYoshi@users.noreply.github.com> Date: Thu, 17 Sep 2026 19:54:42 +0000 Subject: [PATCH 822/964] discordchatexporter@2.48: Update description and license (#18767) * Drop `vcredist2022` from `suggest`. --- bucket/discordchatexporter.json | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/bucket/discordchatexporter.json b/bucket/discordchatexporter.json index 720df03946169b..432deb52107f46 100644 --- a/bucket/discordchatexporter.json +++ b/bucket/discordchatexporter.json @@ -1,20 +1,17 @@ { "version": "2.48", - "description": "Exports Discord chat logs to a file", + "description": "An application that can be used to export message history from any Discord channel to a file.", "homepage": "https://github.com/Tyrrrz/DiscordChatExporter", - "license": "GPL-3.0-only", - "suggest": { - "vcredist": "extras/vcredist2022" - }, + "license": "MIT", "architecture": { - "64bit": { - "url": "https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.48/DiscordChatExporter.win-x64.zip", - "hash": "8952ec09078964220b24b23485fdcb1d2b1975d0bbcfccf8775affad12c42c89" - }, "32bit": { "url": "https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.48/DiscordChatExporter.win-x86.zip", "hash": "7ec491ca0e8772aa9d0536c4d6a2f9c59d4b9ab99c8d328062a1974d25da803c" }, + "64bit": { + "url": "https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.48/DiscordChatExporter.win-x64.zip", + "hash": "8952ec09078964220b24b23485fdcb1d2b1975d0bbcfccf8775affad12c42c89" + }, "arm64": { "url": "https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.48/DiscordChatExporter.win-arm64.zip", "hash": "88843c079159189aabbcbab8ef198e11ff61cd41499e841fe05d102b6240c245" @@ -32,12 +29,12 @@ "checkver": "github", "autoupdate": { "architecture": { - "64bit": { - "url": "https://github.com/Tyrrrz/DiscordChatExporter/releases/download/$version/DiscordChatExporter.win-x64.zip" - }, "32bit": { "url": "https://github.com/Tyrrrz/DiscordChatExporter/releases/download/$version/DiscordChatExporter.win-x86.zip" }, + "64bit": { + "url": "https://github.com/Tyrrrz/DiscordChatExporter/releases/download/$version/DiscordChatExporter.win-x64.zip" + }, "arm64": { "url": "https://github.com/Tyrrrz/DiscordChatExporter/releases/download/$version/DiscordChatExporter.win-arm64.zip" } From 4306317dd2c50562048236ed3b6196bf25d2b7de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 20:30:42 +0000 Subject: [PATCH 823/964] everythingtoolbar: Update to version 3.4.0 --- bucket/everythingtoolbar.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/everythingtoolbar.json b/bucket/everythingtoolbar.json index 6d7402fb2ff332..99b1505869d860 100644 --- a/bucket/everythingtoolbar.json +++ b/bucket/everythingtoolbar.json @@ -1,5 +1,5 @@ { - "version": "3.3.0", + "version": "3.4.0", "description": "Everything integration for the Windows taskbar.", "homepage": "https://github.com/srwi/EverythingToolbar", "license": { @@ -13,12 +13,12 @@ "innosetup": true, "architecture": { "64bit": { - "url": "https://github.com/srwi/EverythingToolbar/releases/download/3.3.0/EverythingToolbar-3.3.0-x64.exe", - "hash": "0d2c6895150f5977d218f22f4ba07f4285a1d2f441bf2f7a5244811ba3efed82" + "url": "https://github.com/srwi/EverythingToolbar/releases/download/3.4.0/EverythingToolbar-3.4.0-x64.exe", + "hash": "41841f7fd693979e15e1d3416e0c0e1598b4b2a644079b7dfae36e1fb94e16fd" }, "arm64": { - "url": "https://github.com/srwi/EverythingToolbar/releases/download/3.3.0/EverythingToolbar-3.3.0-arm64.exe", - "hash": "7daf3591ef0be3bd3422e0e280dfffa98515f8f9ba5100503a0e806d2f3398d1" + "url": "https://github.com/srwi/EverythingToolbar/releases/download/3.4.0/EverythingToolbar-3.4.0-arm64.exe", + "hash": "52cfcf64ed61f0391ceea18387d17d1bf2c7e76adcf90a4c3127f42cf4ed2845" } }, "pre_install": [ From 1c05fed5d8e3753a364c8bfc264836e39aeb83ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 20:30:42 +0000 Subject: [PATCH 824/964] forkgram: Update to version 7.2.9 --- bucket/forkgram.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/forkgram.json b/bucket/forkgram.json index 7b271386cf6fb6..d8436d47c980af 100644 --- a/bucket/forkgram.json +++ b/bucket/forkgram.json @@ -1,5 +1,5 @@ { - "version": "7.2.8", + "version": "7.2.9", "description": "Fork of Telegram Desktop with quality-of-life enhancements.", "homepage": "https://t.me/forkgram", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/forkgram/tdesktop/releases/download/v7.2.8/Telegram.zip", - "hash": "b29a306eaf49288fa39fc1116672d7ffe7904cd86c1910a1a32f6f8c3954aa2a" + "url": "https://github.com/forkgram/tdesktop/releases/download/v7.2.9/Telegram.zip", + "hash": "3d919de028750a82a42639e6277a23b39dc3feb40d49c8d8610ed02058ed889b" }, "32bit": { - "url": "https://github.com/forkgram/tdesktop/releases/download/v7.2.8/Telegram_x86.zip", - "hash": "59aee55a9a222e89a336010c6bc7ece9b6f45f95f9b6a57af4115073b6611759" + "url": "https://github.com/forkgram/tdesktop/releases/download/v7.2.9/Telegram_x86.zip", + "hash": "1f403205fa6a99ff80e0722584270c1401e45a92ca7f4ca51480d5572e23779c" } }, "pre_install": [ From 05f12ebbf52905da034c4197c98b5e8a071ae727 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 20:30:43 +0000 Subject: [PATCH 825/964] ft2-clone: Update to version 2.24 --- bucket/ft2-clone.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ft2-clone.json b/bucket/ft2-clone.json index 2b6d96d0346d6b..83b699f2844966 100644 --- a/bucket/ft2-clone.json +++ b/bucket/ft2-clone.json @@ -1,17 +1,17 @@ { - "version": "2.23", + "version": "2.24", "description": "Music tracker Fasttracker 2 clone.", "homepage": "https://16-bits.org/ft2.php", "license": "BSD-3-clause", "architecture": { "64bit": { - "url": "https://16-bits.org/ft2-clone-v2.23-win64.zip", - "hash": "558aeebdf6f312da8ef8a8c0128e0a9a4affe3dc0a7e9b52bc4686305883c146", + "url": "https://16-bits.org/ft2-clone-v2.24-win64.zip", + "hash": "ad693414b2162081f7f3705bf59791f52d5b86f3ef74a8ce3b7132c980be0b94", "extract_dir": "ft2-clone-win64" }, "32bit": { - "url": "https://16-bits.org/ft2-clone-v2.23-win32.zip", - "hash": "2d257dde0149306b9358a8c9eb3a6182b4ed3f597993ea5b44feb1a895c1e607", + "url": "https://16-bits.org/ft2-clone-v2.24-win32.zip", + "hash": "fe9145275a0fc49b7f45a2395a553211add8b51379596428a30cef7e361c33a6", "extract_dir": "ft2-clone-win32" } }, From 6f7a692003a7285c61bf1f0d9b53969737d20da9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 20:30:43 +0000 Subject: [PATCH 826/964] googlechrome: Update to version 153.0.8010.53 --- bucket/googlechrome.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/googlechrome.json b/bucket/googlechrome.json index 30553f7b01a2d8..3b20c3861332ef 100644 --- a/bucket/googlechrome.json +++ b/bucket/googlechrome.json @@ -1,5 +1,5 @@ { - "version": "153.0.8010.48", + "version": "153.0.8010.53", "description": "Fast, secure, and free web browser, built for the modern web.", "homepage": "https://www.google.com/chrome/", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://dl.google.com/release2/chrome/ig4nfm6sbdjzxk3yt25rexgqeq_153.0.8010.48/153.0.8010.48_chrome_installer_uncompressed.exe#/dl.7z", - "hash": "471d275aa382ff8a020ca16494a3a59c089f1bf8a9c20bf323d6c97ea0f196b9" + "url": "https://dl.google.com/release2/chrome/adly7pfossl6tgaehaym5fxcveia_153.0.8010.53/153.0.8010.53_chrome_installer_uncompressed.exe#/dl.7z", + "hash": "084367bacc45625bd759b1907dda7f42a41b1f32f0ef72b9addc30cf19f8d928" }, "32bit": { - "url": "https://dl.google.com/release2/chrome/ac6yxli4ztfriblxod73vtohcw6q_153.0.8010.48/153.0.8010.48_chrome_installer_uncompressed.exe#/dl.7z", - "hash": "d405db36e4ce54eac171b4691edde4b90d561e9c5c3917e2dc8d85b78d515f70" + "url": "https://dl.google.com/release2/chrome/mwsb7ujkzo2mhag4h5lk2g65cu_153.0.8010.53/153.0.8010.53_chrome_installer_uncompressed.exe#/dl.7z", + "hash": "436e9aee4a4d26d561ee143df9976b3b80197c72f50ce342ec27321f1a4d35ff" }, "arm64": { - "url": "https://dl.google.com/release2/chrome/adfucik6y2tjhsqruigq2k6mluqa_153.0.8010.48/153.0.8010.48_chrome_installer_uncompressed.exe#/dl.7z", - "hash": "6767d7957514e848352d33b0ab53ba84e0410321921b645d8ead6606c62b16ad" + "url": "https://dl.google.com/release2/chrome/acvzxwx4z7x2u2uyn7pyl5kbjpcq_153.0.8010.53/153.0.8010.53_chrome_installer_uncompressed.exe#/dl.7z", + "hash": "72af61fb5ed65d06677a670e3c61c6e3805c8083f167c6aae30f5fd02f92acf9" } }, "extract_dir": "Chrome-bin", From 89c6f56bb2d28837a4cc388bcf25595ef1c202db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 20:30:44 +0000 Subject: [PATCH 827/964] goose: Update to version 1.51.0 --- bucket/goose.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/goose.json b/bucket/goose.json index 108c630941ed32..fc88d3e3141eb8 100644 --- a/bucket/goose.json +++ b/bucket/goose.json @@ -1,12 +1,12 @@ { - "version": "1.50.1", + "version": "1.51.0", "description": "An open-source, extensible AI agent that goes beyond code suggestions.", "homepage": "https://block.github.io/goose/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/block/goose/releases/download/v1.50.1/Goose-win32-x64.zip", - "hash": "20a1a13a90736264f747a27c154a5b61a2efb3678d1ab46c6717f1809f21d443" + "url": "https://github.com/block/goose/releases/download/v1.51.0/Goose-win32-x64.zip", + "hash": "505f3ea7993ae325999ef4c885c9bf961617f65a50fd5a1d482dc73b6fbc1006" } }, "shortcuts": [ From fad5f0438248c750ed796e85ce5971b72b3f0310 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 20:30:44 +0000 Subject: [PATCH 828/964] lunatranslator: Update to version 10.17.1.6 --- bucket/lunatranslator.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lunatranslator.json b/bucket/lunatranslator.json index 65bf6d5653eb5e..be9bc616d7558a 100644 --- a/bucket/lunatranslator.json +++ b/bucket/lunatranslator.json @@ -1,17 +1,17 @@ { - "version": "10.17.1.5", + "version": "10.17.1.6", "description": "A Visual Novel translation tool, with HOOK / OCR / clipboard support", "homepage": "https://github.com/HIllya51/LunaTranslator", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.5/LunaTranslator_x64.zip", - "hash": "c8b9c47dbf3cd7021d14b11f98a86b30cca59e0040e6119a6302ea4e3eef562c", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.6/LunaTranslator_x64.zip", + "hash": "a482d6404580ee1da7e19074660f08cd37ee8bcf31278f2e85b926f323eccc97", "extract_dir": "LunaTranslator_x64" }, "32bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.5/LunaTranslator_x86_win7.zip", - "hash": "9e6fe3bfbf3a65e2805414946d66e4220c5ef54fbec5930f50b351da41f2f54e", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.6/LunaTranslator_x86_win7.zip", + "hash": "d79455b33b2dda01b6e43a90b598a0e865f5353851dcc8212a5fe9f5ccb6d9dd", "extract_dir": "LunaTranslator_x86_win7" } }, From ff309ce9f566d8b30aa112c998f9e024044dc857 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 20:30:44 +0000 Subject: [PATCH 829/964] mpc-hc-fork: Update to version 2.8.2 --- bucket/mpc-hc-fork.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpc-hc-fork.json b/bucket/mpc-hc-fork.json index b7f2e7239d8f5f..f8cfd97b0ae929 100644 --- a/bucket/mpc-hc-fork.json +++ b/bucket/mpc-hc-fork.json @@ -1,12 +1,12 @@ { - "version": "2.8.1", + "version": "2.8.2", "description": "An extremely light-weight, open source media player for Windows.", "homepage": "https://github.com/clsid2/mpc-hc", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/clsid2/mpc-hc/releases/download/2.8.1/MPC-HC.2.8.1.x64.zip", - "hash": "b57afd92d7db4f09a2a878c945509fba3ad21847a03851224152a0342286eadc", + "url": "https://github.com/clsid2/mpc-hc/releases/download/2.8.2/MPC-HC.2.8.2.x64.zip", + "hash": "eefee5ac29fc33e6031e34e0e163e157212d272c1bcf576149d40c0c7abb32f4", "bin": [ [ "mpc-hc64.exe", @@ -21,8 +21,8 @@ ] }, "32bit": { - "url": "https://github.com/clsid2/mpc-hc/releases/download/2.8.1/MPC-HC.2.8.1.x86.zip", - "hash": "5f90a4f089a4379e5f103e35fffadbb01fff4597759acc49e9a657870c8be910", + "url": "https://github.com/clsid2/mpc-hc/releases/download/2.8.2/MPC-HC.2.8.2.x86.zip", + "hash": "fd8e668fc239cd19bf764ccdfb787176a749315180a6470680511d2c8cad2675", "bin": "mpc-hc.exe", "shortcuts": [ [ From d97983d2d287e657e698de4bd8d1fba8b72e9724 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 20:30:45 +0000 Subject: [PATCH 830/964] protobuf: Update to version 36.2 --- bucket/protobuf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/protobuf.json b/bucket/protobuf.json index a9e11b49578b28..cbc4ddc974dcfc 100644 --- a/bucket/protobuf.json +++ b/bucket/protobuf.json @@ -1,16 +1,16 @@ { - "version": "36.1", + "version": "36.2", "description": "Protocol compiler used to compile .proto files.", "homepage": "https://github.com/protocolbuffers/protobuf", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/protocolbuffers/protobuf/releases/download/v36.1/protoc-36.1-win64.zip", - "hash": "390e515cb456e6a978553bdb57baf087b054885077fd6da7f7ff0160279c07d6" + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v36.2/protoc-36.2-win64.zip", + "hash": "f0c128dc0d8492eceece83bb459a4c0e316764b929ffbf1aa416357fd644edd3" }, "32bit": { - "url": "https://github.com/protocolbuffers/protobuf/releases/download/v36.1/protoc-36.1-win32.zip", - "hash": "9f1da00ed49ee2eab0520c354c7edbfa69f567a9247cf81a7995fe5db27ceb9e" + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v36.2/protoc-36.2-win32.zip", + "hash": "031777688173e6414cfaead74da4c16d7cf2da490bca4e0d0c2458008587f105" } }, "bin": "bin\\protoc.exe", From 76274025cbfa1ce84f33a15414ae3804de7dc7df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 20:30:45 +0000 Subject: [PATCH 831/964] stunnel: Update to version 5.82 --- bucket/stunnel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/stunnel.json b/bucket/stunnel.json index d9f1f2b371913c..f5269e8ef2243a 100644 --- a/bucket/stunnel.json +++ b/bucket/stunnel.json @@ -1,5 +1,5 @@ { - "version": "5.81", + "version": "5.82", "description": "A multiplatform GNU/GPL-licensed proxy encrypting arbitrary TCP connections with SSL/TLS", "homepage": "https://www.stunnel.org", "license": "GPL-2.0-or-later", @@ -9,8 +9,8 @@ ], "architecture": { "64bit": { - "url": "https://www.stunnel.org/downloads/archive/5.x/stunnel-5.81-win64-installer.exe#/dl.7z", - "hash": "ec16df6313dced7c84f20dbb9c677847d0a5219bdd35ab40cde18c135abd0411" + "url": "https://www.stunnel.org/downloads/archive/5.x/stunnel-5.82-win64-installer.exe#/dl.7z", + "hash": "722c1ad626919af2b0034666b4d19cc4795e925c32f60e8f3c59af4fb3ad2dfc" } }, "uninstaller": { From 5ffcca0ad3886ef6380f9d4a5b8a550ceba4400f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 20:30:46 +0000 Subject: [PATCH 832/964] vipsdisp: Update to version 4.2.0 --- bucket/vipsdisp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vipsdisp.json b/bucket/vipsdisp.json index 33c12a6182f340..4dfdd04f93a05b 100644 --- a/bucket/vipsdisp.json +++ b/bucket/vipsdisp.json @@ -1,16 +1,16 @@ { - "version": "4.1.4", + "version": "4.2.0", "description": "Tiny libvips / gtk+4 image viewer", "homepage": "https://github.com/libvips/vipsdisp", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/libvips/vipsdisp/releases/download/v4.1.4/vipsdisp-x64-4.1.4.zip", - "hash": "e836eb7592112e83ac87018695f4535345b7cc3dbe93b0624b1392df092e0cee" + "url": "https://github.com/libvips/vipsdisp/releases/download/v4.2.0/vipsdisp-x64-4.2.0.zip", + "hash": "effdf491577d37b9c30a13a0ea9a1d529853e7eddf3f2b9731b9c96f31fe1411" }, "arm64": { - "url": "https://github.com/libvips/vipsdisp/releases/download/v4.1.4/vipsdisp-arm64-4.1.4.zip", - "hash": "9475b867dad83defda6e576df858f258c071a23441e08ed4df64dc3bde78419b" + "url": "https://github.com/libvips/vipsdisp/releases/download/v4.2.0/vipsdisp-arm64-4.2.0.zip", + "hash": "b5be445131971ca08ac3c396a7a2a21d7b7b460d0d55acfadd97399c9add7784" } }, "bin": "bin\\vipsdisp.exe", From dd661853da5cdcd7eae5bbb6ca3c5e19975c3f4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 20:30:46 +0000 Subject: [PATCH 833/964] vnote: Update to version 4.7.0 --- bucket/vnote.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/vnote.json b/bucket/vnote.json index a7a55d40fa8bf9..d7850cb90aca11 100644 --- a/bucket/vnote.json +++ b/bucket/vnote.json @@ -1,6 +1,6 @@ { "##": "Extract to subfolder to avoid overwriting existing manifest.json.", - "version": "4.6.1", + "version": "4.7.0", "description": "A pleasant note-taking platform", "homepage": "https://docs.vnote.fun", "license": "LGPL-3.0-only", @@ -10,9 +10,9 @@ ], "architecture": { "64bit": { - "url": "https://github.com/vnotex/vnote/releases/download/v4.6.1/VNote-4.6.1-win64.zip", - "hash": "243eb73fbdf4cf1fdb13a64cc1a76f7f64cd51a3e1c3c9a4bedd8b3f61d91190", - "extract_dir": "VNote-4.6.1-win64" + "url": "https://github.com/vnotex/vnote/releases/download/v4.7.0/VNote-4.7.0-win64.zip", + "hash": "ac328d0eb21e3cb4ff30265202ef8a6e4a53109e96664115521c008d7fcfef62", + "extract_dir": "VNote-4.7.0-win64" } }, "extract_to": "app", From 6ef6d4fea06922fa2aa7a65e8b1c0bc233aa9745 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 20:30:46 +0000 Subject: [PATCH 834/964] yaak: Update to version 2026.8.0 --- bucket/yaak.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/yaak.json b/bucket/yaak.json index b0a5d8b84cf147..396e6470909366 100644 --- a/bucket/yaak.json +++ b/bucket/yaak.json @@ -1,12 +1,12 @@ { - "version": "2026.7.1", + "version": "2026.8.0", "description": "A fast, privacy-first API client for REST, GraphQL, SSE, WebSocket, and gRPC.", "homepage": "https://yaak.app/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/mountain-loop/yaak/releases/download/v2026.7.1/Yaak_2026.7.1_x64-setup.exe#/dl.7z", - "hash": "09c4d69431be9b9173e41b64bede77626521476064cedaf529f50cdfc65a7ee4" + "url": "https://github.com/mountain-loop/yaak/releases/download/v2026.8.0/Yaak_2026.8.0_x64-setup.exe#/dl.7z", + "hash": "3ec6636d14d4df7a50f4d8b11962c17a74fb94e2aa192fb618404fbfe98ff26f" } }, "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninstall.exe\" -Force -Recurse -ErrorAction Ignore", From fcf6b3dd36da31109284b0fe95cb7f31bf798ff6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 20:30:47 +0000 Subject: [PATCH 835/964] zotero: Update to version 10.0.3 --- bucket/zotero.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zotero.json b/bucket/zotero.json index 9c63cabffdc0f6..877e4b46024505 100644 --- a/bucket/zotero.json +++ b/bucket/zotero.json @@ -1,20 +1,20 @@ { - "version": "10.0.2", + "version": "10.0.3", "description": "Open-source reference management software to manage bibliographic data and related research materials.", "homepage": "https://www.zotero.org/", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://download.zotero.org/client/release/10.0.2/Zotero-10.0.2_x64_setup.exe#/dl.7z", - "hash": "eb205ee244ba102dfe5ed4abe75323650cdd4de766de9796f9b93be5671febf6" + "url": "https://download.zotero.org/client/release/10.0.3/Zotero-10.0.3_x64_setup.exe#/dl.7z", + "hash": "d87dd113f9d7864c822c45a9176342abcaaa672bb3e710bf4b0e2c75bfb0d09f" }, "32bit": { - "url": "https://download.zotero.org/client/release/10.0.2/Zotero-10.0.2_win32_setup.exe#/dl.7z", - "hash": "ed15ffd0c6d1ea961918dfcc71272452cacb53bc0d0279db6ec78efe71200388" + "url": "https://download.zotero.org/client/release/10.0.3/Zotero-10.0.3_win32_setup.exe#/dl.7z", + "hash": "5db008e633943de2a03c1df4e30247270ead81efcba9e50862fa58edda56437b" }, "arm64": { - "url": "https://download.zotero.org/client/release/10.0.2/Zotero-10.0.2_arm64_setup.exe#/dl.7z", - "hash": "62622da06e247537343b12a4fcf5349ac67a4306c642f8f11efdc6fa0fbe6d71" + "url": "https://download.zotero.org/client/release/10.0.3/Zotero-10.0.3_arm64_setup.exe#/dl.7z", + "hash": "a5a0e70be8dc06a70a3768bb22a152536defaf7a947943330f05d01abb4867d7" } }, "extract_dir": "core", From 88599dd94487a1665e2fd87ebec6914245b3d776 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:03:44 +0000 Subject: [PATCH 836/964] beekeeper-studio: Update to version 6.1.2 --- bucket/beekeeper-studio.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/beekeeper-studio.json b/bucket/beekeeper-studio.json index 6ea6fc3d9fa2fc..b359248d8d997e 100644 --- a/bucket/beekeeper-studio.json +++ b/bucket/beekeeper-studio.json @@ -1,12 +1,12 @@ { - "version": "6.1.1", + "version": "6.1.2", "description": "SQL editor and database management", "homepage": "https://www.beekeeperstudio.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v6.1.1/Beekeeper-Studio-Setup-6.1.1.exe#/dl.7z", - "hash": "sha512:2a6faf9438b480f4ba5800867b5f762e530d69929aa7dc81f3dece4eace0dd9e4774ce4dffd5fe157fb1dc34f3280d4ab23e82f50078ab3d8f6022f29b587ed6", + "url": "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v6.1.2/Beekeeper-Studio-Setup-6.1.2.exe#/dl.7z", + "hash": "sha512:71f048382c8a73e1e6bfb6ac1435a077c1081b5885789c733a89092993c63c5434335eae1d6383ec3abfdee9c46876c82afb9ee75d46f5722ec2a7289ea5b828", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Force -Recurse" From f11953af8d7849eb2ee12ff144d3473c4bda54a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:03:45 +0000 Subject: [PATCH 837/964] cursor: Update to version 3.21.9 --- bucket/cursor.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cursor.json b/bucket/cursor.json index f8da303883e0bf..e0197da8db5f27 100644 --- a/bucket/cursor.json +++ b/bucket/cursor.json @@ -1,5 +1,5 @@ { - "version": "3.20.21", + "version": "3.21.9", "description": "The AI Code Editor", "homepage": "https://www.cursor.com/", "license": { @@ -9,12 +9,12 @@ "innosetup": true, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/production/f09fca384ceca23f7bf21f9c23655b162641d747/win32/x64/user-setup/CursorUserSetup-x64-3.20.21.exe", - "hash": "67373f57b6d357cabed12fd24dc6101f4d7f140eb950e9a1fe9e870f8ed48e7f" + "url": "https://downloads.cursor.com/production/9998796a6096ce83d83a9332bfe7473b985db750/win32/x64/user-setup/CursorUserSetup-x64-3.21.9.exe", + "hash": "f0ad9c2b20586a47c42cbbddbf235f2b14805dd043be9082d2ab3f32ad0e4b05" }, "arm64": { - "url": "https://downloads.cursor.com/production/f09fca384ceca23f7bf21f9c23655b162641d747/win32/arm64/user-setup/CursorUserSetup-arm64-3.20.21.exe", - "hash": "47de593eebbbf0bccdf1cd7e74d6367ab90e71543f49eb5736fb333102f898e1" + "url": "https://downloads.cursor.com/production/9998796a6096ce83d83a9332bfe7473b985db750/win32/arm64/user-setup/CursorUserSetup-arm64-3.21.9.exe", + "hash": "a8080cce514b317a30c3632eb78f92a1d119a84ac95bd6a14ab79d41440bdfd6" } }, "extract_dir": "{code_GetDestDir}", From f2d338c2415dd5c961019cd173c0de6e9bd66078 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:03:45 +0000 Subject: [PATCH 838/964] grok-bot: Update to version 0.56.1 --- bucket/grok-bot.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grok-bot.json b/bucket/grok-bot.json index cf61831ec198eb..edc427ab9e19d5 100644 --- a/bucket/grok-bot.json +++ b/bucket/grok-bot.json @@ -1,5 +1,5 @@ { - "version": "0.55.0", + "version": "0.56.1", "description": "Always-on AI agents from xAI and Cursor that work autonomously across your tools and apps.", "homepage": "https://x.ai/bot", "license": { @@ -8,13 +8,13 @@ }, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.55.0/Grok_Bot_0.55.0_Setup.exe#/dl.7z", - "hash": "bac7fe4e4d0e00bd2ebd730a4509f91f3efb9f89a29ef4cd4966d9cb567c3d57", + "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.56.1/Grok_Bot_0.56.1_Setup.exe#/dl.7z", + "hash": "bf32fec424425cd2a9a07d3efb687126a24be87250b44e27822ccd9a3feede35", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" }, "arm64": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.55.0/Grok_Bot_0.55.0_Setup.exe#/dl.7z", - "hash": "a0c09d507de9c50572b2c46fc21b195ee3225e15e806123152edff31346498ff", + "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.56.1/Grok_Bot_0.56.1_Setup.exe#/dl.7z", + "hash": "b5313f433a303677aeb6b7a7d175f22d4e571a4dcd7efa18b51ac2194ccd855d", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"" } }, From ca83af753532545bfb1ea4985a6b8dc17d48068a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:03:46 +0000 Subject: [PATCH 839/964] ldplayer: Update to version 14.0.27.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index fb6064754eb039..d56237f231167a 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.1", + "version": "14.0.27.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", - "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.27.1.exe", + "hash": "549e9788c8ce398c7d41df272a92531042509643a57a3fd31ca104c40ce2ff1b", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 35c549be402033f52e94f2fe259cca07edd9722f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:03:46 +0000 Subject: [PATCH 840/964] lmstudio-bionic: Update to version 1.1.4-3 --- bucket/lmstudio-bionic.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/lmstudio-bionic.json b/bucket/lmstudio-bionic.json index e6dbdede3f45b3..8169d13727d318 100644 --- a/bucket/lmstudio-bionic.json +++ b/bucket/lmstudio-bionic.json @@ -1,5 +1,5 @@ { - "version": "1.1.3-5", + "version": "1.1.4-3", "description": "Local-first AI agent for work and code. Runs open models on your machine (llama.cpp) or in LM Studio Cloud, with codebase, document and voice tools.", "homepage": "https://lmstudio.ai", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://bionic-installers.lmstudio.ai/win32/x64/1.1.3-5/Bionic-1.1.3-5-x64.exe#/dl.7z", - "hash": "5c174f25839796c05e630814ef91e16f28cece0be97cce7c8e1901a5ccf55dd8" + "url": "https://bionic-installers.lmstudio.ai/win32/x64/1.1.4-3/Bionic-1.1.4-3-x64.exe#/dl.7z", + "hash": "2caa3eead79bd376f9a585ca5b0327af7a093ff79d74af970494606ef54e8278" } }, "installer": { From 443dea70614eaeabf070ce5a031d29db17d8d75c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:03:46 +0000 Subject: [PATCH 841/964] mindwtr: Update to version 1.3.1 --- bucket/mindwtr.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mindwtr.json b/bucket/mindwtr.json index 135aa90a7b2bed..f4a13d9dda5b34 100644 --- a/bucket/mindwtr.json +++ b/bucket/mindwtr.json @@ -1,12 +1,12 @@ { - "version": "1.3.0", + "version": "1.3.1", "description": "A free GTD to-do app.", "homepage": "https://mindwtr.app", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/dongdongbh/Mindwtr/releases/download/v1.3.0/mindwtr_1.3.0_windows_x64_portable.zip", - "hash": "039c81bc773cc58c97dd42f91a5030f1be75c7313737173f5d1b1b3c8672ad34" + "url": "https://github.com/dongdongbh/Mindwtr/releases/download/v1.3.1/mindwtr_1.3.1_windows_x64_portable.zip", + "hash": "4f5ef11f48698e8b81868ddb06b1cf97bcb750349a7b7e45a179108a1c832c96" } }, "shortcuts": [ From 8a1927db73ddd83e0641e900e02b3b2cd2dc85ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:03:47 +0000 Subject: [PATCH 842/964] ollama-full: Update to version 0.34.2 --- bucket/ollama-full.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ollama-full.json b/bucket/ollama-full.json index 94efe206e3ab14..afaefed4e7da62 100644 --- a/bucket/ollama-full.json +++ b/bucket/ollama-full.json @@ -1,10 +1,10 @@ { - "version": "0.34.1", + "version": "0.34.2", "description": "Get up and running with large language models locally.", "homepage": "https://ollama.com/", "license": "MIT", - "url": "https://github.com/ollama/ollama/releases/download/v0.34.1/OllamaSetup.exe", - "hash": "a92986c86ab6854675ffd1b725db7c0350d40755895c95c397c58d61014e14d9", + "url": "https://github.com/ollama/ollama/releases/download/v0.34.2/OllamaSetup.exe", + "hash": "8c9eb7ba71f3c6a62df4c7d204cc4739d90c335e1cbeb07c99fd471544066a8b", "architecture": { "64bit": { "pre_install": [ From fa7964b458b3e62b35c111080b23ea4d3628067f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:03:47 +0000 Subject: [PATCH 843/964] qownnotes: Update to version 26.9.7 --- bucket/qownnotes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/qownnotes.json b/bucket/qownnotes.json index c72a6cb1532d5c..4c939c3e2cf699 100644 --- a/bucket/qownnotes.json +++ b/bucket/qownnotes.json @@ -1,12 +1,12 @@ { - "version": "26.9.6", + "version": "26.9.7", "description": "Plain-text notepad and todo-list manager with markdown support and Nextcloud / ownCloud integration", "homepage": "https://www.qownnotes.org/", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://github.com/pbek/QOwnNotes/releases/download/v26.9.6/QOwnNotes.zip", - "hash": "515af85dc647c9016eb1c8090e0e75cf2895acff4dfb68b9145cf8d5a5826f5d" + "url": "https://github.com/pbek/QOwnNotes/releases/download/v26.9.7/QOwnNotes.zip", + "hash": "0e4998bcf62e7b1d3485c1a6b9c42a2b7bdc98bdc194fb70295f2242019bfed0" } }, "shortcuts": [ From 794aa9078a785928d591ae44d03b25e23345b319 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:03:48 +0000 Subject: [PATCH 844/964] rio: Update to version 0.5.28 --- bucket/rio.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rio.json b/bucket/rio.json index 86d001af18ebf7..e754c28b2d8ab7 100644 --- a/bucket/rio.json +++ b/bucket/rio.json @@ -1,26 +1,26 @@ { - "version": "0.5.27", + "version": "0.5.28", "description": "A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers", "homepage": "https://github.com/raphamorim/rio", "license": "MIT", "architecture": { "64bit": { "url": [ - "https://github.com/raphamorim/rio/releases/download/v0.5.27/Rio-portable-x86_64.exe#/rio.exe", + "https://github.com/raphamorim/rio/releases/download/v0.5.28/Rio-portable-x86_64.exe#/rio.exe", "https://raw.githubusercontent.com/raphamorim/rio/main/misc/windows/rio.ico" ], "hash": [ - "399ae313311529e9a64e8f7ed76d9086c87773367400fc1b1bdcacbd9d3fe7cc", + "7c567ee7f512694caab13fc01517c191a3ff6c3acc1942eb619b53bcd3a00180", "df14ea18ec6cf01cc7709d4de0e14cfa0366b54fbbbee5e936be16db28b929cb" ] }, "arm64": { "url": [ - "https://github.com/raphamorim/rio/releases/download/v0.5.27/Rio-portable-aarch64.exe#/rio.exe", + "https://github.com/raphamorim/rio/releases/download/v0.5.28/Rio-portable-aarch64.exe#/rio.exe", "https://raw.githubusercontent.com/raphamorim/rio/main/misc/windows/rio.ico" ], "hash": [ - "3e0fc7ad864fb50d8701889482e2b0056b3ab363ad21e954c7e4ceae0b397c50", + "f1236741544923cae67a7f8812c5c8cfec729bc038d07920bbc677186941a003", "df14ea18ec6cf01cc7709d4de0e14cfa0366b54fbbbee5e936be16db28b929cb" ] } From 607425814d3743125795a56b67c33269c3363aec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:03:48 +0000 Subject: [PATCH 845/964] throne: Update to version 1.3.0 --- bucket/throne.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/throne.json b/bucket/throne.json index 8ad087407048a3..c17210d0715f05 100644 --- a/bucket/throne.json +++ b/bucket/throne.json @@ -1,20 +1,20 @@ { - "version": "1.2.4", + "version": "1.3.0", "description": "Cross-platform GUI proxy utility (Empowered by sing-box)", "homepage": "https://github.com/throneproj/throne", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/throneproj/throne/releases/download/1.2.4/Throne-1.2.4-windows64.zip", - "hash": "89d32f3a557849641b466d3c2f0ac69dfc02ec8309a129289290e8fcca4b7b32" + "url": "https://github.com/throneproj/throne/releases/download/1.3.0/Throne-1.3.0-windows64.zip", + "hash": "7eccc0e22e4008a57905227049e570ac81e1ce4baac0aade609aa3ed26174cc5" }, "32bit": { - "url": "https://github.com/throneproj/throne/releases/download/1.2.4/Throne-1.2.4-windows32.zip", - "hash": "d803be04d4e53012272c4a8282048bc5abe14c7dcb51fb29838be27f15c5b9b1" + "url": "https://github.com/throneproj/throne/releases/download/1.3.0/Throne-1.3.0-windows32.zip", + "hash": "1c8b636e73a99df5d7eebf471009646c437e045ad4063ab67c7893a11ea5d75e" }, "arm64": { - "url": "https://github.com/throneproj/throne/releases/download/1.2.4/Throne-1.2.4-windows-arm64.zip", - "hash": "b533e4a152ba994883d9fb2c8b5556a91b2ac68805ecdeb5fc2c8f5c2814de8a" + "url": "https://github.com/throneproj/throne/releases/download/1.3.0/Throne-1.3.0-windows-arm64.zip", + "hash": "88d7b53ebb1b43ee62b865218502b4bc04e9007f8edd390a9995aa50c83f6cae" } }, "extract_dir": "Throne", From 4c149f521edbfcedcfc95694666c00c250f4e755 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:03:48 +0000 Subject: [PATCH 846/964] warp-terminal: Update to version 0.2026.09.16.08.27.stable_01 --- bucket/warp-terminal.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/warp-terminal.json b/bucket/warp-terminal.json index 7714e359b8db32..2f1db96cae28a4 100644 --- a/bucket/warp-terminal.json +++ b/bucket/warp-terminal.json @@ -1,5 +1,5 @@ { - "version": "0.2026.09.09.08.26.stable_02", + "version": "0.2026.09.16.08.27.stable_01", "description": "Modern, Rust-based terminal with AI built in so you and your team can build great software, faster.", "homepage": "https://www.warp.dev/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://releases.warp.dev/stable/v0.2026.09.09.08.26.stable_02/WarpSetup.exe", - "hash": "b94311f3300da47b36d778b18867098eef5062d1b370762097bc8c73f15e9b04" + "url": "https://releases.warp.dev/stable/v0.2026.09.16.08.27.stable_01/WarpSetup.exe", + "hash": "f4101fd3a1632659c5a06e5d788fcfa491e859d14b45ddaa45abb355f2c42685" }, "arm64": { - "url": "https://releases.warp.dev/stable/v0.2026.09.09.08.26.stable_02/WarpSetup-arm64.exe", - "hash": "401023707414501ae58d4d0f0ccdc853724ef5b354bb1b07659923203afbe467" + "url": "https://releases.warp.dev/stable/v0.2026.09.16.08.27.stable_01/WarpSetup-arm64.exe", + "hash": "ac6651bcdcc280786f295d0d2ae6be22440356d1a8d7d2c92f61b095cf31a2d3" } }, "innosetup": true, From a79b855269bf6557475d518693f7c46d7b9e1cee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:03:49 +0000 Subject: [PATCH 847/964] wsl2-distro-manager: Update to version 2.3.0 --- bucket/wsl2-distro-manager.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wsl2-distro-manager.json b/bucket/wsl2-distro-manager.json index cf5aec0a2e1be0..ea6889ee546f08 100644 --- a/bucket/wsl2-distro-manager.json +++ b/bucket/wsl2-distro-manager.json @@ -1,12 +1,12 @@ { - "version": "2.2.0", + "version": "2.3.0", "description": "A quick way to manage your WSL instances with a GUI.", "homepage": "https://github.com/bostrot/wsl2-distro-manager", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/bostrot/wsl2-distro-manager/releases/download/v2.2.0/wsl2-distro-manager-v2.2.0.zip", - "hash": "3b138412f1a4c70856715b23eeed85959fec5017478182dc894502af0d08c1e6" + "url": "https://github.com/bostrot/wsl2-distro-manager/releases/download/v2.3.0/wsl2-distro-manager-v2.3.0.zip", + "hash": "8d202173ccbd8b4c89fcbe9218d087120ca0991e5fb453a1babc4a1e0ca84449" } }, "shortcuts": [ From c62cff4f7747117f421684bb22f09cba1a586470 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 04:33:49 +0000 Subject: [PATCH 848/964] calibre-normal: Update to version 9.15.0 --- bucket/calibre-normal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/calibre-normal.json b/bucket/calibre-normal.json index 8a7db0d673ce88..cff9361fc5bc53 100644 --- a/bucket/calibre-normal.json +++ b/bucket/calibre-normal.json @@ -1,13 +1,13 @@ { - "version": "9.14.0", + "version": "9.15.0", "description": "Powerful and easy to use e-book manager", "homepage": "https://calibre-ebook.com", "license": "GPL-3.0-only", "notes": "Calibre drops support for 32-bit CPUs after v6.0.0, if you are running a 32-bit system, please install calibre-normal5 from Versions bucket.", "architecture": { "64bit": { - "url": "https://download.calibre-ebook.com/9.14.0/calibre-64bit-9.14.0.msi", - "hash": "sha512:e2c1417ee4801fff87a1e10f4014e6e20a0b4efa1169417d1942b4352d4901fcb410bfab4a55bfb7f22737b64ff8956d508898a7fa7734e08f9d8a96391bc8d1", + "url": "https://download.calibre-ebook.com/9.15.0/calibre-64bit-9.15.0.msi", + "hash": "sha512:960ec56105a08952a8c03cd0dccacd82a19e7045c5e10ed1a9977d118a64bcf16491e3e9cedc4a08268dc714547a41910a34f2beb247f8f4a5ce3bcd5d145ebe", "extract_dir": "PFiles64\\Calibre2" } }, From 76f28444b4a85b1ef81ea67dc82d8ff6d0b19e4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 04:33:50 +0000 Subject: [PATCH 849/964] calibre: Update to version 9.15.0 --- bucket/calibre.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/calibre.json b/bucket/calibre.json index d6fa253efb47f3..eec20e954a7a7a 100644 --- a/bucket/calibre.json +++ b/bucket/calibre.json @@ -1,5 +1,5 @@ { - "version": "9.14.0", + "version": "9.15.0", "description": "Powerful and easy to use e-book manager", "homepage": "https://calibre-ebook.com", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://download.calibre-ebook.com/9.14.0/calibre-portable-installer-9.14.0.exe", - "hash": "sha512:d0ec011d74ea781689ea9fb21b747ebd876dc3c10048a8ef6c518ff574645c60bd277591f75223d101be68c7630b468569c1c36ca8896b03d3b11417ff6997fe" + "url": "https://download.calibre-ebook.com/9.15.0/calibre-portable-installer-9.15.0.exe", + "hash": "sha512:a0520e0e3325039c89e6837c5b7b3ac1283c3dc529c981beb19d2d4c949c5481710071685e881a324eabff1bab50d95f0964cfcb45e04f56e34c322d877dde20" } }, "installer": { From a3b26dd52e889d5a53142a4ad5b1f474bb19fc72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 04:33:50 +0000 Subject: [PATCH 850/964] claude: Update to version 2.2553.1 --- bucket/claude.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/claude.json b/bucket/claude.json index 4d09d0405e92c0..98af2df866cab9 100644 --- a/bucket/claude.json +++ b/bucket/claude.json @@ -1,5 +1,5 @@ { - "version": "2.2553.0", + "version": "2.2553.1", "description": "Next generation AI assistant built by Anthropic.", "homepage": "https://claude.com/product/overview", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-2.2553.0-full.nupkg", - "hash": "sha1:c1b1351977bfd6d2bc71418c3e12c074b4da8ef2" + "url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-2.2553.1-full.nupkg", + "hash": "sha1:77376f6d1039c1aad35a715957ebc841d00222d6" }, "arm64": { - "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-2.2553.0-full.nupkg", - "hash": "sha1:d2fcaf3f57cd8ebd8aab687f46628c51ef8e0eb7" + "url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-2.2553.1-full.nupkg", + "hash": "sha1:2ec55d7cc7d404535eba6cb1b54645d9fe21014a" } }, "extract_dir": "lib\\net45", From ee14b1fc17ab04ee5dbf7c645b1214b6435ebc60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 04:33:50 +0000 Subject: [PATCH 851/964] cockpit-tools: Update to version 1.3.57 --- bucket/cockpit-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index 388d809da5aabc..57358144dda5fb 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -1,12 +1,12 @@ { - "version": "1.3.56", + "version": "1.3.57", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { - "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.56/Cockpit.Tools_1.3.56_x64_en-US.msi", - "hash": "47dad360a043a3a147ba6991234c2a79562042d787a38a7ee37bd1bc310fa260" + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.57/Cockpit.Tools_1.3.57_x64_en-US.msi", + "hash": "3f5edba7ce9047da7f6bdfe8c3b68510f32cfdd95f04adbb280fa05e03da8ad4" } }, "extract_dir": "PFiles\\Cockpit Tools", From d5764d670fb80bbea32a08bb08fd0105a9d569ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 04:33:50 +0000 Subject: [PATCH 852/964] dbx: Update to version 0.6.16 --- bucket/dbx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbx.json b/bucket/dbx.json index e888e8b3849b51..5d939e68defe3a 100644 --- a/bucket/dbx.json +++ b/bucket/dbx.json @@ -1,12 +1,12 @@ { - "version": "0.6.15", + "version": "0.6.16", "description": "Lightweight, cross-platform database client", "homepage": "https://dbxio.com", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/t8y2/dbx/releases/download/v0.6.15/DBX_0.6.15_x64-portable.zip", - "hash": "dba4dc27b8255a4e1d2af53b182fc67b00fe9c432812ee3cc719e90d446d88b4" + "url": "https://github.com/t8y2/dbx/releases/download/v0.6.16/DBX_0.6.16_x64-portable.zip", + "hash": "52091f49b13e420015d90a11e7f616be6879c2a7b03093d876c4c81b74166b09" } }, "shortcuts": [ From 372a66ba0b042f4fd168b1c4155c796f077eee3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 04:33:51 +0000 Subject: [PATCH 853/964] gtoolkit: Update to version 1.1.589 --- bucket/gtoolkit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gtoolkit.json b/bucket/gtoolkit.json index 08d7f2d64368dc..22c11d4c2af986 100644 --- a/bucket/gtoolkit.json +++ b/bucket/gtoolkit.json @@ -1,16 +1,16 @@ { - "version": "1.1.588", + "version": "1.1.589", "description": "A moldable development environment.", "homepage": "https://gtoolkit.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.588/GlamorousToolkit-Windows-x86_64-v1.1.588.zip", - "hash": "57b6f5c81d0d9960d3c30b526bf37cd6fbaa4905693429a237b18021ef888d9f" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.589/GlamorousToolkit-Windows-x86_64-v1.1.589.zip", + "hash": "170222c8b0498f3517786865f806e8d6673bdcdb5405f57bbf23cf2f80e433fc" }, "arm64": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.588/GlamorousToolkit-Windows-aarch64-v1.1.588.zip", - "hash": "8284512e11ecc57dc98d5451afd106a07988e61f2f055566e292883a800d3bf6" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.589/GlamorousToolkit-Windows-aarch64-v1.1.589.zip", + "hash": "db9e00d8bcdbadf3ada327d75d0995440cfa12f5f7d06bd832c4d0acc7c59d42" } }, "bin": "bin\\GlamorousToolkit-cli.exe", From 97c2cfebede6c11e8ed6a542a84ab337fd4b6791 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 04:33:51 +0000 Subject: [PATCH 854/964] koharu: Update to version 0.83.4 --- bucket/koharu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/koharu.json b/bucket/koharu.json index 2545fc7e4ca9ba..030d6620c08219 100644 --- a/bucket/koharu.json +++ b/bucket/koharu.json @@ -1,5 +1,5 @@ { - "version": "0.83.3", + "version": "0.83.4", "description": "ML-powered manga translator, written in Rust.", "homepage": "https://koharu.rs/", "license": "GPL-3.0-only|Apache-2.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/mayocream/koharu/releases/download/0.83.3/koharu_0.83.3_x64-setup.exe#/dl.7z", - "hash": "329535c35623bdfe520a86744cc138609540c70a95a33c6b6cfd33e6e0df6629" + "url": "https://github.com/mayocream/koharu/releases/download/0.83.4/koharu_0.83.4_x64-setup.exe#/dl.7z", + "hash": "c8bebbc296befe55b0c11e170e9891278a941b1e7a2e73be9e79a02f6f1d0f7d" } }, "pre_install": [ From c1a09376739fdc46805cba33845e6c3c7126d057 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 04:33:51 +0000 Subject: [PATCH 855/964] ldplayer: Update to version 14.0.25.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index d56237f231167a..fb6064754eb039 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.27.1", + "version": "14.0.25.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.27.1.exe", - "hash": "549e9788c8ce398c7d41df272a92531042509643a57a3fd31ca104c40ce2ff1b", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", + "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From 58cf2f03fd1e35f7e72eb8ecfb67668be55e48c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 04:33:52 +0000 Subject: [PATCH 856/964] navop: Update to version 0.18.1 --- bucket/navop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/navop.json b/bucket/navop.json index bec48099cfef96..c904321b240ae8 100644 --- a/bucket/navop.json +++ b/bucket/navop.json @@ -1,5 +1,5 @@ { - "version": "0.18.0", + "version": "0.18.1", "description": "A native, all-in-one workspace for databases, SSH, SFTP, terminals, remote desktop, monitoring, and AI.", "homepage": "https://navop.dev", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/feigeCode/navop/releases/download/v0.18.0/navop-0.18.0-windows-x64-portable.zip", - "hash": "38c12232d6f4fa6fcd21907a2f29ccbcdd7812b06765eb15aa1cb49a89e339cc" + "url": "https://github.com/feigeCode/navop/releases/download/v0.18.1/navop-0.18.1-windows-x64-portable.zip", + "hash": "4dc70875bd495d7535b909138a4212f97ba4c1888cb98011e4ade9ce5e3ffe8b" }, "32bit": { - "url": "https://github.com/feigeCode/navop/releases/download/v0.18.0/navop-0.18.0-win32-portable.zip", - "hash": "fbb40081ab13d31f835d861e62efb00e21d6674b178000fd38ecad3d228484c5" + "url": "https://github.com/feigeCode/navop/releases/download/v0.18.1/navop-0.18.1-win32-portable.zip", + "hash": "743aebf3fef270cf0813cd2efd06b11fc614c78c844c7778542107e08bee228f" } }, "shortcuts": [ From 3c5f50c1b5e11a3b0dabd1bc85f8e017e4b1fb3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 04:33:52 +0000 Subject: [PATCH 857/964] reasonix-desktop: Update to version 1.38.10 --- bucket/reasonix-desktop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/reasonix-desktop.json b/bucket/reasonix-desktop.json index 1930f059b578e1..f1262dc4157303 100644 --- a/bucket/reasonix-desktop.json +++ b/bucket/reasonix-desktop.json @@ -1,16 +1,16 @@ { - "version": "1.38.3", + "version": "1.38.10", "description": "Reasonix Desktop, official GUI for Reasonix, a DeepSeek-native AI coding agent built to reduce API costs through aggressive context caching.", "homepage": "https://reasonix.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.3/Reasonix-windows-amd64.zip", - "hash": "56589e2065013f58bd9334add52112586f9a8ed14379a3d3c415072640c6bf26" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.10/Reasonix-windows-amd64.zip", + "hash": "e56602949b9f9b8b88b0cf232d3ee6eb5d9645c824d317a82e91bcf84272a25c" }, "arm64": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.3/Reasonix-windows-arm64.zip", - "hash": "eeaf76fcdd8dca4af1c6babecfbbb360b200138727a9080547446b21e50a39d7" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.10/Reasonix-windows-arm64.zip", + "hash": "d370a374a8a6c7e249787f6d42426e09297824c0b46fdef50fa256ba295ffd58" } }, "shortcuts": [ From 79fe67988dd02ccfd128cdbe4e7d3a8a75252f81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 04:33:52 +0000 Subject: [PATCH 858/964] seelen-ui: Update to version 2.8.6 --- bucket/seelen-ui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/seelen-ui.json b/bucket/seelen-ui.json index fa7f9eaa1625d2..5debbfa9b70861 100644 --- a/bucket/seelen-ui.json +++ b/bucket/seelen-ui.json @@ -1,5 +1,5 @@ { - "version": "2.8.5", + "version": "2.8.6", "description": "Seelen UI is a fully customizable desktop environment for Windows 10/11.", "homepage": "https://seelen.io/apps/seelen-ui", "license": { @@ -17,12 +17,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/eythaann/Seelen-UI/releases/download/v2.8.5/Seelen.UI_2.8.5_x64-setup.exe#/dl.7z", - "hash": "bb555d890dd27851cc74710fc60a502d4940e00e34c245906ff5b2e99199e74e" + "url": "https://github.com/eythaann/Seelen-UI/releases/download/v2.8.6/Seelen.UI_2.8.6_x64-setup.exe#/dl.7z", + "hash": "3fca157a9c69d13139acfb86682963a1e291c02c7b1bb19b9d39a9ad01c5a509" }, "arm64": { - "url": "https://github.com/eythaann/Seelen-UI/releases/download/v2.8.5/Seelen.UI_2.8.5_arm64-setup.exe#/dl.7z", - "hash": "6efa4a83100b51d98c32facf4d615d0a479b3b273fd61f50c469be42c8c5c918" + "url": "https://github.com/eythaann/Seelen-UI/releases/download/v2.8.6/Seelen.UI_2.8.6_arm64-setup.exe#/dl.7z", + "hash": "fc55735606a08df416ba4537ed74eea7aa0a9d829b5c315197af01efe741c833" } }, "pre_install": "'$*', 'uninst*' | ForEach-Object { Remove-Item -Path \"$dir\\$_\" -Recurse -Force -ErrorAction SilentlyContinue }", From ec2ba0e16e22f3c25ea973e982842c700343c470 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 04:33:53 +0000 Subject: [PATCH 859/964] sublime-merge: Update to version 2132 --- bucket/sublime-merge.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sublime-merge.json b/bucket/sublime-merge.json index e6f0dc170ee185..fb78dc62681e1c 100644 --- a/bucket/sublime-merge.json +++ b/bucket/sublime-merge.json @@ -1,5 +1,5 @@ { - "version": "2130", + "version": "2132", "description": "A Git client with snappy UI, three-way merge tool, side-by-side diffs, syntax highlighting, and more.", "homepage": "https://www.sublimemerge.com/", "license": { @@ -13,8 +13,8 @@ ], "architecture": { "64bit": { - "url": "https://download.sublimetext.com/sublime_merge_build_2130_x64.zip", - "hash": "0fe04cedb928b594ba4c530a58eb4e36f4f542ed112b4f63fa56912c4f1ff454" + "url": "https://download.sublimetext.com/sublime_merge_build_2132_x64.zip", + "hash": "282ab601063f26b3d29da74997a88e7becdebacca5cf5e3abc3ae9fdef4fd637" } }, "post_install": [ From 4fbc69eadeb9121122a9d1410e2100411d1b6abd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 04:33:53 +0000 Subject: [PATCH 860/964] warp-terminal: Update to version 0.2026.09.16.08.27.stable_02 --- bucket/warp-terminal.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/warp-terminal.json b/bucket/warp-terminal.json index 2f1db96cae28a4..e96cc16906b717 100644 --- a/bucket/warp-terminal.json +++ b/bucket/warp-terminal.json @@ -1,5 +1,5 @@ { - "version": "0.2026.09.16.08.27.stable_01", + "version": "0.2026.09.16.08.27.stable_02", "description": "Modern, Rust-based terminal with AI built in so you and your team can build great software, faster.", "homepage": "https://www.warp.dev/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://releases.warp.dev/stable/v0.2026.09.16.08.27.stable_01/WarpSetup.exe", - "hash": "f4101fd3a1632659c5a06e5d788fcfa491e859d14b45ddaa45abb355f2c42685" + "url": "https://releases.warp.dev/stable/v0.2026.09.16.08.27.stable_02/WarpSetup.exe", + "hash": "aabff5cb57a0edb6a2bdd9369cf931e536852c7bd3c69430a0622831fa6be47b" }, "arm64": { - "url": "https://releases.warp.dev/stable/v0.2026.09.16.08.27.stable_01/WarpSetup-arm64.exe", - "hash": "ac6651bcdcc280786f295d0d2ae6be22440356d1a8d7d2c92f61b095cf31a2d3" + "url": "https://releases.warp.dev/stable/v0.2026.09.16.08.27.stable_02/WarpSetup-arm64.exe", + "hash": "4a09cb4f97a88f78dc2065e9fb7661dcb7fad9a7ed7fe2e9689e593d0e719146" } }, "innosetup": true, From 16f5270cb3e4084144a03c852e9efb8a6ed9f4e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 04:33:53 +0000 Subject: [PATCH 861/964] zed-opengl: Update to version 1.20.2 --- bucket/zed-opengl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/zed-opengl.json b/bucket/zed-opengl.json index 16c253887a6f92..106f531fe872e3 100644 --- a/bucket/zed-opengl.json +++ b/bucket/zed-opengl.json @@ -1,12 +1,12 @@ { - "version": "1.20.1", + "version": "1.20.2", "description": "Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. It's also open source.", "homepage": "https://zed.dev/", "license": "AGPL-3.0, Apache-2.0, GPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/deevus/zed-windows-builds/releases/download/v1.20.1/zed-opengl.zip", - "hash": "386cb7341d28a3a4afd3986a7855752dfe4244d44d7397f6ecc35a2bfdfb1913" + "url": "https://github.com/deevus/zed-windows-builds/releases/download/v1.20.2/zed-opengl.zip", + "hash": "86a3745d0d1bd24f8c355862df336b53992cc1bf1a25513c0d995220b8662537" } }, "extract_dir": "zed", From aac1f495818af9687299d8cf9e16ab233092df10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 08:37:40 +0000 Subject: [PATCH 862/964] jackett: Update to version 0.24.2619 --- bucket/jackett.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jackett.json b/bucket/jackett.json index b6f148d04a4281..2efe106dfcfee1 100644 --- a/bucket/jackett.json +++ b/bucket/jackett.json @@ -1,13 +1,13 @@ { - "version": "0.24.2605", + "version": "0.24.2619", "description": "API Support for your favorite torrent trackers", "homepage": "https://github.com/Jackett/Jackett", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/Jackett/Jackett/blob/HEAD/LICENSE" }, - "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2605/Jackett.Binaries.Windows.zip", - "hash": "d1ed16e27186a2e693568159eb88aa00d30369d09ab467069a8145682663ee84", + "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2619/Jackett.Binaries.Windows.zip", + "hash": "4fc395d13059f22f54c7f8a80fd5d0ae7bf430630965c39f77f319bf7e4ecf92", "extract_dir": "Jackett", "shortcuts": [ [ From 14ff34ccd932a92a3844a3ff5812fb3d487ba4f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 08:37:41 +0000 Subject: [PATCH 863/964] ldplayer: Update to version 14.0.27.1 --- bucket/ldplayer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ldplayer.json b/bucket/ldplayer.json index fb6064754eb039..d56237f231167a 100644 --- a/bucket/ldplayer.json +++ b/bucket/ldplayer.json @@ -1,5 +1,5 @@ { - "version": "14.0.25.1", + "version": "14.0.27.1", "description": "An Android emulator optimized for mobile gaming with lower resource consumption", "homepage": "https://www.ldplayer.net", "license": { @@ -10,8 +10,8 @@ "Administrator privileges are required to run repairer.", "For LDPlayer 5, use `versions/ldplayer5`; for LDPlayer 9, use `versions/ldplayer9`." ], - "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.25.1.exe", - "hash": "5cdc5420da17043339f11725b409e174357a88bfd91325a9eb0a013e60e98c03", + "url": "https://static.ldrescdn.com/download/package/LDPlayer_14.0.27.1.exe", + "hash": "549e9788c8ce398c7d41df272a92531042509643a57a3fd31ca104c40ce2ff1b", "installer": { "script": [ "Expand-7zipArchive \"$dir\\$fname\" \"$dir\\installer\" -Switches \"-t#\" -Removal", From d68d96394640748697ba4d0e06ae111f5bacf665 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 08:37:41 +0000 Subject: [PATCH 864/964] notepad--: Update to version 3.9.0 --- bucket/notepad--.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/notepad--.json b/bucket/notepad--.json index 6053bb454fe5d1..259de0337428bb 100644 --- a/bucket/notepad--.json +++ b/bucket/notepad--.json @@ -1,15 +1,15 @@ { - "version": "3.8.3", + "version": "3.9.0", "description": "A cross-platform text editor aiming to replace Notepad++.", "homepage": "https://github.com/cxasm/notepad--", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/cxasm/notepad--/releases/download/notepad-v3.8.3/Notepad--v3.8.3-win10-portable.zip", - "hash": "a24af4cd6f8b97fcc7313fd861386387903d452a20c8c539c251a3eef5287ff7" + "url": "https://github.com/cxasm/notepad--/releases/download/notepad-v3.9.0/Notepad--v3.9.0-win10-portable.zip", + "hash": "5e19f287a9a01035f8e7171462f6298949e3625432b38db3b6f91a80b578f40a" } }, - "extract_dir": "Notepad--v3.8.3-win10-portable", + "extract_dir": "Notepad--v3.9.0-win10-portable", "bin": "Notepad--.exe", "shortcuts": [ [ From b12a18561142ac5d86b7a38fc0f68326c751994b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 08:37:41 +0000 Subject: [PATCH 865/964] postman: Update to version 12.28.4 --- bucket/postman.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/postman.json b/bucket/postman.json index 1851bcae1d9e2e..f9bf0460a9b92d 100644 --- a/bucket/postman.json +++ b/bucket/postman.json @@ -1,6 +1,6 @@ { "##": "Please keep .exe instead of the .nupkg. The Update.exe extracted from .exe is needed to convert the persistent data to the latest version (#10938).", - "version": "12.28.3", + "version": "12.28.4", "description": "Complete API development environment.", "homepage": "https://www.getpostman.com/", "license": { @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://dl.pstmn.io/download/12.28.3/Postman%20v12.28.3%20(x64).exe#/dl.7z", - "hash": "sha1:5248d7e1e8b4537720af99b6dd35524d46fe0837" + "url": "https://dl.pstmn.io/download/12.28.4/Postman%20v12.28.4%20(x64).exe#/dl.7z", + "hash": "sha1:5d0c06d5bf37e2aea6edc9629508618b791945e3" }, "arm64": { - "url": "https://dl.pstmn.io/download/12.28.3/Postman%20v12.28.3%20(arm64).exe#/dl.7z", - "hash": "sha1:d4bdd934a55ece10dc1d5fda7a23b0b53c63ff27" + "url": "https://dl.pstmn.io/download/12.28.4/Postman%20v12.28.4%20(arm64).exe#/dl.7z", + "hash": "sha1:8154d3599db56979b19ce64f48f92d2ed9af41a0" } }, "installer": { From 859c3f989ca98f4544a1380bfedbe9853b3bce40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Diamantino=20Carib=C3=A9?= <32957787+mdiamantino@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:38:08 +0200 Subject: [PATCH 866/964] winmute: Update to version 2.6.0.0, fix checkver & autoupdate (#18769) --- bucket/winmute.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/bucket/winmute.json b/bucket/winmute.json index 32a89e6e131cfb..e662245c383cf3 100644 --- a/bucket/winmute.json +++ b/bucket/winmute.json @@ -1,5 +1,5 @@ { - "version": "2.5.4.0", + "version": "2.6.0.0", "description": "A small and simple tool, that automatically mutes (and unmutes) your workstation based on triggers.", "homepage": "https://github.com/lx-s/WinMute", "license": "BSD-3-Clause", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/lx-s/WinMute/releases/download/2.5.4.0/WinMute-2.5.4.zip", - "hash": "74a11d223c5a8d07cd8e841cec2491edb6aeebbf7efc095de7c4abdc49398fe7" + "url": "https://github.com/lx-s/WinMute/releases/download/2.6.0.0/WinMute-2.6.0.0.zip", + "hash": "1006b81d979a9f43f7804907f65962e596ff4b72165beb7cb44d95bb66dfe366" } }, "shortcuts": [ @@ -18,11 +18,15 @@ "WinMute" ] ], - "checkver": "github", + "checkver": { + "github": "https://api.github.com/repos/lx-s/WinMute/releases/latest", + "jsonpath": "$..browser_download_url", + "regex": "download/([\\d.]+)/WinMute-(?[\\d.]+)\\.zip" + }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/lx-s/WinMute/releases/download/$version/WinMute-$matchHead.zip" + "url": "https://github.com/lx-s/WinMute/releases/download/$version/WinMute-$matchShort.zip" } } } From 4472768ca42acd9e224bed0f53616914abbd6adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Diamantino=20Carib=C3=A9?= <32957787+mdiamantino@users.noreply.github.com> Date: Fri, 18 Sep 2026 13:01:13 +0200 Subject: [PATCH 867/964] moonscript: Update to version 0.7.0, add checkver & autoupdate (#18770) --- bucket/moonscript.json | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/bucket/moonscript.json b/bucket/moonscript.json index f4e140e1be736d..41f265e946f5a0 100644 --- a/bucket/moonscript.json +++ b/bucket/moonscript.json @@ -1,12 +1,26 @@ { - "version": "0.5.0", + "version": "0.7.0", "description": "A dynamic scripting language that compiles into Lua.", "homepage": "https://moonscript.org/", "license": "MIT", - "url": "https://github.com/leafo/moonscript/releases/download/win32-v0.5.0/moonscript-187bac54ee5a7450013e9c38e005a0e671b76f45.zip", - "hash": "6c8a255a46a6805f5582fb03771a7289cb5ba79a83781f56ee5ee93d3ef489fc", + "architecture": { + "64bit": { + "url": "https://github.com/leafo/moonscript/releases/download/v0.7.0/moonscript-v0.7.0-windows-x86_64.zip", + "hash": "36c41ae1faaff1423e100df667a498df61607470b0588663adc14e9db536eb17" + } + }, "bin": [ "moon.exe", "moonc.exe" - ] + ], + "checkver": { + "github": "https://github.com/leafo/moonscript" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/leafo/moonscript/releases/download/v$version/moonscript-v$version-windows-x86_64.zip" + } + } + } } From 9c42c3531eb69ef6ffea52a0dbba7d01c295f3be Mon Sep 17 00:00:00 2001 From: scillidan Date: Fri, 18 Sep 2026 19:51:28 +0800 Subject: [PATCH 868/964] vicinae: Add version 0.29.0 (#18772) --- bucket/vicinae.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/vicinae.json diff --git a/bucket/vicinae.json b/bucket/vicinae.json new file mode 100644 index 00000000000000..6fe0fec03d4bbf --- /dev/null +++ b/bucket/vicinae.json @@ -0,0 +1,29 @@ +{ + "version": "0.29.0", + "description": "A focused launcher for your desktop.", + "homepage": "https://vicinae.com", + "license": "GPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/vicinaehq/vicinae/releases/download/v0.29.0/vicinae-x64-portable.zip", + "hash": "3352a503d66ca1fc9a71a63a50eb40ca7a1bbb45e5a26130a0c47ad37e7ec941" + } + }, + "bin": "bin/vicinae.exe", + "shortcuts": [ + [ + "bin/vicinae-server.exe", + "Vicinae" + ] + ], + "checkver": { + "github": "https://github.com/vicinaehq/vicinae" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/vicinaehq/vicinae/releases/download/v$version/vicinae-x64-portable.zip" + } + } + } +} From 826571ffdd7479f5e986982e5366475e3847652f Mon Sep 17 00:00:00 2001 From: KOGA Mitsuhiro Date: Fri, 18 Sep 2026 21:12:31 +0900 Subject: [PATCH 869/964] godothub: Update to version 1.4.4, fix autoupdate (#18773) --- bucket/godothub.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/godothub.json b/bucket/godothub.json index bfd2e9f31315eb..d2f7c1ce7618c9 100644 --- a/bucket/godothub.json +++ b/bucket/godothub.json @@ -1,12 +1,12 @@ { - "version": "1.4.3", + "version": "1.4.4", "description": "The Ultimate Project Manager for Godot Engine.", "homepage": "https://ryko.is-a.dev/godothub", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/RykoTheDev/GodotHub/releases/download/v1.4.3/GodotHub.exe", - "hash": "aa83bd0a27d8997af6c9cceb3ce6bd71ac9e60ab164fc722fad8807ae7d53f76" + "url": "https://github.com/RykoTheDev/GodotHub/releases/download/v1.4.4/GodotHub-1.4.4-windows-x64-portable.exe#/GodotHub.exe", + "hash": "34893469eb10a38f7613511aeb898e461b3209acfa993e8844a48895aa2e8112" } }, "shortcuts": [ @@ -21,7 +21,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/RykoTheDev/GodotHub/releases/download/v$version/GodotHub.exe" + "url": "https://github.com/RykoTheDev/GodotHub/releases/download/v$version/GodotHub-$version-windows-x64-portable.exe#/GodotHub.exe" } } } From eb30061baca02b424517f5d576e86a799e829021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Diamantino=20Carib=C3=A9?= <32957787+mdiamantino@users.noreply.github.com> Date: Fri, 18 Sep 2026 14:18:18 +0200 Subject: [PATCH 870/964] qgroundcontrol: Update to version 5.1.4, add arm64 support (#18768) --- bucket/qgroundcontrol.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/bucket/qgroundcontrol.json b/bucket/qgroundcontrol.json index 08d004be060427..5466353a99d35a 100644 --- a/bucket/qgroundcontrol.json +++ b/bucket/qgroundcontrol.json @@ -1,5 +1,5 @@ { - "version": "5.0.8", + "version": "5.1.4", "description": "Intuitive and Powerful Ground Control Station for the MAVLink protocol", "homepage": "http://qgroundcontrol.com", "license": "Apache-2.0|GPL-3.0-only", @@ -8,8 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/mavlink/qgroundcontrol/releases/download/v5.0.8/QGroundControl-installer.exe#/dl.7z", - "hash": "f0950040488fc858d002133e8c50401520b4a3c9bf202b7635cdd41af7c97054" + "url": "https://github.com/mavlink/qgroundcontrol/releases/download/v5.1.4/QGroundControl-installer-AMD64.exe#/dl.7z", + "hash": "56f5f943df5eb878a67ad73d81fdd8b3d823c60535fe1cc08410545108a49d20" + }, + "arm64": { + "url": "https://github.com/mavlink/qgroundcontrol/releases/download/v5.1.4/QGroundControl-installer-ARM64.exe#/dl.7z", + "hash": "b6e80a2f2d109188a5a24f0852a8cc7ea167650c146de94fe602c71e1dfd6b64" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\bin\\vc_red*\", \"$dir\\*uninsta*exe\" -Recurse", @@ -26,7 +30,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/mavlink/qgroundcontrol/releases/download/v$version/QGroundControl-installer.exe#/dl.7z" + "url": "https://github.com/mavlink/qgroundcontrol/releases/download/v$version/QGroundControl-installer-AMD64.exe#/dl.7z" + }, + "arm64": { + "url": "https://github.com/mavlink/qgroundcontrol/releases/download/v$version/QGroundControl-installer-ARM64.exe#/dl.7z" } } } From 9da724f71d86ee84107796a94bfba41066363542 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:39:46 +0000 Subject: [PATCH 871/964] aptakube: Update to version 1.20.5 --- bucket/aptakube.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/aptakube.json b/bucket/aptakube.json index 5db91543199c2e..e421b79104534a 100644 --- a/bucket/aptakube.json +++ b/bucket/aptakube.json @@ -1,5 +1,5 @@ { - "version": "1.20.4", + "version": "1.20.5", "description": "Modern, lightweight and multi-cluster Kubernetes GUI", "homepage": "https://aptakube.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/aptakube/aptakube/releases/download/1.20.4/Aptakube_1.20.4_x64.zip", - "hash": "55db2ae50c4da3953ad9c6ceaa318dc628f0f4d060a62a5952aa109d00500edc" + "url": "https://github.com/aptakube/aptakube/releases/download/1.20.5/Aptakube_1.20.5_x64.zip", + "hash": "24b23a8153846327fbeb3bda06f30aa6820602935860b35fef6017a49866606b" } }, "bin": [ From 3f6dff01f761f505433b81f70c320d4afab199ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:39:47 +0000 Subject: [PATCH 872/964] cherry-studio: Update to version 2.1.0 --- bucket/cherry-studio.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cherry-studio.json b/bucket/cherry-studio.json index 6b4e3bafe08ca9..8cc7055533edee 100644 --- a/bucket/cherry-studio.json +++ b/bucket/cherry-studio.json @@ -1,5 +1,5 @@ { - "version": "2.0.14", + "version": "2.1.0", "description": "A desktop client that supports for multiple LLM providers.", "homepage": "https://cherry-ai.com", "license": "Apache-2.0", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/CherryHQ/cherry-studio/releases/download/v2.0.14/Cherry-Studio-2.0.14-win-x64-portable.exe#/cherry-studio.exe", - "hash": "82e14b66995552cfd18a9453bac8d3bf669007144114270ae1d9ee000fe3f15e" + "url": "https://github.com/CherryHQ/cherry-studio/releases/download/v2.1.0/Cherry-Studio-2.1.0-win-x64-portable.exe#/cherry-studio.exe", + "hash": "5bc9486fc1a774c8201bce9ed0cdda74e33b724345897a0a0beb3c53240ec818" }, "arm64": { - "url": "https://github.com/CherryHQ/cherry-studio/releases/download/v2.0.14/Cherry-Studio-2.0.14-win-arm64-portable.exe#/cherry-studio.exe", - "hash": "61699e2b9c1ea020c41d183c9c76cc15f4dc8fe4657ac66d9996bd2b3b82ba8f" + "url": "https://github.com/CherryHQ/cherry-studio/releases/download/v2.1.0/Cherry-Studio-2.1.0-win-arm64-portable.exe#/cherry-studio.exe", + "hash": "b1d5b82ab37ab2871d57e6964afc5b612d6355d0bdd3b3acc515d315bfa62739" } }, "pre_install": [ From 86ef03fb86488e29680263f2bf5a33c2cc675000 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:39:47 +0000 Subject: [PATCH 873/964] chromium: Update to version 153.0.8010.48-r1681091 --- bucket/chromium.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/chromium.json b/bucket/chromium.json index e3497f69a63e2c..ccc7795664cc2f 100644 --- a/bucket/chromium.json +++ b/bucket/chromium.json @@ -1,13 +1,13 @@ { "##": "Check chromium.woolyss.com for different versions of Chromium releases.", - "version": "153.0.8010.37-r1681091", + "version": "153.0.8010.48-r1681091", "description": "Browser aiming for safer, faster, and more stable way for all users to experience the web.", "homepage": "https://www.chromium.org", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/Hibbiki/chromium-win64/releases/download/v153.0.8010.37-r1681091/chrome.7z", - "hash": "sha1:0930a492cdd494e2f3244e368350137199a53516" + "url": "https://github.com/Hibbiki/chromium-win64/releases/download/v153.0.8010.48-r1681091/chrome.7z", + "hash": "sha1:9deaafdab2846ffae1295556397bf60d026e4b38" } }, "extract_dir": "Chrome-bin", From 96064b423db624767dc44baff99c55b55baff49a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:39:47 +0000 Subject: [PATCH 874/964] cyberchef: Update to version 11.5.0 --- bucket/cyberchef.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cyberchef.json b/bucket/cyberchef.json index 6352c6106033a2..b13cb8a72ba5cc 100644 --- a/bucket/cyberchef.json +++ b/bucket/cyberchef.json @@ -1,10 +1,10 @@ { - "version": "11.4.0", + "version": "11.5.0", "description": "A web app for encryption, encoding, compression and data analysis", "homepage": "https://gchq.github.io/CyberChef/", "license": "Apache-2.0", - "url": "https://github.com/gchq/CyberChef/releases/download/v11.4.0/CyberChef_49d1a5634a67a3b806c6db0fdca7dcecb41a776c.zip#/CyberChef_v11.4.0.7z", - "hash": "423635c4fe05eba1be1e000aae3a82c711c5599c1bc1c0b625a02d344bd51bc4", + "url": "https://github.com/gchq/CyberChef/releases/download/v11.5.0/CyberChef_8cd426dd4f40f1423912d5fad91b578a86a65112.zip#/CyberChef_v11.5.0.7z", + "hash": "f6478925d3eaa16ec08626a85f5b85eed10d531a5e18700615fed7ecb024cccf", "pre_install": "Rename-Item \"$dir\\CyberChef_v$version.html\" \"CyberChef.html\"", "shortcuts": [ [ From 7da2fe901c228749aa37ea01498d03fd3a1c013f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:39:48 +0000 Subject: [PATCH 875/964] folo: Update to version 1.14.0 --- bucket/folo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/folo.json b/bucket/folo.json index 037973da5f9298..7dc8e175affcfa 100644 --- a/bucket/folo.json +++ b/bucket/folo.json @@ -1,12 +1,12 @@ { - "version": "1.13.0", + "version": "1.14.0", "description": "Follow everything in one place", "homepage": "https://folo.is/", "license": "GPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/RSSNext/Folo/releases/download/desktop%2Fv1.13.0/Folo-1.13.0-windows-x64.exe#/dl.7z", - "hash": "sha512:e1083b0580904e01a17c879a292bbb4862f9da2756dc560c1675fbe1cddb8a6fecda0e62719f4ea26e0de5ea8ed181c5b4a8034db45b643daca0d104157a78ec" + "url": "https://github.com/RSSNext/Folo/releases/download/desktop%2Fv1.14.0/Folo-1.14.0-windows-x64.exe#/dl.7z", + "hash": "sha512:43ddf845b2f49f10839df4929e0f915d10c934b65c3964e2775de857812606829999d1768d597dc85edf1565683a0434da975e9181e1b7d6e709a4dcda9c05ce" } }, "pre_install": [ From 3919390a3f747d038f318df63ba6a175a0789ff0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:39:48 +0000 Subject: [PATCH 876/964] irfanview-lean: Update to version 4.76 --- bucket/irfanview-lean.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/irfanview-lean.json b/bucket/irfanview-lean.json index 707a3fdf3c3a8a..0b5e394a3c42e3 100644 --- a/bucket/irfanview-lean.json +++ b/bucket/irfanview-lean.json @@ -1,5 +1,5 @@ { - "version": "4.75", + "version": "4.76", "description": "A fast, compact and innovative graphic viewer (without PlugIns)", "homepage": "https://www.irfanview.com/", "license": { @@ -13,8 +13,8 @@ ], "architecture": { "64bit": { - "url": "https://www.irfanview.info/files/iview475_x64.zip", - "hash": "b657c6fcb3e758b28cda00c1ded32af97b1441ead522053b4930d7304f0506e7", + "url": "https://www.irfanview.info/files/iview476_x64.zip", + "hash": "37f10e9c6ecfeba3d5c0f16cc6f07bdda4ffdf85069613d25ec51f8e4733a9eb", "bin": [ [ "i_view64.exe", @@ -29,8 +29,8 @@ ] }, "32bit": { - "url": "https://www.irfanview.info/files/iview475.zip", - "hash": "47390cd8d3ae56f6e17834d49e4bc346187d7a868c94877382c6f21cd260efcb", + "url": "https://www.irfanview.info/files/iview476.zip", + "hash": "2f37d87dc7f9ce445ac0adc1ec01a1e1348094c904fd68033f60b471519bea85", "bin": [ [ "i_view32.exe", From b71471bfd4d2a2ded02d7bc9111ff2a9e69223d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:39:48 +0000 Subject: [PATCH 877/964] irfanview: Update to version 4.76 --- bucket/irfanview.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bucket/irfanview.json b/bucket/irfanview.json index f615c482a2ba2e..9c7e62c3ed93f6 100644 --- a/bucket/irfanview.json +++ b/bucket/irfanview.json @@ -1,5 +1,5 @@ { - "version": "4.75", + "version": "4.76", "description": "A fast, compact and innovative graphic viewer (with PlugIns)", "homepage": "https://www.irfanview.com", "license": { @@ -14,12 +14,12 @@ "architecture": { "64bit": { "url": [ - "https://www.irfanview.info/files/iview475_x64.zip", - "https://www.irfanview.info/files/iview475_plugins_x64.zip" + "https://www.irfanview.info/files/iview476_x64.zip", + "https://www.irfanview.info/files/iview476_plugins_x64.zip" ], "hash": [ - "b657c6fcb3e758b28cda00c1ded32af97b1441ead522053b4930d7304f0506e7", - "37ab14c2280f5919043b2e30f481f657629978285bdbd138dcace60565c768bb" + "37f10e9c6ecfeba3d5c0f16cc6f07bdda4ffdf85069613d25ec51f8e4733a9eb", + "13eb6e1cbe51c4b2c4f8a3a08166b8b9fbbcec03488ba5a8d112454c23fc715d" ], "bin": [ [ @@ -36,12 +36,12 @@ }, "32bit": { "url": [ - "https://www.irfanview.info/files/iview475.zip", - "https://www.irfanview.info/files/iview475_plugins.zip" + "https://www.irfanview.info/files/iview476.zip", + "https://www.irfanview.info/files/iview476_plugins.zip" ], "hash": [ - "47390cd8d3ae56f6e17834d49e4bc346187d7a868c94877382c6f21cd260efcb", - "55169b36f618f0405291d7766777766a36de4db912d0336330d488993e6495c4" + "2f37d87dc7f9ce445ac0adc1ec01a1e1348094c904fd68033f60b471519bea85", + "5b6b01b0d4449c9e52c01b082640883dbcee29617c762b49472f268ed308eeed" ], "bin": [ [ From 9215be9e553a24bb8b34c18758483c1850633619 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:39:49 +0000 Subject: [PATCH 878/964] postman: Update to version 12.28.5 --- bucket/postman.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/postman.json b/bucket/postman.json index f9bf0460a9b92d..e9f886c1bb8d55 100644 --- a/bucket/postman.json +++ b/bucket/postman.json @@ -1,6 +1,6 @@ { "##": "Please keep .exe instead of the .nupkg. The Update.exe extracted from .exe is needed to convert the persistent data to the latest version (#10938).", - "version": "12.28.4", + "version": "12.28.5", "description": "Complete API development environment.", "homepage": "https://www.getpostman.com/", "license": { @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://dl.pstmn.io/download/12.28.4/Postman%20v12.28.4%20(x64).exe#/dl.7z", - "hash": "sha1:5d0c06d5bf37e2aea6edc9629508618b791945e3" + "url": "https://dl.pstmn.io/download/12.28.5/Postman%20v12.28.5%20(x64).exe#/dl.7z", + "hash": "sha1:ce8c2b2b3aac0bfcd309e05b3cd94fddb63c0768" }, "arm64": { - "url": "https://dl.pstmn.io/download/12.28.4/Postman%20v12.28.4%20(arm64).exe#/dl.7z", - "hash": "sha1:8154d3599db56979b19ce64f48f92d2ed9af41a0" + "url": "https://dl.pstmn.io/download/12.28.5/Postman%20v12.28.5%20(arm64).exe#/dl.7z", + "hash": "sha1:c2d4eb2f0a5aa858ed2db535e069f42e4f8bee5d" } }, "installer": { From ad754470974622af80c93c1f4d94151ce1f95460 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:39:49 +0000 Subject: [PATCH 879/964] treesheets: Update to version 3374 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index cfb5c77e6318f4..0a18eb2215920d 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3369", + "version": "3374", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3369/TreeSheets-3369-winx64.zip", - "hash": "f06088125da11342904d8f5a8b53a7810f32abd95faada489bff945507877214", - "extract_dir": "TreeSheets-3369-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3374/TreeSheets-3374-winx64.zip", + "hash": "667cbbc6459bdf53d103b773d63422a3cc0706dc15bde0972c576e728fe7f167", + "extract_dir": "TreeSheets-3374-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3369/TreeSheets-3369-winarm64.zip", - "hash": "50a062121f3dfaee589f509c7d9b77e33293ad1d1df8f1af489a6d9e02aaa7f9", - "extract_dir": "TreeSheets-3369-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3374/TreeSheets-3374-winarm64.zip", + "hash": "c22453b7565de2d8fc14a582f1bbb045056d882477ccd6a20f618e826f79077b", + "extract_dir": "TreeSheets-3374-winarm64" } }, "pre_install": [ From c6474bb147dfdaee5cba70c6d275ca0593909317 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:30:25 +0000 Subject: [PATCH 880/964] android-studio: Update to version 2026.1.4.8 --- bucket/android-studio.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/android-studio.json b/bucket/android-studio.json index 23ffb0bf2a2ffe..6985bc3fa0ef1a 100644 --- a/bucket/android-studio.json +++ b/bucket/android-studio.json @@ -1,5 +1,5 @@ { - "version": "2026.1.4.7", + "version": "2026.1.4.8", "description": "The official IDE for Android development, which includes everything you need to build Android apps.", "homepage": "https://developer.android.com/studio", "license": { @@ -11,8 +11,8 @@ }, "architecture": { "64bit": { - "url": "https://edgedl.me.gvt1.com/android/studio/ide-zips/2026.1.4.7/android-studio-quail4-windows.zip", - "hash": "fabc885015bd67182f4f49da8e3efbb3b60038b2dfda632cf2d29363ffb1e04e", + "url": "https://edgedl.me.gvt1.com/android/studio/ide-zips/2026.1.4.8/android-studio-quail4-patch1-windows.zip", + "hash": "2b884e086b5afaa63049dc5ea79b1cf6fb1b885bad91b7ea226b8cd88bb37eb6", "shortcuts": [ [ "bin\\studio64.exe", From d5abbf2c4af5e4be016c98b7e16b69dc2919ff8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:30:25 +0000 Subject: [PATCH 881/964] brave: Update to version 1.95.104 --- bucket/brave.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/brave.json b/bucket/brave.json index 67a400e7e74731..27701821d2e5d7 100644 --- a/bucket/brave.json +++ b/bucket/brave.json @@ -1,5 +1,5 @@ { - "version": "1.95.102", + "version": "1.95.104", "description": "Secure, Fast & Private Web Browser with Adblocker", "homepage": "https://brave.com", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://github.com/brave/brave-browser/releases/download/v1.95.102/brave-v1.95.102-win32-x64.zip", - "hash": "d70d1363580aee31ca7ae36f8d5e732ab01b6d00c4ae2baf3532dfa011e128bf" + "url": "https://github.com/brave/brave-browser/releases/download/v1.95.104/brave-v1.95.104-win32-x64.zip", + "hash": "dd670340b377a8735b8f9a83f3ced439648d776e40a5c973294997c2dcd89ecc" }, "32bit": { - "url": "https://github.com/brave/brave-browser/releases/download/v1.95.102/brave-v1.95.102-win32-ia32.zip", - "hash": "ea0b6d93ee8f868c26c8e45ce7c7da2e8c8c9c9fd50141077d401d4cfa616432" + "url": "https://github.com/brave/brave-browser/releases/download/v1.95.104/brave-v1.95.104-win32-ia32.zip", + "hash": "b16930a5376700d1dc6f7d7992cb841980f42a1390256293c23827e6e7b6830b" }, "arm64": { - "url": "https://github.com/brave/brave-browser/releases/download/v1.95.102/brave-v1.95.102-win32-arm64.zip", - "hash": "a56813a9db22bf3a21b71a5201393dc744c4fc0683fbd053e90a05c1fef04d56" + "url": "https://github.com/brave/brave-browser/releases/download/v1.95.104/brave-v1.95.104-win32-arm64.zip", + "hash": "568bf95cb713a88a55a0503077f741987f033d80eaee0c9bceb26037ef2949d5" } }, "bin": [ From c45fb732094f5f7e36e75d0e6e594f2602a3107b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:30:26 +0000 Subject: [PATCH 882/964] chatgpt: Update to version 26.915.4065.0 --- bucket/chatgpt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chatgpt.json b/bucket/chatgpt.json index a4c53862e2dccb..40b82f20a9cea8 100644 --- a/bucket/chatgpt.json +++ b/bucket/chatgpt.json @@ -1,5 +1,5 @@ { - "version": "26.908.9136.0", + "version": "26.915.4065.0", "description": "Desktop application for ChatGPT", "homepage": "https://chatgpt.com/", "license": { @@ -11,12 +11,12 @@ }, "architecture": { "64bit": { - "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.908.9136.0/ChatGPT-x64.msix#/dl.zip", - "hash": "163f5c14ce376c98711396aacad34099df275ab67d5b0e76ee2b76ba5c13d7b9" + "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.915.4065.0/ChatGPT-x64.msix#/dl.zip", + "hash": "fb4745f5378c8a4122f74643a3c7c1000da5f4b184f0d9dc9faf275c79ac73a4" }, "arm64": { - "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.908.9136.0/ChatGPT-arm64.msix#/dl.zip", - "hash": "282ac1fe43cfe9401191e4a21359f316e5b28e408342d06db470ddd88e1178f2" + "url": "https://persistent.oaistatic.com/codex-app-prod/releases/26.915.4065.0/ChatGPT-arm64.msix#/dl.zip", + "hash": "bfe1c58a37702581a8170ea84aaedfd8a27be8eca5e191dd17c6d51d244434b4" } }, "extract_dir": "app", From 90aa920da5ad8c01b0710d0595d5d9272f140f81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:30:26 +0000 Subject: [PATCH 883/964] chipmunk: Update to version 4.3.0 --- bucket/chipmunk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/chipmunk.json b/bucket/chipmunk.json index ef0c8c9d151781..753972215e8808 100644 --- a/bucket/chipmunk.json +++ b/bucket/chipmunk.json @@ -1,5 +1,5 @@ { - "version": "4.2.0", + "version": "4.3.0", "description": "Fast logfile viewer with support for huge logfiles (>10 GB)", "homepage": "https://github.com/esrlabs/chipmunk", "license": "Apache-2.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/esrlabs/chipmunk/releases/download/4.2.0/chipmunk@4.2.0-win64-portable.tgz", - "hash": "3eacf252e77a83af490e00b3aed746df84fa3ffc738dfcae43452e3215173f46" + "url": "https://github.com/esrlabs/chipmunk/releases/download/4.3.0/chipmunk@4.3.0-win64-portable.tgz", + "hash": "cc980a36e258227757459a480c1ee9b4c7206d6ca2c06050691dbfc7d726dc81" } }, "shortcuts": [ From 8a755b6bc84a8b254df47d74a5f6bebca28b68f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:30:27 +0000 Subject: [PATCH 884/964] fontcreator: Update to version 16.0.0.3082 --- bucket/fontcreator.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/fontcreator.json b/bucket/fontcreator.json index 9a32be9b2adc00..944e6ee7754730 100644 --- a/bucket/fontcreator.json +++ b/bucket/fontcreator.json @@ -1,5 +1,5 @@ { - "version": "16.0.0.3077", + "version": "16.0.0.3082", "description": "the most popular font editor", "homepage": "https://www.high-logic.com/font-editor/fontcreator", "license": { @@ -10,11 +10,11 @@ "architecture": { "64bit": { "url": "https://www.high-logic.com/FontCreatorSetup-x64.exe", - "hash": "78ac80fb59ae24657ccf7e8ea79b5e0a4087d9314e90c1799c6ae7d6f8f0b0ab" + "hash": "8f71ffcaf2edfe5d3c050d74d056edcf5995ca6d0f868871e11801ccf46adaca" }, "32bit": { "url": "https://www.high-logic.com/FontCreatorSetup.exe", - "hash": "78ac80fb59ae24657ccf7e8ea79b5e0a4087d9314e90c1799c6ae7d6f8f0b0ab" + "hash": "8f71ffcaf2edfe5d3c050d74d056edcf5995ca6d0f868871e11801ccf46adaca" } }, "shortcuts": [ From 63753e52f67f7b5e5ebe45843884cff7a8d3418c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:30:27 +0000 Subject: [PATCH 885/964] gtoolkit: Update to version 1.1.590 --- bucket/gtoolkit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gtoolkit.json b/bucket/gtoolkit.json index 22c11d4c2af986..9bde726fe0a704 100644 --- a/bucket/gtoolkit.json +++ b/bucket/gtoolkit.json @@ -1,16 +1,16 @@ { - "version": "1.1.589", + "version": "1.1.590", "description": "A moldable development environment.", "homepage": "https://gtoolkit.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.589/GlamorousToolkit-Windows-x86_64-v1.1.589.zip", - "hash": "170222c8b0498f3517786865f806e8d6673bdcdb5405f57bbf23cf2f80e433fc" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.590/GlamorousToolkit-Windows-x86_64-v1.1.590.zip", + "hash": "181d3539a3c9bc56f3611f0ca92b9e9a36ec3ffbd0c97a59e1753f8548ee4be5" }, "arm64": { - "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.589/GlamorousToolkit-Windows-aarch64-v1.1.589.zip", - "hash": "db9e00d8bcdbadf3ada327d75d0995440cfa12f5f7d06bd832c4d0acc7c59d42" + "url": "https://github.com/feenkcom/gtoolkit/releases/download/v1.1.590/GlamorousToolkit-Windows-aarch64-v1.1.590.zip", + "hash": "a045f127b44a7605a15b59a098540cff48283c81b7769544bbde0c482f650504" } }, "bin": "bin\\GlamorousToolkit-cli.exe", From f89f826afc94b2d98070361d947d7154057f363f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:30:27 +0000 Subject: [PATCH 886/964] handy: Update to version 0.9.7 --- bucket/handy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/handy.json b/bucket/handy.json index cc36446194c9a3..5efd1f4cd04d05 100644 --- a/bucket/handy.json +++ b/bucket/handy.json @@ -1,16 +1,16 @@ { - "version": "0.9.6", + "version": "0.9.7", "description": "A free, open source, and extensible speech-to-text application that works completely offline.", "homepage": "https://handy.computer/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/cjpais/Handy/releases/download/v0.9.6/Handy_0.9.6_x64-setup.exe#/dl.7z", - "hash": "d1bf9c961b9729b947d5f23ba169d1f3d04d23485765ee32d2b221e5168982e2" + "url": "https://github.com/cjpais/Handy/releases/download/v0.9.7/Handy_0.9.7_x64-setup.exe#/dl.7z", + "hash": "5506e04a6eab4838036c22a20a9f47a2f4d0073950e7e81e377e65e0bf9e24f5" }, "arm64": { - "url": "https://github.com/cjpais/Handy/releases/download/v0.9.6/Handy_0.9.6_arm64-setup.exe#/dl.7z", - "hash": "97001a6e04545c35f3151ab298045cbc93ad3ca25d5411f1a529f9edc51f4eb9" + "url": "https://github.com/cjpais/Handy/releases/download/v0.9.7/Handy_0.9.7_arm64-setup.exe#/dl.7z", + "hash": "321d100ea82067eec8d123bc9c911fbd98a3fb2f8b9962a11e41b30b54f21928" } }, "installer": { From 799694318780e112ab27a59846b3cc2f1686d9a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:30:28 +0000 Subject: [PATCH 887/964] iwck: Update to version 3.11 --- bucket/iwck.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/iwck.json b/bucket/iwck.json index b614fd100acd8b..2f062413e554ff 100644 --- a/bucket/iwck.json +++ b/bucket/iwck.json @@ -1,12 +1,12 @@ { - "version": "3.10", + "version": "3.11", "description": "Block the keyboard input while you were eating instant noodles on your laptop keyboard.", "homepage": "https://github.com/Nigh/I-wanna-clean-keyboard", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Nigh/I-wanna-clean-keyboard/releases/download/v3.10/iwck.zip", - "hash": "2773b233d3ad60bfb93aa244dbae23b9e9db3f411caedc626a1b3d840e55f0bf" + "url": "https://github.com/Nigh/I-wanna-clean-keyboard/releases/download/v3.11/iwck.zip", + "hash": "716d06d2734447ede7b9038c7e91fb17c84b688950a67709b46cf983171b4d40" } }, "shortcuts": [ From 25e4a56b10e937e875b45cebfb13df9cb0b03f2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:30:28 +0000 Subject: [PATCH 888/964] mpv-git: Update to version 202609181241 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index 6d4d82bf8c02cf..f58117c43be393 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609171246", + "version": "202609181241", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-17-0b7ed670f7/mpv-x86_64-20260917-git-0b7ed670f7.7z", - "hash": "69c86dd31243963cfac5f6cf98ccbb15ef1a298b6fe96cc318e31e143bff3f02" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-18-0b7ed670f7/mpv-x86_64-20260918-git-0b7ed670f7.7z", + "hash": "c08d6386ccfd78d1c80a424772a0ce060b13e95727bd79ac5270f0f13e270f16" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-17-0b7ed670f7/mpv-aarch64-20260917-git-0b7ed670f7.7z", - "hash": "d483fd61c0292e0ecfc9c9802beeb3ba19a48a38d88bf1152d4f30ddefb846ce" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-18-0b7ed670f7/mpv-aarch64-20260918-git-0b7ed670f7.7z", + "hash": "24327e5ac1177df3e8889c7296129674a39363683961d14d52f77a1da3a644fe" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From 6786042b5ebf56305a74b3b6487c89b1dae59f8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:30:28 +0000 Subject: [PATCH 889/964] pycharm: Update to version 2026.2.3-262.10968.92 --- bucket/pycharm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/pycharm.json b/bucket/pycharm.json index 1d235fe21f4b4d..6d58acf571a887 100644 --- a/bucket/pycharm.json +++ b/bucket/pycharm.json @@ -1,5 +1,5 @@ { - "version": "2026.2.2-262.10315.174", + "version": "2026.2.3-262.10968.92", "description": "Cross-Platform IDE for Python by JetBrains.", "homepage": "https://www.jetbrains.com/pycharm/", "license": { @@ -13,8 +13,8 @@ ], "architecture": { "64bit": { - "url": "https://download.jetbrains.com/python/pycharm-2026.2.2.win.zip", - "hash": "cdfb7817559fd06e3708a6f382bcd3738dd7cc3c31a7f9d0318c146feec952db", + "url": "https://download.jetbrains.com/python/pycharm-2026.2.3.win.zip", + "hash": "d45f6e40c29921b78b775cc9dcbe7a8d718a92839013eba5678a459af968c690", "bin": [ [ "IDE\\bin\\pycharm64.exe", @@ -29,8 +29,8 @@ ] }, "arm64": { - "url": "https://download.jetbrains.com/python/pycharm-2026.2.2-aarch64.win.zip", - "hash": "c05c188f233b3b8269a47d35ef15c3d273500717cfaf9840b9a6eeef64465ed4", + "url": "https://download.jetbrains.com/python/pycharm-2026.2.3-aarch64.win.zip", + "hash": "a7000a912dbd696ae49cbf8cda13c06cd5b25056473ac92cd73f29d9da930e67", "bin": [ [ "IDE\\bin\\pycharm64.exe", From 9c095a4a96157fcc6c0cea73ca7039c3d9780724 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:30:29 +0000 Subject: [PATCH 890/964] texteditorpro: Update to version 37.0.2 --- bucket/texteditorpro.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/texteditorpro.json b/bucket/texteditorpro.json index 11df052bc6a76e..10491ca18464f0 100644 --- a/bucket/texteditorpro.json +++ b/bucket/texteditorpro.json @@ -1,5 +1,5 @@ { - "version": "37.0.1", + "version": "37.0.2", "description": "Powerful text editor with syntax highlighting for multiple languages and scripts. Formerly known as EditBone", "homepage": "https://texteditor.pro/", "license": { @@ -9,15 +9,15 @@ "architecture": { "64bit": { "url": "https://www.texteditor.pro/downloads/TextEditorPro64.7z", - "hash": "568df9f998ce2c3c1c314b08c7a493a0030bfefb60eaa34e9c38bd74d3178950" + "hash": "9a4f9b4a594f36c2394266bfa7bfe675c01afa02739eda90cd37e2f368095b00" }, "32bit": { "url": "https://www.texteditor.pro/downloads/TextEditorPro32.7z", - "hash": "ac26ca0cd3d4355f58770dd4992b9ec3ca640d729fed554cec454ac8e16e4df3" + "hash": "95f0c9f2192d8e217bbc0813547ab91c6fbc4001af9e278180a08ac10251236f" }, "arm64": { "url": "https://www.texteditor.pro/downloads/TextEditorProArm64.7z", - "hash": "220b7d8248c8759e126ade8d5ea3ff7338364e9e9fb72046752a5b55dea73b74" + "hash": "f1da9013c56efd6a8d1e81a06fa394b356e2d39a18bd56c513bd2e29397d5127" } }, "bin": [ From 14df085303d91d444d7289aef42ab7a9f93599d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:30:29 +0000 Subject: [PATCH 891/964] treesheets: Update to version 3376 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index 0a18eb2215920d..98b7797c4c5046 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3374", + "version": "3376", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3374/TreeSheets-3374-winx64.zip", - "hash": "667cbbc6459bdf53d103b773d63422a3cc0706dc15bde0972c576e728fe7f167", - "extract_dir": "TreeSheets-3374-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3376/TreeSheets-3376-winx64.zip", + "hash": "5da3a7740f47eb93efe6b2386435d2ad1ae00fab84f7be372d1a8a7737e83d1d", + "extract_dir": "TreeSheets-3376-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3374/TreeSheets-3374-winarm64.zip", - "hash": "c22453b7565de2d8fc14a582f1bbb045056d882477ccd6a20f618e826f79077b", - "extract_dir": "TreeSheets-3374-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3376/TreeSheets-3376-winarm64.zip", + "hash": "b6631f1f751be1920fcb27071d3cc69a2a684e5d6f71bbc03f6a03694473a520", + "extract_dir": "TreeSheets-3376-winarm64" } }, "pre_install": [ From e260e4f1205ad0461022ef7713f53b8d05b7a72e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:30:30 +0000 Subject: [PATCH 892/964] vencord-installer: Update to version 1.4.2 --- bucket/vencord-installer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/vencord-installer.json b/bucket/vencord-installer.json index 65b07e37d3e98d..84ddfe9198495b 100644 --- a/bucket/vencord-installer.json +++ b/bucket/vencord-installer.json @@ -1,5 +1,5 @@ { - "version": "1.4.1", + "version": "1.4.2", "description": "A GUI app for installing Vencord, a Discord client mod", "homepage": "https://vencord.dev/", "license": "GPL-3.0-only", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Vencord/Installer/releases/download/v1.4.1/VencordInstaller.exe", - "hash": "4d798f1fdc7ac2e9457da849848238acb381c37ba922dd4f68622b0e164d180f" + "url": "https://github.com/Vencord/Installer/releases/download/v1.4.2/VencordInstaller.exe", + "hash": "1cb4115a99a8b7a0b0371dddb2ac7dde38b9acc23f53a69540319b4b7ca6c2da" } }, "shortcuts": [ From ab56a04d2923bac528102cfa59a31954489092b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:30:30 +0000 Subject: [PATCH 893/964] vivaldi: Update to version 8.2.4133.68 --- bucket/vivaldi.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/vivaldi.json b/bucket/vivaldi.json index 1ea5b4de9b44e3..af8004b20b909e 100644 --- a/bucket/vivaldi.json +++ b/bucket/vivaldi.json @@ -1,20 +1,20 @@ { - "version": "8.2.4133.64", + "version": "8.2.4133.68", "description": "An innovatively designed web browser, based on Blink, for users in Vivaldi.net community that replaced departed My Opera.", "homepage": "https://vivaldi.com/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.64.x64.exe#/dl.7z", - "hash": "1a343ef0bac62536bc11cc781fd2bd20f5d471049ab6bec346d70433b86c32ee" + "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.68.x64.exe#/dl.7z", + "hash": "09418bcc6c41af38bad50ee1300408b6dccfc491384f0ff58c36c7adf397c610" }, "32bit": { - "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.64.exe#/dl.7z", - "hash": "f305b778bad5dfa670bf594f82867abf85c0d2b4969be213bfb4d7b14bb042d2" + "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.68.exe#/dl.7z", + "hash": "c447e5b92b6313691a4f56c841b3311e0b977bf68e70b14279ac04e54c02e308" }, "arm64": { - "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.64.arm64.exe#/dl.7z", - "hash": "21579319e0f33cb3b3e9be70df3f3d4ca75dd0a862e7ffbb059d0b38b0d34b80" + "url": "https://downloads.vivaldi.com/stable/Vivaldi.8.2.4133.68.arm64.exe#/dl.7z", + "hash": "7a91841b16eb5cb73ff365c2bcf1f751399ae6915277a73da57403464e17fc89" } }, "installer": { From 9bd869f6c19fcad1c57edc02eba8fc757d74cb3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:28:46 +0000 Subject: [PATCH 894/964] antigravity: Update to version 2.15.0 --- bucket/antigravity.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/antigravity.json b/bucket/antigravity.json index cefb1db1023bde..99b0e99393988d 100644 --- a/bucket/antigravity.json +++ b/bucket/antigravity.json @@ -1,5 +1,5 @@ { - "version": "2.14.0", + "version": "2.15.0", "description": "Agent orchestration platform developed by Google.", "homepage": "https://antigravity.google/product/antigravity-2", "license": { @@ -21,12 +21,12 @@ }, "architecture": { "64bit": { - "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.14.0-5449404535144448/windows-x64/Antigravity-x64.exe#/dl.7z", - "hash": "sha512:61c1241c095f5b93560eab9c7db43da50ef6a134eb3475f257e39597f08d5ea9b2e50888a7a20655f1d99ddfd96ea59f7b0e472cca73642abe19bc6c9ab3a9aa" + "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.15.0-6576870427328512/windows-x64/Antigravity-x64.exe#/dl.7z", + "hash": "sha512:b803c6cd77dd150da4cd9aa61bfe45e14afd994ad0724d3e5c85bd45f7d21384db6d4cc31fba3154f3f5495e3b3e2b6af1792c43aa06d28ec8e8f3fdbcc12405" }, "arm64": { - "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.14.0-5449404535144448/windows-arm/Antigravity-arm64.exe#/dl.7z", - "hash": "sha512:f22e8aae3f050edb58763e5e9e36edaa30385fe51f40cfb9750e076240a816a193159104179e505bedb18c6a04839983aecb9b8b0897567c794d9ceff7fa91a1" + "url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.15.0-6576870427328512/windows-arm/Antigravity-arm64.exe#/dl.7z", + "hash": "sha512:2848082478b85a7de9894ff72c0434b3ea807664468ad7a00e7a5965648443cefa8fa22341e0cf8c4a164872f4848c7306ce0ce057edbc9dd4f8d580372768d0" } }, "installer": { From 264178bf2edbbf90ac9f670ceaffece743dbc8cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:28:47 +0000 Subject: [PATCH 895/964] chromium: Update to version 153.0.8010.53-r1681091 --- bucket/chromium.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/chromium.json b/bucket/chromium.json index ccc7795664cc2f..1624418dbc9cc1 100644 --- a/bucket/chromium.json +++ b/bucket/chromium.json @@ -1,13 +1,13 @@ { "##": "Check chromium.woolyss.com for different versions of Chromium releases.", - "version": "153.0.8010.48-r1681091", + "version": "153.0.8010.53-r1681091", "description": "Browser aiming for safer, faster, and more stable way for all users to experience the web.", "homepage": "https://www.chromium.org", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/Hibbiki/chromium-win64/releases/download/v153.0.8010.48-r1681091/chrome.7z", - "hash": "sha1:9deaafdab2846ffae1295556397bf60d026e4b38" + "url": "https://github.com/Hibbiki/chromium-win64/releases/download/v153.0.8010.53-r1681091/chrome.7z", + "hash": "sha1:580f034c1b867b6ab2f1d8508ebdb45be9100cd3" } }, "extract_dir": "Chrome-bin", From 91b29a0842f7502ded7aa06c85fae914c7c85f2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:28:47 +0000 Subject: [PATCH 896/964] cursor: Update to version 3.21.13 --- bucket/cursor.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cursor.json b/bucket/cursor.json index e0197da8db5f27..7f0a02b658f3fa 100644 --- a/bucket/cursor.json +++ b/bucket/cursor.json @@ -1,5 +1,5 @@ { - "version": "3.21.9", + "version": "3.21.13", "description": "The AI Code Editor", "homepage": "https://www.cursor.com/", "license": { @@ -9,12 +9,12 @@ "innosetup": true, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/production/9998796a6096ce83d83a9332bfe7473b985db750/win32/x64/user-setup/CursorUserSetup-x64-3.21.9.exe", - "hash": "f0ad9c2b20586a47c42cbbddbf235f2b14805dd043be9082d2ab3f32ad0e4b05" + "url": "https://downloads.cursor.com/production/e44a49c17e334d442e58bbde931d791200f014a2/win32/x64/user-setup/CursorUserSetup-x64-3.21.13.exe", + "hash": "980838a06fb2b239fc7cb9be3c6d8324dc9e3f5913d802465d10dd3f701ea288" }, "arm64": { - "url": "https://downloads.cursor.com/production/9998796a6096ce83d83a9332bfe7473b985db750/win32/arm64/user-setup/CursorUserSetup-arm64-3.21.9.exe", - "hash": "a8080cce514b317a30c3632eb78f92a1d119a84ac95bd6a14ab79d41440bdfd6" + "url": "https://downloads.cursor.com/production/e44a49c17e334d442e58bbde931d791200f014a2/win32/arm64/user-setup/CursorUserSetup-arm64-3.21.13.exe", + "hash": "1c0078a0349e0e7b936ee44bf61bdb71939e5d7f264a2648a17dce10dfddaff3" } }, "extract_dir": "{code_GetDestDir}", From 36402f63d0fe5e09da4a150d1d7fd70f0deba82e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:28:48 +0000 Subject: [PATCH 897/964] etcher: Update to version 2.1.7 --- bucket/etcher.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/etcher.json b/bucket/etcher.json index 36898b5797f0f4..cd282bdd67c8ec 100644 --- a/bucket/etcher.json +++ b/bucket/etcher.json @@ -1,10 +1,10 @@ { - "version": "2.1.6", + "version": "2.1.7", "description": "balenaEtcher lets you flash OS images to SD cards & USB drives, safely and easily.", "homepage": "https://etcher.balena.io/", "license": "Apache-2.0", - "url": "https://github.com/balena-io/etcher/releases/download/v2.1.6/balenaEtcher-win32-x64-2.1.6.zip", - "hash": "ec66c879b03ec7098b5c67739e2f6002027a8e001c749e8b918d72a87611fe11", + "url": "https://github.com/balena-io/etcher/releases/download/v2.1.7/balenaEtcher-win32-x64-2.1.7.zip", + "hash": "73d5460332280f4ea1e910ee360dca9b7795d8b50cf3665874c0d562989afb91", "shortcuts": [ [ "balenaEtcher.exe", From 27755627d69edf12928add7da109a223605cab13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:28:48 +0000 Subject: [PATCH 898/964] exifcleaner: Update to version 4.3.0 --- bucket/exifcleaner.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/exifcleaner.json b/bucket/exifcleaner.json index b14de34037daa4..705426428e431c 100644 --- a/bucket/exifcleaner.json +++ b/bucket/exifcleaner.json @@ -1,10 +1,10 @@ { - "version": "4.2.1", + "version": "4.3.0", "description": "Image metadata cleaner", "homepage": "https://exifcleaner.com", "license": "MIT", - "url": "https://github.com/szTheory/exifcleaner/releases/download/v4.2.1/ExifCleaner.Setup.4.2.1.exe#/dl.7z", - "hash": "64906e696158b0eebbc867289574cc44168b43f4055c89150469ea247e049271", + "url": "https://github.com/szTheory/exifcleaner/releases/download/v4.3.0/ExifCleaner.Setup.4.3.0.exe#/dl.7z", + "hash": "684d92ad28f6f53a1e8214940dbae6fd3738bafdc16880ce9276c28be03559ef", "architecture": { "64bit": { "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" From 0c8681b40b9e7e03e9c922c81c72c474a09c27d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:28:48 +0000 Subject: [PATCH 899/964] flutter: Update to version 3.47.5 --- bucket/flutter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/flutter.json b/bucket/flutter.json index 1068f322bbc566..ff7433161b893c 100644 --- a/bucket/flutter.json +++ b/bucket/flutter.json @@ -1,5 +1,5 @@ { - "version": "3.47.4", + "version": "3.47.5", "description": "Google's SDK for crafting beautiful, fast user experiences for mobile, web, and desktop", "homepage": "https://flutter.dev", "license": "BSD-3-Clause", @@ -17,8 +17,8 @@ ], "Visual Studio Code with Flutter extension": "extras/vscode" }, - "url": "https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.47.4-stable.zip", - "hash": "31173300481bd06e377fd55ee84214689648b1817563efd7b450b7b78bdf351a", + "url": "https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.47.5-stable.zip", + "hash": "0ccd71931f49c2fbe394b1eeb6d79af3d624058a043ea0d03d34160581624fb8", "architecture": { "arm64": { "post_install": [ From 072c62f9bd418c07812c2b08c23c335fbb23d38a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:28:49 +0000 Subject: [PATCH 900/964] mongosh: Update to version 2.12.0 --- bucket/mongosh.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/mongosh.json b/bucket/mongosh.json index 195a7b9f6269f5..df8b33245b9cd5 100644 --- a/bucket/mongosh.json +++ b/bucket/mongosh.json @@ -1,13 +1,13 @@ { - "version": "2.11.1", + "version": "2.12.0", "description": "JavaScript and Node.js 14.x REPL environment for interacting with MongoDB", "homepage": "https://docs.mongodb.com/mongodb-shell", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://downloads.mongodb.com/compass/mongosh-2.11.1-win32-x64.zip", - "hash": "75958322cd2dec54f429793a9614d9ed542dd52eb8de8044c8bcdb95f53db348", - "extract_dir": "mongosh-2.11.1-win32-x64" + "url": "https://downloads.mongodb.com/compass/mongosh-2.12.0-win32-x64.zip", + "hash": "d9dfc366a8a6b6771fcb05fe582d4b1bfe567f7a1ed7a72194dcf5b8202e9db3", + "extract_dir": "mongosh-2.12.0-win32-x64" } }, "bin": "bin\\mongosh.exe", From f87b958b6083881534884b2457ed3a97f2ceb02d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:28:49 +0000 Subject: [PATCH 901/964] netbird: Update to version 0.79.0 --- bucket/netbird.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/netbird.json b/bucket/netbird.json index e32b23a4728efe..f9941ea04f2ed7 100644 --- a/bucket/netbird.json +++ b/bucket/netbird.json @@ -1,16 +1,16 @@ { - "version": "0.78.2", + "version": "0.79.0", "description": "Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls.", "homepage": "https://netbird.io/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/netbirdio/netbird/releases/download/v0.78.2/netbird_installer_0.78.2_windows_amd64.exe#/dl.7z", - "hash": "215dfaf6ef54714b4d6e543c6529c11514f7a7c090d1b4c314170b9e36ee97c4" + "url": "https://github.com/netbirdio/netbird/releases/download/v0.79.0/netbird_installer_0.79.0_windows_amd64.exe#/dl.7z", + "hash": "3150d04219379ba4948eb724d75c20039928d032f99326b82370af013589f54a" }, "arm64": { - "url": "https://github.com/netbirdio/netbird/releases/download/v0.78.2/netbird_installer_0.78.2_windows_arm64.exe#/dl.7z", - "hash": "510031fdda012265a97a3c9f0fbbb1510a1dc067a0bf614e4484de1fd853fe33" + "url": "https://github.com/netbirdio/netbird/releases/download/v0.79.0/netbird_installer_0.79.0_windows_arm64.exe#/dl.7z", + "hash": "ecfa3358e07f0ce127aa0af1b5d17ef278c5e820814dfde611f2097f200bfcf2" } }, "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse", From 9c24aa15d24388e6bd17e49a9920f561e54b849c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:28:49 +0000 Subject: [PATCH 902/964] nexus-repository-oss: Update to version 3.96.2-01 --- bucket/nexus-repository-oss.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nexus-repository-oss.json b/bucket/nexus-repository-oss.json index ea09831dd8f933..c1611b1899ac49 100644 --- a/bucket/nexus-repository-oss.json +++ b/bucket/nexus-repository-oss.json @@ -1,5 +1,5 @@ { - "version": "3.96.1-01", + "version": "3.96.2-01", "description": "The free artifact repository with universal format support", "homepage": "https://www.sonatype.com/products/repository-oss", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://download.sonatype.com/nexus/3/nexus-3.96.1-01-win-x86_64.zip", - "hash": "8e5162a416da6959cdf156fa1e33c13800fe64d08eba9642f0005369bb0b8d23" + "url": "https://download.sonatype.com/nexus/3/nexus-3.96.2-01-win-x86_64.zip", + "hash": "018c6ef28bf044424895a9161848a3a16519e4fd692f2fffb4273c59b326939c" } }, "pre_install": "Get-Item \"$dir\\nexus-*\" | Rename-Item -NewName 'nexus'", From 0a76831f44fa961db2f7bc0acbe9dedc394f55e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:28:50 +0000 Subject: [PATCH 903/964] postman: Update to version 12.28.6 --- bucket/postman.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/postman.json b/bucket/postman.json index e9f886c1bb8d55..8b7c1500ead28b 100644 --- a/bucket/postman.json +++ b/bucket/postman.json @@ -1,6 +1,6 @@ { "##": "Please keep .exe instead of the .nupkg. The Update.exe extracted from .exe is needed to convert the persistent data to the latest version (#10938).", - "version": "12.28.5", + "version": "12.28.6", "description": "Complete API development environment.", "homepage": "https://www.getpostman.com/", "license": { @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://dl.pstmn.io/download/12.28.5/Postman%20v12.28.5%20(x64).exe#/dl.7z", - "hash": "sha1:ce8c2b2b3aac0bfcd309e05b3cd94fddb63c0768" + "url": "https://dl.pstmn.io/download/12.28.6/Postman%20v12.28.6%20(x64).exe#/dl.7z", + "hash": "sha1:77181cb6904b69ccb46b878688b9915b153396ee" }, "arm64": { - "url": "https://dl.pstmn.io/download/12.28.5/Postman%20v12.28.5%20(arm64).exe#/dl.7z", - "hash": "sha1:c2d4eb2f0a5aa858ed2db535e069f42e4f8bee5d" + "url": "https://dl.pstmn.io/download/12.28.6/Postman%20v12.28.6%20(arm64).exe#/dl.7z", + "hash": "sha1:1f89b2689cfabd4bfe3e395351263a8b1a349043" } }, "installer": { From 986ca135abbadf2ff09e0458379935abe0cc7c5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:28:50 +0000 Subject: [PATCH 904/964] rubymine: Update to version 2026.2.3-262.10968.66 --- bucket/rubymine.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/rubymine.json b/bucket/rubymine.json index 6c92da0831cd1c..a6c135d0d7e532 100644 --- a/bucket/rubymine.json +++ b/bucket/rubymine.json @@ -1,13 +1,13 @@ { - "version": "2026.2.2-262.10315.129", + "version": "2026.2.3-262.10968.66", "description": "Cross-Platform IDE for Ruby on Rails by JetBrains.", "homepage": "https://www.jetbrains.com/ruby/", "license": { "identifier": "Proprietary", "url": "https://www.jetbrains.com/store/license.html" }, - "url": "https://download.jetbrains.com/ruby/RubyMine-2026.2.2.win.zip", - "hash": "8b413528b45b8dfa32b0f34616de5b6b5861f206e03e4763084152d8a3ec4b33", + "url": "https://download.jetbrains.com/ruby/RubyMine-2026.2.3.win.zip", + "hash": "8db482db7be2e2dc25feaeb498456a03ca5101130213245646b0032f9297efd7", "extract_to": "IDE", "installer": { "script": [ From be75b5159d9ab97b90e0fff675fb41b8bcceccdf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:28:50 +0000 Subject: [PATCH 905/964] tinynvidiaupdatechecker: Update to version 1.28.0 --- bucket/tinynvidiaupdatechecker.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinynvidiaupdatechecker.json b/bucket/tinynvidiaupdatechecker.json index d731c028563420..e7ebcac33c3e76 100644 --- a/bucket/tinynvidiaupdatechecker.json +++ b/bucket/tinynvidiaupdatechecker.json @@ -1,13 +1,13 @@ { - "version": "1.27.0", + "version": "1.28.0", "description": "NVIDIA GPU driver updater", "homepage": "https://github.com/HawaiiBeach/TinyNvidiaUpdateChecker", "license": "GPL-3.0-or-later", "suggest": { ".NET Desktop Runtime 8.0": "versions/windowsdesktop-runtime-8.0" }, - "url": "https://github.com/HawaiiBeach/TinyNvidiaUpdateChecker/releases/download/v1.27.0/TinyNvidiaUpdateChecker.exe", - "hash": "cf1e74edc558938af19d86cb979c4f9495841eab900266e107d76e7890b23f5f", + "url": "https://github.com/HawaiiBeach/TinyNvidiaUpdateChecker/releases/download/v1.28.0/TinyNvidiaUpdateChecker.exe", + "hash": "ac5b07f5f5661d29691ee8f3d38e6d5bddf93d62ee33c74f31dbf033feb970fb", "bin": "TinyNvidiaUpdateChecker.exe", "shortcuts": [ [ From 2b2b1472a07827330364733ee5f483464ecc7800 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:28:51 +0000 Subject: [PATCH 906/964] webview2: Update to version 153.0.4234.48 --- bucket/webview2.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/webview2.json b/bucket/webview2.json index 2bf6703be584a2..ff125e2a48f907 100644 --- a/bucket/webview2.json +++ b/bucket/webview2.json @@ -1,5 +1,5 @@ { - "version": "153.0.4234.32", + "version": "153.0.4234.48", "description": "Microsoft Edge WebView2 Runtime. Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2.", "homepage": "https://developer.microsoft.com/en-us/microsoft-edge/webview2", "license": { @@ -9,19 +9,19 @@ "notes": "Overrides any natively installed Runtime through environment variable 'WEBVIEW2_BROWSER_EXECUTABLE_FOLDER'. This is architecture-specific: Applications must match the runtime architecture, for example install the 32-bit build (--arch 32bit) to support 32-bit applications.", "architecture": { "32bit": { - "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/384d4f16-7989-42fb-b92c-a168e226f8eb/Microsoft.WebView2.FixedVersionRuntime.153.0.4234.32.x86.cab#/dl.7z", - "hash": "5566712ef29f16fc4ac1761cebac0d91f6be827b6fd6c7535a33d35f565fcb78", - "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.153.0.4234.32.x86" + "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/cb64c883-b486-4bde-8be2-a62f063e6b50/Microsoft.WebView2.FixedVersionRuntime.153.0.4234.48.x86.cab#/dl.7z", + "hash": "8b4eabad88c9a3a718757456a57ff3ceaeb672c9d02dc57be8e3b88422d42da7", + "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.153.0.4234.48.x86" }, "64bit": { - "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/c3d95bc1-a0a7-4ca6-aaa1-fa0ac3dd1a37/Microsoft.WebView2.FixedVersionRuntime.153.0.4234.32.x64.cab#/dl.7z", - "hash": "2cb653a74426f0aa802c2396775c6bc674fd662d5396bd677f47bfa6e12eba9c", - "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.153.0.4234.32.x64" + "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/08cd33ee-d109-49b8-9301-9f0bea43c575/Microsoft.WebView2.FixedVersionRuntime.153.0.4234.48.x64.cab#/dl.7z", + "hash": "11e8240cb0bc56dcd3e4498907203c251346f65107fe35a3a13e152c7d51c79e", + "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.153.0.4234.48.x64" }, "arm64": { - "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/7246259c-1daf-40dc-bb7c-92b3e0c92f37/Microsoft.WebView2.FixedVersionRuntime.153.0.4234.32.arm64.cab#/dl.7z", - "hash": "0003aab401d99e6f2444f521d20b1131ba3e0509553215dadeba9e7e48c526e1", - "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.153.0.4234.32.arm64" + "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/9b102b4a-6429-4fa9-8b63-2f1734172f87/Microsoft.WebView2.FixedVersionRuntime.153.0.4234.48.arm64.cab#/dl.7z", + "hash": "4d5f832e474b9ca57f104126d5c07470910f394c6e6a15324bdf4bd2b0b056c5", + "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.153.0.4234.48.arm64" } }, "env_set": { From c5a57b9e46d4f2fd4b5d83e00675f30515897698 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:28:51 +0000 Subject: [PATCH 907/964] xpipe: Update to version 24.4 --- bucket/xpipe.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/xpipe.json b/bucket/xpipe.json index b28631d8602f1a..bbaad7414c7e25 100644 --- a/bucket/xpipe.json +++ b/bucket/xpipe.json @@ -1,19 +1,19 @@ { - "version": "24.3", + "version": "24.4", "description": "A connection hub and remote file manager to access your entire server infrastructure from your local desktop", "homepage": "https://xpipe.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/xpipe-io/xpipe/releases/download/24.3/xpipe-portable-windows-x86_64.zip", - "hash": "e63aab94cd39aa993c43c3716a9d809c77cec595ca0ef695513eaa00ce88af92" + "url": "https://github.com/xpipe-io/xpipe/releases/download/24.4/xpipe-portable-windows-x86_64.zip", + "hash": "db9d02b62bf5939921ed083010395b1b1ef7ee55616825209e291d91cdee3aad" }, "arm64": { - "url": "https://github.com/xpipe-io/xpipe/releases/download/24.3/xpipe-portable-windows-arm64.zip", - "hash": "1fd2c6e95b6df0997e411918c62f83218d0313cf6579526e68b84e4888c47b48" + "url": "https://github.com/xpipe-io/xpipe/releases/download/24.4/xpipe-portable-windows-arm64.zip", + "hash": "a4058ab116617b10551e5f197828b178079f81c7b450db91102b8e11538f8ca2" } }, - "extract_dir": "xpipe-24.3", + "extract_dir": "xpipe-24.4", "bin": "xpipe.exe", "shortcuts": [ [ From 9a5bc031f4a3c5ca47dca60329b045ace17c673f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:28:51 +0000 Subject: [PATCH 908/964] zoom: Update to version 7.2.0.48358 --- bucket/zoom.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zoom.json b/bucket/zoom.json index 068a0aa63021fb..b1ebf821552a19 100644 --- a/bucket/zoom.json +++ b/bucket/zoom.json @@ -1,5 +1,5 @@ { - "version": "7.1.8.46825", + "version": "7.2.0.48358", "description": "Video and audio conferencing, chat, and webinars", "homepage": "https://zoom.us", "license": { @@ -8,13 +8,13 @@ }, "architecture": { "64bit": { - "url": "https://cdn.zoom.us/prod/7.1.8.46825/x64/ZoomInstallerFull.exe#/dl.7z", - "hash": "02a27760538a770e7f64910c1e5315a630f8da373cc3ff63d2d8d186caa6f04b", + "url": "https://cdn.zoom.us/prod/7.2.0.48358/x64/ZoomInstallerFull.exe#/dl.7z", + "hash": "5c3edfe7bf85b1d72c73e384073b932594bf2031459684d4ae8eb99aaf6e261b", "pre_install": "Expand-7zipArchive \"$dir\\ZoomFull.cab\" -Removal" }, "arm64": { - "url": "https://cdn.zoom.us/prod/7.1.8.46825/arm64/ZoomInstallerFull.exe#/dl.7z", - "hash": "fd635f8f83787f17387f77efabf6067d60cab226de3c56d5a5cf299db81466ca", + "url": "https://cdn.zoom.us/prod/7.2.0.48358/arm64/ZoomInstallerFull.exe#/dl.7z", + "hash": "94976a6c8ee9842f719b9aabe09775e42111034ff200de25ed3667382e94183a", "pre_install": "Expand-7zipArchive \"$dir\\ZoomFull.cab\" -Removal" } }, From c4a72a7269697647ef8e8a11e03adc9216fe1b06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 01:01:06 +0000 Subject: [PATCH 909/964] grok-bot: Update to version 0.57.1 --- bucket/grok-bot.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grok-bot.json b/bucket/grok-bot.json index edc427ab9e19d5..470c2a7b9d4ddb 100644 --- a/bucket/grok-bot.json +++ b/bucket/grok-bot.json @@ -1,5 +1,5 @@ { - "version": "0.56.1", + "version": "0.57.1", "description": "Always-on AI agents from xAI and Cursor that work autonomously across your tools and apps.", "homepage": "https://x.ai/bot", "license": { @@ -8,13 +8,13 @@ }, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.56.1/Grok_Bot_0.56.1_Setup.exe#/dl.7z", - "hash": "bf32fec424425cd2a9a07d3efb687126a24be87250b44e27822ccd9a3feede35", + "url": "https://downloads.cursor.com/grokbot/stable/win32-x64/0.57.1/Grok_Bot_0.57.1_Setup.exe#/dl.7z", + "hash": "02db27feaece4a021e59468435a75d95bca289118d253b7837804d99adac7720", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" }, "arm64": { - "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.56.1/Grok_Bot_0.56.1_Setup.exe#/dl.7z", - "hash": "b5313f433a303677aeb6b7a7d175f22d4e571a4dcd7efa18b51ac2194ccd855d", + "url": "https://downloads.cursor.com/grokbot/stable/win32-arm64/0.57.1/Grok_Bot_0.57.1_Setup.exe#/dl.7z", + "hash": "c7c08f3a7b378438cd6e07331a34bb2fae8288e6350d6589a21e97157b33401d", "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"" } }, From 50c0822be7339147850885c2e4320cc52afd53c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 01:01:06 +0000 Subject: [PATCH 910/964] rclone-ui: Update to version 3.7.5 --- bucket/rclone-ui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rclone-ui.json b/bucket/rclone-ui.json index 11c085a33324fe..afd052b7c5b02c 100644 --- a/bucket/rclone-ui.json +++ b/bucket/rclone-ui.json @@ -1,5 +1,5 @@ { - "version": "3.7.4", + "version": "3.7.5", "description": "GUI for rclone & S3", "homepage": "https://rcloneui.com", "license": "Apache-2.0", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/rclone-ui/rclone-ui/releases/download/v3.7.4/Rclone.UI_x64.exe#/dl.7z", - "hash": "484cefdb0ef2a33aee0b11ae753332d58fd564ab7e39ffe844306c3bfd9dae3c" + "url": "https://github.com/rclone-ui/rclone-ui/releases/download/v3.7.5/Rclone.UI_x64.exe#/dl.7z", + "hash": "f78476b79ae3fa6c1e62f7f7d4f77914b06a031607776d41067d1d81987a76ae" }, "arm64": { - "url": "https://github.com/rclone-ui/rclone-ui/releases/download/v3.7.4/Rclone.UI_arm64.exe#/dl.7z", - "hash": "d066c724b27d4495e82320a7aa763329af8a1600c69d28ad9eef99fe71b0ba27" + "url": "https://github.com/rclone-ui/rclone-ui/releases/download/v3.7.5/Rclone.UI_arm64.exe#/dl.7z", + "hash": "80105a91b33476c256953be10178732d543fe132100d0cc377e8d5d16220ede2" } }, "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninstall.exe\" -Force -Recurse", From 0cf9a4c35067cf5d5e12d6de68292a7c6f57e555 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 04:31:53 +0000 Subject: [PATCH 911/964] lmstudio: Update to version 0.4.25-1 --- bucket/lmstudio.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lmstudio.json b/bucket/lmstudio.json index 6ba1824a9ee236..de55323d91c3ca 100644 --- a/bucket/lmstudio.json +++ b/bucket/lmstudio.json @@ -1,5 +1,5 @@ { - "version": "0.4.24-1", + "version": "0.4.25-1", "description": "Discover, download, and run local LLMs (llama.cpp, MLX). Chat UI and OpenAI-compatible local API server.", "homepage": "https://lmstudio.ai", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://installers.lmstudio.ai/win32/x64/0.4.24-1/LM-Studio-0.4.24-1-x64.exe#/dl.7z", - "hash": "3777ed7bc3dd30f1b6664ddaff1493696ad18a7a292e3168d5572bce4df8f3f9" + "url": "https://installers.lmstudio.ai/win32/x64/0.4.25-1/LM-Studio-0.4.25-1-x64.exe#/dl.7z", + "hash": "76c025ef4abf38edac36da09ce1a54d2803b3871a074b95bd9dffdb231458f0c" }, "arm64": { - "url": "https://installers.lmstudio.ai/win32/arm64/0.4.24-1/LM-Studio-0.4.24-1-arm64.exe#/dl.7z", - "hash": "182dde5d41362816adb14b06ed59fd023a5df892970c4b9d56ba7be2e9710d2e" + "url": "https://installers.lmstudio.ai/win32/arm64/0.4.25-1/LM-Studio-0.4.25-1-arm64.exe#/dl.7z", + "hash": "7536bdd1c28ad6bce2df4fc37f20aa8cc11be3e1eb6a5572016c2c5ee9d07a9d" } }, "installer": { From 16fe149f037c2c36a3988138f8d54fd4511c9bb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 04:31:53 +0000 Subject: [PATCH 912/964] navop: Update to version 0.18.2 --- bucket/navop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/navop.json b/bucket/navop.json index c904321b240ae8..10c9829d278f7e 100644 --- a/bucket/navop.json +++ b/bucket/navop.json @@ -1,5 +1,5 @@ { - "version": "0.18.1", + "version": "0.18.2", "description": "A native, all-in-one workspace for databases, SSH, SFTP, terminals, remote desktop, monitoring, and AI.", "homepage": "https://navop.dev", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/feigeCode/navop/releases/download/v0.18.1/navop-0.18.1-windows-x64-portable.zip", - "hash": "4dc70875bd495d7535b909138a4212f97ba4c1888cb98011e4ade9ce5e3ffe8b" + "url": "https://github.com/feigeCode/navop/releases/download/v0.18.2/navop-0.18.2-windows-x64-portable.zip", + "hash": "b2794c59be87d410b233521bd86ad400a137d90ece7b64bd067285f2f633e0d5" }, "32bit": { - "url": "https://github.com/feigeCode/navop/releases/download/v0.18.1/navop-0.18.1-win32-portable.zip", - "hash": "743aebf3fef270cf0813cd2efd06b11fc614c78c844c7778542107e08bee228f" + "url": "https://github.com/feigeCode/navop/releases/download/v0.18.2/navop-0.18.2-win32-portable.zip", + "hash": "3b86e1c71c0d47a252fcfd13a99b2118880fd4b02fbf5c13f08f3657bda50a97" } }, "shortcuts": [ From 4be15b2cd4b4af159d6e5d0e19e4dc8024cac210 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 04:31:54 +0000 Subject: [PATCH 913/964] netron: Update to version 9.2.9 --- bucket/netron.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/netron.json b/bucket/netron.json index 76bbd179fe8839..9c250537b0078d 100644 --- a/bucket/netron.json +++ b/bucket/netron.json @@ -1,12 +1,12 @@ { - "version": "9.2.8", + "version": "9.2.9", "description": "Visualizer for deep learning and machine learning models", "homepage": "https://netron.app/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/lutzroeder/netron/releases/download/v9.2.8/Netron-Setup-9.2.8.exe#/dl.7z", - "hash": "sha512:33efb132f3e93ecc42b2e91f7d4a50c29d2ebd92b878cf5e42003d6851459bc0ef679b0c97708bad1d8352bc409bcec80a93d78c8bf494b358b4e4fb021f0c65", + "url": "https://github.com/lutzroeder/netron/releases/download/v9.2.9/Netron-Setup-9.2.9.exe#/dl.7z", + "hash": "sha512:5faccbda3fe109886d40dd6fb4c83107180723f713961acad6c857f25df901f45aba7f34cca9694baab190d12279190352080e92d6811eaa8b5a617e3965e414", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\" -Force -Recurse" From b61b4b7e5c78dbfff68df92074fa644b2e443f7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 04:31:54 +0000 Subject: [PATCH 914/964] nuclear: Update to version 1.48.5 --- bucket/nuclear.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nuclear.json b/bucket/nuclear.json index ac2da349302679..c9e3c097d58802 100644 --- a/bucket/nuclear.json +++ b/bucket/nuclear.json @@ -1,12 +1,12 @@ { - "version": "1.48.4", + "version": "1.48.5", "description": "Modern music player focused on streaming from free sources", "homepage": "https://nuclearplayer.com", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/nukeop/nuclear/releases/download/player%401.48.4/Nuclear_1.48.4_x64-setup.exe#/dl.7z", - "hash": "8b99fda91fd5b0594ea26c206ade16470d292dad269431ca3f17c29fb2992a1d" + "url": "https://github.com/nukeop/nuclear/releases/download/player%401.48.5/Nuclear_1.48.5_x64-setup.exe#/dl.7z", + "hash": "1854e6afdec95a6e34074eb83846d9dd6b61763a8d724bf2d4e0879d8e308f62" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse -ErrorAction Ignore", From 98558b7909ef7c5560a0604911111435eb6f648c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 04:31:54 +0000 Subject: [PATCH 915/964] ungoogled-chromium: Update to version 153.0.8010.36-1.1 --- bucket/ungoogled-chromium.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/ungoogled-chromium.json b/bucket/ungoogled-chromium.json index 0b5d3fe43e9d10..17a61e5fc27263 100644 --- a/bucket/ungoogled-chromium.json +++ b/bucket/ungoogled-chromium.json @@ -1,23 +1,23 @@ { - "version": "152.0.7977.82-1.1", + "version": "153.0.8010.36-1.1", "description": "Google Chromium, sans integration with Google.", "homepage": "https://ungoogled-software.github.io/ungoogled-chromium-binaries/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/152.0.7977.82-1.1/ungoogled-chromium_152.0.7977.82-1.1_windows_x64.zip", - "hash": "0e49aaba44345da5110e3b4c5a7e5490334181a8aaa1ef25559f12d5be0acc53", - "extract_dir": "ungoogled-chromium_152.0.7977.82-1.1_windows_x64" + "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/153.0.8010.36-1.1/ungoogled-chromium_153.0.8010.36-1.1_windows_x64.zip", + "hash": "7bbaef81cae86e2583c638f4fde0604b454870d67949e705befd3c8bebc766a9", + "extract_dir": "ungoogled-chromium_153.0.8010.36-1.1_windows_x64" }, "32bit": { - "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/152.0.7977.82-1.1/ungoogled-chromium_152.0.7977.82-1.1_windows_x86.zip", - "hash": "db55b18462653d8f63a513cbf34fc159e6c79667e84381b58d74e47733e8de0c", - "extract_dir": "ungoogled-chromium_152.0.7977.82-1.1_windows_x86" + "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/153.0.8010.36-1.1/ungoogled-chromium_153.0.8010.36-1.1_windows_x86.zip", + "hash": "5b2ff0151ec3638dc5e8cc6ce35ba6c2dcd9e7ee24f9203c6b291885a89f2153", + "extract_dir": "ungoogled-chromium_153.0.8010.36-1.1_windows_x86" }, "arm64": { - "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/152.0.7977.82-1.1/ungoogled-chromium_152.0.7977.82-1.1_windows_arm64.zip", - "hash": "435d671fe9ecbf53e004c1bfbe2c09e4c6f12727198261f30bcb8cb1c1bf9887", - "extract_dir": "ungoogled-chromium_152.0.7977.82-1.1_windows_arm64" + "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/153.0.8010.36-1.1/ungoogled-chromium_153.0.8010.36-1.1_windows_arm64.zip", + "hash": "0a4371d6b4e718b7ece6f2bc35384afefc032ef159f875449468e05efd9522e4", + "extract_dir": "ungoogled-chromium_153.0.8010.36-1.1_windows_arm64" } }, "env_set": { From af11e5f16438e84d9066f4740e322202f37afe21 Mon Sep 17 00:00:00 2001 From: Luke Amos <56327020+LukeAmos00@users.noreply.github.com> Date: Sat, 19 Sep 2026 10:24:05 +0200 Subject: [PATCH 916/964] wabt@1.0.42: Remove `wasm-decompile` shim (#18778) --- bucket/wabt.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bucket/wabt.json b/bucket/wabt.json index 1a2147ab73edd5..265cd218b0a64d 100644 --- a/bucket/wabt.json +++ b/bucket/wabt.json @@ -14,7 +14,6 @@ "spectest-interp.exe", "wasm2c.exe", "wasm2wat.exe", - "wasm-decompile.exe", "wasm-interp.exe", "wasm-objdump.exe", "wasm-stats.exe", From 755f551ff1a95c1f4414de7d9d46e190aa1ddf6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 08:34:56 +0000 Subject: [PATCH 917/964] appflowy: Update to version 0.14.4 --- bucket/appflowy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/appflowy.json b/bucket/appflowy.json index 57025cb7b5bf18..4065fa9ce520de 100644 --- a/bucket/appflowy.json +++ b/bucket/appflowy.json @@ -1,12 +1,12 @@ { - "version": "0.14.3", + "version": "0.14.4", "description": "An open-source alternative to Notion. You are in charge of your data and customizations.", "homepage": "https://www.appflowy.io/", "license": "AGPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.14.3/AppFlowy-0.14.3-windows-x86_64.zip", - "hash": "199105aac20c08e9d8fb71bd0c7591315900bbb12ab46a25f1e2e9e65f1efb5a" + "url": "https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.14.4/AppFlowy-0.14.4-windows-x86_64.zip", + "hash": "76648cfcb788497613daadc374efe791681123f876c3a97ae39b3cb8a5f33f58" } }, "extract_dir": "AppFlowy", From f722aeba2fd09dd1a7de997a527adf5ad4b69831 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 08:34:56 +0000 Subject: [PATCH 918/964] fluidsynth: Update to version 2.6.1 --- bucket/fluidsynth.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/fluidsynth.json b/bucket/fluidsynth.json index e5ce44f79cb91c..21f4448bb2df2c 100644 --- a/bucket/fluidsynth.json +++ b/bucket/fluidsynth.json @@ -1,5 +1,5 @@ { - "version": "2.6.0", + "version": "2.6.1", "description": "Software synthesizer based on the SoundFont 2 specifications.", "homepage": "https://www.fluidsynth.org", "license": { @@ -8,14 +8,14 @@ }, "architecture": { "64bit": { - "url": "https://github.com/FluidSynth/fluidsynth/releases/download/v2.6.0/fluidsynth-v2.6.0-win10-x64-cpp11.zip", - "hash": "817262deacaa748edb3af6731dffe1766b00146790becfccc949a9f701e76681", - "extract_dir": "fluidsynth-v2.6.0-win10-x64-cpp11" + "url": "https://github.com/FluidSynth/fluidsynth/releases/download/v2.6.1/fluidsynth-v2.6.1-win10-x64-cpp11.zip", + "hash": "fab7a2e4b85675b66970f97a39bbc239729c5e0f237198b5922a6a73cbc8677c", + "extract_dir": "fluidsynth-v2.6.1-win10-x64-cpp11" }, "32bit": { - "url": "https://github.com/FluidSynth/fluidsynth/releases/download/v2.6.0/fluidsynth-v2.6.0-win10-x86-cpp11.zip", - "hash": "fda67ce1999ec3eeb02e5b90a03c8db99579b4d85e282d613039981bf6d5136d", - "extract_dir": "fluidsynth-v2.6.0-win10-x86-cpp11" + "url": "https://github.com/FluidSynth/fluidsynth/releases/download/v2.6.1/fluidsynth-v2.6.1-win10-x86-cpp11.zip", + "hash": "8a4b64cf810dbe3e9f1cfa76d49d9b0be5af6a39c79b06c9edf34473441f2a46", + "extract_dir": "fluidsynth-v2.6.1-win10-x86-cpp11" } }, "env_add_path": "bin", From cf866cf4df51c001dc8f951a620e89385f26a17f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 08:34:57 +0000 Subject: [PATCH 919/964] helium: Update to version 0.17.2.1 --- bucket/helium.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/helium.json b/bucket/helium.json index 9a93eb9acd96cc..1507f7be19451f 100644 --- a/bucket/helium.json +++ b/bucket/helium.json @@ -1,18 +1,18 @@ { - "version": "0.17.1.1", + "version": "0.17.2.1", "description": "The Chromium-based web browser made for people, with love. Best privacy by default, unbiased ad-blocking, no bloat and no noise.", "homepage": "https://helium.computer", "license": "BSD-3-Clause, GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/imputnet/helium-windows/releases/download/0.17.1.1/helium_0.17.1.1_x64-windows.zip", - "hash": "47f9c0b5e701f53e1e141501ebe8e6d821e40c4d0870ab8e4c6ecfbed0744308", - "extract_dir": "helium_0.17.1.1_x64-windows" + "url": "https://github.com/imputnet/helium-windows/releases/download/0.17.2.1/helium_0.17.2.1_x64-windows.zip", + "hash": "b4abec16e55ba884ebd4aa812f4363f427389280f3ef170ee117424db0209fcd", + "extract_dir": "helium_0.17.2.1_x64-windows" }, "arm64": { - "url": "https://github.com/imputnet/helium-windows/releases/download/0.17.1.1/helium_0.17.1.1_arm64-windows.zip", - "hash": "0ff66eaf4f5e0d49b04134b0734ceb8a2dc6bf932a8f7100fe8f9822a79c22c6", - "extract_dir": "helium_0.17.1.1_arm64-windows" + "url": "https://github.com/imputnet/helium-windows/releases/download/0.17.2.1/helium_0.17.2.1_arm64-windows.zip", + "hash": "2bf13b88351653337c10848cc531d63bb7047e8e3df5d6139eb699af2c8d3435", + "extract_dir": "helium_0.17.2.1_arm64-windows" } }, "bin": [ From 3c367f178fd7a872e950996c236ff2ab6a0f055d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 08:34:57 +0000 Subject: [PATCH 920/964] jackett: Update to version 0.24.2624 --- bucket/jackett.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jackett.json b/bucket/jackett.json index 2efe106dfcfee1..f2bc3ee9d3d50b 100644 --- a/bucket/jackett.json +++ b/bucket/jackett.json @@ -1,13 +1,13 @@ { - "version": "0.24.2619", + "version": "0.24.2624", "description": "API Support for your favorite torrent trackers", "homepage": "https://github.com/Jackett/Jackett", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/Jackett/Jackett/blob/HEAD/LICENSE" }, - "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2619/Jackett.Binaries.Windows.zip", - "hash": "4fc395d13059f22f54c7f8a80fd5d0ae7bf430630965c39f77f319bf7e4ecf92", + "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2624/Jackett.Binaries.Windows.zip", + "hash": "20f122a2f6d9e3db3d0e12b97edf39a46d1c1222fa9bd9a19d5615316351b42e", "extract_dir": "Jackett", "shortcuts": [ [ From 1f164d35c9063957c11ef63858e0a68b57c415fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 08:34:58 +0000 Subject: [PATCH 921/964] navop: Update to version 0.18.3 --- bucket/navop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/navop.json b/bucket/navop.json index 10c9829d278f7e..fb17b36c0c8052 100644 --- a/bucket/navop.json +++ b/bucket/navop.json @@ -1,5 +1,5 @@ { - "version": "0.18.2", + "version": "0.18.3", "description": "A native, all-in-one workspace for databases, SSH, SFTP, terminals, remote desktop, monitoring, and AI.", "homepage": "https://navop.dev", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/feigeCode/navop/releases/download/v0.18.2/navop-0.18.2-windows-x64-portable.zip", - "hash": "b2794c59be87d410b233521bd86ad400a137d90ece7b64bd067285f2f633e0d5" + "url": "https://github.com/feigeCode/navop/releases/download/v0.18.3/navop-0.18.3-windows-x64-portable.zip", + "hash": "9a5f4ceb8c5f0942159654158c5b2918413bc82f4ee19455138fd67f81920b7f" }, "32bit": { - "url": "https://github.com/feigeCode/navop/releases/download/v0.18.2/navop-0.18.2-win32-portable.zip", - "hash": "3b86e1c71c0d47a252fcfd13a99b2118880fd4b02fbf5c13f08f3657bda50a97" + "url": "https://github.com/feigeCode/navop/releases/download/v0.18.3/navop-0.18.3-win32-portable.zip", + "hash": "0201f9b866b28e3a943222f0db24174c47cf86a8fff65dfacccd79e7c9de86fb" } }, "shortcuts": [ From b843c9d48ecd0c155b2c4c9086f0f12d820484fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 08:34:58 +0000 Subject: [PATCH 922/964] pscompletions: Update to version 7.5.1 --- bucket/pscompletions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pscompletions.json b/bucket/pscompletions.json index 8a7b8928def73d..608036d8245850 100644 --- a/bucket/pscompletions.json +++ b/bucket/pscompletions.json @@ -1,5 +1,5 @@ { - "version": "7.5.0", + "version": "7.5.1", "description": "A completion manager for a better and simpler tab-completion experience in PowerShell.", "homepage": "https://pscompletions.abgox.com/", "license": { @@ -10,8 +10,8 @@ "Use the module by running: 'Import-Module PSCompletions'.", "Add to $Profile to auto-import on startup." ], - "url": "https://cdn.powershellgallery.com/packages/pscompletions.7.5.0.nupkg", - "hash": "bedf3f180fe7fb6b8126509a43e6fd0729cb15849da64a01ae7b4c5042936d5e", + "url": "https://cdn.powershellgallery.com/packages/pscompletions.7.5.1.nupkg", + "hash": "f2a8c8e24641e17c9ce113cfc7ab390d379a298ac575c821a9b571fd244e770e", "pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content*.xml\" -Recurse", "psmodule": { "name": "PSCompletions" From dba788e85657afc9329ee9b657a441584e7f368d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 08:34:58 +0000 Subject: [PATCH 923/964] treesheets: Update to version 3380 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index 98b7797c4c5046..c8758a0fbf7702 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3376", + "version": "3380", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3376/TreeSheets-3376-winx64.zip", - "hash": "5da3a7740f47eb93efe6b2386435d2ad1ae00fab84f7be372d1a8a7737e83d1d", - "extract_dir": "TreeSheets-3376-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3380/TreeSheets-3380-winx64.zip", + "hash": "c7d8644d8f2698e858f75a8316e0bae4cc1e1d91ec88b4a749ec136996ef98bb", + "extract_dir": "TreeSheets-3380-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3376/TreeSheets-3376-winarm64.zip", - "hash": "b6631f1f751be1920fcb27071d3cc69a2a684e5d6f71bbc03f6a03694473a520", - "extract_dir": "TreeSheets-3376-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3380/TreeSheets-3380-winarm64.zip", + "hash": "b050125d456cd6a570c91a0402d6a720254c65c6881d731ffce562942a18989b", + "extract_dir": "TreeSheets-3380-winarm64" } }, "pre_install": [ From 81107efc10b308ebd19a59308b7566d706a8722e Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Sat, 19 Sep 2026 08:41:34 +0000 Subject: [PATCH 924/964] tor-browser: Update to version 15.0.23, fix checkver (#18779) --- bucket/tor-browser.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/bucket/tor-browser.json b/bucket/tor-browser.json index dfe13be38cec93..5f49c2a2c531d9 100644 --- a/bucket/tor-browser.json +++ b/bucket/tor-browser.json @@ -1,17 +1,17 @@ { "##": "Multiple components under various open source licenses. Included HTTPS Everywhere extension is the strictest.", - "version": "15.0.22", + "version": "15.0.23", "description": "Web browser that connects to the internet via the Tor anonymity network", "homepage": "https://www.torproject.org/", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://archive.torproject.org/tor-package-archive/torbrowser/15.0.22/tor-browser-windows-x86_64-portable-15.0.22.exe#/dl.7z", - "hash": "1bca1c74798f6624e35ef6bd2713c51d92f71e51f2897d8f203991aa310476db" + "url": "https://archive.torproject.org/tor-package-archive/torbrowser/15.0.23/tor-browser-windows-x86_64-portable-15.0.23.exe#/dl.7z", + "hash": "64bf85ad2a3e3db115a1ca2fea31ea5441ddd369593cb30eaa95606f9d5096dc" }, "32bit": { - "url": "https://archive.torproject.org/tor-package-archive/torbrowser/15.0.22/tor-browser-windows-i686-portable-15.0.22.exe#/dl.7z", - "hash": "b7fc24edcda8043105ab838592f154d12f56b406851d5e53dad47569377395bf" + "url": "https://archive.torproject.org/tor-package-archive/torbrowser/15.0.23/tor-browser-windows-i686-portable-15.0.23.exe#/dl.7z", + "hash": "aae9e267edd4dc03e24ecf7868c1899805a01f9a2b212efbd37742e0a0f6fa96" } }, "extract_dir": "Browser", @@ -36,8 +36,9 @@ ] ], "checkver": { - "url": "https://www.torproject.org/download/", - "regex": "torbrowser/([\\d.]+)/tor-browser-windows-x86_64-portable" + "url": "https://download.torproject.org/tor-browser-for-desktop/", + "regex": "torbrowser/([\\d.]+)/tor-browser-windows-x86_64-portable", + "reverse": true }, "autoupdate": { "architecture": { From 901b7b01ee378ec8c5c74751cb22a0da8f4ea762 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 19 Sep 2026 17:18:45 +0800 Subject: [PATCH 925/964] chatgpt@26.915.4065.0: Fix startup error, disable auto-updates (#18780) --- bucket/chatgpt.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bucket/chatgpt.json b/bucket/chatgpt.json index 40b82f20a9cea8..3f7659454e04d7 100644 --- a/bucket/chatgpt.json +++ b/bucket/chatgpt.json @@ -26,6 +26,10 @@ "ChatGPT" ] ], + "env_set": { + "CODEX_CLI_PATH": "$dir\\resources\\codex.exe", + "CODEX_SPARKLE_ENABLED": "false" + }, "checkver": { "url": "https://persistent.oaistatic.com/codex-app-prod/windows-store-update.json", "jsonpath": "$.buildVersion" From 9ecbcde9c70226235e89440b472e7a403413204b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 12:37:06 +0000 Subject: [PATCH 926/964] megabasterd: Update to version 8.60 --- bucket/megabasterd.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/megabasterd.json b/bucket/megabasterd.json index e8dedfdaecd6b5..1cba9232d43993 100644 --- a/bucket/megabasterd.json +++ b/bucket/megabasterd.json @@ -1,5 +1,5 @@ { - "version": "8.58", + "version": "8.60", "description": "Yet another unofficial (and ugly) cross-platform MEGA downloader/uploader/streaming suite.", "homepage": "https://github.com/tonikelope/megabasterd", "license": "GPL-3.0-only", @@ -10,11 +10,11 @@ ] }, "url": [ - "https://github.com/tonikelope/megabasterd/releases/download/v8.58/MegaBasterd_8.58.jar#/MegaBasterd.jar", - "https://raw.githubusercontent.com/tonikelope/megabasterd/v8.58/src/main/resources/images/pica_roja_big.ico#/MegaBasterd.ico" + "https://github.com/tonikelope/megabasterd/releases/download/v8.60/MegaBasterd_8.60.jar#/MegaBasterd.jar", + "https://raw.githubusercontent.com/tonikelope/megabasterd/v8.60/src/main/resources/images/pica_roja_big.ico#/MegaBasterd.ico" ], "hash": [ - "199b333f91dc55698110da04bd6574245a3f757d6191f87bccbf9f51b208c4a0", + "2f82576e1e92f35fea77a656729a85a489f0b15b5eaa4b58425137d972022907", "33200e7142dd3c9b11ea4dfc6b38082745ca120bf2d564e1fcbd0b407b22378e" ], "pre_install": "Set-Content \"$dir\\MegaBasterd.bat\" '@start javaw.exe -jar \"%~dp0MegaBasterd.jar\" %*' -Encoding Ascii", From 9c9b322b17270c9e01495bc9453110b12a5fc593 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 12:37:06 +0000 Subject: [PATCH 927/964] mpls: Update to version 0.23.0 --- bucket/mpls.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpls.json b/bucket/mpls.json index 6feeee58b95a47..53d61751b5490f 100644 --- a/bucket/mpls.json +++ b/bucket/mpls.json @@ -1,16 +1,16 @@ { - "version": "0.22.0", + "version": "0.23.0", "description": "Markdown Preview Language Server", "homepage": "https://github.com/mhersson/mpls", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/mhersson/mpls/releases/download/v0.22.0/mpls_0.22.0_windows_amd64.zip", - "hash": "54bb1dc013cdb579c31d05063e6952591fc20946648d845da9d950a1a0c5e7c5" + "url": "https://github.com/mhersson/mpls/releases/download/v0.23.0/mpls_0.23.0_windows_amd64.zip", + "hash": "522292b04773a8141e4ad533df3a8a83ed0eaa528ab944110a1f72732443ef91" }, "arm64": { - "url": "https://github.com/mhersson/mpls/releases/download/v0.22.0/mpls_0.22.0_windows_arm64.zip", - "hash": "e11b7639fcb7d9827699a653482e75168ec4b481b389b47ebd781c98f917503b" + "url": "https://github.com/mhersson/mpls/releases/download/v0.23.0/mpls_0.23.0_windows_arm64.zip", + "hash": "d2ca69e1ad1a5198d6c573e7a1b16e5a2ff03b37923c3dbbdd473cfea4c07c66" } }, "bin": "mpls.exe", From 554a4ccafa5cef66a18fc979efe5b9758d0ff364 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 12:37:07 +0000 Subject: [PATCH 928/964] winsshterm: Update to version 2.43.2 --- bucket/winsshterm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/winsshterm.json b/bucket/winsshterm.json index 86e752e7d71fdb..db808a530f9e33 100644 --- a/bucket/winsshterm.json +++ b/bucket/winsshterm.json @@ -1,5 +1,5 @@ { - "version": "2.43.1", + "version": "2.43.2", "description": "A tabbed SSH solution for Windows, combining PuTTY, WinSCP and VcXsrv", "homepage": "https://winsshterm.blogspot.com/", "license": { @@ -13,12 +13,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/WinSSHTerm/WinSSHTerm/releases/download/2.43.1/WinSSHTerm-2.43.1-x64.zip", - "hash": "e8a7baef2402ba4ada467dabf0e5d3b03f9de92e8a2b8a0222387f50fbde53b6" + "url": "https://github.com/WinSSHTerm/WinSSHTerm/releases/download/2.43.2/WinSSHTerm-2.43.2-x64.zip", + "hash": "90c28a5ad7dfdd9886c75de9d5ccd0f3ae48b11253df15dad6ceff5059acd415" }, "arm64": { - "url": "https://github.com/WinSSHTerm/WinSSHTerm/releases/download/2.43.1/WinSSHTerm-2.43.1-arm64.zip", - "hash": "48985ff4a4a83bcf5e9b1f91c54f7a8fb68df433a1487b4947aeaca0e135c85c" + "url": "https://github.com/WinSSHTerm/WinSSHTerm/releases/download/2.43.2/WinSSHTerm-2.43.2-arm64.zip", + "hash": "1654a6ae72b833ba4850b597665f1aa5b8ae6d49e9f07d9475192ca3f90f8709" } }, "extract_dir": "WinSSHTerm", From 3c0345d647d78f26b907c49c1c75bf893ca768bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 12:37:07 +0000 Subject: [PATCH 929/964] zcode: Update to version 3.14.0 --- bucket/zcode.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zcode.json b/bucket/zcode.json index b00551db1f5937..8652b3d3ca164f 100644 --- a/bucket/zcode.json +++ b/bucket/zcode.json @@ -1,5 +1,5 @@ { - "version": "3.12.3", + "version": "3.14.0", "description": "A full-featured Agentic Development Environment (ADE) built for Long Horizon Tasks, powered by Z.ai.", "homepage": "https://zcode.z.ai/en", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://cdn-zcode.z.ai/zcode/electron/releases/3.12.3/windows-x64/ZCode-3.12.3-win-x64.exe#/dl.7z", - "hash": "77f3325612405529bb3a2c0c13300eeb34172cec5c7ea6a4e5c6cd4c46308d9e" + "url": "https://cdn-zcode.z.ai/zcode/electron/releases/3.14.0/windows-x64/ZCode-3.14.0-win-x64.exe#/dl.7z", + "hash": "74aaf7deef9b805b993aeaf2133e70eef74816888b326fc8b4a36c90c4ed15ee" }, "arm64": { - "url": "https://cdn-zcode.z.ai/zcode/electron/releases/3.12.3/windows-arm64/ZCode-3.12.3-win-arm64.exe#/dl.7z", - "hash": "e8b6a341d4f78c0f4f62c1dcc2dc34e90f67d1990c956ae68170e7a8e1331587" + "url": "https://cdn-zcode.z.ai/zcode/electron/releases/3.14.0/windows-arm64/ZCode-3.14.0-win-arm64.exe#/dl.7z", + "hash": "21cc703a8c6215377692698e1ad3e90a37a3959f023371264fbcde94f3fcaa9d" } }, "installer": { From c280b5cae184b4909ac49fd4e1001ea648fd81d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 12:37:07 +0000 Subject: [PATCH 930/964] zettlr: Update to version 4.8.0 --- bucket/zettlr.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/zettlr.json b/bucket/zettlr.json index 44c768277a4887..f62b09c11527fc 100644 --- a/bucket/zettlr.json +++ b/bucket/zettlr.json @@ -1,12 +1,12 @@ { - "version": "4.7.0", + "version": "4.8.0", "description": "Powerful markdown editor", "homepage": "https://www.zettlr.com", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/Zettlr/Zettlr/releases/download/v4.7.0/Zettlr-4.7.0-x64.exe#/dl.7z", - "hash": "70354eaeeaea7d0592eed91e030a35461cbb3ec73165d96bfde8a9423b43330c", + "url": "https://github.com/Zettlr/Zettlr/releases/download/v4.8.0/Zettlr-4.8.0-x64.exe#/dl.7z", + "hash": "4078c648afd1141ec0230cb6cacfbb032bbd1d8afddcd822049ef9a2e6d1e8d6", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse" From ea08b8b49cea2440501d373940297c5e7db9bb84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 16:28:31 +0000 Subject: [PATCH 931/964] dbx: Update to version 0.6.17 --- bucket/dbx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbx.json b/bucket/dbx.json index 5d939e68defe3a..4028ede2d4f457 100644 --- a/bucket/dbx.json +++ b/bucket/dbx.json @@ -1,12 +1,12 @@ { - "version": "0.6.16", + "version": "0.6.17", "description": "Lightweight, cross-platform database client", "homepage": "https://dbxio.com", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/t8y2/dbx/releases/download/v0.6.16/DBX_0.6.16_x64-portable.zip", - "hash": "52091f49b13e420015d90a11e7f616be6879c2a7b03093d876c4c81b74166b09" + "url": "https://github.com/t8y2/dbx/releases/download/v0.6.17/DBX_0.6.17_x64-portable.zip", + "hash": "7f7c2773be3a16e55116800d1084a37c9d608f8796130ec2c0899b8d2c45c31a" } }, "shortcuts": [ From 6e1f4da1e70f432058e769eed13f2fc59d998750 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 16:28:31 +0000 Subject: [PATCH 932/964] easyrsa: Update to version 3.2.7 --- bucket/easyrsa.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/easyrsa.json b/bucket/easyrsa.json index 0cdb513b5d4ee4..0e0557c6e79ebc 100644 --- a/bucket/easyrsa.json +++ b/bucket/easyrsa.json @@ -1,19 +1,19 @@ { - "version": "3.2.6", + "version": "3.2.7", "description": "A CLI utility to build and manage a PKI CA", "homepage": "https://openvpn.net/easyrsa.html", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.6/EasyRSA-3.2.6-win64.zip", - "hash": "1629b6f1cd4b866d311910b35a570493f8d52e5cb031f93776c199a14ca4c96d" + "url": "https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.7/EasyRSA-3.2.7-win64.zip", + "hash": "2f20c7523fe37df91c578c35e7fe83301f3687792bb9bd1000d0e407ef70d368" }, "32bit": { - "url": "https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.6/EasyRSA-3.2.6-win32.zip", - "hash": "b0ab77b70cdbf511e2e34777f4e82a263cc3850ba7dd557c016f809b4703ec65" + "url": "https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.7/EasyRSA-3.2.7-win32.zip", + "hash": "a050aca28bc4c240f897bdc56f5840c37f02bb308af37b3f624f7dce8f457c4b" } }, - "extract_dir": "EasyRSA-3.2.6", + "extract_dir": "EasyRSA-3.2.7", "post_install": [ "@\"", "setup_path=\"$($dir -replace '\\\\', '/')\"", From f196adbc17f60eee6b3d370c05ee2ba507b0e6a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 16:28:32 +0000 Subject: [PATCH 933/964] equilotl: Update to version 2.2.7 --- bucket/equilotl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/equilotl.json b/bucket/equilotl.json index 0be1266a818430..a0955dcaf5e930 100644 --- a/bucket/equilotl.json +++ b/bucket/equilotl.json @@ -1,5 +1,5 @@ { - "version": "2.2.6", + "version": "2.2.7", "description": "A GUI app for installing Equicord, a Discord client mod forked from Vencord", "homepage": "https://equicord.org/", "license": "GPL-3.0-only", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Equicord/Equilotl/releases/download/v2.2.6/Equilotl.exe", - "hash": "b4196dba3e7d2e3662fda38bdd99160880c702a6d08b4c17b6d9505432294104" + "url": "https://github.com/Equicord/Equilotl/releases/download/v2.2.7/Equilotl.exe", + "hash": "0128dce113ca91afeb4c3a410ca72d50429bb19b1637d779799af17f644e2b4a" } }, "shortcuts": [ From 164a038ee1f73c7a6e56a0897df0cee766c317d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 16:28:32 +0000 Subject: [PATCH 934/964] fancontrol: Update to version 278 --- bucket/fancontrol.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/fancontrol.json b/bucket/fancontrol.json index bf2b4c8e3b7a32..066b6e9a4acf6c 100644 --- a/bucket/fancontrol.json +++ b/bucket/fancontrol.json @@ -1,5 +1,5 @@ { - "version": "277", + "version": "278", "description": "A highly customizable fan controlling software for Windows", "homepage": "https://getfancontrol.com/", "license": "Freeware", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Rem0o/FanControl.Releases/releases/download/V277/FanControl_277_net_10_0.zip", - "hash": "a1905346948bc4538bc41e3667cddfcb076b6e3adcda8e568c0740892685e209" + "url": "https://github.com/Rem0o/FanControl.Releases/releases/download/V278/FanControl_278_net_10_0.zip", + "hash": "36c14f9f6c777fc6ce6517975a9e5d5595e05341739ea0c47bfeca49ac369270" } }, "shortcuts": [ From 7ddba0c458881b1d5b49a2620e51caab26c4a37f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 16:28:33 +0000 Subject: [PATCH 935/964] firefoxpwa: Update to version 2.20.0 --- bucket/firefoxpwa.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/firefoxpwa.json b/bucket/firefoxpwa.json index e9b027cd359b2b..9fe9c1ada262af 100644 --- a/bucket/firefoxpwa.json +++ b/bucket/firefoxpwa.json @@ -1,5 +1,5 @@ { - "version": "2.19.0", + "version": "2.20.0", "description": "A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component)", "homepage": "https://pwasforfirefox.filips.si/", "license": "MPL-2.0", @@ -14,12 +14,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/filips123/PWAsForFirefox/releases/download/v2.19.0/firefoxpwa-2.19.0-x86_64.msi", - "hash": "3613f052477a5c7e617a3b9671c93e3e8b0b027e74dd786b97200419cb2dfb81" + "url": "https://github.com/filips123/PWAsForFirefox/releases/download/v2.20.0/firefoxpwa-2.20.0-x86_64.msi", + "hash": "867b6598f6e9bc759de4a0dff7f49cf889b484f049d99840066db8fa71780473" }, "32bit": { - "url": "https://github.com/filips123/PWAsForFirefox/releases/download/v2.19.0/firefoxpwa-2.19.0-x86.msi", - "hash": "7e21b66aaa42609c5cadec3f5a348b513c4a8aa409ee5e3c18b40d3cdf7d835d" + "url": "https://github.com/filips123/PWAsForFirefox/releases/download/v2.20.0/firefoxpwa-2.20.0-x86.msi", + "hash": "916453d3fbd280a4c938acdcb840d8a7b95b5df8b4fcda1d28c03e742fb207a9" } }, "post_install": [ From 1822cd9f94aa5ed4bbc44a7f70e484bef9d49d18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 16:28:33 +0000 Subject: [PATCH 936/964] mpv-git: Update to version 202609191241 --- bucket/mpv-git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index f58117c43be393..7dc4db47702fed 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -1,5 +1,5 @@ { - "version": "202609181241", + "version": "202609191241", "description": "A free, open source, and cross-platform media player", "homepage": "https://mpv.io", "license": "LGPL-2.1-or-later,GPL-2.0-or-later", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-18-0b7ed670f7/mpv-x86_64-20260918-git-0b7ed670f7.7z", - "hash": "c08d6386ccfd78d1c80a424772a0ce060b13e95727bd79ac5270f0f13e270f16" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-19-e76a35ec95/mpv-x86_64-20260919-git-e76a35ec95.7z", + "hash": "bf63cbb05bbaa217744a924ddacf57c8d1274a112937f538d3b4260db9972828" }, "arm64": { - "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-18-0b7ed670f7/mpv-aarch64-20260918-git-0b7ed670f7.7z", - "hash": "24327e5ac1177df3e8889c7296129674a39363683961d14d52f77a1da3a644fe" + "url": "https://github.com/zhongfly/mpv-winbuild/releases/download/2026-09-19-e76a35ec95/mpv-aarch64-20260919-git-e76a35ec95.7z", + "hash": "bd5af8db5c5064b3f8bbae779c2d73ca17915d0580ec4c58a52f31b2b5de324d" } }, "pre_install": "'updater.bat', 'installer' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse }", From 94e6940ae6fde1f6b0dea4e228c6dda27cc60d9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 16:28:33 +0000 Subject: [PATCH 937/964] nuclear: Update to version 1.48.6 --- bucket/nuclear.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nuclear.json b/bucket/nuclear.json index c9e3c097d58802..3fa295ea09f569 100644 --- a/bucket/nuclear.json +++ b/bucket/nuclear.json @@ -1,12 +1,12 @@ { - "version": "1.48.5", + "version": "1.48.6", "description": "Modern music player focused on streaming from free sources", "homepage": "https://nuclearplayer.com", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/nukeop/nuclear/releases/download/player%401.48.5/Nuclear_1.48.5_x64-setup.exe#/dl.7z", - "hash": "1854e6afdec95a6e34074eb83846d9dd6b61763a8d724bf2d4e0879d8e308f62" + "url": "https://github.com/nukeop/nuclear/releases/download/player%401.48.6/Nuclear_1.48.6_x64-setup.exe#/dl.7z", + "hash": "0f35326f9f211e0f83de1b944ae31fcdb1fce54d199c20d19b1408d122ac7c89" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse -ErrorAction Ignore", From f1acde813555c6be3a66a576eb2057b6c4c80f12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 16:28:34 +0000 Subject: [PATCH 938/964] qtscrcpy: Update to version 4.2.0 --- bucket/qtscrcpy.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/qtscrcpy.json b/bucket/qtscrcpy.json index a62cc44467994e..59826a0156adc8 100644 --- a/bucket/qtscrcpy.json +++ b/bucket/qtscrcpy.json @@ -1,18 +1,18 @@ { - "version": "4.1.1", + "version": "4.2.0", "description": "Display and control Android device via TCP/IP or USB.", "homepage": "https://github.com/barry-ran/QtScrcpy", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/barry-ran/QtScrcpy/releases/download/v4.1.1/QtScrcpy-win-x64-v4.1.1.zip", - "hash": "d42bf7b1382b1ba1e59b9fff486dda164ef942d1f4ffb8e183970369f0cfff98", - "extract_dir": "QtScrcpy-win-x64-v4.1.1" + "url": "https://github.com/barry-ran/QtScrcpy/releases/download/v4.2.0/QtScrcpy-win-x64-v4.2.0.zip", + "hash": "324bb4f9df8fc9ac43133331c2bef3eef7aaa059f075c02007b00b4314805777", + "extract_dir": "QtScrcpy-win-x64-v4.2.0" }, "32bit": { - "url": "https://github.com/barry-ran/QtScrcpy/releases/download/v4.1.1/QtScrcpy-win-x86-v4.1.1.zip", - "hash": "a29b8e91463abb4f7a614eb68701c1efa7eeb9f81d4466bcad294daa1326c733", - "extract_dir": "QtScrcpy-win-x86-v4.1.1" + "url": "https://github.com/barry-ran/QtScrcpy/releases/download/v4.2.0/QtScrcpy-win-x86-v4.2.0.zip", + "hash": "9edcfe647080df35d2e3191de5117ffd12c7bbc4569031d21103f58660844ab9", + "extract_dir": "QtScrcpy-win-x86-v4.2.0" } }, "shortcuts": [ From 3f1ba2f1b61272e24c0380133bb43e1050432a83 Mon Sep 17 00:00:00 2001 From: abgox Date: Sun, 20 Sep 2026 02:12:38 +0800 Subject: [PATCH 939/964] pscompletions: Move to main bucket (#18781) --- {bucket => deprecated}/pscompletions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {bucket => deprecated}/pscompletions.json (93%) diff --git a/bucket/pscompletions.json b/deprecated/pscompletions.json similarity index 93% rename from bucket/pscompletions.json rename to deprecated/pscompletions.json index 608036d8245850..d1acef964eb921 100644 --- a/bucket/pscompletions.json +++ b/deprecated/pscompletions.json @@ -1,6 +1,6 @@ { "version": "7.5.1", - "description": "A completion manager for a better and simpler tab-completion experience in PowerShell.", + "description": "A completion manager for a better and simpler tab-completion experience in PowerShell. (Moved to Main bucket)", "homepage": "https://pscompletions.abgox.com/", "license": { "identifier": "MIT", From 19100c468095ee18d0c4d1ad8c531bc4df59b7f8 Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Sat, 19 Sep 2026 19:25:25 +0000 Subject: [PATCH 940/964] reasonix-desktop@1.38.10: Fix shortcuts * Relates to https://github.com/esengine/DeepSeek-Reasonix/pull/10439 --- bucket/reasonix-desktop.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bucket/reasonix-desktop.json b/bucket/reasonix-desktop.json index f1262dc4157303..59cab5cce77498 100644 --- a/bucket/reasonix-desktop.json +++ b/bucket/reasonix-desktop.json @@ -15,9 +15,8 @@ }, "shortcuts": [ [ - "reasonix-launcher.exe", - "Reasonix Desktop", - "launch --detach" + "Reasonix.exe", + "Reasonix Desktop" ] ], "checkver": { From 0a71a0581d6dc7b661813b73ac672b39fa5dd750 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 20:27:50 +0000 Subject: [PATCH 941/964] balabolka: Update to version 2.15.0.920 --- bucket/balabolka.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/balabolka.json b/bucket/balabolka.json index 6c7653c31c6fd5..27b58848d9baeb 100644 --- a/bucket/balabolka.json +++ b/bucket/balabolka.json @@ -1,10 +1,10 @@ { - "version": "2.15.0.919", + "version": "2.15.0.920", "description": "Text-To-Speech software based on SAPI", "homepage": "http://balabolka.site/balabolka.htm", "license": "Freeware", "url": "http://balabolka.site/balabolka_portable.zip", - "hash": "9cc9d5028acfab9b20cf4ac55dec4eef21b7ebf25dec3d513cc178b67c50a6e2", + "hash": "f28eac9b3f7e89661840ab842f1fc49cc3fcf8edffe72c2f16c2fbad749c32be", "extract_dir": "Balabolka", "post_install": "Get-ChildItem \"$persist_dir\\*\" -Include 'balabolka.dat', 'balabolka.pcfg', 'balabolka.echo' -Force | Copy-Item -Destination \"$dir\" -ErrorAction SilentlyContinue", "uninstaller": { From ac4d1e2af937f384016e945b1f65b02d3e924200 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 20:27:51 +0000 Subject: [PATCH 942/964] lunatranslator: Update to version 10.17.1.7 --- bucket/lunatranslator.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lunatranslator.json b/bucket/lunatranslator.json index be9bc616d7558a..f6e4625bc32fb4 100644 --- a/bucket/lunatranslator.json +++ b/bucket/lunatranslator.json @@ -1,17 +1,17 @@ { - "version": "10.17.1.6", + "version": "10.17.1.7", "description": "A Visual Novel translation tool, with HOOK / OCR / clipboard support", "homepage": "https://github.com/HIllya51/LunaTranslator", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.6/LunaTranslator_x64.zip", - "hash": "a482d6404580ee1da7e19074660f08cd37ee8bcf31278f2e85b926f323eccc97", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.7/LunaTranslator_x64.zip", + "hash": "4e4b5165a6ca18ba47bce97fef07b75e9454553d895c5e8b0f5796721ce0a54f", "extract_dir": "LunaTranslator_x64" }, "32bit": { - "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.6/LunaTranslator_x86_win7.zip", - "hash": "d79455b33b2dda01b6e43a90b598a0e865f5353851dcc8212a5fe9f5ccb6d9dd", + "url": "https://github.com/HIllya51/LunaTranslator/releases/download/v10.17.1.7/LunaTranslator_x86_win7.zip", + "hash": "26864099b2b4d76f2190a526566cbba69f8b475639abf6621ff95232a82d1007", "extract_dir": "LunaTranslator_x86_win7" } }, From 665fc715b324f674ead87b150554953b9553439a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 20:27:51 +0000 Subject: [PATCH 943/964] navop: Update to version 0.18.4 --- bucket/navop.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/navop.json b/bucket/navop.json index fb17b36c0c8052..026fe055d258d3 100644 --- a/bucket/navop.json +++ b/bucket/navop.json @@ -1,5 +1,5 @@ { - "version": "0.18.3", + "version": "0.18.4", "description": "A native, all-in-one workspace for databases, SSH, SFTP, terminals, remote desktop, monitoring, and AI.", "homepage": "https://navop.dev", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/feigeCode/navop/releases/download/v0.18.3/navop-0.18.3-windows-x64-portable.zip", - "hash": "9a5f4ceb8c5f0942159654158c5b2918413bc82f4ee19455138fd67f81920b7f" + "url": "https://github.com/feigeCode/navop/releases/download/v0.18.4/navop-0.18.4-windows-x64-portable.zip", + "hash": "198fccd95138fecf4b6473ba227123e64082ebe4638574681fcaadce4d7b3d76" }, "32bit": { - "url": "https://github.com/feigeCode/navop/releases/download/v0.18.3/navop-0.18.3-win32-portable.zip", - "hash": "0201f9b866b28e3a943222f0db24174c47cf86a8fff65dfacccd79e7c9de86fb" + "url": "https://github.com/feigeCode/navop/releases/download/v0.18.4/navop-0.18.4-win32-portable.zip", + "hash": "7c8d98a83c89f9006d07dafc82ebced0976ccdbab23a664d618ab26ca39a2270" } }, "shortcuts": [ From 5c0ee476d1e5ccf7ebb0a908eed04abd1b25bfc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 20:27:52 +0000 Subject: [PATCH 944/964] super-productivity: Update to version 19.1.0 --- bucket/super-productivity.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/super-productivity.json b/bucket/super-productivity.json index 5afe0efdc137f0..8d6428a99cb1e3 100644 --- a/bucket/super-productivity.json +++ b/bucket/super-productivity.json @@ -1,20 +1,20 @@ { - "version": "19.0.1", + "version": "19.1.0", "description": "To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration", "homepage": "https://super-productivity.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/super-productivity/super-productivity/releases/download/v19.0.1/superProductivity-x64.exe#/dl.7z", - "hash": "f7a7cc27eb13d0f4f8951914200dac67b35cf02022bd52b0f91b6ded23301a66", + "url": "https://github.com/super-productivity/super-productivity/releases/download/v19.1.0/superProductivity-x64.exe#/dl.7z", + "hash": "89189b6c1913e665d0fc9e6b4157f7dd27cf0976dd07d91acc4285490be1389e", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Force -Recurse" ] }, "arm64": { - "url": "https://github.com/super-productivity/super-productivity/releases/download/v19.0.1/superProductivity-arm64.exe#/dl.7z", - "hash": "f7a7cc27eb13d0f4f8951914200dac67b35cf02022bd52b0f91b6ded23301a66", + "url": "https://github.com/super-productivity/super-productivity/releases/download/v19.1.0/superProductivity-arm64.exe#/dl.7z", + "hash": "89189b6c1913e665d0fc9e6b4157f7dd27cf0976dd07d91acc4285490be1389e", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Force -Recurse" From fd49ee2d62bf7631f7e796899f0aef90ef43b3d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 20:27:52 +0000 Subject: [PATCH 945/964] texteditorpro: Update to version 37.1.0 --- bucket/texteditorpro.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/texteditorpro.json b/bucket/texteditorpro.json index 10491ca18464f0..8598b732dd745b 100644 --- a/bucket/texteditorpro.json +++ b/bucket/texteditorpro.json @@ -1,5 +1,5 @@ { - "version": "37.0.2", + "version": "37.1.0", "description": "Powerful text editor with syntax highlighting for multiple languages and scripts. Formerly known as EditBone", "homepage": "https://texteditor.pro/", "license": { @@ -13,11 +13,11 @@ }, "32bit": { "url": "https://www.texteditor.pro/downloads/TextEditorPro32.7z", - "hash": "95f0c9f2192d8e217bbc0813547ab91c6fbc4001af9e278180a08ac10251236f" + "hash": "1e28013cbb5c42e3f56e88f6e8459b1817d4e84a1285f3b97b5ec2c3673d2962" }, "arm64": { "url": "https://www.texteditor.pro/downloads/TextEditorProArm64.7z", - "hash": "f1da9013c56efd6a8d1e81a06fa394b356e2d39a18bd56c513bd2e29397d5127" + "hash": "f258b988b5b16a4265bf839c28cf9d6de01c3fec9bef8fcc85eb302e0aa823e1" } }, "bin": [ From 64d3043c0239fb63e2813e0b6133c87c6f63190f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 20:27:52 +0000 Subject: [PATCH 946/964] ungoogled-chromium: Update to version 153.0.8010.47-1.1 --- bucket/ungoogled-chromium.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/ungoogled-chromium.json b/bucket/ungoogled-chromium.json index 17a61e5fc27263..9bbc27ec470dd7 100644 --- a/bucket/ungoogled-chromium.json +++ b/bucket/ungoogled-chromium.json @@ -1,23 +1,23 @@ { - "version": "153.0.8010.36-1.1", + "version": "153.0.8010.47-1.1", "description": "Google Chromium, sans integration with Google.", "homepage": "https://ungoogled-software.github.io/ungoogled-chromium-binaries/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/153.0.8010.36-1.1/ungoogled-chromium_153.0.8010.36-1.1_windows_x64.zip", - "hash": "7bbaef81cae86e2583c638f4fde0604b454870d67949e705befd3c8bebc766a9", - "extract_dir": "ungoogled-chromium_153.0.8010.36-1.1_windows_x64" + "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/153.0.8010.47-1.1/ungoogled-chromium_153.0.8010.47-1.1_windows_x64.zip", + "hash": "4007468bb5f3984d69242601450ddc6807357baed1b0b1034aa919eb21f5d906", + "extract_dir": "ungoogled-chromium_153.0.8010.47-1.1_windows_x64" }, "32bit": { - "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/153.0.8010.36-1.1/ungoogled-chromium_153.0.8010.36-1.1_windows_x86.zip", - "hash": "5b2ff0151ec3638dc5e8cc6ce35ba6c2dcd9e7ee24f9203c6b291885a89f2153", - "extract_dir": "ungoogled-chromium_153.0.8010.36-1.1_windows_x86" + "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/153.0.8010.47-1.1/ungoogled-chromium_153.0.8010.47-1.1_windows_x86.zip", + "hash": "b9ba2e73050f89e256f6f87ac318a7e70c37f42d754e2d2d7681861ed803bcf0", + "extract_dir": "ungoogled-chromium_153.0.8010.47-1.1_windows_x86" }, "arm64": { - "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/153.0.8010.36-1.1/ungoogled-chromium_153.0.8010.36-1.1_windows_arm64.zip", - "hash": "0a4371d6b4e718b7ece6f2bc35384afefc032ef159f875449468e05efd9522e4", - "extract_dir": "ungoogled-chromium_153.0.8010.36-1.1_windows_arm64" + "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/153.0.8010.47-1.1/ungoogled-chromium_153.0.8010.47-1.1_windows_arm64.zip", + "hash": "dad9f94d155c46ba16313710fed965b2495c589cb5abc31abdff60b4c86d3f29", + "extract_dir": "ungoogled-chromium_153.0.8010.47-1.1_windows_arm64" } }, "env_set": { From a8dcd77a68479c187a9caf6625e7d29fe9d058fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 01:08:53 +0000 Subject: [PATCH 947/964] cursor: Update to version 3.21.16 --- bucket/cursor.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cursor.json b/bucket/cursor.json index 7f0a02b658f3fa..9fff3caeb7e22a 100644 --- a/bucket/cursor.json +++ b/bucket/cursor.json @@ -1,5 +1,5 @@ { - "version": "3.21.13", + "version": "3.21.16", "description": "The AI Code Editor", "homepage": "https://www.cursor.com/", "license": { @@ -9,12 +9,12 @@ "innosetup": true, "architecture": { "64bit": { - "url": "https://downloads.cursor.com/production/e44a49c17e334d442e58bbde931d791200f014a2/win32/x64/user-setup/CursorUserSetup-x64-3.21.13.exe", - "hash": "980838a06fb2b239fc7cb9be3c6d8324dc9e3f5913d802465d10dd3f701ea288" + "url": "https://downloads.cursor.com/production/8ae78e8eee1e63479c7e0504b664bc0a80c6800f/win32/x64/user-setup/CursorUserSetup-x64-3.21.16.exe", + "hash": "200a1356569cea8a1f36d24538114dab718b4f5d684697f4e12564f1e78d4aa4" }, "arm64": { - "url": "https://downloads.cursor.com/production/e44a49c17e334d442e58bbde931d791200f014a2/win32/arm64/user-setup/CursorUserSetup-arm64-3.21.13.exe", - "hash": "1c0078a0349e0e7b936ee44bf61bdb71939e5d7f264a2648a17dce10dfddaff3" + "url": "https://downloads.cursor.com/production/8ae78e8eee1e63479c7e0504b664bc0a80c6800f/win32/arm64/user-setup/CursorUserSetup-arm64-3.21.16.exe", + "hash": "fe7bf564d3fb33e0fe9886dd37f2131665af132c89250b7bbc4707a2928cfe91" } }, "extract_dir": "{code_GetDestDir}", From 2d7c5bd024cabe981bdec8879d5d4312cc07fb7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 01:08:54 +0000 Subject: [PATCH 948/964] mailspring: Update to version 1.25.0 --- bucket/mailspring.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mailspring.json b/bucket/mailspring.json index 739e530e74a8b7..88b6cd7918af70 100644 --- a/bucket/mailspring.json +++ b/bucket/mailspring.json @@ -1,10 +1,10 @@ { - "version": "1.24.1", + "version": "1.25.0", "description": "Extensible email app with open tracking, link click tracking, contacts enrichment data and more", "homepage": "https://getmailspring.com/", "license": "GPL-3.0-only", - "url": "https://github.com/Foundry376/Mailspring/releases/download/1.24.1/Mailspring-1.24.1-full.nupkg", - "hash": "sha1:51d549f524980fbde96f88de0c8de01db80ca88e", + "url": "https://github.com/Foundry376/Mailspring/releases/download/1.25.0/Mailspring-1.25.0-full.nupkg", + "hash": "sha1:84304999db70c7a45e072aac31d7b809a38841ee", "extract_dir": "lib\\net45", "bin": "Mailspring.exe", "shortcuts": [ From 66cab713c6f3369e474b6d4ac38703110e9cfcd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 01:08:54 +0000 Subject: [PATCH 949/964] openlogi: Update to version 0.8.6 --- bucket/openlogi.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/openlogi.json b/bucket/openlogi.json index 40fe8685356787..a39344c548b71c 100644 --- a/bucket/openlogi.json +++ b/bucket/openlogi.json @@ -1,16 +1,16 @@ { - "version": "0.8.5", + "version": "0.8.6", "description": "A local-first alternative to Logitech Options+, written in Rust. Remap buttons, drive DPI and SmartShift over HID++. No account, no telemetry.", "homepage": "https://openlogi.org", "license": "MIT|Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/AprilNEA/OpenLogi/releases/download/v0.8.5/OpenLogi-v0.8.5-windows-x86_64.zip", - "hash": "cb70fff896e3c31e7e2498b56fcb0275487c031bab428b6fe66c663cd9ebdb1f" + "url": "https://github.com/AprilNEA/OpenLogi/releases/download/v0.8.6/OpenLogi-v0.8.6-windows-x86_64.zip", + "hash": "1935c24e968a6041dea013ad3526de43925e88e35f120ebd210d2b92781b970e" }, "arm64": { - "url": "https://github.com/AprilNEA/OpenLogi/releases/download/v0.8.5/OpenLogi-v0.8.5-windows-arm64.zip", - "hash": "a60836394fc112b5aa2c1d7169e3a7f4cca6a2fed058bbc021b26b75906aab0b" + "url": "https://github.com/AprilNEA/OpenLogi/releases/download/v0.8.6/OpenLogi-v0.8.6-windows-arm64.zip", + "hash": "548162599f327a03b48ed14073c1804110fc5d9a070554b75396ae84b1827da9" } }, "shortcuts": [ From 99fe6bbd323628859249d6a5491488e3d50b5d7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 01:08:54 +0000 Subject: [PATCH 950/964] single-file-cli: Update to version 2.15.2 --- bucket/single-file-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/single-file-cli.json b/bucket/single-file-cli.json index c8e7eef6221e14..e714c978a02a07 100644 --- a/bucket/single-file-cli.json +++ b/bucket/single-file-cli.json @@ -1,12 +1,12 @@ { - "version": "2.15.0", + "version": "2.15.2", "description": "A command-line tool that allows you to save a web page with all its resources in a single HTML file.", "homepage": "https://github.com/gildas-lormeau/single-file-cli", "license": "AGPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.15.0/single-file.exe", - "hash": "83645e74e4d2af8c25b66536bb1c756264e8e6793f3194d6909c2086f2fc6037" + "url": "https://github.com/gildas-lormeau/single-file-cli/releases/download/v2.15.2/single-file.exe", + "hash": "5a63b0c864355595b92aaa7f67fca4936864c9664a8cc671941e70fa00c2a0c4" } }, "bin": "single-file.exe", From c91443ded6a7b6ad8af937e98a6dbed036a08c8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 01:08:55 +0000 Subject: [PATCH 951/964] treesheets: Update to version 3383 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index c8758a0fbf7702..9b7ca37e5ac59c 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3380", + "version": "3383", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3380/TreeSheets-3380-winx64.zip", - "hash": "c7d8644d8f2698e858f75a8316e0bae4cc1e1d91ec88b4a749ec136996ef98bb", - "extract_dir": "TreeSheets-3380-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3383/TreeSheets-3383-winx64.zip", + "hash": "d96b2b9d541e96c3ac866d2eb76c550e166c8879028e4d8b03c8f34edeebd542", + "extract_dir": "TreeSheets-3383-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3380/TreeSheets-3380-winarm64.zip", - "hash": "b050125d456cd6a570c91a0402d6a720254c65c6881d731ffce562942a18989b", - "extract_dir": "TreeSheets-3380-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3383/TreeSheets-3383-winarm64.zip", + "hash": "1b66d5f78535af95f402ceb84d28ba440da203836f462219e7027eb419f3bb6e", + "extract_dir": "TreeSheets-3383-winarm64" } }, "pre_install": [ From 7e030199e10e33d4eb918d9129358600570a2d87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 04:33:09 +0000 Subject: [PATCH 952/964] mrrss: Update to version 1.3.36 --- bucket/mrrss.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mrrss.json b/bucket/mrrss.json index 4c0c6b1a0f715f..08c5c64bbd5fc1 100644 --- a/bucket/mrrss.json +++ b/bucket/mrrss.json @@ -1,16 +1,16 @@ { - "version": "1.3.35", + "version": "1.3.36", "description": "A modern, cross-platform desktop RSS reader.", "homepage": "https://github.com/WCY-dt/MrRSS", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.35/MrRSS-1.3.35-windows-amd64-portable.zip", - "hash": "2e9d4711bea1ea24bdd5cbc548079b6b1e69b59a01ecada7582f9bc344e98f6b" + "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.36/MrRSS-1.3.36-windows-amd64-portable.zip", + "hash": "8b3af67ce808e455e56e63cfb0a4229a55f9f9f82e4378c3b537d3d1e34472b4" }, "arm64": { - "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.35/MrRSS-1.3.35-windows-arm64-portable.zip", - "hash": "d0d4422390b33b78c6d3627dd92860eb0f7b7920cf823b05dd6a87d24b6a424b" + "url": "https://github.com/WCY-dt/MrRSS/releases/download/v1.3.36/MrRSS-1.3.36-windows-arm64-portable.zip", + "hash": "40e190382460ea5448e6fff42b36888d048ed578aa12431018f7c12cee3449a1" } }, "shortcuts": [ From 0f22ef832d6db8e08480979272614f97f5a2accb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 04:33:09 +0000 Subject: [PATCH 953/964] opennetmeter: Update to version 0.15.0 --- bucket/opennetmeter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/opennetmeter.json b/bucket/opennetmeter.json index 3e5d2674b5d3d6..6eb16dad2a1d84 100644 --- a/bucket/opennetmeter.json +++ b/bucket/opennetmeter.json @@ -1,5 +1,5 @@ { - "version": "0.14.3", + "version": "0.15.0", "description": "A simple program to monitor your network/data usage.", "homepage": "https://github.com/Ashfaaq18/OpenNetMeter", "license": "Apache-2.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Ashfaaq18/OpenNetMeter/releases/download/v0.14.3/OpenNetMeter-0.14.3.msi", - "hash": "c1031bdbc4a60be08492248502963f4a01b02c96a05db8afefa19ed4f43a158c", + "url": "https://github.com/Ashfaaq18/OpenNetMeter/releases/download/v0.15.0/OpenNetMeter-0.15.0.msi", + "hash": "fb4fe6ae18dbe50534599f6541619d87d3973ffe7df656365d9d8d2f29a2ed7f", "extract_dir": "PFiles64\\OpenNetMeter" } }, From 3ffcf7114f4fde79eda7be2e67aa301c834bff21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 08:34:24 +0000 Subject: [PATCH 954/964] jackett: Update to version 0.24.2627 --- bucket/jackett.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jackett.json b/bucket/jackett.json index f2bc3ee9d3d50b..70481318fbf2aa 100644 --- a/bucket/jackett.json +++ b/bucket/jackett.json @@ -1,13 +1,13 @@ { - "version": "0.24.2624", + "version": "0.24.2627", "description": "API Support for your favorite torrent trackers", "homepage": "https://github.com/Jackett/Jackett", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/Jackett/Jackett/blob/HEAD/LICENSE" }, - "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2624/Jackett.Binaries.Windows.zip", - "hash": "20f122a2f6d9e3db3d0e12b97edf39a46d1c1222fa9bd9a19d5615316351b42e", + "url": "https://github.com/Jackett/Jackett/releases/download/v0.24.2627/Jackett.Binaries.Windows.zip", + "hash": "287a08d94057e1ec43c6a3b600d22e417f7ab1e7c411d9c93a253dfacd201284", "extract_dir": "Jackett", "shortcuts": [ [ From 82b37b44daf006c5c8605d282cb80fc19705f0ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 08:34:24 +0000 Subject: [PATCH 955/964] mqttx: Update to version 1.13.1 --- bucket/mqttx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mqttx.json b/bucket/mqttx.json index 27627af680bb97..2e431b782d9c39 100644 --- a/bucket/mqttx.json +++ b/bucket/mqttx.json @@ -1,5 +1,5 @@ { - "version": "1.13.0", + "version": "1.13.1", "description": "MQTT 5.0 Desktop Client", "homepage": "https://mqttx.app", "license": { @@ -13,12 +13,12 @@ ], "architecture": { "64bit": { - "url": "https://github.com/emqx/MQTTX/releases/download/v1.13.0/MQTTX-Setup-1.13.0-x64.exe#/dl.7z", - "hash": "sha512:c9dd7f35a22a632a3167d2a03d393e353d98c83c449e21391f415351dd443b5c92ff4fde08b13e0a04efcd3f8ca242df25a52d1e2826bb30a4b6cf9cfb00b230" + "url": "https://github.com/emqx/MQTTX/releases/download/v1.13.1/MQTTX-Setup-1.13.1-x64.exe#/dl.7z", + "hash": "sha512:677b8c724547ff7a13b533b8b02a589b82ee6645372570755a6afc818c5fcc0251de349b64e29b763b9951e86b16130ce4c927d4eb939fd179a7b5c6c5933a32" }, "32bit": { - "url": "https://github.com/emqx/MQTTX/releases/download/v1.13.0/MQTTX-Setup-1.13.0-ia32.exe#/dl.7z", - "hash": "sha512:0f1b7d76e364dea1691b3f91ff2aad86007899218d36deff0283c2966a9e190048de270269e345aa53a45ac28abf4f70d56246e7990b65062ca0e509441e4694" + "url": "https://github.com/emqx/MQTTX/releases/download/v1.13.1/MQTTX-Setup-1.13.1-ia32.exe#/dl.7z", + "hash": "sha512:f011ac6a5e502712b7f46d55c2996472e7045659b95bc7413cc3ffed16119122dfd7aa4648f8613f0682f4196d2a3da5f14066b55a598409ef63e623984f6e4a" } }, "pre_install": [ From 7c47a38c945961302794d40cdea4459b80880a73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 08:34:25 +0000 Subject: [PATCH 956/964] unicodia: Update to version 3.2.5 --- bucket/unicodia.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/unicodia.json b/bucket/unicodia.json index 2bfd64141117d0..99005d64b6c4de 100644 --- a/bucket/unicodia.json +++ b/bucket/unicodia.json @@ -1,12 +1,12 @@ { - "version": "3.2.4", + "version": "3.2.5", "description": "Encyclopedia of Unicode characters", "homepage": "https://mercury13.github.io/unicodia/", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/Mercury13/unicodia/releases/download/v3.2.4/Unicodia-w64-3.2.4.7z", - "hash": "f1af1fe6b8a416c3eba52aca2fe9290880634853f6ba7a8b19901cbf408cf190" + "url": "https://github.com/Mercury13/unicodia/releases/download/v3.2.5/Unicodia-w64-3.2.5.7z", + "hash": "494280189669c103737a53589af63ba6e08d4f2889215d4fcd096d627f9ff565" } }, "bin": "unicodia.exe", From 514a9019770bdbb88933633dcc63d6a3104eb6d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 08:34:25 +0000 Subject: [PATCH 957/964] zedis: Update to version 0.11.0 --- bucket/zedis.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zedis.json b/bucket/zedis.json index 41bb5e89a62e29..06ae6f0dd4ba66 100644 --- a/bucket/zedis.json +++ b/bucket/zedis.json @@ -1,16 +1,16 @@ { - "version": "0.10.0", + "version": "0.11.0", "description": "A blazing-fast, native Redis GUI built with Rust and GPUI.", "homepage": "https://github.com/vicanso/zedis", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/vicanso/zedis/releases/download/v0.10.0/zedis-windows-x86_64.zip", - "hash": "4930829b50c33ede4ab170e0284d9cdc73d19a4d2a81eb5ff860e3a61657152e" + "url": "https://github.com/vicanso/zedis/releases/download/v0.11.0/zedis-windows-x86_64.zip", + "hash": "d8c205156496fe1ead59c2b15587eb84d6d7b03a0a304526cd0a2c266d4409c5" }, "arm64": { - "url": "https://github.com/vicanso/zedis/releases/download/v0.10.0/zedis-windows-aarch64.zip", - "hash": "ddb8570a7ab511549b63efa519b9aa53f37e8829122e4e6283e4a593eec60b1f" + "url": "https://github.com/vicanso/zedis/releases/download/v0.11.0/zedis-windows-aarch64.zip", + "hash": "cd1577c0f5364a000617e76f645ac084d2cdae492f53f944cfd0cd3da19e76f4" } }, "shortcuts": [ From c49a3af96228e1bd52c4eb05d1cc9f28a902656a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 12:37:00 +0000 Subject: [PATCH 958/964] clash-verge-rev: Update to version 2.5.4 --- bucket/clash-verge-rev.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/clash-verge-rev.json b/bucket/clash-verge-rev.json index d0cd9b60ed8fcb..657821797e0c89 100644 --- a/bucket/clash-verge-rev.json +++ b/bucket/clash-verge-rev.json @@ -1,16 +1,16 @@ { - "version": "2.5.2", + "version": "2.5.4", "description": "Continuation of Clash Verge - A Clash Meta GUI based on Tauri.", "homepage": "https://github.com/clash-verge-rev/clash-verge-rev", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v2.5.2/Clash.Verge_2.5.2_x64-setup.exe#/dl.7z", - "hash": "ba42f00b1082e352352080170fe86ae411bcc854cb13f1b8bebc9025e8a7cbf4" + "url": "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v2.5.4/Clash.Verge_2.5.4_x64-setup.exe#/dl.7z", + "hash": "b94eaeb447a128065a4896732229987bedb68a16ff70158d2d96a00f9d6ea10e" }, "arm64": { - "url": "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v2.5.2/Clash.Verge_2.5.2_arm64-setup.exe#/dl.7z", - "hash": "973fafb5f154e541b34c1315f7de7440daf68d05f2e52fa08da2bcc71b6c3214" + "url": "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v2.5.4/Clash.Verge_2.5.4_arm64-setup.exe#/dl.7z", + "hash": "58130745c103544ee7b190ae0ea7cfc6f1ae42c1f3b2453298b4e7e45bec5d44" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\uninst*\" -Force -Recurse", From ed28fd4ffcd4f504fe9fc4a41209cdf5fbfdda81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 12:37:01 +0000 Subject: [PATCH 959/964] flow-launcher: Update to version 2.1.4 --- bucket/flow-launcher.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flow-launcher.json b/bucket/flow-launcher.json index 66c739ed9ea9be..6199ed38ca2d54 100644 --- a/bucket/flow-launcher.json +++ b/bucket/flow-launcher.json @@ -1,12 +1,12 @@ { - "version": "2.1.3", + "version": "2.1.4", "description": "Quick file searcher and app launcher with community-made plugins", "homepage": "https://www.flowlauncher.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v2.1.3/Flow-Launcher-Portable.zip", - "hash": "63e31a5d60ca047a44056a4b7ab5e239ac46b34c4ef798f5a74ca5273d93dfda" + "url": "https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v2.1.4/Flow-Launcher-Portable.zip", + "hash": "32cd448751863eca7a4fa9ee282bb6fe4e617ec1c8f23af707796a72279ba1d8" } }, "extract_dir": "FlowLauncher", @@ -18,7 +18,7 @@ ], "persist": [ [ - "app-2.1.3\\UserData", + "app-2.1.4\\UserData", "UserData" ] ], From 2a93d287626cb82b0881a6136861a7684888b823 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 12:37:01 +0000 Subject: [PATCH 960/964] fluxdown: Update to version 0.4.8 --- bucket/fluxdown.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fluxdown.json b/bucket/fluxdown.json index dbaa60d78e3e3e..4a088ed2925840 100644 --- a/bucket/fluxdown.json +++ b/bucket/fluxdown.json @@ -1,5 +1,5 @@ { - "version": "0.4.7", + "version": "0.4.8", "description": "A Rust-powered download manager with HTTP, FTP, BitTorrent and HLS/DASH streaming support.", "homepage": "https://fluxdown.zerx.dev", "license": { @@ -22,12 +22,12 @@ ], "architecture": { "64bit": { - "url": "https://github.com/zerx-lab/FluxDown/releases/download/v0.4.7/FluxDown-0.4.7-windows-x64-portable.zip", - "hash": "2de8975135e3e7856ddd36787db3625cf88972f24e8404ac313e5162acafed53" + "url": "https://github.com/zerx-lab/FluxDown/releases/download/v0.4.8/FluxDown-0.4.8-windows-x64-portable.zip", + "hash": "f66d5479528ae877627776c652e26c59630fb656ea53766ff07e3726d9f11a82" }, "arm64": { - "url": "https://github.com/zerx-lab/FluxDown/releases/download/v0.4.7/FluxDown-0.4.7-windows-arm64-portable.zip", - "hash": "b6967f757f1bb826de298c3fd193b895f43b55614fadcda818ace5fb0c60e823" + "url": "https://github.com/zerx-lab/FluxDown/releases/download/v0.4.8/FluxDown-0.4.8-windows-arm64-portable.zip", + "hash": "15d71fc37d656a5bd05d569ca71548790044dfe247cd7c3d35ace2dea556ca13" } }, "shortcuts": [ From 89a65b7768182914ab6698a251be1c8ef774f0da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 12:37:01 +0000 Subject: [PATCH 961/964] icnsify: Update to version 4.2.0 --- bucket/icnsify.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/icnsify.json b/bucket/icnsify.json index 525d5a727fb567..34510de628ea02 100644 --- a/bucket/icnsify.json +++ b/bucket/icnsify.json @@ -1,20 +1,20 @@ { - "version": "4.0.1", + "version": "4.2.0", "description": "CLI to easily convert .jpg and .png to .icns and vice versa", "homepage": "https://github.com/JackMordaunt/icns", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/JackMordaunt/icns/releases/download/v4.0.1/icns_4.0.1_Windows_amd64.zip", - "hash": "8102277ecbcbc6e26e9508fe880334a33b2a69d6bec0a3606a4fd6b304db445c" + "url": "https://github.com/JackMordaunt/icns/releases/download/v4.2.0/icns_4.2.0_Windows_amd64.zip", + "hash": "ae08b7ed2884847c05d42c40490918d9539e24482e2d40de76f1fd218d34cdc9" }, "32bit": { - "url": "https://github.com/JackMordaunt/icns/releases/download/v4.0.1/icns_4.0.1_Windows_386.zip", - "hash": "17720c2c4b6194daf8f2faa44bf6a5cc21f6f1d5aa06c1f0080d41bffb62dee3" + "url": "https://github.com/JackMordaunt/icns/releases/download/v4.2.0/icns_4.2.0_Windows_386.zip", + "hash": "232c7ea3ebe15fffc34c7316d01cb6b6fd304748626a8987da3d373f0bdb78d7" }, "arm64": { - "url": "https://github.com/JackMordaunt/icns/releases/download/v4.0.1/icns_4.0.1_Windows_arm64.zip", - "hash": "34f3ce26db0e6abe9b16b98004103b21df3bed1635eb2c33ea7444f8d5cfc866" + "url": "https://github.com/JackMordaunt/icns/releases/download/v4.2.0/icns_4.2.0_Windows_arm64.zip", + "hash": "a21d0943756904ef413e36bbf2f49ca477526d36e18f4264e4e29ec5295179b5" } }, "bin": "icnsify.exe", From f5cd470a866397f3d2b1e2362d6a05d328c685fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 12:37:02 +0000 Subject: [PATCH 962/964] tinta: Update to version 3.7.3 --- bucket/tinta.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinta.json b/bucket/tinta.json index fa53bb267d747d..efa3b5b874f553 100644 --- a/bucket/tinta.json +++ b/bucket/tinta.json @@ -1,12 +1,12 @@ { - "version": "3.7.2", + "version": "3.7.3", "description": "Fast, lightweight Markdown and Mermaid viewer.", "homepage": "https://tinta.cc", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/oipoistar/tinta/releases/download/v3.7.2/tinta.exe", - "hash": "0d41bc8dc978a566490df096fbc8a4f6927c8d97dd52d4137ccafb1e5698bf97" + "url": "https://github.com/oipoistar/tinta/releases/download/v3.7.3/tinta.exe", + "hash": "6f331c079b221a0122e10970070c985999edb1a08d5075532ba18875b515f3d5" } }, "bin": "tinta.exe", From ef1ed469aafa24496206e4a8a06d80edc49017a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 12:37:02 +0000 Subject: [PATCH 963/964] treesheets: Update to version 3401 --- bucket/treesheets.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/treesheets.json b/bucket/treesheets.json index 9b7ca37e5ac59c..da14a484b9c230 100644 --- a/bucket/treesheets.json +++ b/bucket/treesheets.json @@ -1,18 +1,18 @@ { - "version": "3383", + "version": "3401", "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.", "homepage": "https://strlen.com/treesheets", "license": "ZLIB", "architecture": { "64bit": { - "url": "https://github.com/aardappel/treesheets/releases/download/3383/TreeSheets-3383-winx64.zip", - "hash": "d96b2b9d541e96c3ac866d2eb76c550e166c8879028e4d8b03c8f34edeebd542", - "extract_dir": "TreeSheets-3383-winx64" + "url": "https://github.com/aardappel/treesheets/releases/download/3401/TreeSheets-3401-winx64.zip", + "hash": "443d32f26c7c92bf8a895418c0f6a244a88e392d7b3b230601b480de44e6ed87", + "extract_dir": "TreeSheets-3401-winx64" }, "arm64": { - "url": "https://github.com/aardappel/treesheets/releases/download/3383/TreeSheets-3383-winarm64.zip", - "hash": "1b66d5f78535af95f402ceb84d28ba440da203836f462219e7027eb419f3bb6e", - "extract_dir": "TreeSheets-3383-winarm64" + "url": "https://github.com/aardappel/treesheets/releases/download/3401/TreeSheets-3401-winarm64.zip", + "hash": "28f2920a9889a983ff455228109ba4d640feb9e621dc98986aad143023fedd8c", + "extract_dir": "TreeSheets-3401-winarm64" } }, "pre_install": [ From c8acd7aa2334695bb727453a8602625c59496bbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 12:37:03 +0000 Subject: [PATCH 964/964] wechat: Update to version 4.1.15.12 --- bucket/wechat.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wechat.json b/bucket/wechat.json index f80199ebe1fcb7..013b25c117f160 100644 --- a/bucket/wechat.json +++ b/bucket/wechat.json @@ -1,5 +1,5 @@ { - "version": "4.1.15.11", + "version": "4.1.15.12", "description": "Free messaging and calling app by Tencent", "homepage": "https://www.wechat.com/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/cscnk52/wechat-windows-versions/releases/download/v4.1.15.11/weixin_4.1.15.11.exe#/dl.7z", - "hash": "4aa51657d0938ad8754b46485a19e32d8de16f1ee13a0938d1493057ddcf6e7e" + "url": "https://github.com/cscnk52/wechat-windows-versions/releases/download/v4.1.15.12/weixin_4.1.15.12.exe#/dl.7z", + "hash": "3c2303812f9120fa47969f50e2e3ab0c0b4e5eca979e341a374893f24f2e17e1" } }, "installer": {