Merge pull request #20815 from github/update-ripunzip

Update ripunzip binaries to version v2.0.3
This commit is contained in:
Paolo Tranquilli
2025-11-12 10:25:59 +01:00
committed by GitHub
7 changed files with 12 additions and 12 deletions

View File

@@ -273,19 +273,19 @@ lfs_archive = use_repo_rule("//misc/bazel:lfs.bzl", "lfs_archive")
lfs_archive(
name = "ripunzip-linux",
src = "//misc/ripunzip:ripunzip-Linux.zip",
src = "//misc/ripunzip:ripunzip-Linux.tar.zst",
build_file = "//misc/ripunzip:BUILD.ripunzip.bazel",
)
lfs_archive(
name = "ripunzip-windows",
src = "//misc/ripunzip:ripunzip-Windows.zip",
src = "//misc/ripunzip:ripunzip-Windows.tar.zst",
build_file = "//misc/ripunzip:BUILD.ripunzip.bazel",
)
lfs_archive(
name = "ripunzip-macos",
src = "//misc/ripunzip:ripunzip-macOS.zip",
src = "//misc/ripunzip:ripunzip-macOS.tar.zst",
build_file = "//misc/ripunzip:BUILD.ripunzip.bazel",
)

BIN
misc/ripunzip/ripunzip-Linux.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

BIN
misc/ripunzip/ripunzip-Linux.zip (Stored with Git LFS)

Binary file not shown.

BIN
misc/ripunzip/ripunzip-Windows.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

BIN
misc/ripunzip/ripunzip-Windows.zip (Stored with Git LFS)

Binary file not shown.

BIN
misc/ripunzip/ripunzip-macOS.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

BIN
misc/ripunzip/ripunzip-macOS.zip (Stored with Git LFS)

Binary file not shown.