From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.pengutronix.de.) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1jl67c-0003yp-0E for ptxdist@pengutronix.de; Tue, 16 Jun 2020 09:35:04 +0200 From: Philipp Zabel Date: Tue, 16 Jun 2020 09:34:53 +0200 Message-Id: <20200616073457.26089-2-p.zabel@pengutronix.de> In-Reply-To: <20200616073457.26089-1-p.zabel@pengutronix.de> References: <20200616073457.26089-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 2/6] glslang: version bump 2020-03-31-ge157435c1e77 -> 2020-05-27-ge00d27c6d65b List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Signed-off-by: Philipp Zabel --- rules/glslang.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/glslang.make b/rules/glslang.make index 87fed0351e65..ada329737ce1 100644 --- a/rules/glslang.make +++ b/rules/glslang.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang # # Paths and names # -GLSLANG_VERSION := 2020-03-31-ge157435c1e77 -GLSLANG_MD5 := f431ea15ab87e4a7ca0fa864a724b83c +GLSLANG_VERSION := 2020-05-27-ge00d27c6d65b +GLSLANG_MD5 := 88f06a4835895a46fa073035084b0f48 GLSLANG := glslang-$(GLSLANG_VERSION) GLSLANG_SUFFIX := tar.gz GLSLANG_URL := https://github.com/KhronosGroup/glslang/archive/$(GLSLANG_VERSION).$(GLSLANG_SUFFIX) -- 2.20.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de