mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
[bond] update to 9.0.3 (#14450)
* Update CONTROL * Update portfile.cmake
This commit is contained in:
parent
32df14e1c8
commit
e4a4639047
@ -1,5 +1,5 @@
|
||||
Source: bond
|
||||
Version: 9.0.2
|
||||
Version: 9.0.3
|
||||
Description: Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services.
|
||||
Homepage: https://github.com/Microsoft/bond
|
||||
Build-Depends: rapidjson, boost-config, boost-utility, boost-assign, boost-locale
|
||||
|
@ -1,12 +1,12 @@
|
||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
|
||||
set(BOND_VER 9.0.2)
|
||||
set(BOND_VER 9.0.3)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO microsoft/bond
|
||||
REF ${BOND_VER}
|
||||
SHA512 ece636bc06e7bac4208d373610e689f19b394cae4eaa869f32b098924a6e7034e4d804d4831d7f6fd2540a619daf77f4ab43c49aa442a9cd26161b0a8a2db000
|
||||
SHA512 3a7884eb00e6d0ab40c688f4a40cb2d3f356c48b38d48a9a08c756047a94b82619ef345483f42c3240732f5da06816b65a61acb83bfebb3c2c6b44099ce71bf9
|
||||
HEAD_REF master
|
||||
PATCHES fix-install-path.patch skip-grpc-compilation.patch
|
||||
)
|
||||
@ -15,7 +15,7 @@ if (VCPKG_TARGET_IS_WINDOWS)
|
||||
vcpkg_download_distfile(GBC_ARCHIVE
|
||||
URLS "https://github.com/microsoft/bond/releases/download/${BOND_VER}/gbc-${BOND_VER}-amd64.zip"
|
||||
FILENAME "gbc-${BOND_VER}-amd64.zip"
|
||||
SHA512 661d63a82284d3ecbc7b50d5f4972dadeb607f96612108a4a0887c6684a418e8b265516354504ca3440a182d1e31f2eb5861531133b455d8b6c01aec45ade5d3
|
||||
SHA512 41a4e01a9a0f6246a3c07f516f2c0cfc8a837eff2166c2bb787877e409d6f55eeb6084e63aabc3502492775a3fa7e381bf37fde0bdfced50a9d0b39dfaca7dfd
|
||||
)
|
||||
|
||||
# Clear the generator to prevent it from updating
|
||||
|
Loading…
Reference in New Issue
Block a user