Update package version to 4.47.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: yq
|
name: yq
|
||||||
description: A lightweight and portable command-line YAML processor
|
description: A lightweight and portable command-line YAML processor
|
||||||
version: 4.45.4
|
version: 4.47.1
|
||||||
url: https://mikefarah.gitbook.io/yq
|
url: https://mikefarah.gitbook.io/yq
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -10,6 +10,9 @@ FILENAME="${DOWNLOAD##*/}"
|
|||||||
prepare() {
|
prepare() {
|
||||||
wget "$DOWNLOAD"
|
wget "$DOWNLOAD"
|
||||||
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
|
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
|
# The build function is executed in the source directory
|
||||||
|
|||||||
Reference in New Issue
Block a user