2020-05-09 12:26:11 +02:00

35 lines
1.4 KiB
JSON

{
"homepage": "https://ipfs.io/",
"version": "0.5.1",
"license": "MIT",
"description": "A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.",
"architecture": {
"64bit": {
"url": "https://github.com/ipfs/go-ipfs/releases/download/v0.5.1/go-ipfs_v0.5.1_windows-amd64.zip",
"hash": "sha512:af3ba489fe61180ca477a91958c6d26d93f1c021c1d35cebafae428c9ead6d53ed42c7025ac811aa37c0dac064ad8dd41136ccf86a54fb306f966f2f179d69fa"
},
"32bit": {
"url": "https://github.com/ipfs/go-ipfs/releases/download/v0.5.1/go-ipfs_v0.5.1_windows-386.zip",
"hash": "sha512:1b9710e502b9b567259209d912043569931eee9c44aa8bb623abfe4874c516011afc8376ff9337e7fd972c0368a2c037234673166fd90fe58f6fb0a9870388c6"
}
},
"extract_dir": "go-ipfs",
"bin": "ipfs.exe",
"checkver": {
"github": "https://github.com/ipfs/go-ipfs"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ipfs/go-ipfs/releases/download/v$version/go-ipfs_v$version_windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/ipfs/go-ipfs/releases/download/v$version/go-ipfs_v$version_windows-386.zip"
}
},
"hash": {
"url": "$url.sha512"
}
}
}