diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-05-30 22:35:40 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-05-30 22:35:40 +0200 |
commit | 671fd81a9c898217387db14c3572a30681cbe562 (patch) | |
tree | 517e4c555d365f769339fbeeb43a5a390041a67d /testing/mosh | |
parent | edbb010eb533adcfa8a118b15332c7e4a48342d0 (diff) | |
download | aports-671fd81a9c898217387db14c3572a30681cbe562.tar.bz2 aports-671fd81a9c898217387db14c3572a30681cbe562.tar.xz |
testing/mosh: upgrade to 1.2.4
Diffstat (limited to 'testing/mosh')
-rw-r--r-- | testing/mosh/APKBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
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 <francesco.colista@gmail.com> # Maintainer: Francesco Colista <francesco.colista@gmail.com> 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" |