Skip to content

Commit

Permalink
fastfetch: Drop 32bit support (#6303)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi authored Dec 9, 2024
1 parent b24342b commit ff69864
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions bucket/fastfetch.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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"
}
Expand Down

0 comments on commit ff69864

Please sign in to comment.