[edflib] Update to 1.27 (#41735)

Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu 2024-10-25 05:21:35 +00:00 committed by GitHub
parent 5e92f89bd7
commit d2c7f39c90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -3,7 +3,7 @@ vcpkg_from_gitlab(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO Teuniz/EDFlib REPO Teuniz/EDFlib
REF "v${VERSION}" REF "v${VERSION}"
SHA512 c87e18b90fcf7dd45fc927b76d25dcc9dc94965a03fad8ef2018179a23b1497179ef211b5984d025e94d7de88545d5b4215d01dff46b791f1eb574c29707d140 SHA512 ad5f9be5a10d0e83a80242cdb088db8ae697ee6e723a7c5459cef95b5eba16c54d8bc2493b66d5114a8d1782505b2d2c63c9a5ce96c09dcca89489cd43fa6012
HEAD_REF master HEAD_REF master
) )
@ -46,4 +46,4 @@ if ("tools" IN_LIST FEATURES)
) )
endif() endif()
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,6 +1,6 @@
{ {
"name": "edflib", "name": "edflib",
"version": "1.26", "version": "1.27",
"description": "A C library to read/write EDF/EDF+/BDF/BDF+ files", "description": "A C library to read/write EDF/EDF+/BDF/BDF+ files",
"homepage": "https://www.teuniz.net/edflib/", "homepage": "https://www.teuniz.net/edflib/",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",

View File

@ -2509,7 +2509,7 @@
"port-version": 1 "port-version": 1
}, },
"edflib": { "edflib": {
"baseline": "1.26", "baseline": "1.27",
"port-version": 0 "port-version": 0
}, },
"edlib": { "edlib": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "5711b3b19881a16a8dcdabe3bb85e1e15ad407ca",
"version": "1.27",
"port-version": 0
},
{ {
"git-tree": "4834f9bad801aac37c9128e100bf120373ab5f5b", "git-tree": "4834f9bad801aac37c9128e100bf120373ab5f5b",
"version": "1.26", "version": "1.26",