mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Compare commits
11 Commits
ddb77abb07
...
52d3b6f7a7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52d3b6f7a7 | ||
|
|
7588acccd1 | ||
|
|
8160bcb6d2 | ||
|
|
1753d729ef | ||
|
|
4aa9bf2644 | ||
|
|
69abda276f | ||
|
|
32f6f02f6c | ||
|
|
b705264e57 | ||
|
|
13c7caf5c2 | ||
|
|
22749ee8dd | ||
|
|
3725cc2afc |
@ -4,6 +4,7 @@ reviews:
|
||||
profile: chill
|
||||
auto_review:
|
||||
enabled: false
|
||||
review_status: false
|
||||
poem: false
|
||||
chat:
|
||||
auto_reply: false
|
||||
|
||||
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
@ -6,6 +6,10 @@
|
||||
It is also mandatory to open a relevant issue (either Package Request or Bug Report) for
|
||||
discussion with the maintainers, before creating any new PR.
|
||||
Read the contributing guide first to save both your and our time.
|
||||
|
||||
Automatic code review is supported but disabled by default in this repository.
|
||||
You may trigger AI code review by requesting `Copilot` from the Reviewers menu,
|
||||
or by commenting `@coderabbitai review`.
|
||||
-->
|
||||
|
||||
<!--
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "3.0.305",
|
||||
"version": "3.0.306",
|
||||
"description": "Manage and use Alibaba Cloud resources.",
|
||||
"homepage": "https://github.com/aliyun/aliyun-cli",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/aliyun/aliyun-cli/releases/download/v3.0.305/aliyun-cli-windows-3.0.305-amd64.zip",
|
||||
"hash": "b962e21cbb0a4587aee6d278630f03ef9eeb5f4e6cc2f66a5e3df4913cf652c8"
|
||||
"url": "https://github.com/aliyun/aliyun-cli/releases/download/v3.0.306/aliyun-cli-windows-3.0.306-amd64.zip",
|
||||
"hash": "26a32c907724ce52cf1523d51bfb914659af55cc416d2ec882daf072f62c5ab2"
|
||||
}
|
||||
},
|
||||
"bin": "aliyun.exe",
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"description": "Formatter, linter, bundler, and more for JavaScript, TypeScript, JSON, HTML, Markdown, and CSS.",
|
||||
"homepage": "https://biomejs.dev/",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.2.5/biome-win32-x64.exe#/biome.exe",
|
||||
"hash": "af268c382417b7ffa054f644cbf7cdee8d324623af5520bf51b7aab95db4eedf"
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.2.6/biome-win32-x64.exe#/biome.exe",
|
||||
"hash": "157039ed9aa4817595be54c7d929acab354a3284fbd05e78218e69fa5773e92b"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.2.5/biome-win32-arm64.exe#/biome.exe",
|
||||
"hash": "78cc287ebb69a85ca1a9c73964129090fb6b10767fbb485784a5e1f4820a25e4"
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.2.6/biome-win32-arm64.exe#/biome.exe",
|
||||
"hash": "e2c2551efb1961c2a3bce6998b531e30b1ae6deef8e3c6de01df335f0b4502a3"
|
||||
}
|
||||
},
|
||||
"bin": "biome.exe",
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "21.1.2",
|
||||
"version": "21.1.3",
|
||||
"description": "Collection of modular and reusable compiler and toolchain technologies. (arm64/aarch64 only)",
|
||||
"homepage": "https://www.llvm.org",
|
||||
"license": "NCSA",
|
||||
"architecture": {
|
||||
"arm64": {
|
||||
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.2/LLVM-21.1.2-woa64.exe#/dl.7z",
|
||||
"hash": "02a316147d1974d104be76b9cfd5ea1707b9f7416089b218eb939c985f665650"
|
||||
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.3/LLVM-21.1.3-woa64.exe#/dl.7z",
|
||||
"hash": "b90d2c586c857240149e3b5394fb02a437cad1cad16352681fbcbafd117d4b53"
|
||||
}
|
||||
},
|
||||
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "27.1.2",
|
||||
"version": "27.2.0",
|
||||
"description": "A prompt theme engine for any shell",
|
||||
"homepage": "https://ohmyposh.dev",
|
||||
"license": "MIT",
|
||||
@ -7,22 +7,22 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": [
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.1.2/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.1.2/posh-windows-amd64.exe#/oh-my-posh.exe"
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.2.0/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.2.0/posh-windows-amd64.exe#/oh-my-posh.exe"
|
||||
],
|
||||
"hash": [
|
||||
"0400805bb8797895bc96d37f9ca301bb4002d3bffb7f73f969ed57010e93bed8",
|
||||
"20794a7d013627fa39ea962a9b05263332c8ad68f5ea18b6c823c2f447901b9b"
|
||||
"4027cfb6461028e332b863e37426f054ec36d29af7a4dd89ddcf639a819e88e6",
|
||||
"e8a7bf27845c41a2632fa760642ff23a08d3bb61a8d1515b0221fd8697acf2c1"
|
||||
]
|
||||
},
|
||||
"arm64": {
|
||||
"url": [
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.1.2/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.1.2/posh-windows-arm64.exe#/oh-my-posh.exe"
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.2.0/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.2.0/posh-windows-arm64.exe#/oh-my-posh.exe"
|
||||
],
|
||||
"hash": [
|
||||
"0400805bb8797895bc96d37f9ca301bb4002d3bffb7f73f969ed57010e93bed8",
|
||||
"204fcf326f31d26562df0e5eaa1c817f75c74107dad302c2a944a4af2e289764"
|
||||
"4027cfb6461028e332b863e37426f054ec36d29af7a4dd89ddcf639a819e88e6",
|
||||
"4b3c7d126fc4d7c297bdfbdc6d3353278bd80baea2a86ccb9106bf7d88293918"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "4.21.0-okd-scos.ec.2",
|
||||
"version": "4.21.0-okd-scos.ec.3",
|
||||
"description": "OKD is the community distribution of Kubernetes optimized for continuous application development and multi-tenant deployment. OKD adds developer and operations-centric tools on top of Kubernetes to enable rapid application development, easy deployment and scaling, and long-term lifecycle maintenance for small and large teams.",
|
||||
"homepage": "https://okd.io",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/openshift/okd/releases/download/4.21.0-okd-scos.ec.2/openshift-client-windows-4.21.0-okd-scos.ec.2.zip",
|
||||
"hash": "7d91f51bda4bd2aac4bac81b51c51bb49b52aa6d92ad5dd9a87476f219ebb6bf"
|
||||
"url": "https://github.com/openshift/okd/releases/download/4.21.0-okd-scos.ec.3/openshift-client-windows-4.21.0-okd-scos.ec.3.zip",
|
||||
"hash": "a8ab2d68d97e43f7be920bc6a460e16a0a384dbc21e19ac3958682b2d5e9a390"
|
||||
}
|
||||
},
|
||||
"bin": "oc.exe",
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "3.5.6",
|
||||
"version": "3.5.7",
|
||||
"description": "Multi-tenant log aggregation system",
|
||||
"homepage": "https://grafana.com/oss/loki/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/grafana/loki/releases/download/v3.5.6/promtail-windows-amd64.exe.zip",
|
||||
"hash": "f5360b2ac86ea0b21549dedc9bbdd6aa9ee94fd735282180cfd62d0108234c25",
|
||||
"url": "https://github.com/grafana/loki/releases/download/v3.5.7/promtail-windows-amd64.exe.zip",
|
||||
"hash": "b4ac3d55fcae42b230bbd0fc3c1884f267dce53ad837d338b7e360382aae11a8",
|
||||
"bin": [
|
||||
[
|
||||
"promtail-windows-amd64.exe",
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"description": "HTML Language Server & Templating Language Library",
|
||||
"homepage": "https://github.com/kristoff-it/superhtml",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/kristoff-it/superhtml/releases/download/v0.6.1/x86_64-windows.zip",
|
||||
"hash": "59676e1b9d98861732a6d4ba8fc32e26a18a433b183a56c864d35bb531c11594"
|
||||
"url": "https://github.com/kristoff-it/superhtml/releases/download/v0.6.2/x86_64-windows.zip",
|
||||
"hash": "d5566c96355389bb86d0e98cdf5b3603ff816fc49db5bd42a0a88d4ee72586c6"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/kristoff-it/superhtml/releases/download/v0.6.1/aarch64-windows.zip",
|
||||
"hash": "05ab4d131ee63126c4ed9cf75e739f49462b3b5c0292ec4da3675c0d9b467986"
|
||||
"url": "https://github.com/kristoff-it/superhtml/releases/download/v0.6.2/aarch64-windows.zip",
|
||||
"hash": "224c3b66ca9e12421fd3fe927a0bb0c3f21b289e825363fba73aef65d0924eb2"
|
||||
}
|
||||
},
|
||||
"bin": "superhtml.exe",
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "1.83.3",
|
||||
"version": "1.84.0",
|
||||
"description": "The IBM Cloud provider is used to manage provisioning and orchestration of IBM Cloud resources with the Terraform provisioning engine",
|
||||
"homepage": "https://cloud.ibm.com/docs/ibm-cloud-provider-for-terraform/",
|
||||
"license": "MPL-2.0",
|
||||
"depends": "versions/terraform011",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.83.3/terraform-provider-ibm_1.83.3_windows_amd64.zip",
|
||||
"hash": "30e8bf5ddbf7d80ce5a2ff94e6054604d9ecd83b8966afa213f88a24ddcc7d0d",
|
||||
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.84.0/terraform-provider-ibm_1.84.0_windows_amd64.zip",
|
||||
"hash": "b68d9be40374749653c7746265eb592e37acebe73591a9d1048aacfaf209ff51",
|
||||
"installer": {
|
||||
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
|
||||
},
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"description": "High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model",
|
||||
"homepage": "https://github.com/ggerganov/whisper.cpp",
|
||||
"license": "MIT",
|
||||
@ -18,12 +18,12 @@
|
||||
],
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.0/whisper-bin-x64.zip",
|
||||
"hash": "b2ef45d9dae84df20437fd75346bd24e2f4ecc49f8292ca2545ab8890d342d89"
|
||||
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.1/whisper-bin-x64.zip",
|
||||
"hash": "cc5d6126e025ef463524ed74c94d4b6a40bb67c2d1c3cb5aca02c773c388bdad"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.0/whisper-bin-Win32.zip",
|
||||
"hash": "02dbd5dcbae493448112cd02350c677ed37c2e9a95cc297953fe2e49d0d8841e"
|
||||
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.1/whisper-bin-Win32.zip",
|
||||
"hash": "3bfad346c28223f5e006ffe1d94596908fb0fbd6618d5a38af079a14ef7777df"
|
||||
}
|
||||
},
|
||||
"extract_dir": "Release",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.15.2",
|
||||
"version": "0.15.1",
|
||||
"description": "General-purpose programming language designed for robustness, optimality, and maintainability.",
|
||||
"homepage": "https://ziglang.org/",
|
||||
"license": "MIT",
|
||||
@ -8,19 +8,19 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://ziglang.org/download/0.15.2/zig-x86_64-windows-0.15.2.zip",
|
||||
"hash": "3a0ed1e8799a2f8ce2a6e6290a9ff22e6906f8227865911fb7ddedc3cc14cb0c",
|
||||
"extract_dir": "zig-x86_64-windows-0.15.2"
|
||||
"url": "https://ziglang.org/download/0.15.1/zig-x86_64-windows-0.15.1.zip",
|
||||
"hash": "91e69e887ca8c943ce9a515df3af013d95a66a190a3df3f89221277ebad29e34",
|
||||
"extract_dir": "zig-x86_64-windows-0.15.1"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://ziglang.org/download/0.15.2/zig-x86-windows-0.15.2.zip",
|
||||
"hash": "7a6dfc00f4cc09ec46d3e10eb06f42538e92b6285e34debea7462edaf371da98",
|
||||
"extract_dir": "zig-x86-windows-0.15.2"
|
||||
"url": "https://ziglang.org/download/0.15.1/zig-x86-windows-0.15.1.zip",
|
||||
"hash": "fb1c07cffbb43615d3158ab8b8f5db5da1d48875eca99e1d7a8a0064ff63fc5b",
|
||||
"extract_dir": "zig-x86-windows-0.15.1"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://ziglang.org/download/0.15.2/zig-aarch64-windows-0.15.2.zip",
|
||||
"hash": "b926465f8872bf983422257cd9ec248bb2b270996fbe8d57872cca13b56fc370",
|
||||
"extract_dir": "zig-aarch64-windows-0.15.2"
|
||||
"url": "https://ziglang.org/download/0.15.1/zig-aarch64-windows-0.15.1.zip",
|
||||
"hash": "1f1bf16228b0ffcc882b713dc5e11a6db4219cb30997e13c72e8e723c2104ec6",
|
||||
"extract_dir": "zig-aarch64-windows-0.15.1"
|
||||
}
|
||||
},
|
||||
"bin": "zig.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user