Skip to content

Commit 0957c74

Browse files
committed
[Thirdparty] Update urls corresponding to colm, ragel, aliyun-oss-sdk and uuid.
Signed-off-by: Tongxuan Liu <tongxuan.ltx@alibaba-inc.com>
1 parent c53ed9f commit 0957c74

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tensorflow/workspace.bzl

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,22 +1205,22 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
12051205
tf_http_archive(
12061206
name = "colm", # MIT License
12071207
build_file = "//third_party:colm.BUILD",
1208-
sha256 = "4644956dd82bedf3795bb1a6fdf9ee8bdd33bd1e7769ef81ffdaa3da70c5a349",
1209-
strip_prefix = "colm-0.13.0.6",
1208+
sha256 = "322cb2489d7e08b69c003453a14c6842a4beb243cd73c9ec2c23089a0f422205",
1209+
strip_prefix = "colm-colm-0.13.0.6",
12101210
urls = [
1211-
"http://www.colm.net/files/colm/colm-0.13.0.6.tar.gz",
1212-
"http://www.colm.net/files/colm/colm-0.13.0.6.tar.gz"
1211+
"https://github.com/adrian-thurston/colm/archive/colm-0.13.0.6.tar.gz",
1212+
"https://github.com/adrian-thurston/colm/archive/colm-0.13.0.6.tar.gz",
12131213
],
12141214
)
12151215

12161216
tf_http_archive(
12171217
name = "ragel", # MIT License
12181218
build_file = "//third_party:ragel.BUILD",
1219-
sha256 = "08bac6ff8ea9ee7bdd703373fe4d39274c87fecf7ae594774dfdc4f4dd4a5340",
1220-
strip_prefix = "ragel-7.0.0.11",
1219+
sha256 = "7c3ded1c57540083acea63dfed99bc097503a3c56f9a3154fe8b0dd5f22f2189",
1220+
strip_prefix = "ragel-ragel-7.0.0.11",
12211221
urls = [
1222-
"http://www.colm.net/files/ragel/ragel-7.0.0.11.tar.gz",
1223-
"http://www.colm.net/files/ragel/ragel-7.0.0.11.tar.gz"
1222+
"https://github.com/adrian-thurston/ragel/archive/ragel-7.0.0.11.tar.gz",
1223+
"https://github.com/adrian-thurston/ragel/archive/ragel-7.0.0.11.tar.gz",
12241224
],
12251225
)
12261226

@@ -1238,11 +1238,11 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
12381238
tf_http_archive(
12391239
name = "uuid", # GPL-2.0 license
12401240
build_file = "//third_party:uuid.BUILD",
1241-
sha256 = "37ac05d82c6410d89bc05d43cee101fefc8fe6cf6090b3ce7a1409a6f35db606",
1241+
sha256 = "068d6aad9bbcbad47c383bc9cf249deb349de01e6b6aef663e44599a49537bc3",
12421242
strip_prefix = "util-linux-2.35.1",
12431243
urls = [
1244-
"https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.35/util-linux-2.35.1.tar.gz",
1245-
"https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.35/util-linux-2.35.1.tar.gz"
1244+
"https://github.com/util-linux/util-linux/archive/v2.35.1.tar.gz",
1245+
"https://github.com/util-linux/util-linux/archive/v2.35.1.tar.gz",
12461246
],
12471247
)
12481248

@@ -1263,8 +1263,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
12631263
sha256 = "6450d3970578c794b23e9e1645440c6f42f63be3f82383097660db5cf2fba685",
12641264
strip_prefix = "aliyun-oss-c-sdk-3.7.0",
12651265
urls = [
1266-
"http://pythonrun.oss-cn-zhangjiakou.aliyuncs.com/tensorflow_io/github.com/aliyun/aliyun-oss-c-sdk/archive/3.7.0.tar.gz",
1267-
"http://pythonrun.oss-cn-zhangjiakou.aliyuncs.com/tensorflow_io/github.com/aliyun/aliyun-oss-c-sdk/archive/3.7.0.tar.gz",
1266+
"https://github.com/aliyun/aliyun-oss-c-sdk/archive/3.7.0.tar.gz",
1267+
"https://github.com/aliyun/aliyun-oss-c-sdk/archive/3.7.0.tar.gz",
12681268
],
12691269
)
12701270

0 commit comments

Comments
 (0)