[nanoprintf] Bump to 0.3.4 (#32947)

* [nanoprintf] Bump to 0.3.4

* update version database
This commit is contained in:
Weihang Ding 2023-08-04 21:47:50 +08:00 committed by GitHub
parent 0e12581197
commit 6359f49021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 8 deletions

View File

@ -2,11 +2,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO charlesnicholson/nanoprintf
REF b210b50a2b8608e2f0226b47a8f82c3476177a4f
SHA512 8340bf3785a8609568188e28e3fb905007d6da052f860df02fe0b8b2fdef3ca1ac87b91f7ac203fbd7235bcd50c8a63f33b2fca2854cad1351899c59cd8d7646
REF "v${VERSION}"
SHA512 a82da24fcd176c385c8c2d1666416bcbafc3bf3e1b9e1365c8ffd7a0158485c7af6b0dbf7cd0821a7af55238784cd682a0f22fe37527b91ea3f3eaa702c61c46
HEAD_REF master
)
file(COPY ${SOURCE_PATH}/nanoprintf.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(COPY "${SOURCE_PATH}/nanoprintf.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,7 +1,6 @@
{
"name": "nanoprintf",
"version-date": "2020-05-27",
"port-version": 2,
"version": "0.3.4",
"description": "A tiny embeddable printf replacement written in C99",
"homepage": "https://github.com/charlesnicholson/nanoprintf"
}

View File

@ -5621,8 +5621,8 @@
"port-version": 1
},
"nanoprintf": {
"baseline": "2020-05-27",
"port-version": 2
"baseline": "0.3.4",
"port-version": 0
},
"nanorange": {
"baseline": "2020-07-06",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "88e688e729a34f99b0ec4185786fb67fb9fda107",
"version": "0.3.4",
"port-version": 0
},
{
"git-tree": "4dc3b1f718f303cda846f07207bc62a4acc6274b",
"version-date": "2020-05-27",