mosh: update to 1.2.4.

This commit is contained in:
Juan RP 2013-04-22 18:38:01 +02:00
parent bc75b3baf2
commit c82d6442e8

View File

@ -1,16 +1,16 @@
# Template file for 'mosh'
pkgname=mosh
version=1.2.3
version=1.2.4
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="ncurses-devel protobuf-devel libutempter-devel openssl-devel perl-IO-Tty"
makedepends="ncurses-devel protobuf-devel>=2.5.0 libutempter-devel openssl-devel perl-IO-Tty"
short_desc="MObile SHell"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://mosh.mit.edu/"
distfiles="https://github.com/downloads/keithw/mosh/mosh-$version.tar.gz"
checksum=93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f
distfiles="http://mosh.mit.edu/mosh-${version}.tar.gz"
checksum=e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46
long_desc="
Remote terminal application that allows roaming, supports intermittent
connectivity, and provides intelligent local echo and line editing of user keystrokes.
@ -21,6 +21,6 @@ long_desc="
mosh_package() {
depends="perl-IO-Tty"
pkg_install() {
vmove usr
vmove all
}
}