Compare commits

..

9 Commits

Author SHA1 Message Date
Olav Rønnestad Birkeland
698efdc6cf
qemu@10.1.0: Fix install by removing uninstaller from Remove-Item in pre_install (#7233)
Remove uninstaller from Remove-Item in pre_install
2025-10-10 16:32:15 +08:00
github-actions[bot]
01b43760a3 superfile: Update to version 1.4.0 2025-10-10 08:31:29 +00:00
github-actions[bot]
2978ebb16d edgedriver: Update to version 141.0.3537.71 2025-10-10 08:31:28 +00:00
zcg
96d4db2ff1
codex: Add version 0.46.0 (#7190) 2025-10-10 16:25:35 +08:00
Chawye Hsu
ce137b8036
chore: disable coderabbit
Because the coderabbit comments haven't been helpful

Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
2025-10-10 16:22:41 +08:00
github-actions[bot]
a42f84248c termusic: Update to version 0.12.0 2025-10-10 04:29:39 +00:00
github-actions[bot]
b080a7fe5e mise: Update to version 2025.10.7 2025-10-10 04:29:39 +00:00
github-actions[bot]
c5ab9c6f61 flyway: Update to version 11.14.0 2025-10-10 04:29:38 +00:00
github-actions[bot]
9a0417015a curl: Update to version 8.16.0_6 2025-10-10 04:29:38 +00:00
9 changed files with 91 additions and 35 deletions

9
.coderabbit.yaml Normal file
View File

@ -0,0 +1,9 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "en"
reviews:
profile: chill
auto_review:
enabled: false
poem: false
chat:
auto_reply: false

47
bucket/codex.json Normal file
View File

@ -0,0 +1,47 @@
{
"version": "0.46.0",
"description": "OpenAI's Codex AI coding assistant",
"homepage": "https://github.com/openai/codex",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.46.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "5367c3d54df8c82d576cbc9c7eb585fbbd5dd5536048af6bc68d6bc623a77cd6"
},
"arm64": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.46.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "d46cbcc8b9e40c193139d12deaaedc7002cf7567e79f2defae9c652e6016f140"
}
},
"pre_install": "Rename-Item \"$dir\\codex-*.exe\" \"$dir\\codex.exe\"",
"bin": [
[
"codex.exe",
"codex"
]
],
"checkver": {
"url": "https://api.github.com/repos/openai/codex/releases",
"regex": "rust-v(\\d+\\.\\d+\\.\\d+)(?![^\\d]*alpha|[^\\d]*beta|[^\\d]*rc|[^\\d]*preview)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/openai/codex/releases/download/rust-v$version/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": {
"url": "https://api.github.com/repos/openai/codex/releases",
"jsonpath": "$[?(@.tag_name=='rust-v$version')].assets[?(@.name=='codex-x86_64-pc-windows-msvc.exe.zip')].digest",
"regex": "(?<=sha256:)([a-fA-F0-9]{64})"
}
},
"arm64": {
"url": "https://github.com/openai/codex/releases/download/rust-v$version/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": {
"url": "https://api.github.com/repos/openai/codex/releases",
"jsonpath": "$[?(@.tag_name=='rust-v$version')].assets[?(@.name=='codex-aarch64-pc-windows-msvc.exe.zip')].digest",
"regex": "(?<=sha256:)([a-fA-F0-9]{64})"
}
}
}
}
}

View File

