mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Use tag for pkg/pool in DEPS
Change-Id: Ie9e464ab93498d3783652df360ca902cdecded3e Reviewed-on: https://dart-review.googlesource.com/7582 Reviewed-by: Keerti Parthasarathy <keertip@google.com>
This commit is contained in:
parent
64bf1b49b0
commit
8b4322df72
1 changed files with 2 additions and 2 deletions
4
DEPS
4
DEPS
|
@ -105,7 +105,7 @@ vars = {
|
|||
"path_tag": "@1.4.1",
|
||||
"plugin_tag": "@0.2.0",
|
||||
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
|
||||
"pool_rev": "@3731963107c705e192c255725bbe5956e9e7a794",
|
||||
"pool_tag": "@1.3.2",
|
||||
"protobuf_tag": "@0.5.4",
|
||||
"pub_rev": "@cde958f157d3662bf968bcbed05580d5c0355e89",
|
||||
"pub_semver_tag": "@1.3.2",
|
||||
|
@ -268,7 +268,7 @@ deps = {
|
|||
Var("dart_root") + "/third_party/pkg/plugin":
|
||||
Var("github_mirror") + "plugin.git" + Var("plugin_tag"),
|
||||
Var("dart_root") + "/third_party/pkg/pool":
|
||||
Var("github_mirror") + "pool.git" + Var("pool_rev"),
|
||||
Var("github_mirror") + "pool.git" + Var("pool_tag"),
|
||||
Var("dart_root") + "/third_party/pkg/protobuf":
|
||||
Var("github_mirror") + "protobuf.git" + Var("protobuf_tag"),
|
||||
Var("dart_root") + "/third_party/pkg/pub_semver":
|
||||
|
|
Loading…
Reference in a new issue