mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
fastfetch: Drop 32bit support (#6303)
This commit is contained in:
parent
b24342b759
commit
ff698644ac
@ -1,20 +1,16 @@
|
||||
{
|
||||
"version": "2.28.0",
|
||||
"description": "A neofetch-like tool for fetching system information and displaying them in a pretty way",
|
||||
"version": "2.30.1",
|
||||
"description": "A maintained, feature-rich and performance oriented, neofetch like system information tool",
|
||||
"homepage": "https://github.com/fastfetch-cli/fastfetch",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.28.0/fastfetch-windows-amd64.7z",
|
||||
"hash": "766f743730dfc2a79e1060ead7879a09966527ac350f33458636a1d3f26d2337"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.28.0/fastfetch-windows-i686.7z",
|
||||
"hash": "287e00d760d16095257d7a4bcce6de58363383622990ee97f84f88d8979a3899"
|
||||
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.30.1/fastfetch-windows-amd64.7z",
|
||||
"hash": "c62f855fd1877848bcb5ca4ab9fca444dd85fb2c569e532a25b73d28c367b4b9"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.28.0/fastfetch-windows-aarch64.7z",
|
||||
"hash": "c16d08eca689dfac0d8529c11f5c2c0364929549708a17312d77d2ce484a8af3"
|
||||
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.30.1/fastfetch-windows-aarch64.7z",
|
||||
"hash": "89159b608cf9ca7dbde0f33544654e6adddf490e43af5e46cf9ddfb7ffa0efc5"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
@ -27,9 +23,6 @@
|
||||
"64bit": {
|
||||
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-amd64.7z"
|
||||
},
|
||||
"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