mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			56 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.17.2.3",
 | 
						|
    "description": "The secure, private, untraceable cryptocurrency (CLI)",
 | 
						|
    "homepage": "https://getmonero.org/",
 | 
						|
    "license": "BSD-3-Clause",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.17.2.3.zip",
 | 
						|
            "hash": "ba3f4ec7429aacf3e712bdf21d1ceb800eb94e1e376be8b2360a01d88bb862be",
 | 
						|
            "extract_dir": "monero-x86_64-w64-mingw32"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.17.2.3.zip",
 | 
						|
            "hash": "460ac8722d713022c13970d96f9098eb04b5ca4f59cc9dc929cc2dd590045a1e",
 | 
						|
            "extract_dir": "monero-i686-w64-mingw32"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "monerod.exe",
 | 
						|
        "monero-wallet-rpc.exe",
 | 
						|
        "monero-wallet-cli.exe",
 | 
						|
        "monero-gen-trusted-multisig.exe",
 | 
						|
        "monero-blockchain-usage.exe",
 | 
						|
        "monero-blockchain-mark-spent-outputs.exe",
 | 
						|
        "monero-blockchain-import.exe",
 | 
						|
        "monero-blockchain-export.exe",
 | 
						|
        "monero-blockchain-depth.exe",
 | 
						|
        "monero-blockchain-ancestry.exe",
 | 
						|
        "monero-blockchain-prune.exe",
 | 
						|
        "monero-blockchain-prune-known-spent-data.exe",
 | 
						|
        "monero-blockchain-stats.exe",
 | 
						|
        [
 | 
						|
            "monero-blockchain-mark-spent-outputs.exe",
 | 
						|
            "monero-blockchain-blackball"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://getmonero.org/downloads/hashes.txt",
 | 
						|
        "regex": "monero-win-x64-v([\\d.]+)\\.zip"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v$version.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v$version.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://getmonero.org/downloads/hashes.txt",
 | 
						|
            "regex": "$basename,\\s+$sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |