cpprestsdk 2.10.14
Closes #42053. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
d9258e4a8f
commit
5fcb577e5a
1 changed files with 2 additions and 3 deletions
|
@ -3,9 +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.13",
|
:tag => "v2.10.14",
|
||||||
:revision => "9d8f544001cb74544de6dc8c565592f7e2626d6e"
|
:revision => "6f602bee67b088a299d7901534af3bce6334ab38"
|
||||||
revision 1
|
|
||||||
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