diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2020-11-26 19:29:43 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2020-11-30 19:02:57 +0200 |
commit | 5f0918281b7799412892941ae0475a84d8245c91 (patch) | |
tree | 1fa7b6546b145b09047d3558c1657d651111c1c4 /net | |
parent | d2a2aa7ca8a298b69b2abefda2ea490337ee3f92 (diff) |
strongswan: bump to 5.9.1
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'net')
-rw-r--r-- | net/strongswan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 5e6ba93be..18c48e638 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=strongswan -PKG_VERSION:=5.9.0 +PKG_VERSION:=5.9.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/ -PKG_HASH:=72b47a385da5d1532b816d9fe04c50d074c29ed42ea3f0878fbd66335917bb66 +PKG_HASH:=a337c9fb63d973b8440827755c784031648bf423b7114a04918b0b00fd42cafb PKG_LICENSE:=GPL-2.0-or-later PKG_MAINTAINER:=Stijn Tintel <stijn@linux-ipv6.be> PKG_CPE_ID:=cpe:/a:strongswan:strongswan |