Update package version to 4.53.6

This commit is contained in:
2026-09-04 15:58:25 +03:00
parent 33e468d708
commit bceecdef41
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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.53.3 version: 4.53.6
revision: 1 revision: 1
url: https://mikefarah.gitbook.io/yq url: https://mikefarah.gitbook.io/yq
license: MIT license: MIT
@@ -16,4 +16,4 @@ downloads:
- url: https://github.com/mikefarah/yq/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz - url: https://github.com/mikefarah/yq/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: fadf86d0ae3988bb40fa8aad424d0c71658493f6377285e711c7e7e313b3b238 checksum: 132a28a669526f99dba52486ac80de3bdafdf9a1a52a0c6bd6045301aca0cd25
+1 -1
View File
@@ -18,7 +18,7 @@ build() {
# The check function is executed in the source directory # The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly # This function is used to run tests to verify the package has been compiled correctly
check() { check() {
go test ./... ./scripts/test.sh
} }
# The package function is executed in the source directory # The package function is executed in the source directory