summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Down2019-05-02 13:17:20 -0400
committerChris Down2019-05-02 13:17:20 -0400
commit27c771af83dc6005326ec330a57fc08fc94ed570 (patch)
treea407bc5117ece0f03cb7d4397df71d175e0aea04 /PKGBUILD
parent7bfef045af505bc65f291b5c30dad019ba1c97c2 (diff)
downloadaur-27c771af83dc6005326ec330a57fc08fc94ed570.tar.gz
upgpkg: sshrc 0.6.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92bdd2c4316e..bb91a32f20cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Down <chris@chrisdown.name>
pkgname=sshrc
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc="Bring your .bashrc, .vimrc, etc. from your local workstation when you ssh into a remote box."
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('openssh')
makedepends=('git')
source=("https://github.com/Russell91/sshrc/archive/${pkgver}.zip")
-md5sums=('8a72d40d23d4550a11274c680c5f1838')
+md5sums=('b3bba68b8cb88c9df882040f839583fd')
conflicts=(sshrc-git)
package() {