Skip to content

Commit

Permalink
[redis-plus-plus] Update to 1.3.2 (microsoft#23948)
Browse files Browse the repository at this point in the history
* redis-plus-plus] Update to 1.3.2

* formatting changes

* updated port version
  • Loading branch information
AkshayPS12 authored and joiskash committed May 3, 2022
1 parent 6291895 commit c164662
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/redis-plus-plus/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO sewenew/redis-plus-plus
REF cff6ab8d8557a113ad97dfb779eb46647f7c92c7 # 1.3.1
SHA512 2bd179f47b13d05d58358ddf1aeef93fbc9e748a12f07fa5bd59fd75adcf7f3261d5f871d8fd33628d2d9df04e341ed24314fc2e817887ba0079e2711b5da317
REF e29c63db54653a660d7a0f556f670b7a6fce0a78 # 1.3.2
SHA512 47b18f41cfaf5e11d6eba1201a3da3a1ed355583cde0772de68e5f0f25953e1467c83249848b25b16c9db9e3f6c5df5e1dd832f4b3dd41289c69111867e48d8c
HEAD_REF master
PATCHES
fix-ws2-linking-windows.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/redis-plus-plus/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "redis-plus-plus",
"version-semver": "1.3.1",
"port-version": 1,
"version-semver": "1.3.2",
"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",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6033,8 +6033,8 @@
"port-version": 4
},
"redis-plus-plus": {
"baseline": "1.3.1",
"port-version": 1
"baseline": "1.3.2",
"port-version": 0
},
"refl-cpp": {
"baseline": "0.12.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/redis-plus-plus.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a58c88604be6da2e638127442cc413c0504e2f51",
"version-semver": "1.3.2",
"port-version": 0
},
{
"git-tree": "4da3b8dd26c05426ae7d2a844f854423e9d0624d",
"version-semver": "1.3.1",
Expand Down

0 comments on commit c164662

Please sign in to comment.