mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-06 23:41:28 +00:00
22 lines
725 B
JSON
22 lines
725 B
JSON
{
|
|
"version": "0.22.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.22.0/iroh-v0.22.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "64064a7904d59502d374d8b8755b36c9e916a9c8397cf6cf561473e581ce87df"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|