From 81ae310e3d458deb30549e1ec7701ccf7d06e736 Mon Sep 17 00:00:00 2001 From: veeso Date: Tue, 6 Apr 2021 22:31:31 +0200 Subject: [PATCH] Arch sha --- 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 41fdf4f..8bd23c4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ~ Basically, WinSCP on a terminal ~ Developed by Christian Visintin -Current version: 0.4.1 (06/04/2021) +Current version: 0.4.1 (07/04/2021) --- diff --git a/dist/pkgs/arch/.SRCINFO b/dist/pkgs/arch/.SRCINFO index a96ca39..910ccf1 100644 --- a/dist/pkgs/arch/.SRCINFO +++ b/dist/pkgs/arch/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = termscp 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.4.1 - pkgrel = 2 + pkgrel = 1 url = https://github.com/veeso/termscp arch = x86_64 - license = GPL-3.0 + license = MIT provides = termscp options = strip source = https://github.com/veeso/termscp/releases/download/v0.4.1/termscp-0.4.1-x86_64.tar.gz - sha256sums = 04a827ebeac48f0c181617acfa9f2a674e7ac91117a85bf4e68ec6ce31ee4077 + sha256sums = 0862fafbeb957a657db14dc5954bb73350c1675ba30a01580b96cb044f1443fe pkgname = termscp diff --git a/dist/pkgs/arch/PKGBUILD b/dist/pkgs/arch/PKGBUILD index fc8a98a..b5c6153 100644 --- a/dist/pkgs/arch/PKGBUILD +++ b/dist/pkgs/arch/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Christian Visintin pkgname=termscp pkgver=0.4.1 -pkgrel=2 +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" license=("MIT") @@ -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=("04a827ebeac48f0c181617acfa9f2a674e7ac91117a85bf4e68ec6ce31ee4077") +sha256sums=("0862fafbeb957a657db14dc5954bb73350c1675ba30a01580b96cb044f1443fe") package() { install -Dm755 termscp -t "$pkgdir/usr/bin/"