ScoopInstaller_Main/bucket/fastfetch.json
2024-04-22 20:25:40 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.10.1",
"description": "A neofetch-like tool for fetching system information and displaying them in a pretty way",
"homepage": "https://github.com/fastfetch-cli/fastfetch",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.10.1/fastfetch-windows-amd64.7z",
"hash": "44a45aace01a70a4231df06c0b753e6a4bbd4390baef2e13f920ed00fd0e4e33"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.10.1/fastfetch-windows-i686.7z",
"hash": "4dd1bfe939da80c847864788586422502d10817f818402bace3403e163fcfd37"
}
},
"bin": [
"fastfetch.exe",
"flashfetch.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"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"
}
}
}
}