mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +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",
 | 
					    "$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",
 | 
					    "description": "A developer CLI that reduces the time it takes to get started on Azure",
 | 
				
			||||||
    "homepage": "https://aka.ms/azd",
 | 
					    "homepage": "https://aka.ms/azd",
 | 
				
			||||||
    "license": "MIT",
 | 
					    "license": "MIT",
 | 
				
			||||||
@ -10,12 +10,12 @@
 | 
				
			|||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "architecture": {
 | 
					    "architecture": {
 | 
				
			||||||
        "arm64": {
 | 
					        "arm64": {
 | 
				
			||||||
            "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.15.1/azd-windows-arm64-alpha.zip",
 | 
					            "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.16.0/azd-windows-arm64-alpha.zip",
 | 
				
			||||||
            "hash": "cbf196ea0e0c321105817d8caed07cc7155bdeced785b7e5bf6e2355b883e10d"
 | 
					            "hash": "f814b6448066818a7ea6a6413b8de76ded0ea76d7187508ffdb9d6b63844f2df"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "64bit": {
 | 
					        "64bit": {
 | 
				
			||||||
            "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.15.1/azd-windows-amd64.zip",
 | 
					            "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.16.0/azd-windows-amd64.zip",
 | 
				
			||||||
            "hash": "990152a48a7ac6aa27d9c12b9fe1e613e2e37308661fca07ce61564fad626924"
 | 
					            "hash": "8c11fa2bc5f21ef9bff7a11f6b6689369283e244e81d6cede997fd4975a43311"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "pre_install": "Rename-Item -Path \"$dir\\azd-*.exe\" -NewName \"azd.exe\"",
 | 
					    "pre_install": "Rename-Item -Path \"$dir\\azd-*.exe\" -NewName \"azd.exe\"",
 | 
				
			||||||
 | 
				
			|||||||
@ -2,11 +2,11 @@
 | 
				
			|||||||
    "homepage": "https://github.com/dolthub/dolt",
 | 
					    "homepage": "https://github.com/dolthub/dolt",
 | 
				
			||||||
    "license": "Apache-2.0",
 | 
					    "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.",
 | 
					    "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": {
 | 
					    "architecture": {
 | 
				
			||||||
        "64bit": {
 | 
					        "64bit": {
 | 
				
			||||||
            "url": "https://github.com/dolthub/dolt/releases/download/v1.53.2/dolt-windows-amd64.zip",
 | 
					            "url": "https://github.com/dolthub/dolt/releases/download/v1.53.3/dolt-windows-amd64.zip",
 | 
				
			||||||
            "hash": "f67debd05b60ceb492f9f1c8d63978bee47e8a84f36b731be3cd74035c288f69"
 | 
					            "hash": "6d2f98dea8462226c2488871cd424cf3bd668102364f5e493e0f39b3c44cbd43"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "extract_dir": "dolt-windows-amd64",
 | 
					    "extract_dir": "dolt-windows-amd64",
 | 
				
			||||||
 | 
				
			|||||||
@ -1,12 +1,12 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "version": "0.8.11",
 | 
					    "version": "0.8.12",
 | 
				
			||||||
    "description": "Find files with SQL-like queries",
 | 
					    "description": "Find files with SQL-like queries",
 | 
				
			||||||
    "homepage": "https://github.com/jhspetersson/fselect",
 | 
					    "homepage": "https://github.com/jhspetersson/fselect",
 | 
				
			||||||
    "license": "Apache-2.0|MIT",
 | 
					    "license": "Apache-2.0|MIT",
 | 
				
			||||||
    "architecture": {
 | 
					    "architecture": {
 | 
				
			||||||
        "64bit": {
 | 
					        "64bit": {
 | 
				
			||||||
            "url": "https://github.com/jhspetersson/fselect/releases/download/0.8.11/fselect-x86_64-win.zip",
 | 
					            "url": "https://github.com/jhspetersson/fselect/releases/download/0.8.12/fselect-x86_64-win.zip",
 | 
				
			||||||
            "hash": "576c9813c9db3a21516169d9bbd44a223838f1954657d32598732fb68600f5df"
 | 
					            "hash": "febb9c2d54c056fc5378a147ae261cfb66ed65734fd0f3fe57289d629eb5721e"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "bin": "fselect.exe",
 | 
					    "bin": "fselect.exe",
 | 
				
			||||||
 | 
				
			|||||||
@ -1,13 +1,13 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "version": "2.20.20",
 | 
					    "version": "2.20.21",
 | 
				
			||||||
    "description": "A modern personal independent blog system.",
 | 
					    "description": "A modern personal independent blog system.",
 | 
				
			||||||
    "homepage": "https://halo.run",
 | 
					    "homepage": "https://halo.run",
 | 
				
			||||||
    "license": "GPL-3.0-or-later",
 | 
					    "license": "GPL-3.0-or-later",
 | 
				
			||||||
    "suggest": {
 | 
					    "suggest": {
 | 
				
			||||||
        "JDK": "java/openjdk"
 | 
					        "JDK": "java/openjdk"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "url": "https://github.com/halo-dev/halo/releases/download/v2.20.20/halo-2.20.20.jar#/halo.jar",
 | 
					    "url": "https://github.com/halo-dev/halo/releases/download/v2.20.21/halo-2.20.21.jar#/halo.jar",
 | 
				
			||||||
    "hash": "f2af3ba0613bb846ecefcae415c177143fa6b3ef5d964fb5d86d822ffb4424a6",
 | 
					    "hash": "854479cc6ea3afcbbca4568671926cf0c16ff9604c9b5a03a3acc6692e18ec12",
 | 
				
			||||||
    "bin": "halo.jar",
 | 
					    "bin": "halo.jar",
 | 
				
			||||||
    "checkver": {
 | 
					    "checkver": {
 | 
				
			||||||
        "github": "https://github.com/halo-dev/halo"
 | 
					        "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",
 | 
					    "description": "Java language server",
 | 
				
			||||||
    "homepage": "https://projects.eclipse.org/projects/eclipse.jdt.ls",
 | 
					    "homepage": "https://projects.eclipse.org/projects/eclipse.jdt.ls",
 | 
				
			||||||
    "license": "EPL-2.0",
 | 
					    "license": "EPL-2.0",
 | 
				
			||||||
@ -7,8 +7,8 @@
 | 
				
			|||||||
        "JDK": "java/openjdk",
 | 
					        "JDK": "java/openjdk",
 | 
				
			||||||
        "Python": "python"
 | 
					        "Python": "python"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.47.0-202505121519.tar.gz",
 | 
					    "url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.47.0-202505150341.tar.gz",
 | 
				
			||||||
    "hash": "c8bdebacd377f62a1448b6d491b11e93bd67f8558c826bb32e6a88f0c4c430d3",
 | 
					    "hash": "56dd12dcaeec3838bc92270747a91012d5ff657055aadac34f3a2e15e1b2a1b4",
 | 
				
			||||||
    "installer": {
 | 
					    "installer": {
 | 
				
			||||||
        "script": "shim (Get-Command 'python.exe').Source $global jdtls \"$dir\\bin\\jdtls\""
 | 
					        "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",
 | 
					    "description": "Universal markup converter",
 | 
				
			||||||
    "homepage": "https://pandoc.org",
 | 
					    "homepage": "https://pandoc.org",
 | 
				
			||||||
    "license": "GPL-2.0-or-later",
 | 
					    "license": "GPL-2.0-or-later",
 | 
				
			||||||
@ -8,11 +8,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "architecture": {
 | 
					    "architecture": {
 | 
				
			||||||
        "64bit": {
 | 
					        "64bit": {
 | 
				
			||||||
            "url": "https://github.com/jgm/pandoc/releases/download/3.6.4/pandoc-3.6.4-windows-x86_64.zip",
 | 
					            "url": "https://github.com/jgm/pandoc/releases/download/3.7/pandoc-3.7-windows-x86_64.zip",
 | 
				
			||||||
            "hash": "a9e5feb3d56d2fb0e3e765d1c33b8ee6b72e6963d7de31504edeec8cd1be34b1"
 | 
					            "hash": "d788b437670d369d8a034f4a791b788cb0bb9d92ce3cac35a27e938122ad0fbe"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "extract_dir": "pandoc-3.6.4",
 | 
					    "extract_dir": "pandoc-3.7",
 | 
				
			||||||
    "bin": "pandoc.exe",
 | 
					    "bin": "pandoc.exe",
 | 
				
			||||||
    "checkver": {
 | 
					    "checkver": {
 | 
				
			||||||
        "github": "https://github.com/jgm/pandoc"
 | 
					        "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",
 | 
					    "description": "CNCF-certified Kubernetes distribution that runs entirely within Docker containers",
 | 
				
			||||||
    "homepage": "https://rancher.com/products/rke/",
 | 
					    "homepage": "https://rancher.com/products/rke/",
 | 
				
			||||||
    "license": "Apache-2.0",
 | 
					    "license": "Apache-2.0",
 | 
				
			||||||
    "architecture": {
 | 
					    "architecture": {
 | 
				
			||||||
        "64bit": {
 | 
					        "64bit": {
 | 
				
			||||||
            "url": "https://github.com/rancher/rke/releases/download/v1.8.2/rke_windows-amd64.exe#/rke.exe",
 | 
					            "url": "https://github.com/rancher/rke/releases/download/v1.8.3/rke_windows-amd64.exe#/rke.exe",
 | 
				
			||||||
            "hash": "50fb6111313d890f8b5c58854ff975db5530157d954c4d397ad8802b6111c7ae"
 | 
					            "hash": "4ac499e32bee0ab22461dcf9df1daec12284ea7ee12007dd1b798c8617257379"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "32bit": {
 | 
					        "32bit": {
 | 
				
			||||||
            "url": "https://github.com/rancher/rke/releases/download/v1.8.2/rke_windows-386.exe#/rke.exe",
 | 
					            "url": "https://github.com/rancher/rke/releases/download/v1.8.3/rke_windows-386.exe#/rke.exe",
 | 
				
			||||||
            "hash": "d20af6d543c6367185cd1489f72e8426a8f26c8dda925cdbaac856ec0aeef057"
 | 
					            "hash": "c32321be0f793a0dd56f4040aa583d65ecb2cfdb2502ecf945c1bb9b202e7ab7"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "bin": "rke.exe",
 | 
					    "bin": "rke.exe",
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "version": "2.3.0",
 | 
					    "version": "2.3.1",
 | 
				
			||||||
    "description": "Execute commands in response to file modifications",
 | 
					    "description": "Execute commands in response to file modifications",
 | 
				
			||||||
    "homepage": "https://github.com/watchexec/watchexec",
 | 
					    "homepage": "https://github.com/watchexec/watchexec",
 | 
				
			||||||
    "license": "Apache-2.0",
 | 
					    "license": "Apache-2.0",
 | 
				
			||||||
@ -8,9 +8,9 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "architecture": {
 | 
					    "architecture": {
 | 
				
			||||||
        "64bit": {
 | 
					        "64bit": {
 | 
				
			||||||
            "url": "https://github.com/watchexec/watchexec/releases/download/v2.3.0/watchexec-2.3.0-x86_64-pc-windows-msvc.zip",
 | 
					            "url": "https://github.com/watchexec/watchexec/releases/download/v2.3.1/watchexec-2.3.1-x86_64-pc-windows-msvc.zip",
 | 
				
			||||||
            "hash": "10d781f59d76c5073c032424e3c74ae9d67b16ae714c89315b5e22dbeeec1871",
 | 
					            "hash": "fd03ae82a5a7c42131a44178936097a82f3ef9f663dc09560ae7eb087cd000f5",
 | 
				
			||||||
            "extract_dir": "watchexec-2.3.0-x86_64-pc-windows-msvc"
 | 
					            "extract_dir": "watchexec-2.3.1-x86_64-pc-windows-msvc"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "bin": "watchexec.exe",
 | 
					    "bin": "watchexec.exe",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user