openfortivpn: update to 1.13.1.

This commit is contained in:
Duncaen 2020-03-23 23:52:33 +01:00
parent 541c9237db
commit c4017c30a3
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,12 +1,14 @@
# Template file for 'openfortivpn' # Template file for 'openfortivpn'
pkgname=openfortivpn pkgname=openfortivpn
version=1.12.0 version=1.13.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args=" configure_args="
--enable-proc --enable-proc
--disable-resolvconf
--with-ppp=/usr/bin/ppp --with-ppp=/usr/bin/ppp
--with-pppd=/usr/bin/pppd --with-pppd=/usr/bin/pppd
--with-resolvconf=/usr/bin/resolvconf
--with-rt_dst" --with-rt_dst"
hostmakedepends="autoconf automake pkg-config" hostmakedepends="autoconf automake pkg-config"
makedepends="libressl-devel" makedepends="libressl-devel"
@ -14,8 +16,9 @@ short_desc="Client for PPP+SSL VPN tunnel services"
maintainer="Duncaen <duncaen@voidlinux.org>" maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/adrienverge/openfortivpn" homepage="https://github.com/adrienverge/openfortivpn"
changelog="https://github.com/adrienverge/openfortivpn/raw/master/CHANGELOG.md"
distfiles="https://github.com/adrienverge/openfortivpn/archive/v${version}.tar.gz" distfiles="https://github.com/adrienverge/openfortivpn/archive/v${version}.tar.gz"
checksum=ecad7d9998ee1be6cd263637333568f9b9fa72ba51f329a937f9e7db4bb3168a checksum=aa3cfe512bdcdbf8d4587dbb0543ee76bb3aebadb478bbbd94d87e174a61f011
conf_files="/etc/openfortivpn/config" conf_files="/etc/openfortivpn/config"