From patchwork Sat Sep 19 10:34:39 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 519688 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id CFC8F140216 for ; Sat, 19 Sep 2015 20:35:08 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 73DC9954D5; Sat, 19 Sep 2015 10:35:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oaGD8VVLPsUp; Sat, 19 Sep 2015 10:35:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 62903954AF; Sat, 19 Sep 2015 10:35:05 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id B442F1C1F01 for ; Sat, 19 Sep 2015 10:34:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id ABCF031D86 for ; Sat, 19 Sep 2015 10:34:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yW1zB+pKBQyJ for ; Sat, 19 Sep 2015 10:34:54 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by silver.osuosl.org (Postfix) with ESMTPS id E16983149D for ; Sat, 19 Sep 2015 10:34:53 +0000 (UTC) Received: from fwd08.aul.t-online.de (fwd08.aul.t-online.de [172.20.26.151]) by mailout03.t-online.de (Postfix) with SMTP id 4A1085574CD for ; Sat, 19 Sep 2015 12:34:52 +0200 (CEST) Received: from fli4l.lan.fli4l (rAYkluZSZhZYnRPrScULlXKsNAe76DTQ58+vham+j6Lqh38N7n5UCyf4FKQQpm3ZrE@[79.247.160.6]) by fwd08.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1ZdFTg-2Cd6dk0; Sat, 19 Sep 2015 12:34:44 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:49668 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1ZdFTf-00072p-Ta; Sat, 19 Sep 2015 12:34:44 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 19 Sep 2015 12:34:39 +0200 Message-Id: <1442658879-5494-5-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1442658879-5494-1-git-send-email-bernd.kuhls@t-online.de> References: <1442658879-5494-1-git-send-email-bernd.kuhls@t-online.de> X-ID: rAYkluZSZhZYnRPrScULlXKsNAe76DTQ58+vham+j6Lqh38N7n5UCyf4FKQQpm3ZrE X-TOI-MSGID: bc6e0dd2-e6ef-4c0c-b9a9-70df8713d5e3 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 5/5] package/tvheadend: bump version X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/tvheadend/tvheadend.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk index ec04e6f..db4ee3a 100644 --- a/package/tvheadend/tvheadend.mk +++ b/package/tvheadend/tvheadend.mk @@ -4,7 +4,7 @@ # ################################################################################ -TVHEADEND_VERSION = d9cf931f9f7242f070ae990c4765cbdd5276fd66 +TVHEADEND_VERSION = 7b327910eefa3b89901e86aaec7acc3cd8d15b90 TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION)) TVHEADEND_LICENSE = GPLv3+ TVHEADEND_LICENSE_FILES = LICENSE.md