diff mbox series

[1/1] package/newlib-bare-metal: update NEWLIB_BARE_METAL_VERSION

Message ID 20240301183756.811532-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/newlib-bare-metal: update NEWLIB_BARE_METAL_VERSION | expand

Commit Message

Fabrice Fontaine March 1, 2024, 6:37 p.m. UTC
Update NEWLIB_BARE_METAL_VERSION to match version retrieved on
https://release-monitoring.org/project/13816

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/newlib-bare-metal/newlib-bare-metal.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard March 1, 2024, 6:55 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Update NEWLIB_BARE_METAL_VERSION to match version retrieved on
 > https://release-monitoring.org/project/13816

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/newlib-bare-metal/newlib-bare-metal.mk b/package/newlib-bare-metal/newlib-bare-metal.mk
index e1b46fbc88..f27da4284b 100644
--- a/package/newlib-bare-metal/newlib-bare-metal.mk
+++ b/package/newlib-bare-metal/newlib-bare-metal.mk
@@ -4,9 +4,9 @@ 
 #
 ################################################################################
 
-NEWLIB_BARE_METAL_VERSION = 4.4.0
+NEWLIB_BARE_METAL_VERSION = 4.4.0.20231231
 NEWLIB_BARE_METAL_SITE = ftp://sourceware.org/pub/newlib
-NEWLIB_BARE_METAL_SOURCE = newlib-$(NEWLIB_BARE_METAL_VERSION).20231231.tar.gz
+NEWLIB_BARE_METAL_SOURCE = newlib-$(NEWLIB_BARE_METAL_VERSION).tar.gz
 NEWLIB_BARE_METAL_DEPENDENCIES = host-gcc-bare-metal
 NEWLIB_BARE_METAL_ADD_TOOLCHAIN_DEPENDENCY = NO
 NEWLIB_BARE_METAL_LICENSE = GPL-2.0, GPL-3.0, LGPL-2.1, LGPL-3.0