Skip to content

Commit

Permalink
Arch sha
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Apr 6, 2021
1 parent 3be890c commit 81ae310
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---

Expand Down
6 changes: 3 additions & 3 deletions dist/pkgs/arch/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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

4 changes: 2 additions & 2 deletions dist/pkgs/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# 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")
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/"
Expand Down

0 comments on commit 81ae310

Please sign in to comment.