mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
openvpn: update to 2.4.6. (#13880)
This commit is contained in:
parent
0445762c3a
commit
8880ba2efe
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'openvpn'
|
||||
pkgname=openvpn
|
||||
version=2.4.5
|
||||
version=2.4.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-pkcs11 --enable-iproute2 --disable-systemd"
|
||||
|
@ -9,10 +9,10 @@ makedepends="libressl-devel lzo-devel pam-devel pkcs11-helper-devel"
|
|||
depends="iproute2"
|
||||
short_desc="An easy-to-use, robust, and highly configurable VPN"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://www.openvpn.net"
|
||||
distfiles="http://build.openvpn.net/downloads/releases/${pkgname}-${version}.tar.xz"
|
||||
checksum=43c0a363a332350f620d1cd93bb431e082bedbc93d4fb872f758650d53c1d29e
|
||||
checksum=4f6434fa541cc9e363434ea71a16a62cf2615fb2f16af5b38f43ab5939998c26
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/examples/${pkgname}
|
||||
|
|
Loading…
Add table
Reference in a new issue