From patchwork Thu Oct 24 07:58:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: LP C X-Patchwork-Id: 1182681 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 46zKjs2fKKz9sQv for ; Thu, 24 Oct 2019 19:12:49 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E51E38820A; Thu, 24 Oct 2019 08:12:47 +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 x2HkrNPb0IoJ; Thu, 24 Oct 2019 08:12:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 4751B8826E; Thu, 24 Oct 2019 08:12:47 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 9724E1BF34B for ; Thu, 24 Oct 2019 08:12:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 93FB88829F for ; Thu, 24 Oct 2019 08:12:45 +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 FzsqHTKy7dol for ; Thu, 24 Oct 2019 08:12:43 +0000 (UTC) X-Greylist: delayed 00:13:15 by SQLgrey-1.7.6 Received: from relay-2.mailobj.net (relay-2.mailobj.net [213.182.54.5]) by hemlock.osuosl.org (Postfix) with ESMTPS id 221558820A for ; Thu, 24 Oct 2019 08:12:43 +0000 (UTC) Received: from v-1c.?none? (unknown [192.168.90.161]) by relay-2.mailobj.net (Postfix) with SMTP id 49B1A13F3; Thu, 24 Oct 2019 09:59:26 +0200 (CEST) Received: by mail-1.net-c.com [213.182.54.15] with ESMTP Thu, 24 Oct 2019 09:59:26 +0200 (CEST) X-EA-Auth: qhLdVHuN2Iog5CqwnoHDd17TKx2iFUDJiS9muIVL58KtEhDFrENyjNmE69n6Xij8OOfuSEvlMGfPSw9E0qlrQyHnl7uSwxSo From: Louis-Paul Cordier To: buildroot@buildroot.org Date: Thu, 24 Oct 2019 09:58:19 +0200 Message-Id: <20191024075821.31155-1-lpdev@cordier.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/3] package/intel-gmmlib: bump version to 19.2.3 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-gmmlib/intel-gmmlib.hash | 2 +- package/intel-gmmlib/intel-gmmlib.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/intel-gmmlib/intel-gmmlib.hash b/package/intel-gmmlib/intel-gmmlib.hash index d54abd2a43..a23020673a 100644 --- a/package/intel-gmmlib/intel-gmmlib.hash +++ b/package/intel-gmmlib/intel-gmmlib.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 7970a8ae4e16efb98f38fbbc0346eea03227fc4462a9bd8e8077277cc3430a84 intel-gmmlib-18.4.1.tar.gz +sha256 60944d54a4992553f92d71ba9f8f4191d297407b564b0f24e9912b415689582e intel-gmmlib-19.2.3.tar.gz sha256 b61d639c5d84ec710ffcf5600ac92f8a4ace66670c1f9bd921f3bde671d36033 LICENSE.md diff --git a/package/intel-gmmlib/intel-gmmlib.mk b/package/intel-gmmlib/intel-gmmlib.mk index 4d89086590..7a943ed141 100644 --- a/package/intel-gmmlib/intel-gmmlib.mk +++ b/package/intel-gmmlib/intel-gmmlib.mk @@ -4,7 +4,7 @@ # ################################################################################ -INTEL_GMMLIB_VERSION = 18.4.1 +INTEL_GMMLIB_VERSION = 19.2.3 INTEL_GMMLIB_SITE = https://github.com/intel/gmmlib/archive INTEL_GMMLIB_LICENSE = MIT INTEL_GMMLIB_LICENSE_FILES = LICENSE.md