ScoopInstaller_Main/nircmd.json
tch123 0b3ba0c77c Update nircmd.json (#3153)
Fix 32-bit and 64-bit download link errors
2019-02-21 19:38:55 -08:00

30 lines
868 B
JSON

{
"version": "2.81",
"homepage": "https://www.nirsoft.net/utils/nircmd.html",
"checkver": {
"re": "<td>NirCmd v([\\d\\.]+)"
},
"architecture": {
"64bit": {
"url": "https://www.nirsoft.net/utils/nircmd-x64.zip",
"hash": "37445b39e2fc437688164866c495bd28890ded5d0dbf71615bf92776e57c5189"
},
"32bit": {
"url": "https://www.nirsoft.net/utils/nircmd.zip",
"hash": "f56a6166f8956c507cc2bfec71339f3c467c0421fe6d16fbe4c52a36d79ce0ea"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.nirsoft.net/utils/nircmd-x64.zip"
},
"32bit": {
"url": "https://www.nirsoft.net/utils/nircmd.zip"
}
}
},
"extract_dir": ".",
"bin": "nircmdc.exe"
}