diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2022-10-20 12:13:55 +0000 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-10-21 15:08:40 -0700 |
commit | a707fcc88da8ee5adcb4619aab4180e18eac5645 (patch) | |
tree | 7e97eb3bbb3f84b8fcb3b7cc564db53483511ec3 /net/libreswan/Makefile | |
parent | 990748d135737a71fc049a85959ca5229b9f7720 (diff) |
libreswan: update to 4.9
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'net/libreswan/Makefile')
-rw-r--r-- | net/libreswan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libreswan/Makefile b/net/libreswan/Makefile index b05b29e59..bcc4c0f41 100644 --- a/net/libreswan/Makefile +++ b/net/libreswan/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libreswan -PKG_VERSION:=4.7 +PKG_VERSION:=4.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.libreswan.org/ -PKG_HASH:=ddd6337b3900063d870301c3d9f61f56107c765850fb00a163d360359ff3fc44 +PKG_HASH:=f642dcb635e909564ca8fd99ea44ab43f60723b4d76c158ed812978c45b398b9 PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com> PKG_LICENSE:=GPL-2.0-or-later |