buildroot/package/glorytun/glorytun.mk
Adrien Gallouët 65d3813d51 package/glorytun: bump version to 0.3.4
The hash of the license file has changed due to year update:

-Copyright (c) 2015-2019, Adrien Gallouët <adrien@gallouet.fr>
+Copyright (c) 2015-2020, Adrien Gallouët <adrien@gallouet.fr>

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-04-17 22:06:38 +02:00

14 lines
433 B
Makefile

################################################################################
#
# glorytun
#
################################################################################
GLORYTUN_VERSION = 0.3.4
GLORYTUN_SITE = https://github.com/angt/glorytun/releases/download/v$(GLORYTUN_VERSION)
GLORYTUN_DEPENDENCIES = libsodium host-pkgconf
GLORYTUN_LICENSE = BSD-2-clause
GLORYTUN_LICENSE_FILES = LICENSE
$(eval $(autotools-package))