@@ -34,6 +34,12 @@ YQ_PLATFORMS = {
34
34
"@platforms//cpu:s390x" ,
35
35
],
36
36
),
37
+ "linux_riscv64" : struct (
38
+ compatible_with = [
39
+ "@platforms//os:linux" ,
40
+ "@platforms//cpu:riscv64" ,
41
+ ],
42
+ ),
37
43
"linux_ppc64le" : struct (
38
44
compatible_with = [
39
45
"@platforms//os:linux" ,
@@ -50,7 +56,7 @@ YQ_PLATFORMS = {
50
56
51
57
# Note: this is not the latest release, because it has significant breaking changes.
52
58
# See https://github.com/bazel-contrib/bazel-lib/pull/421
53
- DEFAULT_YQ_VERSION = "4.25.2 "
59
+ DEFAULT_YQ_VERSION = "4.45.1 "
54
60
55
61
# https://github.com/mikefarah/yq/releases
56
62
#
@@ -61,6 +67,16 @@ DEFAULT_YQ_VERSION = "4.25.2"
61
67
# Alternatively, you can compute them manually by running
62
68
# `shasum -b -a 384 [downloaded file] | awk '{ print $1 }' | xxd -r -p | base64`
63
69
YQ_VERSIONS = {
70
+ "4.45.1" : {
71
+ "darwin_amd64" : "sha384-ZoEgzfCLmDk7eoKdJSoq/nny1iX3Cq9mMJ3gnPZ2ejhKMxSgHUQIa7MREToxYl6Z" ,
72
+ "darwin_arm64" : "sha384-nHYFqoarTzGba/XtpN8N3U0X9hMTg64Vn7XZ8yiF2cbJFdY3VWFVw80vsg/JXaOg" ,
73
+ "linux_amd64" : "sha384-hkMtSRoq1GZKoH9C6OesKhgFLtkcm91wUD2W7L/xlAOS7jZbii23uEMHApo5r7Qs" ,
74
+ "linux_arm64" : "sha384-4N6BWZ7ExxmnfqXGGTo7Szi73kJfbgMaUXW0FT10kcy2fNW0VbjBBAfClC14lES2" ,
75
+ "linux_s390x" : "sha384-DRzz5Sb3JvwDVjQWGVto3Eh7a7tNQmwXZtMTQy+SidCYGQ2sLA3SQqqsQicNaD8A" ,
76
+ "linux_riscv64" : "sha384-/4wDvlLP7f3lvEU/hrCa6wcGLzj8z1PYkWlULxIWHGn65Ai5xnI+Dp21VnM7iyi3" ,
77
+ "linux_ppc64le" : "sha384-pnzDz7jn4b+1wOeasaEU6q5ASQhZw0Uz6sEehzpztqQglU6ynTkS8n4Nw/oqG5y9" ,
78
+ "windows_amd64" : "sha384-P5c1L9KPhkLdByJ3G8IL3ouwNojoHSDDz6N851RRXxK1Y+ssYKPO/cbQzjQnpKvc" ,
79
+ },
64
80
"4.33.3" : {
65
81
"darwin_amd64" : "sha384-IJhMHD71yq+OR8AHFPfZr3XVpFlG2ZAfcexDKojtSLcCMV1pw0X2jza4qFUZiKEt" ,
66
82
"darwin_arm64" : "sha384-euQkz1Bu/dFuJoRgG4xIh9BhP2RvOceTDPSY8EzSIM5xykbMkwDNhr1PtCcUF5ye" ,
0 commit comments