mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
fastfetch: Add arm64 binary (#5857)
This commit is contained in:
parent
df0934c358
commit
0a6671661e
@ -11,6 +11,10 @@
|
||||
"32bit": {
|
||||
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.13.1/fastfetch-windows-i686.7z",
|
||||
"hash": "99caad5a6261c3f1294792152119e82f35510e249b5201de47aa54b658fa738b"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.13.1/fastfetch-windows-aarch64.7z",
|
||||
"hash": "a95d0e872fdb1deccb635516abd62f20d0013541d7a1d17223bc732f5135056e"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
@ -25,6 +29,9 @@
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-i686.7z"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-aarch64.7z"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user