mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[redis-plus-plus] update to 1.3.12 (#37739)
This commit is contained in:
parent
50c7463168
commit
5e417e0876
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO sewenew/redis-plus-plus
|
||||
REF "${VERSION}"
|
||||
SHA512 43741da2222a9416cee16f522244ddf243b7a188f08704bb05e66f659213b05189fcef35b7b100b128d301e889765ad3f151889e9b5b9e6510479bec58b04ce0
|
||||
SHA512 ad6a26d3466d45daa70f2bb43e28d76c07a15ddb1a3d667d10cc5201951e7b7ee56baf084dc9653f78679a2e6756ba7f66b1e71daa5dd8e19c4699fa59c2f1d8
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-conversion.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "redis-plus-plus",
|
||||
"version-semver": "1.3.10",
|
||||
"version-semver": "1.3.12",
|
||||
"description": "This is a C++ client for Redis. It's based on hiredis, and written in C++ 11",
|
||||
"homepage": "https://github.com/sewenew/redis-plus-plus",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -7601,7 +7601,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"redis-plus-plus": {
|
||||
"baseline": "1.3.10",
|
||||
"baseline": "1.3.12",
|
||||
"port-version": 0
|
||||
},
|
||||
"refl-cpp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "730950cc05d074e23016ee21482de47864501437",
|
||||
"version-semver": "1.3.12",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "0304c085aa643a482f93ed391ba61bed356577f9",
|
||||
"version-semver": "1.3.10",
|
||||
|
Loading…
x
Reference in New Issue
Block a user