mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 09:51:19 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "1.3.2",
|
|
"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.2/superfile-windows-v1.3.2-amd64.zip",
|
|
"hash": "587462e6f8ce335794bb072cb8f2d5e22900b8fb8c45cb23a27f21085be235bc",
|
|
"extract_dir": "dist/superfile-windows-v1.3.2-amd64"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/yorukot/superfile/releases/download/v1.3.2/superfile-windows-v1.3.2-arm64.zip",
|
|
"hash": "07104c48f8dbd96590f5a3fef791edb2cc08ea14b0c81a565d7c1dcdff90937f",
|
|
"extract_dir": "dist/superfile-windows-v1.3.2-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"
|
|
}
|
|
}
|
|
}
|
|
}
|