ScoopInstaller_Main/bucket/superfile.json
2025-05-22 12:31:40 +00:00

35 lines
1.4 KiB
JSON

{
"version": "1.3.0",
"description": "Pretty fancy and modern terminal file manager",
"homepage": "https://superfile.netlify.app/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/yorukot/superfile/releases/download/v1.3.0/superfile-windows-v1.3.0-amd64.zip",
"hash": "f91716ee727e8014eed4b25f0d3016d505e6477f3a8b49390d68439cbfe9ad79",
"extract_dir": "dist/superfile-windows-v1.3.0-amd64"
},
"arm64": {
"url": "https://github.com/yorukot/superfile/releases/download/v1.3.0/superfile-windows-v1.3.0-arm64.zip",
"hash": "e67076f557bd1cf4056aff5943c7a307331472ea9d71d16c6978a9629d37b9f4",
"extract_dir": "dist/superfile-windows-v1.3.0-arm64"
}
},
"bin": "spf.exe",
"checkver": {
"github": "https://github.com/yorukot/superfile"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/yorukot/superfile/releases/download/v$version/superfile-windows-v$version-amd64.zip",
"extract_dir": "dist/superfile-windows-v$version-amd64"
},
"arm64": {
"url": "https://github.com/yorukot/superfile/releases/download/v$version/superfile-windows-v$version-arm64.zip",
"extract_dir": "dist/superfile-windows-v$version-arm64"
}
}
}
}