mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			979 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			979 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2025.7.0",
 | 
						|
    "description": "The powerful command-line tool (CLI) to write and execute scripts on your Bitwarden vault.",
 | 
						|
    "homepage": "https://bitwarden.com/",
 | 
						|
    "license": "GPL-3.0-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/bitwarden/clients/releases/download/cli-v2025.7.0/bw-oss-windows-2025.7.0.zip",
 | 
						|
            "hash": "9e43e68c72d9036b607600249ac17aeb69e22a14154db12c78e1eb3895303e63"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "bw.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://github.com/bitwarden/clients/releases.atom",
 | 
						|
        "regex": "\\/cli-v([\\d.]+)<\\/id>"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/bitwarden/clients/releases/download/cli-v$version/bw-oss-windows-$version.zip",
 | 
						|
                "hash": {
 | 
						|
                    "url": "$baseurl/bw-oss-windows-sha256-$version.txt"
 | 
						|
                }
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |