From patchwork Mon Mar 28 19:49:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 602628 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 3qYl0m38Ngz9sB6 for ; Tue, 29 Mar 2016 06:51:52 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A68AD3141F; Mon, 28 Mar 2016 19:51:51 +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 UrJFjlY-Kb9w; Mon, 28 Mar 2016 19:51:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 399D931A24; Mon, 28 Mar 2016 19:50:43 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id DA7E91BFC8C for ; Mon, 28 Mar 2016 19:50:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id D6CEE8848E for ; Mon, 28 Mar 2016 19:50:08 +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 yJHdtjM188EY for ; Mon, 28 Mar 2016 19:50:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 86943882AC for ; Mon, 28 Mar 2016 19:50:07 +0000 (UTC) Received: from fwd11.aul.t-online.de (fwd11.aul.t-online.de [172.20.27.152]) by mailout08.t-online.de (Postfix) with SMTP id DF485321BBE for ; Mon, 28 Mar 2016 21:50:05 +0200 (CEST) Received: from fli4l.lan.fli4l (G-YljmZcgh2-kkmE91JbD3Mqjhon7z392aJRYKCNiz9KBYfd3B55hIPTuRBuEGWQ9D@[84.178.249.144]) by fwd11.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1akdAl-28V66i0; Mon, 28 Mar 2016 21:49:59 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:38476 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.87) (envelope-from ) id 1akdAk-00020D-Km; Mon, 28 Mar 2016 21:49:59 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Mon, 28 Mar 2016 21:49:42 +0200 Message-Id: <1459194585-12593-17-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.8.0.rc3 In-Reply-To: <1459194585-12593-1-git-send-email-bernd.kuhls@t-online.de> References: <1459194585-12593-1-git-send-email-bernd.kuhls@t-online.de> X-ID: G-YljmZcgh2-kkmE91JbD3Mqjhon7z392aJRYKCNiz9KBYfd3B55hIPTuRBuEGWQ9D X-TOI-MSGID: 2a1bf884-ecc7-428e-822a-73ea956d2acc Cc: Bernd Kuhls Subject: [Buildroot] [PATCH v4 16/19] package/x265: bump version to 1.9 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 714ec2a..92b5bea 100644 --- a/package/x265/x265.hash +++ b/package/x265/x265.hash @@ -1,2 +1,2 @@ # Locally generated -sha256 760e6280c688f1ea90c492d19fc6d4084ca1c4b0ea9b2e3c736d32565c30d857 x265_1.8.tar.gz +sha256 3e4654133ed957a98708fdb4cb9a154d9e80922b84e26e43fc462a101c5b15c8 x265_1.9.tar.gz diff --git a/package/x265/x265.mk b/package/x265/x265.mk index 45c86f1..e737c31 100644 --- a/package/x265/x265.mk +++ b/package/x265/x265.mk @@ -4,7 +4,7 @@ # ################################################################################ -X265_VERSION = 1.8 +X265_VERSION = 1.9 X265_SOURCE = x265_$(X265_VERSION).tar.gz X265_SITE = https://bitbucket.org/multicoreware/x265/downloads X265_LICENSE = GPLv2+