sigrok: Update to version 0.7.2

This commit is contained in:
Richard Kuhnt 2021-03-01 21:04:33 +00:00
parent 2c9b094fdc
commit 862eeeebf0

View File

@ -1,16 +1,16 @@
{
"version": "0.7.1",
"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.1-x86_64-installer.exe#/dl.7z",
"hash": "efbb078edf342f48f36c3b68c180c7a1cdcec9f8ad6bf6237cc8175e3763e651"
"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.1-i686-installer.exe#/dl.7z",
"hash": "fb97eef3f3b68758e0c9fb471bf1daee5771530ac244dcf4e01e1acdcce64208"
"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",