Skip to content

Commit

Permalink
Fix date
Browse files Browse the repository at this point in the history
Signed-off-by: Dhi Aurrahman <[email protected]>
  • Loading branch information
dio committed Oct 13, 2022
1 parent 7b0e69a commit 472c1b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
urls = ["https://storage.googleapis.com/envoyproxy-wee8/v8-{version}.tar.gz"],
use_category = ["dataplane_ext"],
extensions = ["envoy.wasm.runtime.v8"],
release_date = "2022-12-09",
release_date = "2022-10-09",
cpe = "cpe:2.3:a:google:v8:*",
),
com_googlesource_chromium_base_trace_event_common = dict(
Expand All @@ -1073,7 +1073,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
urls = ["https://storage.googleapis.com/envoyproxy-wee8/chromium-base_trace_event_common-{version}.tar.gz"],
use_category = ["dataplane_ext"],
extensions = ["envoy.wasm.runtime.v8"],
release_date = "2022-12-09",
release_date = "2022-10-09",
cpe = "N/A",
),
com_github_google_quiche = dict(
Expand Down

0 comments on commit 472c1b2

Please sign in to comment.