mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
inadyn: bump to version 1.99.12
Switch to alternate github download link (s3-hosted) that provides a hash to verify the tarball. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b1c2c47bd7
commit
c638eecc58
@ -1,2 +1,2 @@
|
|||||||
# Locally calculated
|
# From https://github.com/troglobit/inadyn/releases/download/1.99.12/inadyn-1.99.12.tar.xz.md5
|
||||||
sha256 7e2bfc5df32848abd814548c87bf1d2731ffcf34ad180d8204d94239cb7ad590 inadyn-1.99.11.tar.gz
|
md5 a620c9eab9cd31c8923e7264b08376f3 inadyn-1.99.12.tar.xz
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
INADYN_VERSION = 1.99.11
|
INADYN_VERSION = 1.99.12
|
||||||
INADYN_SITE = $(call github,troglobit,inadyn,$(INADYN_VERSION))
|
INADYN_SITE = https://github.com/troglobit/inadyn/releases/download/$(INADYN_VERSION)
|
||||||
|
INADYN_SOURCE = inadyn-$(INADYN_VERSION).tar.xz
|
||||||
INADYN_LICENSE = GPLv2+
|
INADYN_LICENSE = GPLv2+
|
||||||
INADYN_LICENSE_FILES = COPYING LICENSE
|
INADYN_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
INADYN_CONF_OPTS += --enable-openssl
|
INADYN_CONF_OPTS += --enable-openssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user