[minio-cpp] chore(version): updated to v0.1.1 (#26257)

This commit is contained in:
Harshavardhana 2022-08-11 18:26:47 -07:00 committed by GitHub
parent a2177d3cff
commit 368c1a5953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 9 deletions

View File

@ -1,16 +1,17 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO minio/minio-cpp
REF v0.1.0
SHA512 40442ff91e2894945425cbfc21bbd7448201a454c36bea84ffcfee70ab5a71c18e0948f7a1c5453205b7199914fa8fa820f53961c8262cd4fdf646470846f65e
REF v0.1.1
SHA512 88bd07688f27ca1b1cd7cba592ffe13e08619f0a1f8aa11a37276e455e1dcf025c347452819980452d67e6e4899af11e8f7b1662dc05a87db03000e876d1155b
HEAD_REF main
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_DOC=OFF
-DBUILD_EXAMPLES=OFF
SOURCE_PATH "${SOURCE_PATH}"
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_DOC=OFF
-DBUILD_EXAMPLES=OFF
)
vcpkg_cmake_install()

View File

@ -1,10 +1,10 @@
{
"name": "minio-cpp",
"version": "0.1.0",
"version": "0.1.1",
"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",
"supports": "!windows & !uwp",
"dependencies": [
"curlpp",
"inih",

View File

@ -4617,7 +4617,7 @@
"port-version": 0
},
"minio-cpp": {
"baseline": "0.1.0",
"baseline": "0.1.1",
"port-version": 0
},
"minisat-master-keying": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8442cf19a35307cd48476abbf05e85194509c7a2",
"version": "0.1.1",
"port-version": 0
},
{
"git-tree": "e406e5f0c1d14b66ad6e58c91d122ca0d01df04c",
"version": "0.1.0",