mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:28:59 +08:00
[aricpp] Update to 1.1.2 (#24391)
* Update aricpp to 1.1.2 * Update CI baseline * Mark as header-only, remove vcpkg_copy_pdbs * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
8ca9b2b84c
commit
0051a1879c
@ -1,21 +1,20 @@
|
||||
# Header-only library
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO daniele77/aricpp
|
||||
REF v1.1.1
|
||||
SHA512 b1e02b9ba9afc1f3315e238cd61b98a8d28eee08ddbaccaf171aa77d27ecec2b3abfaa5aae6905f9c2a1c83b0095a135f2186c977a0ae0cfafb48e3690814183
|
||||
REF v1.1.2
|
||||
SHA512 bf325de240cdc9c567524cdc127c256d1ac783e785779117374f1d2a5fd4f352545e87f3d1556c2a24e47a203b55bc581a92fb20426295f5f9dcb4a8078cb215
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/aricpp)
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib")
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "aricpp",
|
||||
"version-semver": "1.1.1",
|
||||
"port-version": 1,
|
||||
"version-semver": "1.1.2",
|
||||
"description": "Asterisk ARI interface bindings for modern C++",
|
||||
"homepage": "https://github.com/daniele77/aricpp",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
"boost-asio",
|
||||
"boost-beast",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f4c60d911e60c041e3e7791a84894a1c028a7e85",
|
||||
"version-semver": "1.1.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "266bfd31b17badea05be9f9859b0ce84f4d9f60e",
|
||||
"version-semver": "1.1.1",
|
||||
|
@ -157,8 +157,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"aricpp": {
|
||||
"baseline": "1.1.1",
|
||||
"port-version": 1
|
||||
"baseline": "1.1.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"armadillo": {
|
||||
"baseline": "10.6.2",
|
||||
|
Loading…
Reference in New Issue
Block a user