diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2023-12-03 22:33:04 -0700 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2023-12-03 22:33:04 -0700 |
commit | c094851cafac17806325d11a20a27829d8027537 (patch) | |
tree | 3fd7d90160779692fb92a2fba9aeebf417be2a23 | |
parent | f21dffc2a306ad97cefa03dac8bcee0552da556f (diff) |
strongswan: Update to 5.9.13
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
-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 15fdedcab..09ae9ea87 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=strongswan -PKG_VERSION:=5.9.12 +PKG_VERSION:=5.9.13 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/ -PKG_HASH:=5e6018b07cbe9f72c044c129955a13be3e2f799ceb53f53a4459da6a922b95e5 +PKG_HASH:=56e30effb578fd9426d8457e3b76c8c3728cd8a5589594b55649b2719308ba55 PKG_LICENSE:=GPL-2.0-or-later PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com>, Noel Kuntze <noel.kuntze@thermi.consulting> PKG_CPE_ID:=cpe:/a:strongswan:strongswan |