mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Compare commits
11 Commits
918633d959
...
3de6e404c6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3de6e404c6 | ||
|
|
c2e0085ffa | ||
|
|
b0a8907bac | ||
|
|
2010b030e6 | ||
|
|
ec7883812c | ||
|
|
900b6b237e | ||
|
|
40df87dcb0 | ||
|
|
6b58fca209 | ||
|
|
baae18b77a | ||
|
|
89c221f92d | ||
|
|
23dd520a52 |
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "2.2.4",
|
||||
"version": "2.2.5",
|
||||
"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.4/biome-win32-x64.exe#/biome.exe",
|
||||
"hash": "7eaa28a3782192b7c443fc50ead097a56e4edbc669b5963f2c2cab3eaabbd94e"
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.2.5/biome-win32-x64.exe#/biome.exe",
|
||||
"hash": "af268c382417b7ffa054f644cbf7cdee8d324623af5520bf51b7aab95db4eedf"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.2.4/biome-win32-arm64.exe#/biome.exe",
|
||||
"hash": "85d834055d8429728513023cfb63f327b5e5eeceebe59befd4f7c736d8af5924"
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.2.5/biome-win32-arm64.exe#/biome.exe",
|
||||
"hash": "78cc287ebb69a85ca1a9c73964129090fb6b10767fbb485784a5e1f4820a25e4"
|
||||
}
|
||||
},
|
||||
"bin": "biome.exe",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.23.1",
|
||||
"version": "2.23.2",
|
||||
"description": "Source code security analyzer from GitHub",
|
||||
"homepage": "https://github.com/github/codeql-cli-binaries",
|
||||
"license": {
|
||||
@ -8,8 +8,8 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.23.1/codeql-win64.zip",
|
||||
"hash": "e8dddcd0eb22db869c4278c1ede95b91e3a2e12d027a412c187ff5de2493e3e9",
|
||||
"url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.23.2/codeql-win64.zip",
|
||||
"hash": "7e53592f7984350edbe6da88246f57e9f74da89d92e5c6e0ad7997a55c929851",
|
||||
"extract_dir": "codeql"
|
||||
}
|
||||
},
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
{
|
||||
"version": "0.2024.12.28",
|
||||
"version": "0.2025.10.02",
|
||||
"description": "Import/export Windows console settings",
|
||||
"homepage": "https://github.com/lukesampson/concfg",
|
||||
"license": "MIT",
|
||||
"url": "https://github.com/lukesampson/concfg/archive/db879e76427457f72b5c29929da2cd01e966362c.zip",
|
||||
"hash": "6be8acca7422f0f1f7ea98ae85890e61a2f8af2b50ea0a5e6de1e2900f8f0c5a",
|
||||
"extract_dir": "concfg-db879e76427457f72b5c29929da2cd01e966362c",
|
||||
"url": "https://github.com/lukesampson/concfg/archive/e3b1d7aeb08c0db9e24109d1063b8d2e4f2f9729.zip",
|
||||
"hash": "ee31f10f65a4d89a3dcb8b4e81f3331531ff3fa8d8bf59c1e444828c87219f28",
|
||||
"extract_dir": "concfg-e3b1d7aeb08c0db9e24109d1063b8d2e4f2f9729",
|
||||
"bin": "bin\\concfg.ps1",
|
||||
"checkver": {
|
||||
"url": "https://github.com/lukesampson/concfg/commits/master.atom",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.51.0-202509301603",
|
||||
"version": "1.51.0-202510020901",
|
||||
"description": "Java language server",
|
||||
"homepage": "https://projects.eclipse.org/projects/eclipse.jdt.ls",
|
||||
"license": "EPL-2.0",
|
||||
@ -7,8 +7,8 @@
|
||||
"JDK": "java/openjdk",
|
||||
"Python": "python"
|
||||
},
|
||||
"url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.51.0-202509301603.tar.gz",
|
||||
"hash": "4f1276fc5690f0c8a93c6e6bab71172af5fed05aab94c45c8e993efe530f09f6",
|
||||
"url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.51.0-202510020901.tar.gz",
|
||||
"hash": "f91fe10266843dba53e4101dcb560e1faa32e218248930790a2347ec1d20caff",
|
||||
"installer": {
|
||||
"script": "shim (Get-Command 'python.exe').Source $global jdtls \"$dir\\bin\\jdtls\""
|
||||
},
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "2.79.2",
|
||||
"version": "2.80.0",
|
||||
"description": "Command line interface for Artifactory and Bintray",
|
||||
"homepage": "https://jfrog.com/getcli/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://releases.jfrog.io/artifactory/jfrog-cli/v2/2.79.2/jfrog-cli-windows-amd64/jfrog.exe",
|
||||
"hash": "f0e78d4d0e6ff1b2e32a348216612aaebf2ecb24262641f88bedd0a5a6d6a30f"
|
||||
"url": "https://releases.jfrog.io/artifactory/jfrog-cli/v2/2.80.0/jfrog-cli-windows-amd64/jfrog.exe",
|
||||
"hash": "df56aba96b23200d644eca069ae92add065a9f40217db5963706597359115b33"
|
||||
}
|
||||
},
|
||||
"bin": "jfrog.exe",
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
{
|
||||
"version": "2.10.0",
|
||||
"version": "2.10.1",
|
||||
"description": "Windows Installer (.msi) files content viewer and extractor.",
|
||||
"homepage": "https://lessmsi.activescott.com",
|
||||
"license": "MIT",
|
||||
"url": "https://github.com/activescott/lessmsi/releases/download/v2.10.0/lessmsi-v2.10.0.zip",
|
||||
"hash": "7a4708897a84be519dec0aa908fee1f85732cceeb5a9cb9e3742f127646be3d7",
|
||||
"url": "https://github.com/activescott/lessmsi/releases/download/v2.10.1/lessmsi-v2.10.1.zip",
|
||||
"hash": "f3f8361e0e7afb0b03097680650bb91e3582889ad7d6a50bd9d0e19b9306c37a",
|
||||
"bin": "lessmsi.exe",
|
||||
"shortcuts": [
|
||||
[
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "4.8.1",
|
||||
"version": "4.9.0",
|
||||
"description": "A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline.",
|
||||
"homepage": "https://localstack.cloud",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/localstack/localstack-cli/releases/download/v4.8.1/localstack-cli-4.8.1-windows-amd64-onefile.zip",
|
||||
"hash": "8c73e4c2b60b9376315d07074e0d9ec275436c2b46edd88588a483e065f52770"
|
||||
"url": "https://github.com/localstack/localstack-cli/releases/download/v4.9.0/localstack-cli-4.9.0-windows-amd64-onefile.zip",
|
||||
"hash": "75172901ca56e3bbc4a1cfcdf101e98f42ded77be71eb81c80f749bd5478ce84"
|
||||
}
|
||||
},
|
||||
"bin": "localstack.exe",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "26.26.1",
|
||||
"version": "26.26.3",
|
||||
"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/v26.26.1/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.1/posh-windows-amd64.exe#/oh-my-posh.exe"
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.3/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.3/posh-windows-amd64.exe#/oh-my-posh.exe"
|
||||
],
|
||||
"hash": [
|
||||
"0b4f791b29c3baa8946c24cc5fca0fde894742063bb0949344133356e18effa4",
|
||||
"c598c7951abf0e84c24b6b9716d782f6be35373e62b97c94bc061b08fd5fa229"
|
||||
"1179ef70b1b362c974e14f0276dc805762ed19a66b6cc798f83b4345c7150f57",
|
||||
"9b7e2eb5c598f18f918bbdc0a0278c45f7082baaac787a111184d96c3d8603dc"
|
||||
]
|
||||
},
|
||||
"arm64": {
|
||||
"url": [
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.1/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.1/posh-windows-arm64.exe#/oh-my-posh.exe"
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.3/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.3/posh-windows-arm64.exe#/oh-my-posh.exe"
|
||||
],
|
||||
"hash": [
|
||||
"0b4f791b29c3baa8946c24cc5fca0fde894742063bb0949344133356e18effa4",
|
||||
"8930c3df36ffe775286869e8a34daf959cc2d8f66f592c60bab06e47e4e7c382"
|
||||
"1179ef70b1b362c974e14f0276dc805762ed19a66b6cc798f83b4345c7150f57",
|
||||
"bf606ad2ce45e74c6fa232f84b986c8bf2b0cb31b06ae3d5c63ea6b87251b70d"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "3.198.0",
|
||||
"version": "3.199.0",
|
||||
"description": "Create, deploy, and manage infrastructure on any cloud using any language.",
|
||||
"homepage": "https://www.pulumi.com",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://get.pulumi.com/releases/sdk/pulumi-v3.198.0-windows-x64.zip",
|
||||
"hash": "sha512:efa0d2c5f98e7112bb2754b9fc0ee17ea317824b9bb4cbeea87e97cebee3af6dd6f08e50a53085bd8405a93e2ed5bc3fcc0e039e71211bbc88a0df3b4622f0d9"
|
||||
"url": "https://get.pulumi.com/releases/sdk/pulumi-v3.199.0-windows-x64.zip",
|
||||
"hash": "sha512:b8053cee0e9fcba0d467b9153ca4156c2a99a6b8d143a4b7ca0957b075772a086e8ac14af12e69dad51a0a3683ba2dbb22a07aa0960c1ec198e41786a4360bf8"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://get.pulumi.com/releases/sdk/pulumi-v3.198.0-windows-x64.zip",
|
||||
"hash": "sha512:efa0d2c5f98e7112bb2754b9fc0ee17ea317824b9bb4cbeea87e97cebee3af6dd6f08e50a53085bd8405a93e2ed5bc3fcc0e039e71211bbc88a0df3b4622f0d9"
|
||||
"url": "https://get.pulumi.com/releases/sdk/pulumi-v3.199.0-windows-x64.zip",
|
||||
"hash": "sha512:b8053cee0e9fcba0d467b9153ca4156c2a99a6b8d143a4b7ca0957b075772a086e8ac14af12e69dad51a0a3683ba2dbb22a07aa0960c1ec198e41786a4360bf8"
|
||||
}
|
||||
},
|
||||
"extract_dir": "Pulumi\\bin",
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "2025.18",
|
||||
"version": "2025.18.1",
|
||||
"description": "A new language and compiler for shader development.",
|
||||
"homepage": "https://shader-slang.com/",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/shader-slang/slang/releases/download/v2025.18/slang-2025.18-windows-x86_64.zip",
|
||||
"hash": "8a43bea729971896fd39a053e48805456d4d419e1e0515afcb628ee5fa8f10f9"
|
||||
"url": "https://github.com/shader-slang/slang/releases/download/v2025.18.1/slang-2025.18.1-windows-x86_64.zip",
|
||||
"hash": "5e4547cf35ffdaf88719004143b86a6b1826c83bbcb5ac94bd00feab320dfc60"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/shader-slang/slang/releases/download/v2025.18/slang-2025.18-windows-aarch64.zip",
|
||||
"hash": "146b0db312a9a63b4413f8abd08229949febc2068c491d10b4ba56e9485b3815"
|
||||
"url": "https://github.com/shader-slang/slang/releases/download/v2025.18.1/slang-2025.18.1-windows-aarch64.zip",
|
||||
"hash": "d26d42a24f29e4ac18f9673d2c5a6de42ab476ba7a9b34523090d582df88849d"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "7.2.0.5079",
|
||||
"version": "7.3.0.5189",
|
||||
"description": "Source code scanner for SonarQube analyzer.",
|
||||
"homepage": "https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/",
|
||||
"license": "LGPL-3.0-only",
|
||||
@ -7,9 +7,9 @@
|
||||
"JDK": "java/openjdk",
|
||||
"SonarQube": "sonarqube"
|
||||
},
|
||||
"url": "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-7.2.0.5079.zip",
|
||||
"hash": "30d80b37c8f4be1254b6c43ec8c64291798d97a710c28475958b5e2f10809fe1",
|
||||
"extract_dir": "sonar-scanner-7.2.0.5079",
|
||||
"url": "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-7.3.0.5189.zip",
|
||||
"hash": "a251d0793cb6bd889e4fd30299bb5dc4e07433e57133b16fc227aca98f8d2c2d",
|
||||
"extract_dir": "sonar-scanner-7.3.0.5189",
|
||||
"bin": "bin\\sonar-scanner.bat",
|
||||
"checkver": {
|
||||
"github": "https://github.com/SonarSource/sonar-scanner-cli"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user