summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2022-01-28 19:44:22 +0100
committerFabioLolix2022-01-28 19:44:22 +0100
commit3713585e926eba5bf1aa3db2d28cdfbbc9d9dd3c (patch)
treef7d61775563919436a3fd9883439bb3ab414c115 /PKGBUILD
parent096239022b6cb881e1354eec457508a51a0535fc (diff)
downloadaur-easyssh.tar.gz
v1.7.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 739e601f3e0d..02e33d78f6e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
pkgname=easyssh
-pkgver=1.7.8
+pkgver=1.7.9
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=('1af3d15da4c1e682ff0ed3cf8f9b574252f4d8107e8a554ed4c283722a3ec9ac')
+sha256sums=('bf3145c141362997c643a9f9a22168292cee7a0a329ed018e826a65e1e8d087c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"