mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
Add checkver/autoupdate to nircmd (#1839)
This commit is contained in:
parent
968c2e12b8
commit
8fa585c99c
13
nircmd.json
13
nircmd.json
@ -1,6 +1,9 @@
|
|||||||
{
|
{
|
||||||
"version": "2.81",
|
"version": "2.81",
|
||||||
"homepage": "https://www.nirsoft.net/utils/nircmd.html",
|
"homepage": "https://www.nirsoft.net/utils/nircmd.html",
|
||||||
|
"checkver": {
|
||||||
|
"re": "<td>NirCmd v([\\d\\.]+)"
|
||||||
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://www.nirsoft.net/utils/nircmd.zip",
|
"url": "https://www.nirsoft.net/utils/nircmd.zip",
|
||||||
@ -11,6 +14,16 @@
|
|||||||
"hash": "37445b39e2fc437688164866c495bd28890ded5d0dbf71615bf92776e57c5189"
|
"hash": "37445b39e2fc437688164866c495bd28890ded5d0dbf71615bf92776e57c5189"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://www.nirsoft.net/utils/nircmd.zip"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://www.nirsoft.net/utils/nircmd-x64.zip"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"extract_dir": ".",
|
"extract_dir": ".",
|
||||||
"bin": "nircmdc.exe"
|
"bin": "nircmdc.exe"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user