mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "1.3.3",
|
|
"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.3/superfile-windows-v1.3.3-amd64.zip",
|
|
"hash": "288686c6e806a803698c58f9cca3e4c5e4ac5be4f82e1a099a6f7da41be53877",
|
|
"extract_dir": "dist/superfile-windows-v1.3.3-amd64"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/yorukot/superfile/releases/download/v1.3.3/superfile-windows-v1.3.3-arm64.zip",
|
|
"hash": "e19cf04ecff1c0ef800aa8e72b944d61ef5230070e710e083637d1503b687638",
|
|
"extract_dir": "dist/superfile-windows-v1.3.3-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"
|
|
}
|
|
}
|
|
}
|
|
}
|