mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
openvpn: update to 2.3.5.
This commit is contained in:
parent
f3bbd81af0
commit
b85cfab121
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openvpn'
|
# Template file for 'openvpn'
|
||||||
pkgname=openvpn
|
pkgname=openvpn
|
||||||
version=2.3.4
|
version=2.3.5
|
||||||
revision=3
|
revision=1
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-password-save --enable-iproute2 $(vopt_enable systemd)"
|
configure_args="--enable-password-save --enable-iproute2 $(vopt_enable systemd)"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.openvpn.net"
|
homepage="http://www.openvpn.net"
|
||||||
distfiles="http://swupdate.openvpn.org/community/releases/${pkgname}-${version}.tar.gz"
|
distfiles="http://swupdate.openvpn.org/community/releases/${pkgname}-${version}.tar.gz"
|
||||||
checksum=af506d5f48568fa8d2f2435cb3fad35f9a9a8f263999ea6df3ba296960cec85a
|
checksum=d93b447b014a41ec1550c3b760871aa72d7c09f1b5c6fc1e013d3073ac29ca21
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
if [ "$build_option_systemd" ]; then
|
if [ "$build_option_systemd" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue