diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-16 15:03:25 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-19 12:09:21 +0700 |
commit | c8383864fad240a8c8d37db9fa7973c0f0737d80 (patch) | |
tree | 69d29d451534efb8c03e10cd28b7ed325ae6ceb0 /multimedia/tvheadend/libhdhomerun.diff | |
parent | 2ba075f31b89147ee7f46d930834b14aebf0ee5d (diff) |
multimedia/tvheadend: Fix build (network access).
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/tvheadend/libhdhomerun.diff')
-rw-r--r-- | multimedia/tvheadend/libhdhomerun.diff | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/multimedia/tvheadend/libhdhomerun.diff b/multimedia/tvheadend/libhdhomerun.diff new file mode 100644 index 0000000000000..e3551769cfc13 --- /dev/null +++ b/multimedia/tvheadend/libhdhomerun.diff @@ -0,0 +1,16 @@ +diff -Naur tvheadend-4.2.8/Makefile.hdhomerun tvheadend-4.2.8.patched/Makefile.hdhomerun +--- tvheadend-4.2.8/Makefile.hdhomerun 2019-01-12 03:58:47.000000000 -0500 ++++ tvheadend-4.2.8.patched/Makefile.hdhomerun 2022-02-16 13:55:18.391084069 -0500 +@@ -32,10 +32,10 @@ + # Upstream Packages + # ########################################################################### + +-LIBHDHR = libhdhomerun_20171221 ++LIBHDHR = libhdhomerun_20210624 + LIBHDHR_TB = $(LIBHDHR).tgz + LIBHDHR_URL = http://download.silicondust.com/hdhomerun/$(LIBHDHR_TB) +-LIBHDHR_SHA1 = 6b019728eadea3af7a5686ed5ba44e970bca7365 ++LIBHDHR_SHA1 = 9db6089b956de4e58084b623937f5fc3231fff0b + + # ########################################################################### + # Library Config |