From 37c2152ec0676fed293ce9e10bd3071fff6c9df8 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 25 Dec 2025 13:45:58 +0100 Subject: [PATCH] package/bats-core: bump version to 1.13.0 Mainly bugfixes: https://github.com/bats-core/bats-core/releases/tag/v1.13.0 Signed-off-by: Peter Korsgaard Signed-off-by: Julien Olivain --- package/bats-core/bats-core.hash | 2 +- package/bats-core/bats-core.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/bats-core/bats-core.hash b/package/bats-core/bats-core.hash index 60e52e9214..26f21d3b29 100644 --- a/package/bats-core/bats-core.hash +++ b/package/bats-core/bats-core.hash @@ -1,5 +1,5 @@ # Locally calculated -sha256 e36b020436228262731e3319ed013d84fcd7c4bd97a1b34dee33d170e9ae6bab bats-core-1.12.0.tar.gz +sha256 a85e12b8828271a152b338ca8109aa23493b57950987c8e6dff97ba492772ff3 bats-core-1.13.0.tar.gz # License files sha256 55074b2b3b87809105034e1468e59076554d76a80c67bcc592000cc3d929852d LICENSE.md diff --git a/package/bats-core/bats-core.mk b/package/bats-core/bats-core.mk index 53d3b5405b..ad2cfd80fe 100644 --- a/package/bats-core/bats-core.mk +++ b/package/bats-core/bats-core.mk @@ -4,7 +4,7 @@ # ################################################################################ -BATS_CORE_VERSION = 1.12.0 +BATS_CORE_VERSION = 1.13.0 BATS_CORE_SITE = $(call github,bats-core,bats-core,v$(BATS_CORE_VERSION)) BATS_CORE_LICENSE = MIT BATS_CORE_LICENSE_FILES = LICENSE.md