mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "685",
 | 
						|
    "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-v685/less-x64.zip",
 | 
						|
            "hash": "13a265128ae05ddfd362a791fcc70eadf7dac66b2f45f888d7b2016e27ba4871"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/jftuga/less-Windows/releases/download/less-v685/less-x86.zip",
 | 
						|
            "hash": "d29cd17765ef4e4ea5bf95433f3807a2a7cd1d6eaef1b83e86019e12f37d709e"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/jftuga/less-Windows/releases/download/less-v685/less-arm64.zip",
 | 
						|
            "hash": "eadbef3dd7bc000471780371090102f6f015dbf21a696c91a60cc36e9d07dd7b"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |