From 862eeeebf04b2dce536496676b33c62bd23d55b0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 1 Mar 2021 21:04:33 +0000 Subject: [PATCH] sigrok: Update to version 0.7.2 --- bucket/sigrok.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sigrok.json b/bucket/sigrok.json index f5ebb6f1b4..6d76c293e0 100644 --- a/bucket/sigrok.json +++ b/bucket/sigrok.json @@ -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",