Update package version to 4.47.1

This commit is contained in:
2025-09-07 13:51:11 +03:00
parent d11fb4dac6
commit 8802fd3e9f
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: yq
description: A lightweight and portable command-line YAML processor
version: 4.45.4
version: 4.47.1
url: https://mikefarah.gitbook.io/yq
license: MIT
architecture: any
+3
View File
@@ -10,6 +10,9 @@ FILENAME="${DOWNLOAD##*/}"
prepare() {
wget "$DOWNLOAD"
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
cd "$BPM_SOURCE"
GOFLAGS="-modcacherw" go mod vendor
}
# The build function is executed in the source directory