summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbbd62465ac8..c41e0e2d4874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Kevin MacMartin <prurigro@gmail.com>
pkgname=sshmnt
-pkgver=1.6
-pkgrel=4
+pkgver=1.6.1
+pkgrel=1
pkgdesc='A utility for managing multiple sshfs profiles from the commandline'
url='https://github.com/prurigro/sshmnt'
license=('GPL3')
arch=('any')
depends=('fuse2' 'sshfs' 'openssh' 'bc')
source=("https://github.com/prurigro/$pkgname/archive/v$pkgver.tar.gz")
-sha512sums=('7ef2fcc2a357ada62433c05225bc3184cd085bdb29f85bbe5df81e088a2b9bfb6be3ad2d7ce970001278832e9a7d85421396dbc8f2b85504c8c81e5b53485802')
+sha512sums=('fb80c29d1176f063690a779fff03bf0d0d8b4b87aee07691353de3b9fae380702eff3d11a492a96d63782e7de87b13ec3a90eb30d4969315b4f5ab900e529477')
package() {
cd $pkgname-$pkgver