mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
package/sslh: fixup the 'v' prefix in the version
In order for the sslh version to match what is given by release-monitoring.org, the 'v' prefix should be encoded in SSLH_SOURCE and not SSLH_VERSION. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
ebbfb5e55e
commit
70edac1bc0
@ -4,7 +4,8 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
SSLH_VERSION = v1.20
|
SSLH_VERSION = 1.20
|
||||||
|
SSLH_SOURCE = sslh-v$(SSLH_VERSION).tar.gz
|
||||||
SSLH_SITE = http://www.rutschle.net/tech/sslh
|
SSLH_SITE = http://www.rutschle.net/tech/sslh
|
||||||
SSLH_LICENSE = GPL-2.0+
|
SSLH_LICENSE = GPL-2.0+
|
||||||
SSLH_LICENSE_FILES = COPYING
|
SSLH_LICENSE_FILES = COPYING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user