-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies; enable auto-update to Omega
- Loading branch information
Showing
8 changed files
with
23 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Unofficial Kodi HDHomeRun DVR PVR Client | ||
## [__USER DOCUMENTATION AND DOWNLOADS__](https://github.com/djp952/pvr.hdhomerundvr/wiki) | ||
|
||
Copyright (C)2016-2022 Michael G. Brehm | ||
Copyright (C)2016-2024 Michael G. Brehm | ||
[MIT LICENSE](https://opensource.org/licenses/MIT) | ||
|
||
[__CURL__](https://curl.haxx.se/) - Copyright (C)1996-2022, Daniel Stenberg, [email protected], and many contributors | ||
|
@@ -130,7 +130,6 @@ Examples: | |
| uwp-arm | Universal Windows Platform ARM | /t:uwp-arm | | ||
| uwp-win32 | Universal Windows Platform X86 | /t:uwp-win32 | | ||
| uwp-x64 | Universal Windows Platform X64 | /t:uwp-x64 | | ||
| uwpappx-arm | Universal Windows Platform ARM MSIX | /t:uwpappx-arm /p:Keystore={keystore};KeystorePassword={keystore-password} | | ||
| uwpappx-x64 | Universal Windows Platform X64 MSIX | /t:uwpappx-x64 /p:Keystore={keystore};KeystorePassword={keystore-password} | | ||
| windows-win32 | Windows X86 | /t:windows-win32 | | ||
| windows-x64 | Windows X64 | /t:windows-x64 | | ||
|
Submodule libhdhomerun
updated
10 files
+5 −0 | Makefile | |
+1 −1 | README.md | |
+61 −25 | hdhomerun_discover.c | |
+106 −0 | hdhomerun_discover_example.c | |
+27 −11 | hdhomerun_os_posix.c | |
+3 −0 | hdhomerun_os_posix.h | |
+25 −2 | hdhomerun_os_windows.c | |
+3 −0 | hdhomerun_os_windows.h | |
+2 −0 | hdhomerun_sock_posix.c | |
+10 −0 | hdhomerun_sock_windows.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
Company=Michael G. Brehm | ||
Copyright= | ||
Product=zuki.pvr.hdhomerundvr | ||
Version=20.9.2 | ||
Version=20.9.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters