mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
This manifest has been error-ing during Excavator action for who knows how long. The version in the scoop bucket is very out of date, and looking at their website documentation at https://www.iroh.computer/ , it seems to me that they have pivoted to being more of a rust library than a definitive service that you run as a CLI application. They do not seem to advertise a app or service to download and install and execute.
22 lines
725 B
JSON
22 lines
725 B
JSON
{
|
|
"version": "0.28.1",
|
|
"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.28.1/iroh-v0.28.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "70715b74fdf30997d487d0b43a244d581fe6062285577ea237206224e34e6b61"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|