From 7032f79fd10414c4769c0c53160b6f6bb71f6e6b Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 8 Nov 2023 23:59:45 +0200 Subject: [PATCH] sfml: Update to version 2.6.1 Signed-off-by: Marko Lindqvist --- recipes-gamelib/sfml/{sfml_2.6.0.bb => sfml_2.6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-gamelib/sfml/{sfml_2.6.0.bb => sfml_2.6.1.bb} (85%) diff --git a/recipes-gamelib/sfml/sfml_2.6.0.bb b/recipes-gamelib/sfml/sfml_2.6.1.bb similarity index 85% rename from recipes-gamelib/sfml/sfml_2.6.0.bb rename to recipes-gamelib/sfml/sfml_2.6.1.bb index 8314aea..81e2fbf 100644 --- a/recipes-gamelib/sfml/sfml_2.6.0.bb +++ b/recipes-gamelib/sfml/sfml_2.6.1.bb @@ -12,7 +12,7 @@ https://www.sfml-dev.org/files/SFML-${PV}-sources.zip \ file://Remove-Libs.private-from-pc.patch \ " -SRC_URI[sha256sum] = "dc477fc7266641709046bd38628c909f5748bd2564b388cf6c750a9e20cdfef1" +SRC_URI[sha256sum] = "5bf19e5c303516987f7f54d4ff1b208a0f9352ffa1cd55f992527016de0e8cb7" S = "${WORKDIR}/SFML-${PV}"