Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Upgrade mkcurl mkbouncer
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jul 25, 2019
1 parent 7e3d573 commit d8f7540
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/deps/deps.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ var All = map[string]func(*cmakefile.CMakeFile){
},
"github.com/measurement-kit/mkbouncer": func(cmake *cmakefile.CMakeFile) {
cmake.AddSingleHeaderDependency(
"b6d8cf8ce7c832b20997cbd2d2a33dbaf80a347eea4073173a7d8c1ef8f176ab",
"https://raw.githubusercontent.com/measurement-kit/mkbouncer/v0.1.0/mkbouncer.hpp",
"1317cf389fad9b4a262bfc61bd15f42c5f988582f0ecc426497eb13791ea50e4",
"https://raw.githubusercontent.com/measurement-kit/mkbouncer/v0.2.0/mkbouncer.hpp",
)
},
"github.com/measurement-kit/mkcollector": func(cmake *cmakefile.CMakeFile) {
Expand All @@ -102,8 +102,8 @@ var All = map[string]func(*cmakefile.CMakeFile){
},
"github.com/measurement-kit/mkcurl": func(cmake *cmakefile.CMakeFile) {
cmake.AddSingleHeaderDependency(
"2dbc75c887cbce81b9267bdfeb2c4ed0e304eb3d50dc4d8d96776c408cc2c7c4",
"https://raw.githubusercontent.com/measurement-kit/mkcurl/v0.11.1/mkcurl.hpp",
"cb58b85ccdf8d9f3b559ccab7d2f31cad4f8aba774e9953534e32373d415ec94",
"https://raw.githubusercontent.com/measurement-kit/mkcurl/v0.12.0/mkcurl.hpp",
)
},
"github.com/measurement-kit/mkdata": func(cmake *cmakefile.CMakeFile) {
Expand Down

0 comments on commit d8f7540

Please sign in to comment.