Skip to content

Commit 3483007

Browse files
committed
Ripunzip: use new archives
1 parent d5734af commit 3483007

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-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

misc/ripunzip/ripunzip-Linux.zip

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

misc/ripunzip/ripunzip-Windows.zip

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

misc/ripunzip/ripunzip-macOS.zip

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

0 commit comments

Comments
 (0)