fastfetch@2.0.4: Add arm64 (#5048)

* fastfetch: use 7z archive

* arm64

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
Carter Li 2023-08-25 18:01:54 +08:00 committed by GitHub
parent e961f3be19
commit f45a1f44d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,16 @@
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.0.4/fastfetch-2.0.4-Win64.zip", "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.0.4/fastfetch-2.0.4-Win64.7z",
"hash": "7d8bdf5de84940b7f5c8fe088537404cf24e5fa824f0e47002d154312fc2c2ed" "hash": "e9717dd708d14a9d4663b562851e5eb959f8f2fe5940287ff98baf75c4bfeb33"
}, },
"32bit": { "32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.0.4/fastfetch-2.0.4-Win32.zip", "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.0.4/fastfetch-2.0.4-Win32.7z",
"hash": "4a14b77d4d09f652193af377f1453d04aae8f154be718badcafadbaa5f492f55" "hash": "496e59c04ee457021678cb11e7ab1741d13adc759b98907cbe9c0a87b623bcf8"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.0.4/fastfetch-2.0.4-WinArm64.7z",
"hash": "0611438377f55c686fd06991a93710f9f0cd123c7529fb76b52e4de542c65833"
} }
}, },
"bin": [ "bin": [
@ -21,10 +25,13 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win64.zip" "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win64.7z"
}, },
"32bit": { "32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win32.zip" "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win32.7z"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-WinArm64.7z"
} }
} }
} }