ScoopInstaller_Main/bucket/smartmontools.json
linsui 0f8c4b09fe Fix ~156 license tags (#272)
* Fix 150 license

* Update

* Update

* Update cockroachdb.json

See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and
https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt

* Apply new rule

* Change to unknown

* Update tup.json

* fix radare2

* Some fix

* Some fix

* Fix sliksvn

* Fix sliksvn

* Update imagemagick.json
2019-08-02 07:28:29 -07:00

31 lines
1022 B
JSON

{
"homepage": "https://www.smartmontools.org/",
"description": "Read SMART data from disks",
"license": "GPL-2.0-only",
"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"
}
}