Browse Source

Merge pull request #17388 from AuthorReflex/openvpn-2.5.5

openvpn: update to 2.5.5
lilik-openwrt-22.03
Josef Schlehofer 3 years ago
committed by GitHub
parent
commit
aafa614dea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/openvpn/Makefile

+ 2
- 2
net/openvpn/Makefile View File

@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=openvpn
PKG_VERSION:=2.5.4
PKG_VERSION:=2.5.5
PKG_RELEASE:=1
PKG_SOURCE_URL:=\
https://build.openvpn.net/downloads/releases/ \
https://swupdate.openvpn.net/community/releases/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_HASH:=56c0dcd27ab938c4ad07469c86eb8b7408ef64c3e68f98497db8c03f11792436
PKG_HASH:=119bd69fa0210838f6cdaa273696dc738efa200f454dbe11eb6dfb75dfb6003b
PKG_MAINTAINER:=Magnus Kroken <mkroken@gmail.com>


Loading…
Cancel
Save