kumquat-buildroot/package/glorytun/glorytun.mk
Adrien Gallouët f8cb6167ee package/glorytun: bump version to 0.2.0
The hash of the license file has changed due to the name:
-Copyright (c) 2015-2019, angt
+Copyright (c) 2015-2019, Adrien Gallouët <adrien@gallouet.fr>

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2019-09-21 21:03:07 +02:00

14 lines
433 B
Makefile

################################################################################
#
# glorytun
#
################################################################################
GLORYTUN_VERSION = 0.2.0
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))