From bceecdef41b1c19b1a4c95c36cccf0f787105801 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 4 Sep 2026 15:58:25 +0300 Subject: [PATCH] Update package version to 4.53.6 --- info.yml | 4 ++-- recipe.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/info.yml b/info.yml index 12d6afb..8adf076 100644 --- a/info.yml +++ b/info.yml @@ -1,6 +1,6 @@ name: yq description: A lightweight and portable command-line YAML processor -version: 4.53.3 +version: 4.53.6 revision: 1 url: https://mikefarah.gitbook.io/yq license: MIT @@ -16,4 +16,4 @@ downloads: - url: https://github.com/mikefarah/yq/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: fadf86d0ae3988bb40fa8aad424d0c71658493f6377285e711c7e7e313b3b238 + checksum: 132a28a669526f99dba52486ac80de3bdafdf9a1a52a0c6bd6045301aca0cd25 diff --git a/recipe.sh b/recipe.sh index 10b0c22..cbe279b 100644 --- a/recipe.sh +++ b/recipe.sh @@ -18,7 +18,7 @@ build() { # The check function is executed in the source directory # This function is used to run tests to verify the package has been compiled correctly check() { - go test ./... + ./scripts/test.sh } # The package function is executed in the source directory