Skip to content

Commit

Permalink
chore: update copy toolchain to latest releases (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Jan 17, 2023
1 parent de8d9ca commit 1deb42c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions lib/private/copy_directory_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
# `tools/copy_directory_mirror_release.sh`. To calculate for a specific release run
# `tools/copy_directory_mirror_release.sh <release_version>`

COPY_DIRECTORY_VERSION = "1.23.0"
COPY_DIRECTORY_VERSION = "1.23.2"
COPY_DIRECTORY_INTEGRITY = {
"darwin_amd64": "sha256-taNkRTY/Ffha1UlBfz5Jo8SN7waSJb/FXpsM63TInSk=",
"darwin_arm64": "sha256-lz7Faf/StTzoPgyeOKblw3BYJF6aqXD/8OKIphtntpk=",
"linux_amd64": "sha256-W23mpSxUmXuPywsDae8Vj0NHCxk36QhAfri73qonUTQ=",
"linux_arm64": "sha256-9QqumiQ8GF301jEZmSsrnOtH9dnC+N0knqzQuDuQQak=",
"windows_amd64": "sha256-MCZBF5V6AJHo1xJ2TjZ0wD6SNjuVZrXKj1uGvn9UUto=",
"darwin_amd64": "sha256-Ruv9pzJpPJHAiasTVzd6HTeBfULm2KBbyL/juuEh5kI=",
"darwin_arm64": "sha256-AIp3GqQSb+OEleIga+Epl9RYKOECJ2FfxQagfSNnYKA=",
"linux_amd64": "sha256-tY25Im1/jAWMwIQJqi7xFYXJtE4ibQI4mrtN6532wYc=",
"linux_arm64": "sha256-KkIVneuGFyT65FtTWSQJKY/Zi7BMY0GlOeeK+ZgLgK8=",
"windows_amd64": "sha256-hKywSdMdH9oAPLncALvESJrZ71SQWjvY/peissBfYWI=",
}

# Platform names follow the platform naming convention in @aspect_bazel_lib//:lib/private/repo_utils.bzl
Expand Down
12 changes: 6 additions & 6 deletions lib/private/copy_to_directory_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
# `tools/copy_to_directory_mirror_release.sh`. To calculate for a specific release run
# `tools/copy_to_directory_mirror_release.sh <release_version>`

COPY_TO_DIRECTORY_VERSION = "1.23.0"
COPY_TO_DIRECTORY_VERSION = "1.23.2"
COPY_TO_DIRECTORY_INTEGRITY = {
"darwin_amd64": "sha256-ZmZdEX5PhZnUPqVhYFzBXYWUrimkmpLLRCQHAFqTK38=",
"darwin_arm64": "sha256-shBKRP3gJXGsHZodzBx9kzLlN52pjpYz7GNEmnmYuQI=",
"linux_amd64": "sha256-cqWVpFHpINbwuAJJG+rsZjbI6nyWkz0SvHjg0H3EfKE=",
"linux_arm64": "sha256-B3HnFHqg+Hct+xbzN2RILI1x9V5ErK+XF4HhaLXBZU4=",
"windows_amd64": "sha256-ueuP82B43H6IZq6G8L1urY66CbGN0JOKseOc/6htjOI=",
"darwin_amd64": "sha256-kL+STi6UVL0hVxIAWksbyFWTn1mjnohLB4J1Vi7xLjw=",
"darwin_arm64": "sha256-qrIA76XSvNhebEnwTRpuRlm8H6Z8MZltsxEBm8MKNjY=",
"linux_amd64": "sha256-Fd1tXWj4illZl/0pziu25cBYixDlDWpmxcQwieseAV0=",
"linux_arm64": "sha256-xD34PmddKJQHnYCr0YzgtZjRK9ppk5G0hOjXE+VYAQ4=",
"windows_amd64": "sha256-vk1V4gtWukUv7YJA1fRunzRshABrAjenNgJZxtZvP+0=",
}

# Platform names follow the platform naming convention in @aspect_bazel_lib//:lib/private/repo_utils.bzl
Expand Down

0 comments on commit 1deb42c

Please sign in to comment.