mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
Compare commits
10 Commits
f85a1fd6c6
...
8db0009f5f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8db0009f5f | ||
|
|
f5abc40644 | ||
|
|
591500f4e6 | ||
|
|
cd91eea167 | ||
|
|
702bb8297c | ||
|
|
cff4aae1c2 | ||
|
|
530881f0e5 | ||
|
|
48efc8486b | ||
|
|
a1c1f1a41d | ||
|
|
d908d51d9e |
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "8.5.20",
|
"version": "8.5.22",
|
||||||
"description": "Camunda workflow instance monitor/manager",
|
"description": "Camunda workflow instance monitor/manager",
|
||||||
"homepage": "https://docs.camunda.io/docs/product-manuals/zeebe/zeebe-overview/",
|
"homepage": "https://docs.camunda.io/docs/product-manuals/zeebe/zeebe-overview/",
|
||||||
"license": {
|
"license": {
|
||||||
@ -17,11 +17,11 @@
|
|||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/camunda/camunda-platform/releases/download/8.5%2Bgen27/camunda-operate-8.5.20.zip",
|
"url": "https://github.com/camunda/camunda-platform/releases/download/8.5%2Bgen29/camunda-operate-8.5.22.zip",
|
||||||
"hash": "sha1:22046aebb1f6193e1ac3dba11604300749662987"
|
"hash": "sha1:81e189d49c79bcfb792d8430c160731db05a8f00"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "camunda-operate-8.5.20",
|
"extract_dir": "camunda-operate-8.5.22",
|
||||||
"bin": [
|
"bin": [
|
||||||
[
|
[
|
||||||
"bin\\operate.bat",
|
"bin\\operate.bat",
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"description": "Documentation Engine for Kotlin.",
|
"description": "Documentation Engine for Kotlin.",
|
||||||
"homepage": "https://github.com/Kotlin/dokka/",
|
"homepage": "https://github.com/Kotlin/dokka/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"JDK": "java/openjdk"
|
"JDK": "java/openjdk"
|
||||||
},
|
},
|
||||||
"url": "https://repo1.maven.org/maven2/org/jetbrains/dokka/dokka-cli/2.0.0/dokka-cli-2.0.0.jar#/dokka.jar",
|
"url": "https://repo1.maven.org/maven2/org/jetbrains/dokka/dokka-cli/2.1.0/dokka-cli-2.1.0.jar#/dokka.jar",
|
||||||
"hash": "5f70f358160b48ef9763b2ced4e96037f1bfc8d0122de692550ca320ab4b9f20",
|
"hash": "442bbf1817c12fb323bb38f33f3bc51e4d847ed8784bab5d4a017cbc02378baf",
|
||||||
"bin": "dokka.jar",
|
"bin": "dokka.jar",
|
||||||
"checkver": "github",
|
"checkver": "github",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.84",
|
"version": "1.0.86",
|
||||||
"description": "A high-performance cache-store from Microsoft Research.",
|
"description": "A high-performance cache-store from Microsoft Research.",
|
||||||
"homepage": "https://microsoft.github.io/garnet",
|
"homepage": "https://microsoft.github.io/garnet",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -17,12 +17,12 @@
|
|||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/microsoft/garnet/releases/download/v1.0.84/win-x64-based-readytorun.zip",
|
"url": "https://github.com/microsoft/garnet/releases/download/v1.0.86/win-x64-based-readytorun.zip",
|
||||||
"hash": "57c78f0408408e1be9038621c4967540e9dd3ab82229cbe4d85a2cbcf8e075cf"
|
"hash": "c1016e2ad768758f0b4c958f77d32a4e08db6c56dc7963acd5c6261a4c4e2311"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/microsoft/garnet/releases/download/v1.0.84/win-arm64-based-readytorun.zip",
|
"url": "https://github.com/microsoft/garnet/releases/download/v1.0.86/win-arm64-based-readytorun.zip",
|
||||||
"hash": "dadecba912327d66423ade6fc6fb29ea5c72545af65a594afdbe3ae3a4e7819c"
|
"hash": "9b89498a269b11ee0577db32eed40c363f35880d7541d72378fee3576f674d29"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "net9.0",
|
"extract_dir": "net9.0",
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": "2.22.9",
|
"version": "2.22.10",
|
||||||
"description": "Inspects source code for security problems by scanning the Go AST.",
|
"description": "Inspects source code for security problems by scanning the Go AST.",
|
||||||
"homepage": "https://github.com/securego/gosec",
|
"homepage": "https://github.com/securego/gosec",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/securego/gosec/releases/download/v2.22.9/gosec_2.22.9_windows_amd64.tar.gz",
|
"url": "https://github.com/securego/gosec/releases/download/v2.22.10/gosec_2.22.10_windows_amd64.tar.gz",
|
||||||
"hash": "e712fe55dca9732b51f50c69922ea430d9b49d287f2c8c205b5923680cf484e1"
|
"hash": "f9551aae364634457625f11e35e9d3ab2d2904db803c337430b16151323b050a"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/securego/gosec/releases/download/v2.22.9/gosec_2.22.9_windows_arm64.tar.gz",
|
"url": "https://github.com/securego/gosec/releases/download/v2.22.10/gosec_2.22.10_windows_arm64.tar.gz",
|
||||||
"hash": "d1c3a7bc9b0a66f3bda117a69e48628aa41f604e60183efbe3310cc62a1e76e5"
|
"hash": "8d0b7cc37380bdadd95deb63bebf855d99ae308ad2b63850babccd958c1377e8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "gosec.exe",
|
"bin": "gosec.exe",
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": "1.14.2",
|
"version": "1.15.0",
|
||||||
"description": "A modern, extensible Python project manager.",
|
"description": "A modern, extensible Python project manager.",
|
||||||
"homepage": "https://hatch.pypa.io",
|
"homepage": "https://hatch.pypa.io",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/pypa/hatch/releases/download/hatch-v1.14.2/hatch-x86_64-pc-windows-msvc.zip",
|
"url": "https://github.com/pypa/hatch/releases/download/hatch-v1.15.0/hatch-x86_64-pc-windows-msvc.zip",
|
||||||
"hash": "4e2fdc4affa3b30c6bcedd679639af21c71265ae81b05b03c9cc0bbe3762b53c"
|
"hash": "edbea3e6d7c33a5f8e3fa1d8f31ba3198028265fc8055e8ff51cc053dcf1ff3d"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/pypa/hatch/releases/download/hatch-v1.14.2/hatch-i686-pc-windows-msvc.zip",
|
"url": "https://github.com/pypa/hatch/releases/download/hatch-v1.15.0/hatch-i686-pc-windows-msvc.zip",
|
||||||
"hash": "0c09f401b5852687d4a7121230b26a2790e0ca020f9771d13803afcbbfdccaff"
|
"hash": "5c6c169a8dd9ce72a3c49d261cd3435b891c0f449c63ff3421c05e85acbef22a"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "hatch.exe",
|
"bin": "hatch.exe",
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "3.0.41",
|
"version": "3.0.42",
|
||||||
"description": "Scans K8s clusters, YAML files, and HELM charts, and detect misconfigurations and software vulnerabilities at early stages of the CI/CD pipeline and provides a risk score instantly and risk trends over time.",
|
"description": "Scans K8s clusters, YAML files, and HELM charts, and detect misconfigurations and software vulnerabilities at early stages of the CI/CD pipeline and provides a risk score instantly and risk trends over time.",
|
||||||
"homepage": "https://github.com/kubescape/kubescape/",
|
"homepage": "https://github.com/kubescape/kubescape/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/kubescape/kubescape/releases/download/v3.0.41/kubescape.exe",
|
"url": "https://github.com/kubescape/kubescape/releases/download/v3.0.42/kubescape.exe",
|
||||||
"hash": "bda29d7c79787896dd27d8c36d937989ff949c699c79e1d7b425cb436279e9f3"
|
"hash": "85b86fe756faf272f2bd5dfcb5d666fc776d096cb88b62e7824fb4970d10d24b"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "kubescape.exe",
|
"bin": "kubescape.exe",
|
||||||
|
|||||||
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": "679",
|
"version": "685",
|
||||||
"description": "A terminal pager program used to view (but not change) the contents of a text file one screen at a time, similar to the 'more' command.",
|
"description": "A terminal pager program used to view (but not change) the contents of a text file one screen at a time, similar to the 'more' command.",
|
||||||
"homepage": "https://www.greenwoodsoftware.com/less/",
|
"homepage": "https://www.greenwoodsoftware.com/less/",
|
||||||
"license": "GPL-3.0-only|BSD-3-Clause",
|
"license": "GPL-3.0-only|BSD-3-Clause",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v679/less-x64.zip",
|
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v685/less-x64.zip",
|
||||||
"hash": "b3a7c31d115184a84a2a5bc772c25b3d27ffbc4e04eb48c153207037da383f73"
|
"hash": "13a265128ae05ddfd362a791fcc70eadf7dac66b2f45f888d7b2016e27ba4871"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v679/less-x86.zip",
|
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v685/less-x86.zip",
|
||||||
"hash": "1938694c32ff22712eb4f0219475f4a41d77f903bcd67be2801b9f796045398b"
|
"hash": "d29cd17765ef4e4ea5bf95433f3807a2a7cd1d6eaef1b83e86019e12f37d709e"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v679/less-arm64.zip",
|
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v685/less-arm64.zip",
|
||||||
"hash": "61d0741d3fc9d776ac975da302e94032c462dc49af72c36c2be97a1561b5df51"
|
"hash": "eadbef3dd7bc000471780371090102f6f015dbf21a696c91a60cc36e9d07dd7b"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
|
|||||||
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"version": "3.6.0",
|
"version": "3.7.0",
|
||||||
"description": "Systems monitoring and alerting toolkit",
|
"description": "Systems monitoring and alerting toolkit",
|
||||||
"homepage": "https://prometheus.io",
|
"homepage": "https://prometheus.io",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/prometheus/prometheus/releases/download/v3.6.0/prometheus-3.6.0.windows-amd64.tar.gz",
|
"url": "https://github.com/prometheus/prometheus/releases/download/v3.7.0/prometheus-3.7.0.windows-amd64.tar.gz",
|
||||||
"hash": "4c4081ebf3a44307b4e960ff9ffe25d5f70ac19dac49f14b13eb4aeb7189ba86",
|
"hash": "a0a915fa3ac97763041714190673c9cda2ff89f55d4567be86805215fa0a507f",
|
||||||
"extract_dir": "prometheus-3.6.0.windows-amd64"
|
"extract_dir": "prometheus-3.7.0.windows-amd64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/prometheus/prometheus/releases/download/v3.6.0/prometheus-3.6.0.windows-386.tar.gz",
|
"url": "https://github.com/prometheus/prometheus/releases/download/v3.7.0/prometheus-3.7.0.windows-386.tar.gz",
|
||||||
"hash": "40781c1882073c9b852c85301e9f20ddb17f4e5f32fdb370eed17e1e99e93410",
|
"hash": "8fdd8c66b0ce80e4f09cee5133f1692a1af5143bc7d053c509330264f72a0b4e",
|
||||||
"extract_dir": "prometheus-3.6.0.windows-386"
|
"extract_dir": "prometheus-3.7.0.windows-386"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
|
|||||||
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "1.13.3",
|
"version": "1.13.4",
|
||||||
"description": "Create and manage infrastructure as code using simple declarative configuration files.",
|
"description": "Create and manage infrastructure as code using simple declarative configuration files.",
|
||||||
"homepage": "https://www.terraform.io",
|
"homepage": "https://www.terraform.io",
|
||||||
"license": "BUSL-1.1",
|
"license": "BUSL-1.1",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://releases.hashicorp.com/terraform/1.13.3/terraform_1.13.3_windows_amd64.zip",
|
"url": "https://releases.hashicorp.com/terraform/1.13.4/terraform_1.13.4_windows_amd64.zip",
|
||||||
"hash": "e75a97238f2dc43ab90fca1af554c18f995b16a4b06a4ec27bcdbab52c1d2dc8",
|
"hash": "c73b27ead20013ba24d4cb5eeced2d77fa6fd13f0e3c0bce3e128b2f6e41a8c9",
|
||||||
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
|
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://releases.hashicorp.com/terraform/1.13.3/terraform_1.13.3_windows_386.zip",
|
"url": "https://releases.hashicorp.com/terraform/1.13.4/terraform_1.13.4_windows_386.zip",
|
||||||
"hash": "9ea6b7a0e32e1236e13f0f2bfd4263bb1935e8c16b87f1ec6130ea6492580e4d",
|
"hash": "f9364dd58615d8a4929197dacfc006c3f69978b8f2874264999774e398460cff",
|
||||||
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
|
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": "25.9.11",
|
"version": "25.10.15",
|
||||||
"description": "A platform for building proxies to bypass network restrictions",
|
"description": "A platform for building proxies to bypass network restrictions",
|
||||||
"homepage": "https://github.com/XTLS/Xray-core",
|
"homepage": "https://github.com/XTLS/Xray-core",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/XTLS/Xray-core/releases/download/v25.9.11/Xray-windows-64.zip",
|
"url": "https://github.com/XTLS/Xray-core/releases/download/v25.10.15/Xray-windows-64.zip",
|
||||||
"hash": "d8db96eb39d7bc8cae484b2e59b651ff3c04f21e26d66e310f6a44e256ed1cc4"
|
"hash": "bdda983f3ea16e8ec33822e3a04f27e0983797885507e4e3b52c6ae33d602341"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/XTLS/Xray-core/releases/download/v25.9.11/Xray-windows-32.zip",
|
"url": "https://github.com/XTLS/Xray-core/releases/download/v25.10.15/Xray-windows-32.zip",
|
||||||
"hash": "b2f3bde3dce9e3ba3d9bfee8a318cd07eec301520e81875dfc35837bdc8029ec"
|
"hash": "75db053ef3f746fcd7f2778292e56256fc20b0c4088efc2f23b0a60fde4e2a4c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pre_install": [
|
"pre_install": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user