mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Compare commits
9 Commits
42602826b0
...
698efdc6cf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
698efdc6cf | ||
|
|
01b43760a3 | ||
|
|
2978ebb16d | ||
|
|
96d4db2ff1 | ||
|
|
ce137b8036 | ||
|
|
a42f84248c | ||
|
|
b080a7fe5e | ||
|
|
c5ab9c6f61 | ||
|
|
9a0417015a |
9
.coderabbit.yaml
Normal file
9
.coderabbit.yaml
Normal 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
47
bucket/codex.json
Normal 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})"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -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",
|
"description": "Command line tool and library for transferring data with URLs",
|
||||||
"homepage": "https://curl.se/",
|
"homepage": "https://curl.se/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://curl.se/windows/dl-8.16.0_5/curl-8.16.0_5-win64-mingw.tar.xz",
|
"url": "https://curl.se/windows/dl-8.16.0_6/curl-8.16.0_6-win64-mingw.tar.xz",
|
||||||
"hash": "7300d679ea67de96a453292facebfccf317499b9411223a79cf324dc2c96507a",
|
"hash": "5109486b889fb40c3c6d217c998ffa4354991f4e772ac2cd7118244c55fa8de8",
|
||||||
"extract_dir": "curl-8.16.0_5-win64-mingw"
|
"extract_dir": "curl-8.16.0_6-win64-mingw"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://curl.se/windows/dl-8.16.0_5/curl-8.16.0_5-win64a-mingw.tar.xz",
|
"url": "https://curl.se/windows/dl-8.16.0_6/curl-8.16.0_6-win64a-mingw.tar.xz",
|
||||||
"hash": "e2b144b1c326944b62edebd9d5e8650af704aa7e256f8b2ea5e876745be89ff3",
|
"hash": "5e1a1f74ff6f4d14acd0d6f24ca84b6ff53cd35f4a5032bcbfa5a03dbb288c8a",
|
||||||
"extract_dir": "curl-8.16.0_5-win64a-mingw"
|
"extract_dir": "curl-8.16.0_6-win64a-mingw"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "bin\\curl.exe",
|
"bin": "bin\\curl.exe",
|
||||||
|
|||||||
@ -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).",
|
"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",
|
"homepage": "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver",
|
||||||
"license": {
|
"license": {
|
||||||
@ -9,16 +9,16 @@
|
|||||||
"notes": "For legacy (EdgeHTML) version, see 'versions/edgedriver-legacy'.",
|
"notes": "For legacy (EdgeHTML) version, see 'versions/edgedriver-legacy'.",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://msedgedriver.microsoft.com/141.0.3537.57/edgedriver_win64.zip",
|
"url": "https://msedgedriver.microsoft.com/141.0.3537.71/edgedriver_win64.zip",
|
||||||
"hash": "e151bdcc416312e49522f55c8237ddccc57a7e3c6de61de05013785f3695e7bb"
|
"hash": "1ee2c9e606170f2307b325af81ce3ad469dce78c35fec367fd598406aa29ca57"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://msedgedriver.microsoft.com/141.0.3537.57/edgedriver_win32.zip",
|
"url": "https://msedgedriver.microsoft.com/141.0.3537.71/edgedriver_win32.zip",
|
||||||
"hash": "8a7667e55a63ea58d4d8795fc0e4d1306eebb6dace51787d0043da219a2c7474"
|
"hash": "05a835e0571529ac2db4ff3ca5b965776e07ead081dddcfcc2d74670c0401001"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://msedgedriver.microsoft.com/141.0.3537.57/edgedriver_arm64.zip",
|
"url": "https://msedgedriver.microsoft.com/141.0.3537.71/edgedriver_arm64.zip",
|
||||||
"hash": "bc34e9679e18b578eea27695e6ff716a318c1cb9342f4712ac6c7e716715269f"
|
"hash": "b25af6919e29ace13ee2cde4fb74e8d45d1d9cad2076430007508a043cd0337d"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "msedgedriver.exe",
|
"bin": "msedgedriver.exe",
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"version": "11.13.3",
|
"version": "11.14.0",
|
||||||
"description": "Database migration tool that favors simplicity and convention over configuration.",
|
"description": "Database migration tool that favors simplicity and convention over configuration.",
|
||||||
"homepage": "https://flywaydb.org/",
|
"homepage": "https://flywaydb.org/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"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",
|
"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:2c237b38641bb15e80cb89fd9bbf0df095d0045f"
|
"hash": "sha1:8ed5ec7f568e127c1eadf004fdfddb827a07789c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "flyway-11.13.3",
|
"extract_dir": "flyway-11.14.0",
|
||||||
"bin": "flyway.cmd",
|
"bin": "flyway.cmd",
|
||||||
"persist": [
|
"persist": [
|
||||||
"conf",
|
"conf",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "2025.10.6",
|
"version": "2025.10.7",
|
||||||
"description": "Polyglot tool version manager and task runner",
|
"description": "Polyglot tool version manager and task runner",
|
||||||
"homepage": "https://mise.jdx.dev/",
|
"homepage": "https://mise.jdx.dev/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -13,12 +13,12 @@
|
|||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/jdx/mise/releases/download/v2025.10.6/mise-v2025.10.6-windows-x64.zip",
|
"url": "https://github.com/jdx/mise/releases/download/v2025.10.7/mise-v2025.10.7-windows-x64.zip",
|
||||||
"hash": "b14531c7b64315fc4915432f8afac1ccf9f166b74e6c448ae09ef8187f32c055"
|
"hash": "4a18703784dfcf9bd6880cd1449cd7fbc977add82a5dca8d8a79f6312516f8d9"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/jdx/mise/releases/download/v2025.10.6/mise-v2025.10.6-windows-arm64.zip",
|
"url": "https://github.com/jdx/mise/releases/download/v2025.10.7/mise-v2025.10.7-windows-arm64.zip",
|
||||||
"hash": "792dab17b1c901260a7521f0e6eb2e97bade738949c3395d7930f2b4e5938331"
|
"hash": "2efab885f05f7b84ea667875fecc73a106a983956a51f5e330a2815fcc747539"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "mise",
|
"extract_dir": "mise",
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
"hash": "sha512:48593207cf1b97afd6e92c7466e4cfbc46e3a1d15bff474cb0536f6c53108643976bc44d22c221811ab04fb7072233c0dcfddd2533ae0800f04c035075d1bf40"
|
"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": ".",
|
"env_add_path": ".",
|
||||||
"checkver": "<strong>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})</strong>: New QEMU installer \\(([\\d.]+)\\)",
|
"checkver": "<strong>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})</strong>: New QEMU installer \\(([\\d.]+)\\)",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
|||||||
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"version": "1.3.3",
|
"version": "1.4.0",
|
||||||
"description": "Pretty fancy and modern terminal file manager",
|
"description": "Pretty fancy and modern terminal file manager",
|
||||||
"homepage": "https://superfile.netlify.app/",
|
"homepage": "https://superfile.netlify.app/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/yorukot/superfile/releases/download/v1.3.3/superfile-windows-v1.3.3-amd64.zip",
|
"url": "https://github.com/yorukot/superfile/releases/download/v1.4.0/superfile-windows-v1.4.0-amd64.zip",
|
||||||
"hash": "288686c6e806a803698c58f9cca3e4c5e4ac5be4f82e1a099a6f7da41be53877",
|
"hash": "b17afa16598c2c65c1a427962a88970e2f5039ba54e9a83dda851953af5f3f8b",
|
||||||
"extract_dir": "dist/superfile-windows-v1.3.3-amd64"
|
"extract_dir": "dist/superfile-windows-v1.4.0-amd64"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/yorukot/superfile/releases/download/v1.3.3/superfile-windows-v1.3.3-arm64.zip",
|
"url": "https://github.com/yorukot/superfile/releases/download/v1.4.0/superfile-windows-v1.4.0-arm64.zip",
|
||||||
"hash": "e19cf04ecff1c0ef800aa8e72b944d61ef5230070e710e083637d1503b687638",
|
"hash": "667fd257f155df5d1bd0b745495ccba5edee0a5a3fa594a908e13681c57431dd",
|
||||||
"extract_dir": "dist/superfile-windows-v1.3.3-arm64"
|
"extract_dir": "dist/superfile-windows-v1.4.0-arm64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "spf.exe",
|
"bin": "spf.exe",
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "0.11.0",
|
"version": "0.12.0",
|
||||||
"description": "Music Player TUI written in Rust",
|
"description": "Music Player TUI written in Rust",
|
||||||
"homepage": "https://github.com/tramhao/termusic",
|
"homepage": "https://github.com/tramhao/termusic",
|
||||||
"license": "GPL-3.0-or-later,MIT",
|
"license": "GPL-3.0-or-later,MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/tramhao/termusic/releases/download/v0.11.0/termusic-v0.11.0-x86_64-windows.zip",
|
"url": "https://github.com/tramhao/termusic/releases/download/v0.12.0/termusic-v0.12.0-x86_64-windows.zip",
|
||||||
"hash": "0740e0406168e136b2524444c0fe09b1607ae94e1571da682b2fd7c72f140db3",
|
"hash": "fc83a58848b1761e736520aaaddf212486e9e9f42726e2288b1f72281ecee68b",
|
||||||
"extract_dir": "termusic-v0.11.0-x86_64-windows"
|
"extract_dir": "termusic-v0.12.0-x86_64-windows"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user