ScoopInstaller_Main/bucket/superfile.json
2025-03-29 04:30:07 +00:00

35 lines
1.4 KiB
JSON

{
"version": "1.2.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.2.1/superfile-windows-v1.2.1-amd64.zip",
"hash": "f67d269dc65133a790d2268f7c01d2130796739db460d4ad2fc43dc26d1c637d",
"extract_dir": "dist/superfile-windows-v1.2.1-amd64"
},
"arm64": {
"url": "https://github.com/yorukot/superfile/releases/download/v1.2.1/superfile-windows-v1.2.1-arm64.zip",
"hash": "a21745451a6718aed060b8970513b29c1556b389342e2ae0f0ab8065ea9c4c65",
"extract_dir": "dist/superfile-windows-v1.2.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"
}
}
}
}