Skip to content

Commit

Permalink
fastfetch: drop 32bit support
Browse files Browse the repository at this point in the history
Newer version of fastfetch no longer provides 32bit binaries.
  • Loading branch information
CarterLi authored Nov 4, 2024
1 parent 225980f commit 3818f66
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bucket/fastfetch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"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"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.28.0/fastfetch-windows-aarch64.7z",
"hash": "c16d08eca689dfac0d8529c11f5c2c0364929549708a17312d77d2ce484a8af3"
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 3818f66

Please sign in to comment.