[makeid] update to 1.0.3 (#34271)

This commit is contained in:
Leonid Pospelov 2023-10-05 05:53:50 +06:00 committed by GitHub
parent 5731e5bb80
commit 9d031612af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,10 +1,10 @@
vcpkg_download_distfile(ARCHIVE vcpkg_download_distfile(ARCHIVE
URLS "https://www.humus.name/3D/MakeID.h" URLS "https://www.humus.name/3D/MakeID.h"
FILENAME "MakeID.h-${VERSION}" FILENAME "MakeID.h-${VERSION}"
SHA512 9b7cb5c1b71904f37f65fcac3d18194154029fbe04d89099d879ce8eb03e796662c78653322317ed72988d3695414aaa6e6c24cfff999bea5009ec47119c57a7 SHA512 fd4222d2cc0b0e16b0cfbac048cb64ac59d53ede10ab7f88f710e4b866cb67ffb0ec139821c181f1804a813cc9ab20cf33282c8b73e9ef0fdba414be474c2b64
) )
file(COPY "${ARCHIVE}" DESTINATION "${CURRENT_PACKAGES_DIR}/include") file(INSTALL "${ARCHIVE}" DESTINATION "${CURRENT_PACKAGES_DIR}/include" RENAME "MakeID.h")
set(license_text set(license_text
"Public Domain "Public Domain

View File

@ -1,6 +1,6 @@
{ {
"name": "makeid", "name": "makeid",
"version": "1.0.2", "version": "1.0.3",
"description": "MakeID is a cross platform C++ library for IDs allocation/deallocation", "description": "MakeID is a cross platform C++ library for IDs allocation/deallocation",
"homepage": "http://www.humus.name/index.php?page=3D", "homepage": "http://www.humus.name/index.php?page=3D",
"license": null "license": null

View File

@ -5253,7 +5253,7 @@
"port-version": 2 "port-version": 2
}, },
"makeid": { "makeid": {
"baseline": "1.0.2", "baseline": "1.0.3",
"port-version": 0 "port-version": 0
}, },
"manif": { "manif": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "d1e67fd4892325f13527874899102c734da3333d",
"version": "1.0.3",
"port-version": 0
},
{ {
"git-tree": "08114cbf3e65a21af7fa59508fc838fb4cac067c", "git-tree": "08114cbf3e65a21af7fa59508fc838fb4cac067c",
"version": "1.0.2", "version": "1.0.2",