[nanoprintf] Bump to 0.5.3 (#42883)

This commit is contained in:
Weihang Ding 2024-12-24 01:39:55 +08:00 committed by GitHub
parent 84630f057c
commit 8496f6ad82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -3,7 +3,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO charlesnicholson/nanoprintf REPO charlesnicholson/nanoprintf
REF "v${VERSION}" REF "v${VERSION}"
SHA512 a82da24fcd176c385c8c2d1666416bcbafc3bf3e1b9e1365c8ffd7a0158485c7af6b0dbf7cd0821a7af55238784cd682a0f22fe37527b91ea3f3eaa702c61c46 SHA512 4b0dffdbb0dc98b5e48b6f0d1d8a39407899a1601a47a4688879c6d47398c65bbe11ae4a06f70ee66d5c600ca0fad859cd11359be906181c722479555ec05ae1
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "nanoprintf", "name": "nanoprintf",
"version": "0.3.4", "version": "0.5.3",
"description": "A tiny embeddable printf replacement written in C99", "description": "A tiny embeddable printf replacement written in C99",
"homepage": "https://github.com/charlesnicholson/nanoprintf" "homepage": "https://github.com/charlesnicholson/nanoprintf"
} }

View File

@ -6273,7 +6273,7 @@
"port-version": 0 "port-version": 0
}, },
"nanoprintf": { "nanoprintf": {
"baseline": "0.3.4", "baseline": "0.5.3",
"port-version": 0 "port-version": 0
}, },
"nanorange": { "nanorange": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "d7428d888aabcb615d9a06f699611d0cb9227fc6",
"version": "0.5.3",
"port-version": 0
},
{ {
"git-tree": "88e688e729a34f99b0ec4185786fb67fb9fda107", "git-tree": "88e688e729a34f99b0ec4185786fb67fb9fda107",
"version": "0.3.4", "version": "0.3.4",