From patchwork Tue Apr 7 10:45:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Sagaert X-Patchwork-Id: 458624 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id E05D81402AC for ; Tue, 7 Apr 2015 20:45:37 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 990F88C8F3; Tue, 7 Apr 2015 10:45:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P68NnVQXe9QD; Tue, 7 Apr 2015 10:45:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 022A68C671; Tue, 7 Apr 2015 10:45:35 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 2EC6E1C21D3 for ; Tue, 7 Apr 2015 10:45:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2B39C8C671 for ; Tue, 7 Apr 2015 10:45:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K6aYGSiudo9J for ; Tue, 7 Apr 2015 10:45:33 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mailrelay117.isp.belgacom.be (mailrelay117.isp.belgacom.be [195.238.20.144]) by whitealder.osuosl.org (Postfix) with ESMTP id 0DC8E8C667 for ; Tue, 7 Apr 2015 10:45:32 +0000 (UTC) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=i+EX5EtM4g4P/CrLY+sx2nOWHsqv9AlVwqc0uudqMuE= c=1 sm=2 a=Oh2cFVv5AAAA:8 a=cm27Pg_UAAAA:8 a=QG8d8lZwMS0aEuWeq9AA:9 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CQHADdsyNV/2+rtVtcgwhSXIgcvS6FPTgEAoEsTQEBAQEBAX5BAgKENiNPSzeIMwEIy2uPQmUdhBcFlGyHZpMEIoICHYFSPDEBBH2BQQEBAQ Received: from 111.171-181-91.adsl-dyn.isp.belgacom.be (HELO debian605.apex) ([91.181.171.111]) by relay.skynet.be with ESMTP; 07 Apr 2015 12:45:32 +0200 From: Sagaert Johan To: buildroot@busybox.net Date: Tue, 7 Apr 2015 12:45:25 +0200 Message-Id: <1428403525-21160-1-git-send-email-sagaert.johan@proximus.be> X-Mailer: git-send-email 2.3.3 Cc: Sagaert Johan Subject: [Buildroot] [PATCH 1/1] libvpx : bump version to 1.4.0 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" no hash file needed for git repo's Changes : https://chromium.googlesource.com/webm/libvpx/+/0080aca235e2d677e49ff46c3e8e77d9dd15858c/CHANGELOG Signed-off-by: Sagaert Johan --- package/libvpx/libvpx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libvpx/libvpx.mk b/package/libvpx/libvpx.mk index 7624835..6a65ad3 100644 --- a/package/libvpx/libvpx.mk +++ b/package/libvpx/libvpx.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBVPX_VERSION = v1.3.0 +LIBVPX_VERSION = v1.4.0 LIBVPX_SITE = http://git.chromium.org/webm/libvpx.git LIBVPX_SITE_METHOD = git