mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "12.1.2",
 | 
						|
    "description": "Count your code, quickly.",
 | 
						|
    "homepage": "https://github.com/XAMPPRocky/tokei",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "notes": "For demo configure file 'tokei.toml', please see https://github.com/XAMPPRocky/tokei/blob/v12.0.4/tokei.example.toml",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-pc-windows-msvc.exe#/tokei.exe",
 | 
						|
            "hash": "b1d6c4b18f5fa238bd2c6e47caa65a7a3e4a1bd0de6df0b7c19c8083c941f57b"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-i686-pc-windows-msvc.exe#/tokei.exe",
 | 
						|
            "hash": "451219f8384301293f36fa04abdb50fb3a95fddb0bc10efff9c4496d1ed0817d"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "pre_install": "if (!(Test-Path \"$persist_dir\\tokei.toml\")) { New-Item \"$dir\\tokei.toml\" | Out-Null }",
 | 
						|
    "bin": "tokei.exe",
 | 
						|
    "persist": "tokei.toml",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/XAMPPRocky/tokei/releases/download/v$version/tokei-x86_64-pc-windows-msvc.exe#/tokei.exe"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/XAMPPRocky/tokei/releases/download/v$version/tokei-i686-pc-windows-msvc.exe#/tokei.exe"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |