'update-csvkit' (#13997)

* Csvkit 2.1.0 => 2.2.0

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

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

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

---------

Co-authored-by: Ed Reel <edreel@gmail.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-12-27 03:43:47 -05:00
committed by GitHub
parent 5a7bc0c46b
commit ac99ae7bf8
5 changed files with 175 additions and 173 deletions

2
tests/package/c/csvkit Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
for b in $(crew files csvkit | grep /usr/local/bin); do $b --version; done