From 04cafc4181e6e152b8710f96051be96fe15cf1c7 Mon Sep 17 00:00:00 2001 From: veeso Date: Sun, 20 Jun 2021 17:59:27 +0200 Subject: [PATCH] distros --- README.md | 2 +- dist/pkgs/arch/.SRCINFO | 2 +- dist/pkgs/arch/PKGBUILD | 2 +- dist/pkgs/freebsd/manifest | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 691c10b..d7312b7 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Termscp is a feature rich terminal file transfer and explorer, with support for If you're considering to install termscp I want to thank you 💜 ! I hope you will enjoy termscp! If you want to contribute to this project, don't forget to check out our contribute guide. [Read More](CONTRIBUTING.md) -If you are a Linux or a MacOS user this simple shell script will install termscp on your system with a single command: +If you are a Linux, a FreeBSD or a MacOS user this simple shell script will install termscp on your system with a single command: ```sh curl --proto '=https' --tlsv1.2 -sSf "https://raw.githubusercontent.com/veeso/termscp/main/install.sh" | sh diff --git a/dist/pkgs/arch/.SRCINFO b/dist/pkgs/arch/.SRCINFO index 26ec3c4..bd66fe2 100644 --- a/dist/pkgs/arch/.SRCINFO +++ b/dist/pkgs/arch/.SRCINFO @@ -8,7 +8,7 @@ pkgbase = termscp provides = termscp options = strip source = https://github.com/veeso/termscp/releases/download/v0.5.1/termscp-0.5.1-x86_64.tar.gz - sha256sums = 279b4cab7da68c6db0efc054ddf72e36de85910110721b66d5cdc55833c99ccf + sha256sums = f66a1d1602dc8ea336ba4a42bfbe818edc9c20722e1761b471b76109c272094c pkgname = termscp diff --git a/dist/pkgs/arch/PKGBUILD b/dist/pkgs/arch/PKGBUILD index 9da854d..b195779 100644 --- a/dist/pkgs/arch/PKGBUILD +++ b/dist/pkgs/arch/PKGBUILD @@ -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=("279b4cab7da68c6db0efc054ddf72e36de85910110721b66d5cdc55833c99ccf") +sha256sums=("f66a1d1602dc8ea336ba4a42bfbe818edc9c20722e1761b471b76109c272094c") package() { install -Dm755 termscp -t "$pkgdir/usr/bin/" diff --git a/dist/pkgs/freebsd/manifest b/dist/pkgs/freebsd/manifest index 83a7242..a63fcb2 100755 --- a/dist/pkgs/freebsd/manifest +++ b/dist/pkgs/freebsd/manifest @@ -13,5 +13,5 @@ deps: { libssh: {origin: security/libssh, version: 0.9.5} } files: { - /usr/local/bin/termscp: "SHA256 HERE" + /usr/local/bin/termscp: "87543d13b11b6e601ba8cdde9d704c80dc3515f1681fbf71fd0b31d7206efc09" }