mosh: Update to 1.4.0

This commit is contained in:
Christoph Reiter
2022-10-30 07:51:36 +01:00
parent 35b25bad82
commit 22c1f71b17

View File

@@ -1,17 +1,17 @@
# Maintainer: James Ross-Gowan <rossymiles@gmail.com>
pkgname=mosh
pkgver=1.3.2
pkgrel=8
pkgver=1.4.0
pkgrel=1
pkgdesc="Mobile shell, surviving disconnects with local echo and line editing"
arch=('i686' 'x86_64')
url='https://mosh.mit.edu/'
groups=('net-utils')
license=('GPL3')
depends=('protobuf' 'ncurses' 'zlib' 'libopenssl' 'openssh' 'perl')
makedepends=('protobuf-devel' 'ncurses-devel' 'zlib-devel' 'openssl-devel' 'bash-completion' 'autotools' 'gcc')
source=("https://${pkgname}.mit.edu/${pkgname}-${pkgver}.tar.gz")
sha256sums=('da600573dfa827d88ce114e0fed30210689381bbdcff543c931e4d6a2e851216')
makedepends=('protobuf-devel' 'ncurses-devel' 'zlib-devel' 'openssl-devel' 'bash-completion' 'autotools' 'gcc' 'perl-doc')
source=("https://github.com/mobile-shell/mosh/releases/download/mosh-${pkgver}/mosh-${pkgver}.tar.gz")
sha256sums=('d93ec9b2b0a012f59c4b8d5902b8a70b45db01e32c7c1ef7e5acd84ecebbb95f')
options=(!emptydirs)
build() {