ScoopInstaller_Main/bucket/smartmontools.json
2020-12-30 21:19:06 +01:00

31 lines
1004 B
JSON

{
"version": "7.2-1",
"description": "Read SMART data from disks",
"homepage": "https://www.smartmontools.org",
"license": "GPL-2.0-only",
"url": "https://downloads.sourceforge.net/project/smartmontools/smartmontools/7.2/smartmontools-7.2-1.win32-setup.exe",
"hash": "sha1:fdf3660a6ac415ab2acb0094ac16ee5902e79f84",
"installer": {
"args": [
"/S",
"/D=$dir"
]
},
"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"
],
"checkver": {
"url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/",
"regex": "smartmontools-([\\d.-]+)\\.win32"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/smartmontools/smartmontools/$matchHead/smartmontools-$version.win32-setup.exe"
}
}