diff options
Diffstat (limited to 'sshexec')
-rw-r--r-- | sshexec/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sshexec/PKGBUILD b/sshexec/PKGBUILD index bea64de..be3593f 100644 --- a/sshexec/PKGBUILD +++ b/sshexec/PKGBUILD @@ -1,6 +1,6 @@ -# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se> +# Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se> pkgname=sshexec -pkgver=1.1 +pkgver=1.1.1 pkgrel=1 pkgdesc="SSH wrapper that makes it easy to run commands directly in the SSH command" arch=('x86_64') @@ -8,7 +8,7 @@ url="https://codeberg.org/maandree/sshexec" license=('custom:ISC') depends=(openssh) source=(sshexec-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz) -sha256sums=(5d925d47ceaaaef41b497b316eb5577bab9803a249bc6a70b010d7368591a916) +sha256sums=(34719e1d13a3d7e1065283ba42be7e31befb4f074c1749c2a7e29c3e575147ae) build() { cd "${srcdir}/sshexec" |