mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
'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:
committed by
GitHub
parent
5a7bc0c46b
commit
ac99ae7bf8
2
tests/package/c/csvkit
Executable file
2
tests/package/c/csvkit
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
for b in $(crew files csvkit | grep /usr/local/bin); do $b --version; done
|
||||
Reference in New Issue
Block a user