cpprestsdk 2.10.10
Closes #37336. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
c18c5ee75e
commit
4aab020a49
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ class Cpprestsdk < Formula
|
||||||
homepage "https://github.com/Microsoft/cpprestsdk"
|
homepage "https://github.com/Microsoft/cpprestsdk"
|
||||||
# pull from git tag to get submodules
|
# pull from git tag to get submodules
|
||||||
url "https://github.com/Microsoft/cpprestsdk.git",
|
url "https://github.com/Microsoft/cpprestsdk.git",
|
||||||
:tag => "v2.10.8",
|
:tag => "v2.10.10",
|
||||||
:revision => "204a52610234ac5180e80a6883b62c0ad085f51e"
|
:revision => "91f66c625b6361d2edabf76eae30887b326b2447"
|
||||||
head "https://github.com/Microsoft/cpprestsdk.git", :branch => "development"
|
head "https://github.com/Microsoft/cpprestsdk.git", :branch => "development"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue