summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2020-02-23 22:48:42 +0100
committerFabioLolix2020-02-23 22:48:42 +0100
commit258aac75c1a842ffc5ebde9fb5823c4420930e26 (patch)
tree4d6f819f84b04310fc286c428705b0b459e13439 /PKGBUILD
parent2162598c959056da0166a354ff68e4e9f2529a46 (diff)
downloadaur-258aac75c1a842ffc5ebde9fb5823c4420930e26.tar.gz
v1.6.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb977ea74e3c..5e5cece56c8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
pkgname=easyssh
-pkgver=1.6.5
+pkgver=1.6.6
pkgrel=1
pkgdesc="SSH connection manager for Pantheon"
arch=(x86_64)
@@ -10,7 +10,7 @@ license=(GPL3)
depends=(libgranite.so gtk3 vte3)
makedepends=(vala meson ninja)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/muriloventuroso/easyssh/archive/${pkgver}.tar.gz")
-sha256sums=('7159509f86e425b49538c92bd2d5cc9b9b498ff63479fb39bb7dd193b9efce5b')
+sha256sums=('9ca938b62c4adf2fe23e4b855b55fbc61297515434d1a042155efdb4ec60a371')
build() {
cd ${srcdir}/${pkgname}-${pkgver}