diff mbox series

[scarthgap,31/48] scripts/install-buildtools: Update to 5.0.20

Message ID 955e0ed1c6651f0a1d18d0c9bee5f6ef494cd189.1790154074.git.yoann.congal@smile.fr
State New
Headers show
Series [scarthgap,01/48] wireless-regdb: upgrade 2026.05.30 -> 2026.09.03 | expand

Commit Message

Yoann Congal Sept. 23, 2026, 9:10 a.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

Update to the 5.0.20 release of the 5.0 series for buildtools

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 scripts/install-buildtools | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/scripts/install-buildtools b/scripts/install-buildtools
index 65200e0cf49..f33f192e468 100755
--- a/scripts/install-buildtools
+++ b/scripts/install-buildtools
@@ -57,8 +57,8 @@  logger = scriptutils.logger_create(PROGNAME, stream=sys.stdout)
 
 DEFAULT_INSTALL_DIR = os.path.join(os.path.split(scripts_path)[0],'buildtools')
 DEFAULT_BASE_URL = 'https://downloads.yoctoproject.org/releases/yocto'
-DEFAULT_RELEASE = 'yocto-5.0.19'
-DEFAULT_INSTALLER_VERSION = '5.0.19'
+DEFAULT_RELEASE = 'yocto-5.0.20'
+DEFAULT_INSTALLER_VERSION = '5.0.20'
 DEFAULT_BUILDDATE = '202110XX'
 
 # Python version sanity check