vdr-plugin-satip: update to ee88aad

This commit is contained in:
Sascha Kuehndel (InuSasha) 2017-08-17 20:01:11 +02:00
parent 05a53263fb
commit b61ed4cfc0
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B
2 changed files with 2 additions and 12 deletions

View File

@ -17,8 +17,8 @@
################################################################################
PKG_NAME="vdr-plugin-satip"
PKG_VERSION="ed99cfb"
PKG_SHA256="279a31fb7550280afdb7508e463dbc750751aa03213aeeb6a27e96869ec68337"
PKG_VERSION="ee88aad"
PKG_SHA256="340fa7366b63ec6760f41c204a993df336e2f571c2ff6b8cb5517ceccbc0e249"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.saunalahti.fi/~rahrenbe/vdr/satip/"

View File

@ -1,10 +0,0 @@
--- a/satip.c 2017-08-08 16:27:16.362342364 +0200
+++ b/satip.c 2017-08-08 16:23:32.465062777 +0200
@@ -5,6 +5,7 @@
*
*/
+#include <ctype.h>
#include <getopt.h>
#include <vdr/plugin.h>
#include "common.h"