mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Compare commits
19 Commits
c313ce0e79
...
dddf4e6ffe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dddf4e6ffe | ||
|
|
3d5efd7b09 | ||
|
|
02f769826c | ||
|
|
ac6cd5ce34 | ||
|
|
b29fa784af | ||
|
|
726c7d8348 | ||
|
|
1df2d2fd3f | ||
|
|
79b4659409 | ||
|
|
bd4c1788bb | ||
|
|
2c3a6c038b | ||
|
|
5aba589f46 | ||
|
|
54040697b7 | ||
|
|
b8e4d1ac83 | ||
|
|
4385da7ab5 | ||
|
|
a42d01c38c | ||
|
|
60d2be1dc6 | ||
|
|
67c7b54e24 | ||
|
|
720c46babe | ||
|
|
a1260a48bc |
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "8.5.20",
|
"version": "8.5.21",
|
||||||
"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%2Bgen28/camunda-operate-8.5.21.zip",
|
||||||
"hash": "sha1:22046aebb1f6193e1ac3dba11604300749662987"
|
"hash": "sha1:086a20ebfd1dae4e93679a4195fd47d934212903"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "camunda-operate-8.5.20",
|
"extract_dir": "camunda-operate-8.5.21",
|
||||||
"bin": [
|
"bin": [
|
||||||
[
|
[
|
||||||
"bin\\operate.bat",
|
"bin\\operate.bat",
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": "2025.8.1",
|
"version": "2025.9.0",
|
||||||
"description": "Command-line client to interact with Cloudflare Tunnel, Cloudflare Access, start up a DNS over HTTPS resolver and more.",
|
"description": "Command-line client to interact with Cloudflare Tunnel, Cloudflare Access, start up a DNS over HTTPS resolver and more.",
|
||||||
"homepage": "https://github.com/cloudflare/cloudflared",
|
"homepage": "https://github.com/cloudflare/cloudflared",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/cloudflare/cloudflared/releases/download/2025.8.1/cloudflared-windows-amd64.exe#/cloudflared.exe",
|
"url": "https://github.com/cloudflare/cloudflared/releases/download/2025.9.0/cloudflared-windows-amd64.exe#/cloudflared.exe",
|
||||||
"hash": "b5d598b00cc3a28cabc5812d9f762819334614bae452db4e7f23eefe7b081556"
|
"hash": "9646f510191ef9743c0e3424f4b0ec1ed94c94dcd3134ba1c00f32bc744b5330"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/cloudflare/cloudflared/releases/download/2025.8.1/cloudflared-windows-386.exe#/cloudflared.exe",
|
"url": "https://github.com/cloudflare/cloudflared/releases/download/2025.9.0/cloudflared-windows-386.exe#/cloudflared.exe",
|
||||||
"hash": "a1d3690cbda3ec76ca460bf23d3a85e59f4cc625e47da8bcd49cbb34863d717d"
|
"hash": "02944516f6466596e2f214fd89be746705a962cd0937c7542ad48550ef23001d"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "cloudflared.exe",
|
"bin": "cloudflared.exe",
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "0.18.18",
|
"version": "0.18.19",
|
||||||
"description": "A portable devkit for CI/CD pipelines",
|
"description": "A portable devkit for CI/CD pipelines",
|
||||||
"homepage": "https://dagger.io/",
|
"homepage": "https://dagger.io/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/dagger/dagger/releases/download/v0.18.18/dagger_v0.18.18_windows_amd64.zip",
|
"url": "https://github.com/dagger/dagger/releases/download/v0.18.19/dagger_v0.18.19_windows_amd64.zip",
|
||||||
"hash": "ef2fb977520f29e79954a517e3ccebe18715f8de5f9c477824ed4233cd9fed39"
|
"hash": "d3dc9d1a26eedb289d3b8e6cdfd9beaaebb2b7077de91e52a6441563aa435cf2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "dagger.exe",
|
"bin": "dagger.exe",
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "1.16.0",
|
"version": "1.16.1",
|
||||||
"description": "Command-line tools for Dapr",
|
"description": "Command-line tools for Dapr",
|
||||||
"homepage": "https://github.com/dapr/cli",
|
"homepage": "https://github.com/dapr/cli",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/dapr/cli/releases/download/v1.16.0/dapr_windows_amd64.zip",
|
"url": "https://github.com/dapr/cli/releases/download/v1.16.1/dapr_windows_amd64.zip",
|
||||||
"hash": "952b912f513a9d836f8715f53c1373d567cc93798dbb544a5524599802597427"
|
"hash": "cf93e9ac53610d42b74c2d5f06ec12bd77fe1a05e1cb97eed6415f839a1bdc99"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "dapr.exe",
|
"bin": "dapr.exe",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "2025.2.1",
|
"version": "2025.2.2",
|
||||||
"description": "JetBrains dotMemory Command Line Tools for profiling .NET memory usage from the command line.",
|
"description": "JetBrains dotMemory Command Line Tools for profiling .NET memory usage from the command line.",
|
||||||
"homepage": "https://www.jetbrains.com/dotmemory/download/#section=commandline",
|
"homepage": "https://www.jetbrains.com/dotmemory/download/#section=commandline",
|
||||||
"license": {
|
"license": {
|
||||||
@ -8,12 +8,12 @@
|
|||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.2.1/JetBrains.dotMemory.Console.windows-x64.2025.2.1.zip",
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.2.2/JetBrains.dotMemory.Console.windows-x64.2025.2.2.zip",
|
||||||
"hash": "d3ce07b5b591b3de71bda834128807a4959ea66b25076b2920a7bca8630096c1"
|
"hash": "cb624725bd37f25103d6187cd30cc80f1845a9194ad28443b221b563797d3a38"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.2.1/JetBrains.dotMemory.Console.windows-x86.2025.2.1.zip",
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.2.2/JetBrains.dotMemory.Console.windows-x86.2025.2.2.zip",
|
||||||
"hash": "d90e3739eb78ee352bb8f0c296b0c9e6d876955ea3f064080d896d33858a9de7"
|
"hash": "ad8c57cf9b08ad4cc94d277fdf56147bafccf57184ddd86f0ef36f7d8a8bf1be"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "dotMemory.exe",
|
"bin": "dotMemory.exe",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "2025.2.1",
|
"version": "2025.2.2",
|
||||||
"description": "JetBrains dotTrace Command Line Tools that enable analyzing performance of .NET applications outside of Visual Studio.",
|
"description": "JetBrains dotTrace Command Line Tools that enable analyzing performance of .NET applications outside of Visual Studio.",
|
||||||
"homepage": "https://www.jetbrains.com/profiler/download/#section=commandline",
|
"homepage": "https://www.jetbrains.com/profiler/download/#section=commandline",
|
||||||
"license": {
|
"license": {
|
||||||
@ -8,8 +8,8 @@
|
|||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.2.1/JetBrains.dotTrace.CommandLineTools.windows-x64.2025.2.1.zip",
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.2.2/JetBrains.dotTrace.CommandLineTools.windows-x64.2025.2.2.zip",
|
||||||
"hash": "168123626bda23d8e29c07e32cb9b319698576992ef8673d9b8f7a6ac2d4414e"
|
"hash": "b43cfbb359d8701198997e076ad0fcb2dc75fe7e2b0c5cfab6b76f49d118b121"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "ConsoleProfiler.exe",
|
"bin": "ConsoleProfiler.exe",
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"version": "9.0.0",
|
"version": "9.1.0",
|
||||||
"description": "An open-source build automation tool focused on flexibility and performance. (Binaries only without documentation)",
|
"description": "An open-source build automation tool focused on flexibility and performance. (Binaries only without documentation)",
|
||||||
"homepage": "https://gradle.org",
|
"homepage": "https://gradle.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"JDK": "java/openjdk"
|
"JDK": "java/openjdk"
|
||||||
},
|
},
|
||||||
"url": "https://services.gradle.org/distributions/gradle-9.0.0-bin.zip",
|
"url": "https://services.gradle.org/distributions/gradle-9.1.0-bin.zip",
|
||||||
"hash": "8fad3d78296ca518113f3d29016617c7f9367dc005f932bd9d93bf45ba46072b",
|
"hash": "a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806",
|
||||||
"extract_dir": "gradle-9.0.0",
|
"extract_dir": "gradle-9.1.0",
|
||||||
"post_install": [
|
"post_install": [
|
||||||
"$current_env = Get-EnvVar -Name GRADLE_USER_HOME -Global:$global",
|
"$current_env = Get-EnvVar -Name GRADLE_USER_HOME -Global:$global",
|
||||||
"If ($null -eq $current_env) {",
|
"If ($null -eq $current_env) {",
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"version": "9.0.0",
|
"version": "9.1.0",
|
||||||
"description": "An open-source build automation tool focused on flexibility and performance. (Source code and documentation bundled)",
|
"description": "An open-source build automation tool focused on flexibility and performance. (Source code and documentation bundled)",
|
||||||
"homepage": "https://gradle.org",
|
"homepage": "https://gradle.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"JDK": "java/openjdk"
|
"JDK": "java/openjdk"
|
||||||
},
|
},
|
||||||
"url": "https://services.gradle.org/distributions/gradle-9.0.0-all.zip",
|
"url": "https://services.gradle.org/distributions/gradle-9.1.0-all.zip",
|
||||||
"hash": "f759b8dd5204e2e3fa4ca3e73f452f087153cf81bac9561eeb854229cc2c5365",
|
"hash": "b84e04fa845fecba48551f425957641074fcc00a88a84d2aae5808743b35fc85",
|
||||||
"extract_dir": "gradle-9.0.0",
|
"extract_dir": "gradle-9.1.0",
|
||||||
"post_install": [
|
"post_install": [
|
||||||
"$current_env = Get-EnvVar -Name GRADLE_USER_HOME -Global:$global",
|
"$current_env = Get-EnvVar -Name GRADLE_USER_HOME -Global:$global",
|
||||||
"If ($null -eq $current_env) {",
|
"If ($null -eq $current_env) {",
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "2.78.9",
|
"version": "2.79.0",
|
||||||
"description": "Command line interface for Artifactory and Bintray",
|
"description": "Command line interface for Artifactory and Bintray",
|
||||||
"homepage": "https://jfrog.com/getcli/",
|
"homepage": "https://jfrog.com/getcli/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://releases.jfrog.io/artifactory/jfrog-cli/v2/2.78.9/jfrog-cli-windows-amd64/jfrog.exe",
|
"url": "https://releases.jfrog.io/artifactory/jfrog-cli/v2/2.79.0/jfrog-cli-windows-amd64/jfrog.exe",
|
||||||
"hash": "de5f581e5e7646063ab5d45b9f05049844d1ee889ffcc0fc296c66e01a54cd9a"
|
"hash": "16ef81bb1ba8fc9b6e27bc72c8d2578cd3c2b04b20e4e389baf4126075af31ef"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "jfrog.exe",
|
"bin": "jfrog.exe",
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "3.16.21",
|
"version": "3.16.24",
|
||||||
"description": "Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests",
|
"description": "Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests",
|
||||||
"homepage": "https://jenkins-x.io/",
|
"homepage": "https://jenkins-x.io/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/jenkins-x/jx/releases/download/v3.16.21/jx-windows-amd64.zip",
|
"url": "https://github.com/jenkins-x/jx/releases/download/v3.16.24/jx-windows-amd64.zip",
|
||||||
"hash": "66324bf873a94ccb22fcd98a50c52e8ed1b490d2fe33d039ca005d7e814f0899"
|
"hash": "8a150987fe4da45aa85a54971a9eef550a6ae3f06b6a7b66a369e890c4543030"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",
|
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": "0.50.10",
|
"version": "0.50.11",
|
||||||
"description": "Kubernetes Clusters manager",
|
"description": "Kubernetes Clusters manager",
|
||||||
"homepage": "https://github.com/derailed/k9s",
|
"homepage": "https://github.com/derailed/k9s",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/derailed/k9s/releases/download/v0.50.10/k9s_Windows_amd64.zip",
|
"url": "https://github.com/derailed/k9s/releases/download/v0.50.11/k9s_Windows_amd64.zip",
|
||||||
"hash": "fefca4a41d1a9f3efe14317df2cea72bc276123269bb58a82c03b74e2e3d1b1b"
|
"hash": "19246e97f1afc423f6685b58cb2fdaf4d00578ed259e9cb0d5232395deb31c47"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/derailed/k9s/releases/download/v0.50.10/k9s_Windows_arm64.zip",
|
"url": "https://github.com/derailed/k9s/releases/download/v0.50.11/k9s_Windows_arm64.zip",
|
||||||
"hash": "b71df66809cc6bc8efbee8679ba1fc4a4b981c8963ae828b8970f4eb13cbf60f"
|
"hash": "85793f71745d5c5ab7921134b72606147ad970b4813f4743cde54d1933f3d864"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "k9s.exe",
|
"bin": "k9s.exe",
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "1.15.1",
|
"version": "1.15.2",
|
||||||
"description": "Kyverno CLI to manage Kubernetes policies",
|
"description": "Kyverno CLI to manage Kubernetes policies",
|
||||||
"homepage": "https://kyverno.io/docs/kyverno-cli/",
|
"homepage": "https://kyverno.io/docs/kyverno-cli/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/kyverno/kyverno/releases/download/v1.15.1/kyverno-cli_v1.15.1_windows_x86_64.zip",
|
"url": "https://github.com/kyverno/kyverno/releases/download/v1.15.2/kyverno-cli_v1.15.2_windows_x86_64.zip",
|
||||||
"hash": "81fed918faa8811f400d03144ce7d2cbbc04cb5e790dfdbb3ae162bacae4eae5"
|
"hash": "bfac6adbc6159f9cd63b4c105d217ec907eedd7661e51154c309a6aa7d0540c4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "kyverno.exe",
|
"bin": "kyverno.exe",
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "0.56.5",
|
"version": "0.56.6",
|
||||||
"description": "The simplest, fastest way to get business intelligence and analytics to everyone in your company",
|
"description": "The simplest, fastest way to get business intelligence and analytics to everyone in your company",
|
||||||
"homepage": "https://www.metabase.com",
|
"homepage": "https://www.metabase.com",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"JDK": "java/openjdk"
|
"JDK": "java/openjdk"
|
||||||
},
|
},
|
||||||
"url": "https://downloads.metabase.com/v0.56.5/metabase.jar",
|
"url": "https://downloads.metabase.com/v0.56.6/metabase.jar",
|
||||||
"hash": "a024e5c47841763a03cb095896c46f93f5b91190b8d44bdef3a2865b0f293f92",
|
"hash": "390f41d4aa6e62bb532f8e9c289b4acae887130192905f8f9408dbf053afe33a",
|
||||||
"bin": "metabase.jar",
|
"bin": "metabase.jar",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/metabase/metabase"
|
"github": "https://github.com/metabase/metabase"
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "2025.2.1",
|
"version": "2025.2.2",
|
||||||
"description": "A standalone command line tools to run ReSharper inspections outside of Visual Studio.",
|
"description": "A standalone command line tools to run ReSharper inspections outside of Visual Studio.",
|
||||||
"homepage": "https://www.jetbrains.com/resharper/download/index.html#section=resharper-clt",
|
"homepage": "https://www.jetbrains.com/resharper/download/index.html#section=resharper-clt",
|
||||||
"license": {
|
"license": {
|
||||||
"identifier": "Freeware",
|
"identifier": "Freeware",
|
||||||
"url": "https://www.jetbrains.com/resharper/buy/command_line_license.html"
|
"url": "https://www.jetbrains.com/resharper/buy/command_line_license.html"
|
||||||
},
|
},
|
||||||
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.2.1/JetBrains.ReSharper.CommandLineTools.2025.2.1.zip",
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.2.2/JetBrains.ReSharper.CommandLineTools.2025.2.2.zip",
|
||||||
"hash": "66697686678c6b50eb3934d70b0af2586cc377656518f9f099a59faee8b00bd6",
|
"hash": "bedcc035cf3cd49ebe865f70f7b509976429993a74a74fbd764b6ad3d55b88b7",
|
||||||
"bin": [
|
"bin": [
|
||||||
"cleanupcode.exe",
|
"cleanupcode.exe",
|
||||||
"inspectcode.exe"
|
"inspectcode.exe"
|
||||||
|
|||||||
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "1.89.0",
|
"version": "1.90.0",
|
||||||
"description": "A language empowering everyone to build reliable and efficient software. (GNU toolchain)",
|
"description": "A language empowering everyone to build reliable and efficient software. (GNU toolchain)",
|
||||||
"homepage": "https://www.rust-lang.org",
|
"homepage": "https://www.rust-lang.org",
|
||||||
"license": "MIT|Apache-2.0",
|
"license": "MIT|Apache-2.0",
|
||||||
"notes": "Use the rustup package instead for easier management of multiple toolchains, including beta/nightly releases.",
|
"notes": "Use the rustup package instead for easier management of multiple toolchains, including beta/nightly releases.",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://static.rust-lang.org/dist/rust-1.89.0-x86_64-pc-windows-gnu.msi",
|
"url": "https://static.rust-lang.org/dist/rust-1.90.0-x86_64-pc-windows-gnu.msi",
|
||||||
"hash": "717cfdfc743f31fda81e1f356fc2a5d6c06f013b94f7a5ee18e6a2d96017a2bd"
|
"hash": "7b3e97a7f9f64011f5a591db589d56608508c7a8c78f4b6759521354753b250e"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://static.rust-lang.org/dist/rust-1.89.0-i686-pc-windows-gnu.msi",
|
"url": "https://static.rust-lang.org/dist/rust-1.90.0-i686-pc-windows-gnu.msi",
|
||||||
"hash": "a4837b2653663093eb8e2a7d4c742d9d21d0bd779cdea311190c446ae33bfcbb"
|
"hash": "f5285fbd1888ff4d55ab6824c38f559f9309e96eccd7c9ca9a73c4eabed48e35"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "Rust",
|
"extract_dir": "Rust",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.89.0",
|
"version": "1.90.0",
|
||||||
"description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)",
|
"description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)",
|
||||||
"homepage": "https://www.rust-lang.org",
|
"homepage": "https://www.rust-lang.org",
|
||||||
"license": "MIT|Apache-2.0",
|
"license": "MIT|Apache-2.0",
|
||||||
@ -13,16 +13,16 @@
|
|||||||
],
|
],
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://static.rust-lang.org/dist/rust-1.89.0-x86_64-pc-windows-msvc.msi",
|
"url": "https://static.rust-lang.org/dist/rust-1.90.0-x86_64-pc-windows-msvc.msi",
|
||||||
"hash": "ec885bc7e8a04f48a9f26969ab4a3954ad43b52768e4ff0f483931b51fd65f26"
|
"hash": "cbeff9896d8a068f09c6b776450e113540f50b10a78d3fb144c7d64fbb77fe6a"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://static.rust-lang.org/dist/rust-1.89.0-i686-pc-windows-msvc.msi",
|
"url": "https://static.rust-lang.org/dist/rust-1.90.0-i686-pc-windows-msvc.msi",
|
||||||
"hash": "02f3789b9379257488c450c2489ed29f9bca74458d8169a8c745a8739b55459b"
|
"hash": "c471da9ba4e083938a061e779257246c759c06e80a944b0f229090dea26df4a4"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://static.rust-lang.org/dist/rust-1.89.0-aarch64-pc-windows-msvc.msi",
|
"url": "https://static.rust-lang.org/dist/rust-1.90.0-aarch64-pc-windows-msvc.msi",
|
||||||
"hash": "17ca1e9a6faf43e65ad03d9d98b633e253231cb693a56bad1bf9441284ed01fb"
|
"hash": "58aafc998f78f23c2550d6bbe61c12d116ca29dc44270eed13f875b0c02e3f87"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "Rust",
|
"extract_dir": "Rust",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.89.0",
|
"version": "1.90.0",
|
||||||
"description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)",
|
"description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)",
|
||||||
"homepage": "https://www.rust-lang.org",
|
"homepage": "https://www.rust-lang.org",
|
||||||
"license": "MIT|Apache-2.0",
|
"license": "MIT|Apache-2.0",
|
||||||
@ -13,16 +13,16 @@
|
|||||||
],
|
],
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://static.rust-lang.org/dist/rust-1.89.0-x86_64-pc-windows-msvc.msi",
|
"url": "https://static.rust-lang.org/dist/rust-1.90.0-x86_64-pc-windows-msvc.msi",
|
||||||
"hash": "ec885bc7e8a04f48a9f26969ab4a3954ad43b52768e4ff0f483931b51fd65f26"
|
"hash": "cbeff9896d8a068f09c6b776450e113540f50b10a78d3fb144c7d64fbb77fe6a"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://static.rust-lang.org/dist/rust-1.89.0-i686-pc-windows-msvc.msi",
|
"url": "https://static.rust-lang.org/dist/rust-1.90.0-i686-pc-windows-msvc.msi",
|
||||||
"hash": "02f3789b9379257488c450c2489ed29f9bca74458d8169a8c745a8739b55459b"
|
"hash": "c471da9ba4e083938a061e779257246c759c06e80a944b0f229090dea26df4a4"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://static.rust-lang.org/dist/rust-1.89.0-aarch64-pc-windows-msvc.msi",
|
"url": "https://static.rust-lang.org/dist/rust-1.90.0-aarch64-pc-windows-msvc.msi",
|
||||||
"hash": "17ca1e9a6faf43e65ad03d9d98b633e253231cb693a56bad1bf9441284ed01fb"
|
"hash": "58aafc998f78f23c2550d6bbe61c12d116ca29dc44270eed13f875b0c02e3f87"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "Rust",
|
"extract_dir": "Rust",
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": "2.53.0",
|
"version": "2.54.0",
|
||||||
"description": "Connect to the Sentry API and manage projects related data.",
|
"description": "Connect to the Sentry API and manage projects related data.",
|
||||||
"homepage": "https://docs.sentry.io/cli/",
|
"homepage": "https://docs.sentry.io/cli/",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.53.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
|
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.54.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
|
||||||
"hash": "b5d60034ad23d03046b9904659d1dd90bd7ca8ac036a5ff6b10547e7869009b4"
|
"hash": "0a445473c83d6609ec8fde303588adb5d208615b7f802fdd8f0a37e22d95e426"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.53.0/sentry-cli-Windows-i686.exe#/sentry.exe",
|
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.54.0/sentry-cli-Windows-i686.exe#/sentry.exe",
|
||||||
"hash": "f42bdfb13b54456a716639a79f314b3dbe0fd917d77d40e57b05cc0fa2287d8a"
|
"hash": "070f513b06b42604a68fdeb80c6dc2c6b8c9cff139ae5f819f93ad459a093313"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "3.90.6",
|
"version": "3.90.8",
|
||||||
"description": "Find leaked credentials",
|
"description": "Find leaked credentials",
|
||||||
"homepage": "https://github.com/trufflesecurity/trufflehog",
|
"homepage": "https://github.com/trufflesecurity/trufflehog",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/trufflesecurity/trufflehog/releases/download/v3.90.6/trufflehog_3.90.6_windows_amd64.tar.gz",
|
"url": "https://github.com/trufflesecurity/trufflehog/releases/download/v3.90.8/trufflehog_3.90.8_windows_amd64.tar.gz",
|
||||||
"hash": "48039b127320577408386a7590ae7b53bc56db0321e65671efb88927fc270471"
|
"hash": "f5bbd630cc47d9d4e5e2ed936c7dae121067f8011ce9ff863d174191167285c8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "trufflehog.exe",
|
"bin": "trufflehog.exe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user