From 4bbb4ec7fdd9d181646f2c374114db73ba725732 Mon Sep 17 00:00:00 2001 From: Gautham Varma K <43441192+GauthamVarmaK@users.noreply.github.com> Date: Sun, 19 Feb 2023 13:41:31 +0530 Subject: [PATCH] :arrow_up: Bump WebGrabPlus from v3.2 to v3.3 --- tvheadend/rootfs/etc/cont-init.d/tvheadend.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tvheadend/rootfs/etc/cont-init.d/tvheadend.sh b/tvheadend/rootfs/etc/cont-init.d/tvheadend.sh index 14e5bf2..f801082 100644 --- a/tvheadend/rootfs/etc/cont-init.d/tvheadend.sh +++ b/tvheadend/rootfs/etc/cont-init.d/tvheadend.sh @@ -14,9 +14,9 @@ webgrabplus_install(){ if apk add --no-cache --virtual .build-deps git mono --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing; then bashio::log.info '[Webgrab+] Installing Webgrab+.' cd /tmp \ - && wget http://webgrabplus.com/sites/default/files/download/SW/V3.2.0/WebGrabPlus_V3.2_install.tar.gz \ - && tar -zxvf WebGrabPlus_V3.2_install.tar.gz \ - && rm WebGrabPlus_V3.2_install.tar.gz \ + && wget http://webgrabplus.com/sites/default/files/download/SW/V3.3.0/WebGrabPlus_V3.3_install.tar.gz \ + && tar -zxvf WebGrabPlus_V3.3_install.tar.gz \ + && rm WebGrabPlus_V3.3_install.tar.gz \ && mv .wg++/ /config/tvheadend/wg++ \ && cd /config/tvheadend/wg++ \ && ./install.sh \