mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "668",
 | 
						|
    "description": "A terminal pager program used to view (but not change) the contents of a text file one screen at a time, similar to the 'more' command.",
 | 
						|
    "homepage": "https://www.greenwoodsoftware.com/less/",
 | 
						|
    "license": "GPL-3.0-only|BSD-3-Clause",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/jftuga/less-Windows/releases/download/less-v668/less-x64.zip",
 | 
						|
            "hash": "71670eae81b4853ffa12f85c731c0bf56bf9e9be681a6062aac64e8ef50205a5"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/jftuga/less-Windows/releases/download/less-v668/less-x86.zip",
 | 
						|
            "hash": "0f9b8aeec51d08b1fe2abecc1e98a3dd11e01fbe50e3059384df16e454f681db"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/jftuga/less-Windows/releases/download/less-v668/less-arm64.zip",
 | 
						|
            "hash": "3d0b0cdb53ee2f86215bff75b35257ec86645a34a092fd75aa7e63783f7009b7"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "less.exe",
 | 
						|
        "lesskey.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/jftuga/less-Windows",
 | 
						|
        "regex": "tag/less-v([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/jftuga/less-Windows/releases/download/less-v$version/less-x64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/jftuga/less-Windows/releases/download/less-v$version/less-x86.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/jftuga/less-Windows/releases/download/less-v$version/less-arm64.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |