From e92a044134adc0bad069f6bda936520447a7abc4 Mon Sep 17 00:00:00 2001 From: Christian Buschau Date: Thu, 10 Jan 2019 17:36:32 +0100 Subject: [PATCH] autossh: update to 1.4g. --- srcpkgs/autossh/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/autossh/template b/srcpkgs/autossh/template index deb2335ad6e..44d751f29b7 100644 --- a/srcpkgs/autossh/template +++ b/srcpkgs/autossh/template @@ -1,15 +1,15 @@ # Template file for 'autossh' pkgname=autossh -version=1.4f +version=1.4g revision=1 build_style=gnu-configure +hostmakedepends="openssh" short_desc="Automatically restart SSH sessions and tunnels" maintainer="uriahheep " license="MIT" -hostmakedepends="openssh" -homepage="http://www.harding.motd.ca/autossh/" -distfiles="http://www.harding.motd.ca/autossh/autossh-$version.tgz" -checksum=0172e5e1bea40c642e0ef025334be3aadd4ff3b4d62c0b177ed88a8384e2f8f2 +homepage="https://www.harding.motd.ca/autossh/" +distfiles="https://www.harding.motd.ca/autossh/autossh-$version.tgz" +checksum=5fc3cee3361ca1615af862364c480593171d0c54ec156de79fc421e31ae21277 pre_configure() { export CPPFLAGS="$CPPFLAGS $LDFLAGS"