mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
Compare commits
8 Commits
011e8a5b70
...
0d23c24559
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d23c24559 | ||
|
|
4413eda351 | ||
|
|
daca971a65 | ||
|
|
7e86f184d6 | ||
|
|
5789f15bcc | ||
|
|
06a1f6ca07 | ||
|
|
1cba4e9d1e | ||
|
|
f65d8b846a |
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "0.8.4",
|
||||
"version": "0.9.0",
|
||||
"description": "A tree-sitter based AST difftool to get meaningful semantic diffs",
|
||||
"homepage": "https://github.com/afnanenayet/diffsitter",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.4/diffsitter-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "605f42021b620468d8a6b11cb5284c8db55c9dff49a258cc7887b14a6f920332"
|
||||
"url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.9.0/diffsitter-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "782662a3a668a80a30a11789403c0647365213a7723b4fac59896592afa4223f"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.4/diffsitter-aarch64-pc-windows-msvc.zip",
|
||||
"hash": "6530c760a17dfba900393a6fa602ff83a36fe33016014801b4e3a4fef78f4079"
|
||||
"url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.9.0/diffsitter-aarch64-pc-windows-msvc.zip",
|
||||
"hash": "8eff9c84f478bcb21c46c22d68dd7510a7c4f9def53808e357f1109bd0e13b23"
|
||||
}
|
||||
},
|
||||
"bin": "diffsitter.exe",
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "2.6.1",
|
||||
"version": "2.6.3",
|
||||
"description": "A simple server for sending and receiving messages in real-time per WebSocket, with a sleek web UI",
|
||||
"homepage": "https://gotify.net/",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/gotify/server/releases/download/v2.6.1/gotify-windows-amd64.exe.zip",
|
||||
"hash": "d43ac2a97f0707c0a04f0a7be95454082d37a297bd9d9eb3a3ccb71b8e681c3c"
|
||||
"url": "https://github.com/gotify/server/releases/download/v2.6.3/gotify-windows-amd64.exe.zip",
|
||||
"hash": "2303cfa2a5dd3a3a3ff55c7cb5fa86483f64d56585a9ed8a3fcba99a3b93a459"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/gotify/server/releases/download/v2.6.1/gotify-windows-386.exe.zip",
|
||||
"hash": "af7b1978abd44a870e22286da0ba78a85912e7b2e575e6576cd918829c8320f6"
|
||||
"url": "https://github.com/gotify/server/releases/download/v2.6.3/gotify-windows-386.exe.zip",
|
||||
"hash": "a973965cac78eb7b112d8aab26c7f54a8a764f7c3fc91acdf8ae3ea2b4c119ac"
|
||||
}
|
||||
},
|
||||
"pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2025.4.10",
|
||||
"version": "2025.4.11",
|
||||
"description": "Polyglot tool version manager and task runner",
|
||||
"homepage": "https://mise.jdx.dev/",
|
||||
"license": "MIT",
|
||||
@ -10,12 +10,12 @@
|
||||
],
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/jdx/mise/releases/download/v2025.4.10/mise-v2025.4.10-windows-x64.zip",
|
||||
"hash": "67c87de1e5b20028ef105d31cf67022ca9610a5471786b739bf72a0dfc62b871"
|
||||
"url": "https://github.com/jdx/mise/releases/download/v2025.4.11/mise-v2025.4.11-windows-x64.zip",
|
||||
"hash": "370d34c8357f56e65b224a353e5d45516a3b2385f8ebc10900bcb80de494f844"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/jdx/mise/releases/download/v2025.4.10/mise-v2025.4.10-windows-arm64.zip",
|
||||
"hash": "af4dc5c5514393bf384c5b230e706c3ef3190b0ffb66800d8ebd6adf32fb9786"
|
||||
"url": "https://github.com/jdx/mise/releases/download/v2025.4.11/mise-v2025.4.11-windows-arm64.zip",
|
||||
"hash": "1bd2aad03d0978353f5a7e2aa5bdc9bb017b007c08a27b7264885fddd741b64b"
|
||||
}
|
||||
},
|
||||
"extract_dir": "mise",
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "7.12.0",
|
||||
"version": "7.13.0",
|
||||
"description": "Allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3).",
|
||||
"homepage": "https://openapi-generator.tech/",
|
||||
"license": "Apache-2.0",
|
||||
"suggest": {
|
||||
"JDK": "java/openjdk"
|
||||
},
|
||||
"url": "https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.12.0/openapi-generator-cli-7.12.0.jar#/openapi-generator-cli.jar",
|
||||
"hash": "sha1:2c7d5141384d2caaa2d11d370ed172525855c157",
|
||||
"url": "https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.13.0/openapi-generator-cli-7.13.0.jar#/openapi-generator-cli.jar",
|
||||
"hash": "sha1:a72c42381d7bba007d7fb17d57a6ed7bff93ce64",
|
||||
"bin": "openapi-generator-cli.jar",
|
||||
"checkver": {
|
||||
"url": "https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/maven-metadata.xml",
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "0.16.7",
|
||||
"version": "0.16.8",
|
||||
"description": "A collection of JavaScript tools written in Rust.",
|
||||
"homepage": "https://github.com/oxc-project/oxc",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.7/oxlint-win32-x64.zip",
|
||||
"hash": "7b97bff2177334896ddc09ab3c1ef6fbdcdca12db20c05b6271f0d78a09f27a1"
|
||||
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.8/oxlint-win32-x64.zip",
|
||||
"hash": "000fcbdd8a64803365c4eec7a55ee3edc354577e3bfdce92520b1da4812b68a6"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.7/oxlint-win32-arm64.zip",
|
||||
"hash": "6a9a4489fff8d49ed9604b445ceaa881aa5d74c2912b6eac349d5ac271a5b785"
|
||||
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.8/oxlint-win32-arm64.zip",
|
||||
"hash": "50b1b2a52f5348303f55046c8fbc9b67d17f2830832a61049145e8f38aa230f1"
|
||||
}
|
||||
},
|
||||
"pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "0.7.4",
|
||||
"version": "0.8.0",
|
||||
"description": "UNIX-like reverse engineering framework and command-line toolset.",
|
||||
"homepage": "https://rizin.re/",
|
||||
"license": "LGPL-3.0-only",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/rizinorg/rizin/releases/download/v0.7.4/rizin_installer-v0.7.4-x86_64.exe",
|
||||
"hash": "dcc266d196b80fc8e6bab5626a6d80a05887ce2c0790f09ba3c73fc16373c795"
|
||||
"url": "https://github.com/rizinorg/rizin/releases/download/v0.8.0/rizin_installer-v0.8.0-x86_64.exe",
|
||||
"hash": "42d5068fd017a11fc26a72f1abd6dbb2a77394e810c0e6b988a71ca10cd3ea7e"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/rizinorg/rizin/releases/download/v0.7.4/rizin_installer-v0.7.4-x86.exe",
|
||||
"hash": "6701d8263e54bab79b2e8feea3a9e68bad3f574455ee14129d0e23ae00df776e"
|
||||
"url": "https://github.com/rizinorg/rizin/releases/download/v0.8.0/rizin_installer-v0.8.0-x86.exe",
|
||||
"hash": "88fb69200871c879f1c1048297cf572d400404481c8411a51c070a4dba10dff8"
|
||||
}
|
||||
},
|
||||
"innosetup": true,
|
||||
|
||||
@ -1,23 +1,23 @@
|
||||
{
|
||||
"version": "1.11.8",
|
||||
"version": "1.11.9",
|
||||
"description": "The universal proxy platform.",
|
||||
"homepage": "https://sing-box.sagernet.org/",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.8/sing-box-1.11.8-windows-amd64.zip",
|
||||
"hash": "c163923186c96e0e4f016d806b37457186a35d158596060879b300a1d496c251",
|
||||
"extract_dir": "sing-box-1.11.8-windows-amd64"
|
||||
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.9/sing-box-1.11.9-windows-amd64.zip",
|
||||
"hash": "79eaf7e9655452c796269c4dff247d04b2533a00cfe60eccf0f2054ba96b248e",
|
||||
"extract_dir": "sing-box-1.11.9-windows-amd64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.8/sing-box-1.11.8-windows-386.zip",
|
||||
"hash": "e8a3c10a6f8e66b03a71cc49e19568f4b2cb9fdc6f32f29971b3f466f4c5a8e4",
|
||||
"extract_dir": "sing-box-1.11.8-windows-386"
|
||||
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.9/sing-box-1.11.9-windows-386.zip",
|
||||
"hash": "0f9c5cf2e7fa70316536f1dacb49f856f514802d70b7572c60f1e1089c10a3d0",
|
||||
"extract_dir": "sing-box-1.11.9-windows-386"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.8/sing-box-1.11.8-windows-arm64.zip",
|
||||
"hash": "1490f28b22fb3cd3e020d31663193537c421b4b2c555667fdf2b5fcc9c2245a6",
|
||||
"extract_dir": "sing-box-1.11.8-windows-arm64"
|
||||
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.9/sing-box-1.11.9-windows-arm64.zip",
|
||||
"hash": "d148308a3e1e12693a31165a15c2401e02053bc0707322ca9793e1f76424e809",
|
||||
"extract_dir": "sing-box-1.11.9-windows-arm64"
|
||||
}
|
||||
},
|
||||
"bin": "sing-box.exe",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.22.1",
|
||||
"version": "1.23.0",
|
||||
"description": "The minimal, blazing fast, and extremely customizable prompt for any shell!",
|
||||
"homepage": "https://starship.rs",
|
||||
"license": "ISC",
|
||||
@ -12,16 +12,16 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/starship/starship/releases/download/v1.22.1/starship-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "d7e7252c992c65130daebe3fb7a087a273f63dc54af7883e5dfc4616d034871a"
|
||||
"url": "https://github.com/starship/starship/releases/download/v1.23.0/starship-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "50e670dda19bcc480ae4d1f7f0d3c7a092693252292406b54ababa706100f03c"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/starship/starship/releases/download/v1.22.1/starship-i686-pc-windows-msvc.zip",
|
||||
"hash": "ae8469b846f58e8645115be7106424a504fcdd06980463d01f6341580f8383a9"
|
||||
"url": "https://github.com/starship/starship/releases/download/v1.23.0/starship-i686-pc-windows-msvc.zip",
|
||||
"hash": "2bdc209c673de3537a173184c5ba09c205d5433915c1e98a9efffe0a6e6dadbe"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/starship/starship/releases/download/v1.22.1/starship-aarch64-pc-windows-msvc.zip",
|
||||
"hash": "e70380ca76c9a83a7ded88c1d2edcf84ee79222b7274b8c8c6d74bc8a9b7b0d1"
|
||||
"url": "https://github.com/starship/starship/releases/download/v1.23.0/starship-aarch64-pc-windows-msvc.zip",
|
||||
"hash": "b89470c308fa2fa4bf77d0df8ea9c74d8102817be936b2367959845c60008baa"
|
||||
}
|
||||
},
|
||||
"bin": "starship.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user