mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Compare commits
8 Commits
70eb3d8687
...
9c51f62114
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c51f62114 | ||
|
|
452a5543cc | ||
|
|
0c1432411b | ||
|
|
b0f71466c7 | ||
|
|
768bcb3f59 | ||
|
|
d7a2cc7849 | ||
|
|
705d08ca3e | ||
|
|
6631b87ff8 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
|
||||
"version": "1.15.1",
|
||||
"version": "1.16.0",
|
||||
"description": "A developer CLI that reduces the time it takes to get started on Azure",
|
||||
"homepage": "https://aka.ms/azd",
|
||||
"license": "MIT",
|
||||
@ -10,12 +10,12 @@
|
||||
],
|
||||
"architecture": {
|
||||
"arm64": {
|
||||
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.15.1/azd-windows-arm64-alpha.zip",
|
||||
"hash": "cbf196ea0e0c321105817d8caed07cc7155bdeced785b7e5bf6e2355b883e10d"
|
||||
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.16.0/azd-windows-arm64-alpha.zip",
|
||||
"hash": "f814b6448066818a7ea6a6413b8de76ded0ea76d7187508ffdb9d6b63844f2df"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.15.1/azd-windows-amd64.zip",
|
||||
"hash": "990152a48a7ac6aa27d9c12b9fe1e613e2e37308661fca07ce61564fad626924"
|
||||
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.16.0/azd-windows-amd64.zip",
|
||||
"hash": "8c11fa2bc5f21ef9bff7a11f6b6689369283e244e81d6cede997fd4975a43311"
|
||||
}
|
||||
},
|
||||
"pre_install": "Rename-Item -Path \"$dir\\azd-*.exe\" -NewName \"azd.exe\"",
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
"homepage": "https://github.com/dolthub/dolt",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository.",
|
||||
"version": "1.53.2",
|
||||
"version": "1.53.3",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/dolthub/dolt/releases/download/v1.53.2/dolt-windows-amd64.zip",
|
||||
"hash": "f67debd05b60ceb492f9f1c8d63978bee47e8a84f36b731be3cd74035c288f69"
|
||||
"url": "https://github.com/dolthub/dolt/releases/download/v1.53.3/dolt-windows-amd64.zip",
|
||||
"hash": "6d2f98dea8462226c2488871cd424cf3bd668102364f5e493e0f39b3c44cbd43"
|
||||
}
|
||||
},
|
||||
"extract_dir": "dolt-windows-amd64",
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "0.8.11",
|
||||
"version": "0.8.12",
|
||||
"description": "Find files with SQL-like queries",
|
||||
"homepage": "https://github.com/jhspetersson/fselect",
|
||||
"license": "Apache-2.0|MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/jhspetersson/fselect/releases/download/0.8.11/fselect-x86_64-win.zip",
|
||||
"hash": "576c9813c9db3a21516169d9bbd44a223838f1954657d32598732fb68600f5df"
|
||||
"url": "https://github.com/jhspetersson/fselect/releases/download/0.8.12/fselect-x86_64-win.zip",
|
||||
"hash": "febb9c2d54c056fc5378a147ae261cfb66ed65734fd0f3fe57289d629eb5721e"
|
||||
}
|
||||
},
|
||||
"bin": "fselect.exe",
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "2.20.20",
|
||||
"version": "2.20.21",
|
||||
"description": "A modern personal independent blog system.",
|
||||
"homepage": "https://halo.run",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"suggest": {
|
||||
"JDK": "java/openjdk"
|
||||
},
|
||||
"url": "https://github.com/halo-dev/halo/releases/download/v2.20.20/halo-2.20.20.jar#/halo.jar",
|
||||
"hash": "f2af3ba0613bb846ecefcae415c177143fa6b3ef5d964fb5d86d822ffb4424a6",
|
||||
"url": "https://github.com/halo-dev/halo/releases/download/v2.20.21/halo-2.20.21.jar#/halo.jar",
|
||||
"hash": "854479cc6ea3afcbbca4568671926cf0c16ff9604c9b5a03a3acc6692e18ec12",
|
||||
"bin": "halo.jar",
|
||||
"checkver": {
|
||||
"github": "https://github.com/halo-dev/halo"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.47.0-202505121519",
|
||||
"version": "1.47.0-202505150341",
|
||||
"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.47.0-202505121519.tar.gz",
|
||||
"hash": "c8bdebacd377f62a1448b6d491b11e93bd67f8558c826bb32e6a88f0c4c430d3",
|
||||
"url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.47.0-202505150341.tar.gz",
|
||||
"hash": "56dd12dcaeec3838bc92270747a91012d5ff657055aadac34f3a2e15e1b2a1b4",
|
||||
"installer": {
|
||||
"script": "shim (Get-Command 'python.exe').Source $global jdtls \"$dir\\bin\\jdtls\""
|
||||
},
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "3.6.4",
|
||||
"version": "3.7",
|
||||
"description": "Universal markup converter",
|
||||
"homepage": "https://pandoc.org",
|
||||
"license": "GPL-2.0-or-later",
|
||||
@ -8,11 +8,11 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/jgm/pandoc/releases/download/3.6.4/pandoc-3.6.4-windows-x86_64.zip",
|
||||
"hash": "a9e5feb3d56d2fb0e3e765d1c33b8ee6b72e6963d7de31504edeec8cd1be34b1"
|
||||
"url": "https://github.com/jgm/pandoc/releases/download/3.7/pandoc-3.7-windows-x86_64.zip",
|
||||
"hash": "d788b437670d369d8a034f4a791b788cb0bb9d92ce3cac35a27e938122ad0fbe"
|
||||
}
|
||||
},
|
||||
"extract_dir": "pandoc-3.6.4",
|
||||
"extract_dir": "pandoc-3.7",
|
||||
"bin": "pandoc.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/jgm/pandoc"
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "1.8.2",
|
||||
"version": "1.8.3",
|
||||
"description": "CNCF-certified Kubernetes distribution that runs entirely within Docker containers",
|
||||
"homepage": "https://rancher.com/products/rke/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/rancher/rke/releases/download/v1.8.2/rke_windows-amd64.exe#/rke.exe",
|
||||
"hash": "50fb6111313d890f8b5c58854ff975db5530157d954c4d397ad8802b6111c7ae"
|
||||
"url": "https://github.com/rancher/rke/releases/download/v1.8.3/rke_windows-amd64.exe#/rke.exe",
|
||||
"hash": "4ac499e32bee0ab22461dcf9df1daec12284ea7ee12007dd1b798c8617257379"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/rancher/rke/releases/download/v1.8.2/rke_windows-386.exe#/rke.exe",
|
||||
"hash": "d20af6d543c6367185cd1489f72e8426a8f26c8dda925cdbaac856ec0aeef057"
|
||||
"url": "https://github.com/rancher/rke/releases/download/v1.8.3/rke_windows-386.exe#/rke.exe",
|
||||
"hash": "c32321be0f793a0dd56f4040aa583d65ecb2cfdb2502ecf945c1bb9b202e7ab7"
|
||||
}
|
||||
},
|
||||
"bin": "rke.exe",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.3.0",
|
||||
"version": "2.3.1",
|
||||
"description": "Execute commands in response to file modifications",
|
||||
"homepage": "https://github.com/watchexec/watchexec",
|
||||
"license": "Apache-2.0",
|
||||
@ -8,9 +8,9 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/watchexec/watchexec/releases/download/v2.3.0/watchexec-2.3.0-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "10d781f59d76c5073c032424e3c74ae9d67b16ae714c89315b5e22dbeeec1871",
|
||||
"extract_dir": "watchexec-2.3.0-x86_64-pc-windows-msvc"
|
||||
"url": "https://github.com/watchexec/watchexec/releases/download/v2.3.1/watchexec-2.3.1-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "fd03ae82a5a7c42131a44178936097a82f3ef9f663dc09560ae7eb087cd000f5",
|
||||
"extract_dir": "watchexec-2.3.1-x86_64-pc-windows-msvc"
|
||||
}
|
||||
},
|
||||
"bin": "watchexec.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user