kubo: Rename from 'go-ipfs' (#3779)

This commit is contained in:
Hsiao-nan Cheung 2022-07-26 00:36:36 +08:00 committed by GitHub
parent 9364f5f386
commit e60b1480ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 34 deletions

View File

@ -1,34 +0,0 @@
{
"version": "0.13.1",
"description": "A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.",
"homepage": "https://ipfs.io/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ipfs/go-ipfs/releases/download/v0.13.1/go-ipfs_v0.13.1_windows-amd64.zip",
"hash": "sha512:92e4bc6b922e3d185de7b2588c8e8913f523413b88897c46f3beece0f1f56ab895ad0c176f9d3df99a426e4d96286dd26a312c0d2f41e2d5daffb26f785ca9c9"
},
"32bit": {
"url": "https://github.com/ipfs/go-ipfs/releases/download/v0.13.1/go-ipfs_v0.13.1_windows-386.zip",
"hash": "sha512:db129e0f70cd511b0604cda26fc0842b14df3172b0f00a5b60478d942c0bde08bfbb1bccb8819e648386fe9641129b98553bee059ccb02c222ff16997daf209a"
}
},
"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"
}
}
}

35
bucket/kubo.json Normal file
View File

@ -0,0 +1,35 @@
{
"version": "0.14.0",
"description": "A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.",
"homepage": "https://ipfs.io/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dist.ipfs.io/kubo/v0.14.0/kubo_v0.14.0_windows-amd64.zip",
"hash": "sha512:6d2410bb5bd1012835e6bf7f12f079f459944a2de7b43440e066715f8f4cc9a5a9ac5ac89d5cf28209cef6828895397000013c45faadb630e75308e8918ac6bf"
},
"32bit": {
"url": "https://dist.ipfs.io/kubo/v0.14.0/kubo_v0.14.0_windows-386.zip",
"hash": "sha512:e882937cf4b491709993b207445758511428eae356fc7b665955a84b8cd4451e06d72ceb15db405ff431cec151d4e284de9d6de549895fdb64274d058db2403a"
}
},
"extract_dir": "go-ipfs",
"bin": "ipfs.exe",
"checkver": {
"url": "https://dist.ipfs.io/kubo/versions",
"regex": "(?m)^v([\\d.]*)$"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dist.ipfs.io/kubo/v$version/kubo_v$version_windows-amd64.zip"
},
"32bit": {
"url": "https://dist.ipfs.io/kubo/v$version/kubo_v$version_windows-386.zip"
}
},
"hash": {
"url": "$url.sha512"
}
}
}