Skip to content

Commit

Permalink
iroh: Add version 0.21.0 (#5669)
Browse files Browse the repository at this point in the history
Co-authored-by: Aliaksandr Belik <[email protected]>
Co-authored-by: Hsiao-nan Cheung <[email protected]>
  • Loading branch information
3 people authored Jul 23, 2024
1 parent e83e57f commit 17c717e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bucket/iroh.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}

0 comments on commit 17c717e

Please sign in to comment.