termscp: Update to version 0.7.0

This commit is contained in:
Jakub Čábera 2021-10-12 21:22:26 -07:00
parent 7887e976bd
commit 5673190ec8

View File

@ -1,12 +1,12 @@
{ {
"version": "0.6.1", "version": "0.7.0",
"description": "Terminal UI file explorer with SCP/SFTP/FTP support", "description": "Terminal UI file explorer with SCP/SFTP/FTP support",
"homepage": "https://github.com/veeso/termscp", "homepage": "https://github.com/veeso/termscp",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/veeso/termscp/releases/download/v0.6.1/termscp-0.6.1-msvc.zip", "url": "https://github.com/veeso/termscp/releases/download/v0.7.0/termscp-v0.7.0-x86_64-pc-windows-msvc.zip",
"hash": "f149d3dc0ad2242378201553a8d6902d3eeda200ac42345fb68536e161fa2f00" "hash": "c4d0394b6302b9c3fb2dafad132833b566e116ccae8fd17dbc1a495f5d83a584"
} }
}, },
"bin": "termscp.exe", "bin": "termscp.exe",
@ -14,7 +14,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/veeso/termscp/releases/download/v$version/termscp-$version-msvc.zip" "url": "https://github.com/veeso/termscp/releases/download/v$version/termscp-v$version-x86_64-pc-windows-msvc.zip"
} }
} }
} }