summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2018-12-11 00:00:02 +0100
committerFabioLolix2018-12-11 00:00:02 +0100
commit66520e144da9b6b3e1cc4912b6fd6f80e8bf29c6 (patch)
treef3e2d5993fef5291435dc4f060ae8609e6122cb1 /PKGBUILD
parent68c9087c92da78c9e09a2efe03a1e2a564a3576a (diff)
downloadaur-66520e144da9b6b3e1cc4912b6fd6f80e8bf29c6.tar.gz
v1.4.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 607b0f976c64..5b57f1d4669a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
pkgname=easyssh
-pkgver=1.3.4
-pkgrel=2
+pkgver=1.4.5
+pkgrel=1
pkgdesc="SSH connection manager for Pantheon"
arch=('x86_64')
url="https://github.com/muriloventuroso/easyssh"
@@ -10,7 +10,7 @@ license=(GPL3)
depends=(libgranite.so gtk3)
makedepends=(vala meson ninja)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/muriloventuroso/easyssh/archive/${pkgver}.tar.gz")
-sha256sums=('d59eaa43d8c633db69dd75f44ee5c5b19c8df0144adb9c87187fbaf734a76548')
+sha256sums=('2ed6a3519e48b82625ae212039bc1c4f8c8f55c975761b197670237dd9b1f480')
build() {
cd ${srcdir}/${pkgname}-${pkgver}