mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "1.2.0.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.2.0.0/superfile-windows-v1.2.0.0-amd64.zip",
|
|
"hash": "f3122d375913be1ad273815ed31537cd6ba06770cc3c5fdb0dce900b7f435d49",
|
|
"extract_dir": "dist/superfile-windows-v1.2.0.0-amd64"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/yorukot/superfile/releases/download/v1.2.0.0/superfile-windows-v1.2.0.0-arm64.zip",
|
|
"hash": "909f99b0813e561e3d99afb9335aeeb84352c713407f0cabbb53a19483721a74",
|
|
"extract_dir": "dist/superfile-windows-v1.2.0.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"
|
|
}
|
|
}
|
|
}
|
|
}
|