From 27dedb50d17b9f6f8fe64d6e01d140b39a7255f7 Mon Sep 17 00:00:00 2001 From: chhe Date: Mon, 4 Oct 2021 18:33:56 +0200 Subject: [PATCH] termscp: Add version 0.6.1 (#2631) * added termscp@0.6.1 * Update bucket/termscp.json Co-authored-by: Issac Lin Co-authored-by: David Wettstein Co-authored-by: Issac Lin --- bucket/termscp.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/termscp.json diff --git a/bucket/termscp.json b/bucket/termscp.json new file mode 100644 index 0000000000..1644a0231d --- /dev/null +++ b/bucket/termscp.json @@ -0,0 +1,21 @@ +{ + "version": "0.6.1", + "description": "Terminal UI file explorer with SCP/SFTP/FTP support", + "homepage": "https://github.com/veeso/termscp", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/veeso/termscp/releases/download/v0.6.1/termscp-0.6.1-msvc.zip", + "hash": "f149d3dc0ad2242378201553a8d6902d3eeda200ac42345fb68536e161fa2f00" + } + }, + "bin": "termscp.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/veeso/termscp/releases/download/v$version/termscp-$version-msvc.zip" + } + } + } +}