'update-wxwidgets' (#13973)

* Wxwidgets 3.3.1 => 3.3.1-1

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

* update-wxwidgets: 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-24 10:53:45 -05:00
committed by GitHub
parent 77e1920ca6
commit 3acdbed2d9
4 changed files with 79 additions and 64 deletions

2
tests/package/w/wxwidgets Executable file
View File

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