diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2020-02-25 22:49:52 +0200 |
---|---|---|
committer | Lucian Cristian <lucian.cristian@gmail.com> | 2020-02-25 22:49:52 +0200 |
commit | f37d1b698d39541c27fc2b7d6e4b4c65e394e817 (patch) | |
tree | 4f64d7649cd3333affe83df2c1c35056e9a3ac21 /net/libreswan/Makefile | |
parent | bfc6828ef212f18411f9c7ca5581f65d7943edc4 (diff) |
libreswan: update to 3.30
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'net/libreswan/Makefile')
-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 988e6c038..029c77065 100644 --- a/net/libreswan/Makefile +++ b/net/libreswan/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libreswan -PKG_VERSION:=3.29 -PKG_RELEASE:=3 +PKG_VERSION:=3.30 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.libreswan.org/ -PKG_HASH:=d60e4160f43272b6307b697a13f79f56b5ec2bca61d83097ddadd8586a58ab3e +PKG_HASH:=9c880ba2d8f3a430cda4b3064d51d1caffb3597573f7d693eba043930b279caf PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com> PKG_LICENSE:=GPL-2.0-or-later |