@ -1,18 +1,18 @@
{
"version": "8.16.0_5",
"version": "8.16.0_6",
"description": "Command line tool and library for transferring data with URLs",
"homepage": "https://curl.se/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://curl.se/windows/dl-8.16.0_5/curl-8.16.0_5-win64-mingw.tar.xz",
"hash": "7300d679ea67de96a453292facebfccf317499b9411223a79cf324dc2c96507a",
"extract_dir": "curl-8.16.0_5-win64-mingw"
"url": "https://curl.se/windows/dl-8.16.0_6/curl-8.16.0_6-win64-mingw.tar.xz",
"hash": "5109486b889fb40c3c6d217c998ffa4354991f4e772ac2cd7118244c55fa8de8",
"extract_dir": "curl-8.16.0_6-win64-mingw"
},
"arm64": {
"url": "https://curl.se/windows/dl-8.16.0_5/curl-8.16.0_5-win64a-mingw.tar.xz",
"hash": "e2b144b1c326944b62edebd9d5e8650af704aa7e256f8b2ea5e876745be89ff3",
"extract_dir": "curl-8.16.0_5-win64a-mingw"
"url": "https://curl.se/windows/dl-8.16.0_6/curl-8.16.0_6-win64a-mingw.tar.xz",
"hash": "5e1a1f74ff6f4d14acd0d6f24ca84b6ff53cd35f4a5032bcbfa5a03dbb288c8a",
"extract_dir": "curl-8.16.0_6-win64a-mingw"
}
},
"bin": "bin\\curl.exe",

View File

