From 4f1c5700770d39de7c7750d323df2a87edeea10a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 20 Mar 2018 13:43:26 -0300 Subject: [PATCH] autossh: update to 1.4f. Closes: #12725 [via git-merge-pr] --- srcpkgs/autossh/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/autossh/template b/srcpkgs/autossh/template index 09b542763d..deb2335ad6 100644 --- a/srcpkgs/autossh/template +++ b/srcpkgs/autossh/template @@ -1,15 +1,15 @@ # Template file for 'autossh' pkgname=autossh -version=1.4e -revision=2 +version=1.4f +revision=1 build_style=gnu-configure short_desc="Automatically restart SSH sessions and tunnels" maintainer="uriahheep " -license="BSD" +license="MIT" hostmakedepends="openssh" homepage="http://www.harding.motd.ca/autossh/" distfiles="http://www.harding.motd.ca/autossh/autossh-$version.tgz" -checksum=9e8e10a59d7619176f4b986e256f776097a364d1be012781ea52e08d04679156 +checksum=0172e5e1bea40c642e0ef025334be3aadd4ff3b4d62c0b177ed88a8384e2f8f2 pre_configure() { export CPPFLAGS="$CPPFLAGS $LDFLAGS"