mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"version": "0.7.2",
|
|
"description": "A command line utility for the sigrok software.",
|
|
"homepage": "https://sigrok.org/",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://sigrok.org/download/binary/sigrok-cli/sigrok-cli-0.7.2-x86_64-installer.exe#/dl.7z",
|
|
"hash": "27ddf838c992381f3d9c52ad9d5a7ec7db382d9aea1905d44538a7c7bd368446"
|
|
},
|
|
"32bit": {
|
|
"url": "https://sigrok.org/download/binary/sigrok-cli/sigrok-cli-0.7.2-i686-installer.exe#/dl.7z",
|
|
"hash": "d16778f88557ee68f8ed1ee3048ec9e71ac6a4359dd3e223f67bc2ab2369f018"
|
|
}
|
|
},
|
|
"pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\" -Force -Recurse",
|
|
"bin": [
|
|
"sigrok-cli.exe",
|
|
[
|
|
"sigrok-cli.exe",
|
|
"sigrok"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://sigrok.org/download/binary/sigrok-cli/?C=M;O=D",
|
|
"regex": "sigrok-cli-([\\d.]+)-x86_64-installer\\.exe"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://sigrok.org/download/binary/sigrok-cli/sigrok-cli-$version-x86_64-installer.exe#/dl.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://sigrok.org/download/binary/sigrok-cli/sigrok-cli-$version-i686-installer.exe#/dl.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|