mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
go-ipfs: Move from extras (#328)
This commit is contained in:
parent
9108493c9c
commit
04dc77159c
34
bucket/go-ipfs.json
Normal file
34
bucket/go-ipfs.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"homepage": "https://ipfs.io/",
|
||||
"version": "0.4.22",
|
||||
"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.4.22/go-ipfs_v0.4.22_windows-amd64.zip",
|
||||
"hash": "sha512:ef8c83398c08ef2866205b9709d2d63a1a5121f5830382fa867b69ccaf11df34e64c0d23c321f945ad17a8cf3f449b9a9808d71ece0a44a17f6a9a3b68b548be"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/ipfs/go-ipfs/releases/download/v0.4.22/go-ipfs_v0.4.22_windows-386.zip",
|
||||
"hash": "sha512:6f4679653c5f5b2f00071db85521f2aa29c686c8a6c2943cc99979c67836f5153ebe79a1faada68576f734f0a7a72e0d69cbc097d45f12e043c7c210c03902ac"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user