autossh: update to 1.4g.

This commit is contained in:
Christian Buschau 2019-01-10 17:36:32 +01:00 committed by maxice8
parent 07a0ba4591
commit e92a044134

View file

@ -1,15 +1,15 @@
# Template file for 'autossh' # Template file for 'autossh'
pkgname=autossh pkgname=autossh
version=1.4f version=1.4g
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="openssh"
short_desc="Automatically restart SSH sessions and tunnels" short_desc="Automatically restart SSH sessions and tunnels"
maintainer="uriahheep <uriahheep@gmail.com>" maintainer="uriahheep <uriahheep@gmail.com>"
license="MIT" license="MIT"
hostmakedepends="openssh" homepage="https://www.harding.motd.ca/autossh/"
homepage="http://www.harding.motd.ca/autossh/" distfiles="https://www.harding.motd.ca/autossh/autossh-$version.tgz"
distfiles="http://www.harding.motd.ca/autossh/autossh-$version.tgz" checksum=5fc3cee3361ca1615af862364c480593171d0c54ec156de79fc421e31ae21277
checksum=0172e5e1bea40c642e0ef025334be3aadd4ff3b4d62c0b177ed88a8384e2f8f2
pre_configure() { pre_configure() {
export CPPFLAGS="$CPPFLAGS $LDFLAGS" export CPPFLAGS="$CPPFLAGS $LDFLAGS"