Fixed sha256sum

This commit is contained in:
veeso
2021-03-30 22:07:23 +02:00
parent f94a811dd9
commit 0c22b322ae
2 changed files with 7 additions and 7 deletions

View File

@@ -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.0
pkgrel = 1
pkgver = 0.4.1
pkgrel = 2
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.4.0/termscp-0.4.0-x86_64.tar.gz
sha256sums = 7a8c70add8306a2cb3f2ee1d075a00fef143fc9aad4199797c7462bab1649296
source = https://github.com/veeso/termscp/releases/download/v0.4.1/termscp-0.4.1-x86_64.tar.gz
sha256sums = 04a827ebeac48f0c181617acfa9f2a674e7ac91117a85bf4e68ec6ce31ee4077
pkgname = termscp

View File

@@ -1,7 +1,7 @@
# Maintainer: Christian Visintin
pkgname=termscp
pkgver=0.4.0
pkgrel=1
pkgver=0.4.1
pkgrel=2
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=("7a8c70add8306a2cb3f2ee1d075a00fef143fc9aad4199797c7462bab1649296")
sha256sums=("04a827ebeac48f0c181617acfa9f2a674e7ac91117a85bf4e68ec6ce31ee4077")
package() {
install -Dm755 termscp -t "$pkgdir/usr/bin/"