diff mbox series

[02/12] boost: upgrade 1.89.0 -> 1.90.0

Message ID 20251230091714.1501-2-wangmy@fujitsu.com
State New
Headers show
Series [01/12] bind: upgrade 9.20.15 -> 9.20.16 | expand

Commit Message

Wang Mingyu Dec. 30, 2025, 9:17 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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

Patch

diff --git a/meta/recipes-support/boost/boost-1.89.0.inc b/meta/recipes-support/boost/boost-1.90.0.inc
similarity index 90%
rename from meta/recipes-support/boost/boost-1.89.0.inc
rename to meta/recipes-support/boost/boost-1.90.0.inc
index ea2827ec14..9b0ce592d9 100644
--- a/meta/recipes-support/boost/boost-1.89.0.inc
+++ b/meta/recipes-support/boost/boost-1.90.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] = "85a33fa22621b4f314f8e85e1a5e2a9363d22e4f4992925d4bb3bc631b5a0c7a"
+SRC_URI[sha256sum] = "49551aff3b22cbc5c5a9ed3dbc92f0e23ea50a0f7325b0d198b705e8ee3fc305"
 
 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.89.0.bb b/meta/recipes-support/boost/boost_1.90.0.bb
similarity index 100%
rename from meta/recipes-support/boost/boost_1.89.0.bb
rename to meta/recipes-support/boost/boost_1.90.0.bb