From 3b03300953982c1dd9637ce21e69a25b79b4dc13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 12 Jan 2017 00:39:02 +0100 Subject: [PATCH] glm: update 0.9.7.1 -> 0.9.8.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Licence checksum was changed by changin copyright year Signed-off-by: Andreas Müller --- recipes-support/glm/{glm_0.9.7.1.bb => glm_0.9.8.3.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-support/glm/{glm_0.9.7.1.bb => glm_0.9.8.3.bb} (83%) diff --git a/recipes-support/glm/glm_0.9.7.1.bb b/recipes-support/glm/glm_0.9.8.3.bb similarity index 83% rename from recipes-support/glm/glm_0.9.7.1.bb rename to recipes-support/glm/glm_0.9.8.3.bb index 04bebda..61481af 100644 --- a/recipes-support/glm/glm_0.9.7.1.bb +++ b/recipes-support/glm/glm_0.9.8.3.bb @@ -1,12 +1,12 @@ SUMMARY = "C++ mathematics library for graphics programming" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://copying.txt;md5=6ba02d5f908587c6f3942e76bf6d92d6" +LIC_FILES_CHKSUM = "file://copying.txt;md5=4431606d144252143c9c3df384a74cad" inherit cmake SRC_URI = "git://github.com/g-truc/glm.git" -# 0.9.7.1 tag -SRCREV = "8f39bb8730d45570384f3156eb0126b835024d69" +# 0.9.8.3 tag +SRCREV = "6a1e2ec5d5e79e6d869c947cbdbcbb297bdf9d32" S = "${WORKDIR}/git" do_configure() {