ScoopInstaller_Main/bucket/superfile.json
Sergey Ivchenko 37516d1f0b
superfile: Add version 1.1.7.1 (#6220)
* superfile: Add version 1.1.4

* superfile@1.1.4: Added arm64 version

* superfile: Update to version 1.1.6

* superfile: Update to version 1.1.7.1

* superfile@1.1.7.1: Fixed github checkver source

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>

---------

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
2025-02-06 09:35:40 +01:00

35 lines
1.4 KiB
JSON

{
"version": "1.1.7.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.1.7.1/superfile-windows-v1.1.7.1-amd64.zip",
"hash": "4087aedd461942b0ebfa767d5ba1803d35e4ef2fbc211fc5bd9d4061d59e0f76",
"extract_dir": "dist/superfile-windows-v1.1.7.1-amd64"
},
"arm64": {
"url": "https://github.com/yorukot/superfile/releases/download/v1.1.7.1/superfile-windows-v1.1.7.1-arm64.zip",
"hash": "9b95bb41a4a003f39795347b3a9ea5e43dae7a02e950e95f92aeb15c180c9831",
"extract_dir": "dist/superfile-windows-v1.1.7.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"
}
}
}
}