From patchwork Thu Oct 24 07:58:21 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: LP C X-Patchwork-Id: 1182683 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=cordier.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46zKlm6tyJz9sPc for ; Thu, 24 Oct 2019 19:14:28 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 8FBEA882E3; Thu, 24 Oct 2019 08:14:26 +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 0JC7t3SxiscH; Thu, 24 Oct 2019 08:14:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id DE4F4882BE; Thu, 24 Oct 2019 08:14:25 +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 7AF8D1BF34B for ; Thu, 24 Oct 2019 08:14:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 77B5721517 for ; Thu, 24 Oct 2019 08:14:24 +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 QcGuD4cix-Pj for ; Thu, 24 Oct 2019 08:14:22 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from relay-1.mailobj.net (relay-1.mailobj.net [213.182.54.6]) by silver.osuosl.org (Postfix) with ESMTPS id 1CB4D214E6 for ; Thu, 24 Oct 2019 08:14:22 +0000 (UTC) Received: from v-1c.?none? (unknown [192.168.90.161]) by relay-1.mailobj.net (Postfix) with SMTP id 1CB9A12F6; Thu, 24 Oct 2019 10:00:07 +0200 (CEST) Received: by mail-1.net-c.com [213.182.54.15] with ESMTP Thu, 24 Oct 2019 10:00:07 +0200 (CEST) X-EA-Auth: M3n0bqyNsylVvZSM7Ru2+QndDNlhUdeubjNR8KCE39YbzmnPPLxrxS+i5T46O1LMBJdxEAV6/thePSSGe0GA5OTanRPsD2kc From: Louis-Paul Cordier To: buildroot@buildroot.org Date: Thu, 24 Oct 2019 09:58:21 +0200 Message-Id: <20191024075821.31155-3-lpdev@cordier.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191024075821.31155-1-lpdev@cordier.org> References: <20191024075821.31155-1-lpdev@cordier.org> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 3/3] package/intel-mediasdk: bump version to 19.2.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Louis-Paul Cordier Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Louis-Paul Cordier --- package/intel-mediasdk/intel-mediasdk.hash | 2 +- package/intel-mediasdk/intel-mediasdk.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/intel-mediasdk/intel-mediasdk.hash b/package/intel-mediasdk/intel-mediasdk.hash index 2d2e36384f..2a582e6116 100644 --- a/package/intel-mediasdk/intel-mediasdk.hash +++ b/package/intel-mediasdk/intel-mediasdk.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 259d9b57df4fca316898b6dbe7b4d561ce42160fa953f36e2a4b357e86116bf9 intel-mediasdk-18.4.0.tar.gz +sha256 03c11a0379b61e292e789fa3dc9308ce45f36d68b4ebf437806c0e2c32357970 intel-mediasdk-19.2.1.tar.gz sha256 dfd67773578903698f9ff4a61eb8f2d84810cbecd56f3f3cee8c649f813b6ea6 LICENSE diff --git a/package/intel-mediasdk/intel-mediasdk.mk b/package/intel-mediasdk/intel-mediasdk.mk index c47e99117f..368e108308 100644 --- a/package/intel-mediasdk/intel-mediasdk.mk +++ b/package/intel-mediasdk/intel-mediasdk.mk @@ -4,7 +4,7 @@ # ################################################################################ -INTEL_MEDIASDK_VERSION = 18.4.0 +INTEL_MEDIASDK_VERSION = 19.2.1 INTEL_MEDIASDK_SITE = http://github.com/Intel-Media-SDK/MediaSDK/archive INTEL_MEDIASDK_LICENSE = MIT INTEL_MEDIASDK_LICENSE_FILES = LICENSE