mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://www.smartmontools.org/",
|
|
"description": "Read SMART data from disks",
|
|
"license": "GPL-2.0",
|
|
"version": "6.6-1",
|
|
"url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/6.6/smartmontools-6.6-1.win32-setup.exe",
|
|
"hash": "md5:f3abb6e80c758594d66b58939b751dd1",
|
|
"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": "Download\\s+smartmontools-(?<version>(?<short>[\\d.]+)-[\\d]+)\\.",
|
|
"url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/$matchShort/smartmontools-$version.win32-setup.exe",
|
|
"hash": {
|
|
"url": "$url.md5"
|
|
}
|
|
}
|
|
}
|