@@ -1313,20 +1313,20 @@ REPOSITORY_LOCATIONS_SPEC = dict(
13131313 license = "BSD-3-Clause" ,
13141314 license_url = "https://github.com/google/quiche/blob/{version}/LICENSE" ,
13151315 ),
1316- com_googlesource_googleurl = dict (
1316+ googleurl = dict (
13171317 project_name = "Chrome URL parsing library" ,
13181318 project_desc = "Chrome URL parsing library" ,
1319- project_url = "https://quiche.googlesource. com/googleurl " ,
1319+ project_url = "https://github. com/google/gurl " ,
13201320 version = "dd4080fec0b443296c0ed0036e1e776df8813aa7" ,
1321- sha256 = "fc694942e8a7491dcc1dde1bddf48a31370a1f46fef862bc17acf07c34dc6325 " ,
1322- # Static snapshot of https://quiche.googlesource. com/googleurl/+ archive/dd4080fec0b443296c0ed0036e1e776df8813aa7 .tar.gz
1323- urls = [ "https://storage.googleapis.com/quiche-envoy-integration/ {version}.tar.gz" ] ,
1321+ sha256 = "4ffa45a827646692e7b26e2a8c0dcbc1b1763a26def2fbbd82362970962a2fcf " ,
1322+ urls = [ " https://github. com/google/gurl/ archive/{version} .tar.gz" ],
1323+ strip_prefix = "gurl- {version}" ,
13241324 use_category = ["controlplane" , "dataplane_core" ],
13251325 extensions = [],
13261326 release_date = "2022-11-03" ,
13271327 cpe = "N/A" ,
1328- license = "googleurl " ,
1329- license_url = "https://quiche.googlesource. com/googleurl/+ /{version}/LICENSE" ,
1328+ license = "BSD-3-Clause " ,
1329+ license_url = "https://github. com/google/gurl/blob /{version}/LICENSE" ,
13301330 ),
13311331 com_google_cel_cpp = dict (
13321332 project_name = "Common Expression Language (CEL) C++ library" ,
0 commit comments