ScoopInstaller_Main/smartmontools.json
2018-12-30 16:00:22 +00:00

31 lines
1017 B
JSON

{
"homepage": "https://www.smartmontools.org/",
"description": "Read SMART data from disks",
"license": "GPL-2.0",
"version": "7.0-1",
"url": "https://downloads.sourceforge.net/project/smartmontools/smartmontools/7.0/smartmontools-7.0-1.win32-setup.exe",
"hash": "sha1:75c18937014df11722c9ef22f81d2a4fc0db60ea",
"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"
}
}