We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9d02d commit 5934b74Copy full SHA for 5934b74
Y/yq/build_tarballs.jl
@@ -2,11 +2,11 @@ using BinaryBuilder
2
3
name = "yq"
4
5
-version = v"4.44.3"
+version = v"4.45.1"
6
7
# Collection of sources required to build yq
8
sources = [
9
- GitSource("https://github.com/mikefarah/yq", "bbdd97482f2d439126582a59689eb1c855944955"),
+ GitSource("https://github.com/mikefarah/yq", "8bf425b4d1344db7cd469a8d10a390876e0c77fd"),
10
]
11
12
# Bash recipe for building across all platforms
0 commit comments