openvpn: update to 2.3.12. (#4657)
This commit is contained in:
parent
e722b701c9
commit
ce9a3d075c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'openvpn'
|
||||
pkgname=openvpn
|
||||
version=2.3.11
|
||||
version=2.3.12
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-iproute2 --disable-systemd"
|
||||
|
@ -10,9 +10,9 @@ depends="iproute2"
|
|||
short_desc="An easy-to-use, robust, and highly configurable VPN"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.openvpn.net"
|
||||
distfiles="http://swupdate.openvpn.org/community/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=9117a4434fd35e61cf94f9ee7ef84b7aecbc6fa556f779ff599560f219756163
|
||||
homepage="https://www.openvpn.net"
|
||||
distfiles="https://swupdate.openvpn.org/community/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=f5d39b8c55f75b0aab943059b20571452b494146d997b12d48ce9bd753c01cff
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/examples/${pkgname}
|
||||
|
|
Loading…
Reference in New Issue