diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2022-05-30 20:26:40 +0300 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-05-30 17:21:09 -0700 |
commit | 8cf8518a0886e82ae3b3ad905af914bc63f4cce3 (patch) | |
tree | 5330de0fc9fbcff2bd9ec6e687c72b43e761aa36 | |
parent | c0bc5926a836bef66d3f130573c781d6ab1ef76a (diff) |
libreswan: update to 4.7
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
-rw-r--r-- | net/libreswan/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/libreswan/Makefile b/net/libreswan/Makefile index 263d6e03f..b05b29e59 100644 --- a/net/libreswan/Makefile +++ b/net/libreswan/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libreswan -PKG_VERSION:=4.6 -PKG_RELEASE:=2 +PKG_VERSION:=4.7 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.libreswan.org/ -PKG_HASH:=26396f4826a682735772a4689a7ce9ae2d409d166a4b72836fc55d14bad356ff +PKG_HASH:=ddd6337b3900063d870301c3d9f61f56107c765850fb00a163d360359ff3fc44 PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com> PKG_LICENSE:=GPL-2.0-or-later |