]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Use HTTPS for libhdhomerun download
authorFlole998 <Flole998@users.noreply.github.com>
Thu, 14 May 2020 22:24:41 +0000 (00:24 +0200)
committerFlole998 <Flole998@users.noreply.github.com>
Fri, 15 May 2020 23:50:39 +0000 (01:50 +0200)
Makefile.hdhomerun

index 69327a4427ff0672673c178448a644021b6d0f2d..6005a3f90f687ddc74a5e37c51a10bfc378116ca 100644 (file)
@@ -34,7 +34,7 @@ endif
 
 LIBHDHR         = libhdhomerun_20200225
 LIBHDHR_TB      = $(LIBHDHR).tgz
-LIBHDHR_URL     = http://download.silicondust.com/hdhomerun/$(LIBHDHR_TB)
+LIBHDHR_URL     = https://download.silicondust.com/hdhomerun/$(LIBHDHR_TB)
 LIBHDHR_SHA1    = c8d16242d51423d38e3430f4542c1c8819ea6882
 
 # ###########################################################################