From patchwork Sat Oct 29 12:09:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 688756 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3t5fb64zqQz9t1F for ; Sat, 29 Oct 2016 23:10:26 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 00DF4C297C; Sat, 29 Oct 2016 12:10:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WmovNbl900HU; Sat, 29 Oct 2016 12:10:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id A9729C29E8; Sat, 29 Oct 2016 12:10:12 +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 6CAD71CF82D for ; Sat, 29 Oct 2016 12:09:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 6336F2A210 for ; Sat, 29 Oct 2016 12:09:45 +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 atR2CCwYzKBd for ; Sat, 29 Oct 2016 12:09:44 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by silver.osuosl.org (Postfix) with ESMTPS id E67342A14C for ; Sat, 29 Oct 2016 12:09:43 +0000 (UTC) Received: from fwd36.aul.t-online.de (fwd36.aul.t-online.de [172.20.26.137]) by mailout07.t-online.de (Postfix) with SMTP id C2B264241DE7; Sat, 29 Oct 2016 14:09:41 +0200 (CEST) Received: from fli4l.lan.fli4l (bH6mimZYQhtXUDxwZbXWvOiaHiIM39VCXdE07R1501vZmt8jMs81iDv0QDwSoG9Z4l@[84.178.243.70]) by fwd36.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1c0SS9-1XJv7I0; Sat, 29 Oct 2016 14:09:37 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:39522 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.87) (envelope-from ) id 1c0SS8-0004aw-Be; Sat, 29 Oct 2016 14:09:36 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 29 Oct 2016 14:09:34 +0200 Message-Id: <20161029120934.25522-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.10.1 X-ID: bH6mimZYQhtXUDxwZbXWvOiaHiIM39VCXdE07R1501vZmt8jMs81iDv0QDwSoG9Z4l X-TOI-MSGID: 4e970042-6e2d-4ebc-905c-a00f1d561951 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/1] package/x265: bump version to 2.1 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/x265/x265.hash | 2 +- package/x265/x265.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/x265/x265.hash b/package/x265/x265.hash index 92b5bea..d6dec12 100644 --- a/package/x265/x265.hash +++ b/package/x265/x265.hash @@ -1,2 +1,2 @@ # Locally generated -sha256 3e4654133ed957a98708fdb4cb9a154d9e80922b84e26e43fc462a101c5b15c8 x265_1.9.tar.gz +sha256 88fcb9af4ba52c0757ac9c0d8cd5ec79951a22905ae886897e06954353d6a643 x265_2.1.tar.gz diff --git a/package/x265/x265.mk b/package/x265/x265.mk index e737c31..ba284da 100644 --- a/package/x265/x265.mk +++ b/package/x265/x265.mk @@ -4,7 +4,7 @@ # ################################################################################ -X265_VERSION = 1.9 +X265_VERSION = 2.1 X265_SOURCE = x265_$(X265_VERSION).tar.gz X265_SITE = https://bitbucket.org/multicoreware/x265/downloads X265_LICENSE = GPLv2+