mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "678",
 | 
						|
    "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-v678/less-x64.zip",
 | 
						|
            "hash": "0aaec25fcb1033f747d9901e0da8e13eb077c8f5206b5f5882c0bdbe53f77f27"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/jftuga/less-Windows/releases/download/less-v678/less-x86.zip",
 | 
						|
            "hash": "22ab57279a3c38ec7c284b84d7bc61cf989af91dc7fd6ae4829a9852ad60c2d7"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/jftuga/less-Windows/releases/download/less-v678/less-arm64.zip",
 | 
						|
            "hash": "973b13ac8e5cc9dcd633cee0893c524ca13005e2c241667044fc3f9718fc94bd"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |