diff --git a/bucket/go-ipfs.json b/bucket/go-ipfs.json deleted file mode 100644 index 8e2e53f9b6..0000000000 --- a/bucket/go-ipfs.json +++ /dev/null @@ -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" - } - } -} diff --git a/bucket/kubo.json b/bucket/kubo.json new file mode 100644 index 0000000000..6b0a6562e3 --- /dev/null +++ b/bucket/kubo.json @@ -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" + } + } +}