Skip to content

Commit 53e6db7

Browse files
Update Zip code data as of 2025-08-30.
#typingquality PiperOrigin-RevId: 802024247
1 parent b84b8c5 commit 53e6db7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/MODULE.bazel

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -340,22 +340,22 @@ http_archive(
340340
url = "https://github.com/hiroyuki-komatsu/japanese-usage-dictionary/archive/refs/tags/%s.zip" % JA_USAGE_DICT_TAG,
341341
)
342342

343-
# Zip code (2025-06-28, 21c6fb3cbc125e4408a8c2715beb1fbfcf03a442)
343+
# Zip code (2025-08-30, 33524763837473258e7ba2f14b17fc3a70519831)
344344
# https://github.com/hiroyuki-komatsu/japanpost_zipcode/ contains snapshots of the zip code data
345345
# with version control.
346346
# The data files are mirror of the following files.
347-
# * https://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip
348347
# * https://www.post.japanpost.jp/zipcode/dl/jigyosyo/zip/jigyosyo.zip
348+
# * https://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip
349349
http_archive(
350-
name = "zip_code_ken_all",
351-
build_file_content = "exports_files([\"KEN_ALL.CSV\"])",
352-
sha256 = "9cd7a9235d1869a94f4019a201d61172a0fc633f1957922c3ec23ac7bf75becf",
353-
url = "https://github.com/hiroyuki-komatsu/japanpost_zipcode/raw/21c6fb3cbc125e4408a8c2715beb1fbfcf03a442/ken_all.zip",
350+
name = "zip_code_jigyosyo",
351+
build_file_content = "exports_files([\"JIGYOSYO.CSV\"])",
352+
sha256 = "8b0c5e9f720dba6d600a2683a260b8f04d14f463d45d10893e7ba08424405a1e",
353+
url = "https://github.com/hiroyuki-komatsu/japanpost_zipcode/raw/33524763837473258e7ba2f14b17fc3a70519831/jigyosyo.zip",
354354
)
355355

356356
http_archive(
357-
name = "zip_code_jigyosyo",
358-
build_file_content = "exports_files([\"JIGYOSYO.CSV\"])",
359-
sha256 = "f390501cbfe143921a939884178e5b33ca246181803d814e5f58676c19e91a6c",
360-
url = "https://github.com/hiroyuki-komatsu/japanpost_zipcode/raw/21c6fb3cbc125e4408a8c2715beb1fbfcf03a442/jigyosyo.zip",
357+
name = "zip_code_ken_all",
358+
build_file_content = "exports_files([\"KEN_ALL.CSV\"])",
359+
sha256 = "47a3e63e1379f707af9c49df5c4fa0534332173c73c61f93d14555673bed7599",
360+
url = "https://github.com/hiroyuki-komatsu/japanpost_zipcode/raw/33524763837473258e7ba2f14b17fc3a70519831/ken_all.zip",
361361
)

0 commit comments

Comments
 (0)