mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1022 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1022 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://www.smartmontools.org/",
 | 
						|
    "description": "Read SMART data from disks",
 | 
						|
    "license": "GPL-2.0-only",
 | 
						|
    "version": "7.1-1",
 | 
						|
    "url": "https://downloads.sourceforge.net/project/smartmontools/smartmontools/7.1/smartmontools-7.1-1.win32-setup.exe",
 | 
						|
    "hash": "sha1:afc25bac715dd0ce06105bce75f0c8c653e040de",
 | 
						|
    "bin": [
 | 
						|
        "bin/runcmdu.exe",
 | 
						|
        "bin/smartctl.exe",
 | 
						|
        "bin/smartctl-nc.exe",
 | 
						|
        "bin/smartd.exe",
 | 
						|
        "bin/smartd_warning.cmd",
 | 
						|
        "bin/update-smart-drivedb.exe",
 | 
						|
        "bin/wtssendmsg.exe"
 | 
						|
    ],
 | 
						|
    "installer": {
 | 
						|
        "args": [
 | 
						|
            "/S",
 | 
						|
            "/D=$dir"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "checkver": {
 | 
						|
        "re": "smartmontools-(?<version>(?<short>[\\d.]+)-[\\d]+)\\.win32",
 | 
						|
        "url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://downloads.sourceforge.net/project/smartmontools/smartmontools/$matchShort/smartmontools-$version.win32-setup.exe"
 | 
						|
    }
 | 
						|
}
 |