From 671fd81a9c898217387db14c3572a30681cbe562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Thu, 30 May 2013 22:35:40 +0200 Subject: testing/mosh: upgrade to 1.2.4 --- testing/mosh/APKBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'testing/mosh') diff --git a/testing/mosh/APKBUILD b/testing/mosh/APKBUILD index 89349f5fff..6d18b42a72 100644 --- a/testing/mosh/APKBUILD +++ b/testing/mosh/APKBUILD @@ -1,19 +1,19 @@ # Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=mosh -pkgver=1.2.3 +pkgver=1.2.4 pkgrel=0 pkgdesc="mobile shell (mosh) surviving disconnects with local echo and line editing" url="http://mosh.mit.edu" arch="all" license="GPL3" -depends="perl" -depends_dev="" +depends="perl-io-tty" makedepends="ncurses-dev zlib-dev openssl-dev perl-dev perl-io-tty protobuf-dev" -install="" subpackages="$pkgname-doc" -source="https://github.com/downloads/keithw/$pkgname/$pkgname-$pkgver.tar.gz" +source="http://$pkgname.mit.edu/$pkgname-$pkgver.tar.gz" + _builddir="$srcdir"/$pkgname-$pkgver + build() { cd "$_builddir" ./configure --prefix=/usr \ @@ -26,4 +26,6 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="39c20391c84e639fcb51581c56cee762 mosh-1.2.3.tar.gz" +md5sums="c2d918f4d91fdc32546e2e089f9281b2 mosh-1.2.4.tar.gz" +sha256sums="e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46 mosh-1.2.4.tar.gz" +sha512sums="f7505faffdc8da734179b37339b554f83cbf5450b251cd2aa50d63cd6e4cbefa0da17a1c1b2a61858735ac9e5cee5841ed20e81e244380f5f9a02af1b87199cc mosh-1.2.4.tar.gz" -- cgit v1.2.3