summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorveeso2023-10-02 17:00:16 +0200
committerveeso2023-10-02 17:00:16 +0200
commit8a99f4306813b328094cedb954beb1d940a1b656 (patch)
tree943412fd3b11abb0ecfb9c014a5cd5f024cc8a45
parent35712f039a38ef8b448d5753d1cf8ffd83b013b7 (diff)
downloadaur-8a99f4306813b328094cedb954beb1d940a1b656.tar.gz
Added some NullPointerExceptions - Happy easter, you bastards! :D
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc5a418b7bf1..31861065487d 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.12.1
+ pkgver = 0.12.2
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.12.1.tar.gz
- sha256sums = 6c0ae86db982cc537564bd8a4b9746365f96d3a7f6f5b002da61fcc382e852e6
+ source = https://github.com/veeso/termscp/archive/refs/tags/v0.12.2.tar.gz
+ sha256sums = c1cdf37185f78bd160ff92d19a294c04d741233ea992226f9c9192c1b3d18b84
pkgname = termscp
diff --git a/PKGBUILD b/PKGBUILD
index 02c316e53d21..eb6a08877cc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Luis Martinez <luis dot martinez at tuta dot io>
pkgname=termscp
-pkgver=0.12.1
+pkgver=0.12.2
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=('6c0ae86db982cc537564bd8a4b9746365f96d3a7f6f5b002da61fcc382e852e6')
+sha256sums=('c1cdf37185f78bd160ff92d19a294c04d741233ea992226f9c9192c1b3d18b84')
prepare() {
cd "$pkgname-$pkgver"