mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[minio-cpp] chore(version): updated to v0.1.0 (#26145)
This commit is contained in:
parent
88f70923c9
commit
bea0562dbb
@ -1,12 +0,0 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 6df202c..98eeeb0 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -114,6 +114,6 @@ else (DOXYGEN_FOUND)
|
||||
message("Doxygen need to be installed to generate the doxygen documentation")
|
||||
endif (DOXYGEN_FOUND)
|
||||
|
||||
configure_file(miniocpp.pc.in miniocpp.pc @ONLY)
|
||||
-install(FILES ${CMAKE_BINARY_DIR}/miniocpp.pc DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/pkgconfig)
|
||||
+install(FILES ${CMAKE_BINARY_DIR}/miniocpp.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
|
||||
|
@ -1,16 +1,15 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO minio/minio-cpp
|
||||
REF 0847e56f31e13d32c924029d5ffaa865f8396462
|
||||
SHA512 47817c8acc92060afca5ebd7c9bc7c9a9e09a50046180d7d3d67993f207d295c90e491417702ebb1ab2b0a6e85a5fcc334054ce4f6d542cb42c3675b5aed1c3f
|
||||
REF v0.1.0
|
||||
SHA512 40442ff91e2894945425cbfc21bbd7448201a454c36bea84ffcfee70ab5a71c18e0948f7a1c5453205b7199914fa8fa820f53961c8262cd4fdf646470846f65e
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
fix_cmake_file.patch
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DBUILD_DOC=OFF
|
||||
-DBUILD_EXAMPLES=OFF
|
||||
)
|
||||
|
||||
|
@ -1,10 +1,14 @@
|
||||
{
|
||||
"name": "minio-cpp",
|
||||
"version-date": "2022-01-03",
|
||||
"description": "MinIO C++ Client SDK for Amazon S3 Compatible Cloud Storage",
|
||||
"supports": "!uwp",
|
||||
"version": "0.1.0",
|
||||
"description": "The MinIO C++ Client SDK provides simple APIs to access any Amazon S3 compatible object storage",
|
||||
"homepage": "https://github.com/minio/minio-cpp",
|
||||
"license": "Apache-2.0",
|
||||
"supports": "!windows & !osx & !uwp",
|
||||
"dependencies": [
|
||||
"curlpp",
|
||||
"inih",
|
||||
"nlohmann-json",
|
||||
"openssl",
|
||||
"pugixml",
|
||||
{
|
||||
|
@ -4617,7 +4617,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"minio-cpp": {
|
||||
"baseline": "2022-01-03",
|
||||
"baseline": "0.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"minisat-master-keying": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e406e5f0c1d14b66ad6e58c91d122ca0d01df04c",
|
||||
"version": "0.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "0b0fe1b9353fd016b3f2e3212ae30a7a82b71ceb",
|
||||
"version-date": "2022-01-03",
|
||||
|
Loading…
x
Reference in New Issue
Block a user