diff mbox series

[06/56] boost: upgrade 1.87.0 -> 1.88.0

Message ID 1747040619-7566-6-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/56] appstream: upgrade 1.0.4 -> 1.0.5 | expand

Commit Message

Mingyu Wang (Fujitsu) May 12, 2025, 9:02 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../boost/{boost-1.87.0.inc => boost-1.88.0.inc}                | 2 +-
 meta/recipes-support/boost/{boost_1.87.0.bb => boost_1.88.0.bb} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/boost/{boost-1.87.0.inc => boost-1.88.0.inc} (90%)
 rename meta/recipes-support/boost/{boost_1.87.0.bb => boost_1.88.0.bb} (100%)
diff mbox series

Patch

diff --git a/meta/recipes-support/boost/boost-1.87.0.inc b/meta/recipes-support/boost/boost-1.88.0.inc
similarity index 90%
rename from meta/recipes-support/boost/boost-1.87.0.inc
rename to meta/recipes-support/boost/boost-1.88.0.inc
index c6e55b239e..917f1a9600 100644
--- a/meta/recipes-support/boost/boost-1.87.0.inc
+++ b/meta/recipes-support/boost/boost-1.88.0.inc
@@ -12,7 +12,7 @@  BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}"
 BOOST_P = "boost_${BOOST_VER}"
 
 SRC_URI = "https://archives.boost.io/release/${PV}/source/${BOOST_P}.tar.bz2"
-SRC_URI[sha256sum] = "af57be25cb4c4f4b413ed692fe378affb4352ea50fbe294a11ef548f4d527d89"
+SRC_URI[sha256sum] = "46d9d2c06637b219270877c9e16155cbd015b6dc84349af064c088e9b5b12f7b"
 
 UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"
 UPSTREAM_CHECK_REGEX = "release/(?P<pver>.*)/source/"
diff --git a/meta/recipes-support/boost/boost_1.87.0.bb b/meta/recipes-support/boost/boost_1.88.0.bb
similarity index 100%
rename from meta/recipes-support/boost/boost_1.87.0.bb
rename to meta/recipes-support/boost/boost_1.88.0.bb