@@ -1287,20 +1287,20 @@ REPOSITORY_LOCATIONS_SPEC = dict(
12871287 license = "BSD-3-Clause" ,
12881288 license_url = "https://github.com/google/quiche/blob/{version}/LICENSE" ,
12891289 ),
1290- com_googlesource_googleurl = dict (
1290+ googleurl = dict (
12911291 project_name = "Chrome URL parsing library" ,
12921292 project_desc = "Chrome URL parsing library" ,
1293- project_url = "https://quiche.googlesource. com/googleurl " ,
1293+ project_url = "https://github. com/google/gurl " ,
12941294 version = "dd4080fec0b443296c0ed0036e1e776df8813aa7" ,
1295- sha256 = "fc694942e8a7491dcc1dde1bddf48a31370a1f46fef862bc17acf07c34dc6325 " ,
1296- # Static snapshot of https://quiche.googlesource. com/googleurl/+ archive/dd4080fec0b443296c0ed0036e1e776df8813aa7 .tar.gz
1297- urls = [ "https://storage.googleapis.com/quiche-envoy-integration/ {version}.tar.gz" ] ,
1295+ sha256 = "4ffa45a827646692e7b26e2a8c0dcbc1b1763a26def2fbbd82362970962a2fcf " ,
1296+ urls = [ " https://github. com/google/gurl/ archive/{version} .tar.gz" ],
1297+ strip_prefix = "gurl- {version}" ,
12981298 use_category = ["controlplane" , "dataplane_core" ],
12991299 extensions = [],
13001300 release_date = "2022-11-03" ,
13011301 cpe = "N/A" ,
1302- license = "googleurl " ,
1303- license_url = "https://quiche.googlesource. com/googleurl/+ /{version}/LICENSE" ,
1302+ license = "BSD-3-Clause " ,
1303+ license_url = "https://github. com/google/gurl/blob /{version}/LICENSE" ,
13041304 ),
13051305 com_google_cel_spec = dict (
13061306 project_name = "Common Expression Language (CEL) spec" ,
0 commit comments