summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorveeso2022-06-18 13:46:11 +0200
committerveeso2022-06-18 13:46:11 +0200
commit3de4e2719765078d63a5e5557279aa4fb7c22300 (patch)
tree31a310d4e05ba64668a0e5f76cf4ea939d29392b
parent8e2236effff6cc677e8dab5cf9a2df957a760bcc (diff)
downloadaur-3de4e2719765078d63a5e5557279aa4fb7c22300.tar.gz
0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a03547b179e..a5723a8d94ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
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.8.2
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/veeso/termscp
arch = x86_64
license = MIT
provides = termscp
options = strip
- source = https://github.com/veeso/termscp/archive/refs/tags/v0.8.2.tar.gz
- sha256sums = e8f4d3f3a6aa317cdfcf4ee1ff3e4ea4b0990485738f10edefc538f508e94c5c
+ source = https://github.com/veeso/termscp/archive/refs/tags/v0.9.0.tar.gz
+ sha256sums = 07ad690097d5a846ef0c6b1c8a681641ddc19a329400ddd8502018fbd5143f59
pkgname = termscp
diff --git a/PKGBUILD b/PKGBUILD
index cf3c121d6344..603b0d5d7e99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Luis Martinez <luis dot martinez at tuta dot io>
pkgname=termscp
-pkgver=0.8.2
+pkgver=0.9.0
pkgrel=1
pkgdesc="A feature rich terminal UI file transfer and explorer"
url="https://github.com/veeso/termscp"
@@ -11,7 +11,7 @@ arch=("any")
depends=('gcc-libs' 'glibc' 'zlib' 'openssl' 'dbus')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('e8f4d3f3a6aa317cdfcf4ee1ff3e4ea4b0990485738f10edefc538f508e94c5c')
+sha256sums=('07ad690097d5a846ef0c6b1c8a681641ddc19a329400ddd8502018fbd5143f59')
prepare() {
cd "$pkgname-$pkgver"