mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	* Add srecord * remove utf-8 BOM * 1. reorder tags 2. add an autoupdate section 3. make checkver more reliable * 1. fix checkver url 2. fix base url to `downloads.sourceforge.net` 3. style format
		
			
				
	
	
		
			21 lines
		
	
	
		
			778 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			778 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.64",
 | 
						|
    "description": "The SRecord package is a collection of powerful tools for manipulating EPROM load files",
 | 
						|
    "homepage": "http://srecord.sourceforge.net/",
 | 
						|
    "license": "GPL-3.0-only",
 | 
						|
    "url": "https://downloads.sourceforge.net/project/srecord/srecord-win32/1.64/srecord-1.64-win32.zip",
 | 
						|
    "hash": "83ef7da6e114705b35d06edf4ce430414d14c0088a8fa6a273da8fe3282bc280",
 | 
						|
    "bin": [
 | 
						|
        "srec_cat.exe",
 | 
						|
        "srec_cmp.exe",
 | 
						|
        "srec_info.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://sourceforge.net/projects/srecord/rss?path=/",
 | 
						|
        "regex": "srecord-([\\d.]+)-win32"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://downloads.sourceforge.net/project/srecord/srecord-win32/$version/srecord-$version-win32.zip"
 | 
						|
    }
 | 
						|
}
 |