@ -1,5 +1,5 @@
{
"version": "141.0.3537.57",
"version": "141.0.3537.71",
"description": "Close the loop on your developer cycle by automating testing of your website in Microsoft Edge (Chromium).",
"homepage": "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver",
"license": {
@ -9,16 +9,16 @@
"notes": "For legacy (EdgeHTML) version, see 'versions/edgedriver-legacy'.",
"architecture": {
"64bit": {
"url": "https://msedgedriver.microsoft.com/141.0.3537.57/edgedriver_win64.zip",
"hash": "e151bdcc416312e49522f55c8237ddccc57a7e3c6de61de05013785f3695e7bb"
"url": "https://msedgedriver.microsoft.com/141.0.3537.71/edgedriver_win64.zip",
"hash": "1ee2c9e606170f2307b325af81ce3ad469dce78c35fec367fd598406aa29ca57"
},
"32bit": {
"url": "https://msedgedriver.microsoft.com/141.0.3537.57/edgedriver_win32.zip",
"hash": "8a7667e55a63ea58d4d8795fc0e4d1306eebb6dace51787d0043da219a2c7474"
"url": "https://msedgedriver.microsoft.com/141.0.3537.71/edgedriver_win32.zip",
"hash": "05a835e0571529ac2db4ff3ca5b965776e07ead081dddcfcc2d74670c0401001"
},
"arm64": {
"url": "https://msedgedriver.microsoft.com/141.0.3537.57/edgedriver_arm64.zip",
"hash": "bc34e9679e18b578eea27695e6ff716a318c1cb9342f4712ac6c7e716715269f"
"url": "https://msedgedriver.microsoft.com/141.0.3537.71/edgedriver_arm64.zip",
"hash": "b25af6919e29ace13ee2cde4fb74e8d45d1d9cad2076430007508a043cd0337d"
}
},
"bin": "msedgedriver.exe",

View File

@ -1,15 +1,15 @@
{
"version": "11.13.3",
"version": "11.14.0",
"description": "Database migration tool that favors simplicity and convention over configuration.",
"homepage": "https://flywaydb.org/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/11.13.3/flyway-commandline-11.13.3-windows-x64.zip",
"hash": "sha1:2c237b38641bb15e80cb89fd9bbf0df095d0045f"
"url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/11.14.0/flyway-commandline-11.14.0-windows-x64.zip",
"hash": "sha1:8ed5ec7f568e127c1eadf004fdfddb827a07789c"
}
},
"extract_dir": "flyway-11.13.3",
"extract_dir": "flyway-11.14.0",
"bin": "flyway.cmd",
"persist": [
"conf",

View File

@ -1,5 +1,5 @@
{
"version": "2025.10.6",
"version": "2025.10.7",
"description": "Polyglot tool version manager and task runner",
"homepage": "https://mise.jdx.dev/",
"license": "MIT",
@ -13,12 +13,12 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/jdx/mise/releases/download/v2025.10.6/mise-v2025.10.6-windows-x64.zip",
"hash": "b14531c7b64315fc4915432f8afac1ccf9f166b74e6c448ae09ef8187f32c055"
"url": "https://github.com/jdx/mise/releases/download/v2025.10.7/mise-v2025.10.7-windows-x64.zip",
"hash": "4a18703784dfcf9bd6880cd1449cd7fbc977add82a5dca8d8a79f6312516f8d9"
},
"arm64": {
"url": "https://github.com/jdx/mise/releases/download/v2025.10.6/mise-v2025.10.6-windows-arm64.zip",
"hash": "792dab17b1c901260a7521f0e6eb2e97bade738949c3395d7930f2b4e5938331"
"url": "https://github.com/jdx/mise/releases/download/v2025.10.7/mise-v2025.10.7-windows-arm64.zip",
"hash": "2efab885f05f7b84ea667875fecc73a106a983956a51f5e330a2815fcc747539"
}
},
"extract_dir": "mise",

View File

@ -13,7 +13,7 @@
"hash": "sha512:48593207cf1b97afd6e92c7466e4cfbc46e3a1d15bff474cb0536f6c53108643976bc44d22c221811ab04fb7072233c0dcfddd2533ae0800f04c035075d1bf40"
}
},
"pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\qemu-uninstall.exe\" -Force -Recurse",
"pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse",
"env_add_path": ".",
"checkver": "<strong>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})</strong>: New QEMU installer \\(([\\d.]+)\\)",
"autoupdate": {

View File

@ -1,18 +1,18 @@
{
"version": "1.3.3",
"version": "1.4.0",
"description": "Pretty fancy and modern terminal file manager",
"homepage": "https://superfile.netlify.app/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/yorukot/superfile/releases/download/v1.3.3/superfile-windows-v1.3.3-amd64.zip",
"hash": "288686c6e806a803698c58f9cca3e4c5e4ac5be4f82e1a099a6f7da41be53877",
"extract_dir": "dist/superfile-windows-v1.3.3-amd64"
"url": "https://github.com/yorukot/superfile/releases/download/v1.4.0/superfile-windows-v1.4.0-amd64.zip",
"hash": "b17afa16598c2c65c1a427962a88970e2f5039ba54e9a83dda851953af5f3f8b",
"extract_dir": "dist/superfile-windows-v1.4.0-amd64"
},
"arm64": {
"url": "https://github.com/yorukot/superfile/releases/download/v1.3.3/superfile-windows-v1.3.3-arm64.zip",
"hash": "e19cf04ecff1c0ef800aa8e72b944d61ef5230070e710e083637d1503b687638",
"extract_dir": "dist/superfile-windows-v1.3.3-arm64"
"url": "https://github.com/yorukot/superfile/releases/download/v1.4.0/superfile-windows-v1.4.0-arm64.zip",
"hash": "667fd257f155df5d1bd0b745495ccba5edee0a5a3fa594a908e13681c57431dd",
"extract_dir": "dist/superfile-windows-v1.4.0-arm64"
}
},
"bin": "spf.exe",

View File

@ -1,13 +1,13 @@
{
"version": "0.11.0",
"version": "0.12.0",
"description": "Music Player TUI written in Rust",
"homepage": "https://github.com/tramhao/termusic",
"license": "GPL-3.0-or-later,MIT",
"architecture": {
"64bit": {
"url": "https://github.com/tramhao/termusic/releases/download/v0.11.0/termusic-v0.11.0-x86_64-windows.zip",
"hash": "0740e0406168e136b2524444c0fe09b1607ae94e1571da682b2fd7c72f140db3",
"extract_dir": "termusic-v0.11.0-x86_64-windows"
"url": "https://github.com/tramhao/termusic/releases/download/v0.12.0/termusic-v0.12.0-x86_64-windows.zip",
"hash": "fc83a58848b1761e736520aaaddf212486e9e9f42726e2288b1f72281ecee68b",
"extract_dir": "termusic-v0.12.0-x86_64-windows"
}
},
"bin": [