ScoopInstaller_Main/bucket/fastfetch.json
2025-04-09 08:30:08 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.40.4",
"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.40.4/fastfetch-windows-amd64.7z",
"hash": "1ec203edb4a8437871f717c4edb731836c6bf62420aa21e19feb282b0de63031"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.40.4/fastfetch-windows-aarch64.7z",
"hash": "2e136f79bb038e71aae4a0a62cc3021644c20611ba7522de9879045ae8a537d6"
}
},
"bin": [
"fastfetch.exe",
"flashfetch.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-amd64.7z"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-aarch64.7z"
}
}
}
}