mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
kubo: Update to 0.34.1, Remove architecture "32bit", Add architecture "arm64" (#6749)
This commit is contained in:
parent
f4e13bda9c
commit
cc17d7f398
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": "0.33.2",
|
"version": "0.34.1",
|
||||||
"description": "A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.",
|
"description": "A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.",
|
||||||
"homepage": "https://ipfs.tech/",
|
"homepage": "https://ipfs.tech/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://dist.ipfs.tech/kubo/v0.33.2/kubo_v0.33.2_windows-amd64.zip",
|
"url": "https://dist.ipfs.tech/kubo/v0.34.1/kubo_v0.34.1_windows-amd64.zip",
|
||||||
"hash": "sha512:eafb7d603fcd787d5e778edaaf1a0aebfbe46db236f17b2abf91c2a22eff44e7ef2954571998830624f5e21a90a08a2c18f1b1e20769326a43d7a9c98e1572c6"
|
"hash": "sha512:b139c4bacee6bf7b0221dbee5c5dfe4bf5b2ac0d5c7daa1521b338a9b170276654392fde97feb49230f03dd157c8a72d617b1ee0ff7b2e7f58664cc6d17246f2"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"arm64": {
|
||||||
"url": "https://dist.ipfs.tech/kubo/v0.33.2/kubo_v0.33.2_windows-386.zip",
|
"url": "https://dist.ipfs.tech/kubo/v0.34.1/kubo_v0.34.1_windows-arm64.zip",
|
||||||
"hash": "sha512:76c3f54697942195a44d6a75bb99e5581ae0a0dd291435b9e3c5779c5babdb4641cdc328d393fdc4aa233d0f67f8c60b03e8dbb788cd1ebc47f7faab043fb14e"
|
"hash": "sha512:b2c132abf332542d0adb4708029a6f43a772d09b2adbf1b70548f266a5ef0292caee0e8e77d0c438ebc97bd83fd2975b8c3204b75aeac19ad7581d79fa34f978"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "kubo",
|
"extract_dir": "kubo",
|
||||||
@ -25,8 +25,8 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://dist.ipfs.tech/kubo/v$version/kubo_v$version_windows-amd64.zip"
|
"url": "https://dist.ipfs.tech/kubo/v$version/kubo_v$version_windows-amd64.zip"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"arm64": {
|
||||||
"url": "https://dist.ipfs.tech/kubo/v$version/kubo_v$version_windows-386.zip"
|
"url": "https://dist.ipfs.tech/kubo/v$version/kubo_v$version_windows-arm64.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user