diff --git a/bucket/probe-rs-tools.json b/bucket/probe-rs-tools.json new file mode 100644 index 0000000000000..202a8d4a0c8e5 --- /dev/null +++ b/bucket/probe-rs-tools.json @@ -0,0 +1,23 @@ +{ + "version": "0.30.0", + "description": "A debugging toolset and library for debugging embedded ARM and RISC-V targets on a separate host.", + "homepage": "https://github.com/probe-rs/probe-rs", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/probe-rs/probe-rs/releases/download/v0.30.0/probe-rs-tools-x86_64-pc-windows-msvc.zip", + "hash": "506abec2c50a414aa4db369d7ca94d7e9fd92fb464ee9478e697d652e4ead27f" + } + }, + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/probe-rs/probe-rs/releases/download/v$version/probe-rs-tools-x86_64-pc-windows-msvc.zip" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}