@@ -269,24 +269,16 @@ go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
269269go_deps .from_file (go_mod = "//go/extractor:go.mod" )
270270use_repo (go_deps , "org_golang_x_mod" , "org_golang_x_tools" )
271271
272- lfs_archive = use_repo_rule ("//misc/bazel:lfs .bzl" , "lfs_archive " )
272+ ripunzip_archive = use_repo_rule ("//misc/ripunzip:ripunzip .bzl" , "ripunzip_archive " )
273273
274- lfs_archive (
275- name = "ripunzip-linux" ,
276- src = "//misc/ripunzip:ripunzip-Linux.tar.zst" ,
277- build_file = "//misc/ripunzip:BUILD.ripunzip.bazel" ,
278- )
279-
280- lfs_archive (
281- name = "ripunzip-windows" ,
282- src = "//misc/ripunzip:ripunzip-Windows.tar.zst" ,
283- build_file = "//misc/ripunzip:BUILD.ripunzip.bazel" ,
284- )
285-
286- lfs_archive (
287- name = "ripunzip-macos" ,
288- src = "//misc/ripunzip:ripunzip-macOS.tar.zst" ,
289- build_file = "//misc/ripunzip:BUILD.ripunzip.bazel" ,
274+ # go to https://github.com/GoogleChrome/ripunzip/releases to find latest version and corresponding sha256s
275+ ripunzip_archive (
276+ name = "ripunzip" ,
277+ sha256_linux = "ee0e8a957687a5dc3a66b2a4b25883bf762df4c9c07f0651af527a32a405054b" ,
278+ sha256_macos_arm = "8a88eea54eac232d162a72a42065e0429b82dbf4f05e9642915dff9d7a81f846" ,
279+ sha256_macos_intel = "4457a18bfcc5feabe09f5ea3d1157128e07b4873392cb404a870e611924abf64" ,
280+ sha256_windows = "66d0c1375301bf5ab815348048f43b110631d3fa7200acd50d50a8ed8655ca62" ,
281+ version = "2.0.3" ,
290282)
291283
292284register_toolchains (
0 commit comments