Skip to content

Commit 7c31cf1

Browse files
authored
Merge pull request #20815 from github/update-ripunzip
Update ripunzip binaries to version v2.0.3
2 parents 0419667 + 3483007 commit 7c31cf1

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,19 +273,19 @@ lfs_archive = use_repo_rule("//misc/bazel:lfs.bzl", "lfs_archive")
273273

274274
lfs_archive(
275275
name = "ripunzip-linux",
276-
src = "//misc/ripunzip:ripunzip-Linux.zip",
276+
src = "//misc/ripunzip:ripunzip-Linux.tar.zst",
277277
build_file = "//misc/ripunzip:BUILD.ripunzip.bazel",
278278
)
279279

280280
lfs_archive(
281281
name = "ripunzip-windows",
282-
src = "//misc/ripunzip:ripunzip-Windows.zip",
282+
src = "//misc/ripunzip:ripunzip-Windows.tar.zst",
283283
build_file = "//misc/ripunzip:BUILD.ripunzip.bazel",
284284
)
285285

286286
lfs_archive(
287287
name = "ripunzip-macos",
288-
src = "//misc/ripunzip:ripunzip-macOS.zip",
288+
src = "//misc/ripunzip:ripunzip-macOS.tar.zst",
289289
build_file = "//misc/ripunzip:BUILD.ripunzip.bazel",
290290
)
291291

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:e6df3e70fa425f5640aba1b319ed21f0a12d3e5d39d5da8cb4820396149c95bd
3+
size 4740396

misc/ripunzip/ripunzip-Linux.zip

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:a85c91867649a0ca0bbfddd2c88a3f3da7e0a44edd293571d72ee8492bc9b81b
3+
size 1765497

misc/ripunzip/ripunzip-Windows.zip

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:9fbc5326b12fa6b9e06d48c60fb9cd363fff9a0c87a81ed93c29facbe9d2e4f2
3+
size 3796231

misc/ripunzip/ripunzip-macOS.zip

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)