mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			58 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.18.3.4",
 | 
						|
    "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.18.3.4.zip",
 | 
						|
            "hash": "54a66db6c892b2a0999754841f4ca68511741b88ea3ab20c7cd504a027f465f5",
 | 
						|
            "extract_dir": "monero-x86_64-w64-mingw32-v0.18.3.4"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.18.3.4.zip",
 | 
						|
            "hash": "1a9824742aa1587023c3bddea788c115940cfd49371c78a8dd62c40113132d01",
 | 
						|
            "extract_dir": "monero-i686-w64-mingw32-v0.18.3.4"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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",
 | 
						|
                "extract_dir": "monero-x86_64-w64-mingw32-v$version"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v$version.zip",
 | 
						|
                "extract_dir": "monero-i686-w64-mingw32-v$version"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://getmonero.org/downloads/hashes.txt",
 | 
						|
            "regex": "$basename,\\s+$sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |