diff options
author | root <root@rshg054.dnsready.net> | 2013-03-29 00:06:00 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-29 00:06:00 -0700 |
commit | 236f7ce9638c79b9ff594552540f3f5a2cbd8703 (patch) | |
tree | 48799f3962c80c2ba374b02815b865a253d12869 /community/mosh | |
parent | 0fbe25a10dce8ec16455854ed6929b688f98cb36 (diff) |
Fri Mar 29 00:06:00 PDT 2013
Diffstat (limited to 'community/mosh')
-rw-r--r-- | community/mosh/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/mosh/PKGBUILD b/community/mosh/PKGBUILD index 6b261372b..41df99725 100644 --- a/community/mosh/PKGBUILD +++ b/community/mosh/PKGBUILD @@ -4,15 +4,15 @@ # Contributor: Thomas Weißschuh <thomas_weissschuh lavabit.com> pkgname=mosh -pkgver=1.2.3 -pkgrel=5 +pkgver=1.2.4 +pkgrel=1 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing' arch=('x86_64' 'i686') url='http://mosh.mit.edu/' license=('GPL3') depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 'libutempter') -source=("https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz") -sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f') +source=("http://$pkgname.mit.edu/$pkgname-$pkgver.tar.gz") +sha256sums=('e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46') optdepends=('ufw-extras') options=('!emptydirs') |