From 17c717ec3026fd37dbbb38ff47d2c20092f4f00f Mon Sep 17 00:00:00 2001 From: xialvjun Date: Tue, 23 Jul 2024 18:42:06 +0800 Subject: [PATCH] iroh: Add version 0.21.0 (#5669) Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Co-authored-by: Hsiao-nan Cheung --- bucket/iroh.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/iroh.json diff --git a/bucket/iroh.json b/bucket/iroh.json new file mode 100644 index 0000000000000..f390fb024476a --- /dev/null +++ b/bucket/iroh.json @@ -0,0 +1,21 @@ +{ + "version": "0.21.0", + "description": "A protocol for syncing & moving bytes", + "homepage": "https://github.com/n0-computer/iroh", + "license": "Apache-2.0|MIT", + "architecture": { + "64bit": { + "url": "https://github.com/n0-computer/iroh/releases/download/v0.21.0/iroh-v0.21.0-x86_64-pc-windows-msvc.zip", + "hash": "491e332fb1e7fda1a0ca5dba481186f40a4a948a11c5c18b2570d6ad408141d8" + } + }, + "bin": "iroh.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/n0-computer/iroh/releases/download/v$version/iroh-v$version-x86_64-pc-windows-msvc.zip" + } + } + } +}