mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
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>
This commit is contained in:
parent
328f03679f
commit
37516d1f0b
34
bucket/superfile.json
Normal file
34
bucket/superfile.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user