'update-bats' (#13722)

* Bats 1.11.0 => 1.13.0

* update-bats: Package File Update Run on linux/386 container.

* update-bats: Package File Update Run on linux/amd64 container.

* update-bats: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: Ed Reel <edreel@gmail.com>
Co-authored-by: chromebrew-actions[bot] <220035932+chromebrew-actions[bot]@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-12-05 22:18:14 +11:00
committed by GitHub
parent f85f7c6879
commit 8891fe5b43
4 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 141843
# Total size: 147046
/usr/local/bin/bats
/usr/local/lib/bats-core/common.bash
/usr/local/lib/bats-core/formatter.bash

View File

@@ -1,4 +1,4 @@
# Total size: 141843
# Total size: 147046
/usr/local/bin/bats
/usr/local/lib/bats-core/common.bash
/usr/local/lib/bats-core/formatter.bash

View File

@@ -1,4 +1,4 @@
# Total size: 141845
# Total size: 147048
/usr/local/bin/bats
/usr/local/lib64/bats-core/common.bash
/usr/local/lib64/bats-core/formatter.bash

View File

@@ -3,7 +3,7 @@ require 'package'
class Bats < Package
description 'Bash Automated Testing System'
homepage 'https://github.com/bats-core/bats-core'
version '1.11.0'
version '1.13.0'
license 'MIT'
compatibility 'all'
source_url 'https://github.com/bats-core/bats-core.git'
@@ -11,10 +11,10 @@ class Bats < Package
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'f1afc15e9cbcc247c6513c904415aaeb4bc44873245ae2b0c8ef78a55fd5ea31',
armv7l: 'f1afc15e9cbcc247c6513c904415aaeb4bc44873245ae2b0c8ef78a55fd5ea31',
i686: 'f1ab92897a857020cf0429f2b4d1245345555980816c3db470189f4477c60cc8',
x86_64: '25ad52e08f98dd338bcdb2e77b32ace2e58533c41046e02da0f65907028ac475'
aarch64: '3d4611b3b3edb932d5ab561ba026530a442790ae0a49f3250360d5a808a5c5e4',
armv7l: '3d4611b3b3edb932d5ab561ba026530a442790ae0a49f3250360d5a808a5c5e4',
i686: '9ed3dbf1660222836086d6a6bee6325bbc83945792f789ad89f533bf4bd24993',
x86_64: 'dd3909855f57b21b3dcb0ed284f516f5292225843d8fed79f45da32ee85f9aea'
})
def self.install