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.1",
|
|
"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.1/superfile-windows-v1.3.1-amd64.zip",
|
|
"hash": "933e4d3b6903cfb0be377f5bf25f078e89411bca3363dac1575eeab5b88e134a",
|
|
"extract_dir": "dist/superfile-windows-v1.3.1-amd64"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/yorukot/superfile/releases/download/v1.3.1/superfile-windows-v1.3.1-arm64.zip",
|
|
"hash": "ca95bf3f0d733cc6a38fcf8e7fa889cc820fb131623f2320574d2665838745a7",
|
|
"extract_dir": "dist/superfile-windows-v1.3.1-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"
|
|
}
|
|
}
|
|
}
|
|
}
|