NOTE: add-sha256sum-for-zipcode-archives.patch is automatically generated from add-sha256sum-for-zipcode-archives.patch.in by make_archive.sh Please do not modify the patch file manually. Index: mozc-2.28.4715.102/src/WORKSPACE.bazel =================================================================== --- mozc-2.28.4715.102.orig/src/WORKSPACE.bazel +++ mozc-2.28.4715.102/src/WORKSPACE.bazel @@ -181,10 +181,12 @@ http_archive( name = "zip_code_ken_all", build_file_content = "exports_files([\"KEN_ALL.CSV\"])", url = "https://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip", + sha256 = "@kenallsha256@" ) http_archive( name = "zip_code_jigyosyo", build_file_content = "exports_files([\"JIGYOSYO.CSV\"])", url = "https://www.post.japanpost.jp/zipcode/dl/jigyosyo/zip/jigyosyo.zip", + sha256 = "@jigyosyosha256@" )