From 37516d1f0b275ede1d1d08b4c54c98d8c8a109e1 Mon Sep 17 00:00:00 2001 From: Sergey Ivchenko Date: Thu, 6 Feb 2025 15:35:40 +0700 Subject: [PATCH] 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> --- bucket/superfile.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/superfile.json diff --git a/bucket/superfile.json b/bucket/superfile.json new file mode 100644 index 0000000000..189e660221 --- /dev/null +++ b/bucket/superfile.json @@ -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" + } + } + } +}