mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.0.11",
 | 
						|
    "description": "A terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals.",
 | 
						|
    "homepage": "https://micro-editor.github.io/",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/zyedidia/micro/releases/download/v2.0.11/micro-2.0.11-win64.zip",
 | 
						|
            "hash": "095063f8aaa66f88b7700d4710938cb12595f3f37bb62341ea7a7517d7dfffe2"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/zyedidia/micro/releases/download/v2.0.11/micro-2.0.11-win32.zip",
 | 
						|
            "hash": "079dc7d910deba3c851d9ed74bd01b4216b4fc919d2d027b99f97bdee5d7c0d7"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "micro-2.0.11",
 | 
						|
    "bin": "micro.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/zyedidia/micro"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/zyedidia/micro/releases/download/v$version/micro-$version-win64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/zyedidia/micro/releases/download/v$version/micro-$version-win32.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "extract_dir": "micro-$version"
 | 
						|
    }
 | 
						|
}
 |