From d62a6e98c89a2bd4edb6f25b28ba429c624ed620 Mon Sep 17 00:00:00 2001 From: veeso Date: Sun, 10 Jan 2021 18:22:53 +0100 Subject: [PATCH] 0.3.0 --- README.md | 2 +- dist/pkgs/arch/.SRCINFO | 6 +++--- dist/pkgs/arch/PKGBUILD | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index be09693..b5eefbf 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ You can access the SSH key storage, from configuration moving to the `SSH Keys` - **Remove an existing key**: just press `` or `` on the key you want to remove, to delete persistently the key from termscp. - **Edit an existing key**: just press `` on the key you want to edit, to change the private key. -> Q: Wait, my private key is protected with password, can I use it? +> Q: Wait, my private key is protected with password, can I use it? > A: Of course you can. The password provided for authentication in termscp, is valid both for username/password authentication and for RSA key authentication. --- diff --git a/dist/pkgs/arch/.SRCINFO b/dist/pkgs/arch/.SRCINFO index b5426e0..c4cbb77 100644 --- a/dist/pkgs/arch/.SRCINFO +++ b/dist/pkgs/arch/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = termscp-bin pkgdesc = TermSCP is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal. - pkgver = 0.2.0 + pkgver = 0.3.0 pkgrel = 1 url = https://github.com/veeso/termscp arch = x86_64 license = GPL-3.0 provides = termscp options = strip - source = https://github.com/veeso/termscp/releases/download/v0.2.0/termscp-0.2.0-x86_64.tar.gz - sha256sums = b40f5223e74514c4a9855831da7b5c4a79d415822ec2840ccae98278a2176d01 + source = https://github.com/veeso/termscp/releases/download/v0.3.0/termscp-0.3.0-x86_64.tar.gz + sha256sums = c9e777c48e30ff1ebf84dbe10f5471b2da753e324753bda2cb08109beab0637d pkgname = termscp-bin diff --git a/dist/pkgs/arch/PKGBUILD b/dist/pkgs/arch/PKGBUILD index e99b323..26e2df0 100644 --- a/dist/pkgs/arch/PKGBUILD +++ b/dist/pkgs/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Christian Visintin pkgname=termscp -pkgver=0.2.0 +pkgver=0.3.0 pkgrel=1 pkgdesc="TermSCP is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal." url="https://github.com/veeso/termscp" @@ -9,7 +9,7 @@ arch=("x86_64") provides=("termscp") options=("strip") source=("https://github.com/veeso/termscp/releases/download/v$pkgver/termscp-$pkgver-x86_64.tar.gz") -sha256sums=("b40f5223e74514c4a9855831da7b5c4a79d415822ec2840ccae98278a2176d01") +sha256sums=("c9e777c48e30ff1ebf84dbe10f5471b2da753e324753bda2cb08109beab0637d") package() { install -Dm755 termscp -t "$pkgdir/usr/bin/"