Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webcface@2 update for 2.0.3 #98

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Formula/webcface-tools.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class WebcfaceTools < Formula

Check warning on line 1 in Formula/webcface-tools.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

`brew linkage --cached --test --strict na-trium-144/webcface/webcface-tools` failed on Linux!

Indirect dependencies with linkage: fmt

Check warning on line 1 in Formula/webcface-tools.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-12)

`brew linkage --cached --test --strict na-trium-144/webcface/webcface-tools` failed on macOS Monterey (12)!

Indirect dependencies with linkage: fmt

Check warning on line 1 in Formula/webcface-tools.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew linkage --cached --test --strict na-trium-144/webcface/webcface-tools` failed on macOS Ventura (13)!

Indirect dependencies with linkage: fmt

Check warning on line 1 in Formula/webcface-tools.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

`brew linkage --cached --test --strict na-trium-144/webcface/webcface-tools` failed on macOS Sonoma (14) on Apple Silicon!

Indirect dependencies with linkage: fmt
desc "WebCFace Client Applications"
homepage "https://github.com/na-trium-144/webcface-tools"
url "https://github.com/na-trium-144/webcface-tools/archive/refs/tags/v2.0.1.tar.gz"
sha256 "a43a82747ca60ea12a181845b620b63e8f13a330d157efb2cbb6be1a70f1a8fa"
license "MIT"
revision 1

bottle do
root_url "https://github.com/na-trium-144/homebrew-webcface/releases/download/webcface-tools-2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class WebcfaceAT1 < Formula

Check warning on line 1 in Formula/[email protected]

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

`brew linkage --cached --test --strict na-trium-144/webcface/webcface@1` failed on Linux!

Indirect dependencies with linkage: fmt libidn2 libpsl libssh2 zlib

Check warning on line 1 in Formula/[email protected]

View workflow job for this annotation

GitHub Actions / test-bot (macos-12)

`brew linkage --cached --test --strict na-trium-144/webcface/webcface@1` failed on macOS Monterey (12)!

Indirect dependencies with linkage: fmt libidn2

Check warning on line 1 in Formula/[email protected]

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew linkage --cached --test --strict na-trium-144/webcface/webcface@1` failed on macOS Ventura (13)!

Indirect dependencies with linkage: fmt libidn2

Check warning on line 1 in Formula/[email protected]

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

`brew linkage --cached --test --strict na-trium-144/webcface/webcface@1` failed on macOS Sonoma (14) on Apple Silicon!

Indirect dependencies with linkage: fmt libidn2
desc "Web-based RPC & UI Library"
homepage "https://github.com/na-trium-144/webcface"
url "https://github.com/na-trium-144/webcface/archive/refs/tags/v1.11.4.tar.gz"
sha256 "3db99e275d0fdb9ca7652e87086e63c031c2fd726a02f9250c1663fc72c3d196"
license "MIT"
revision 2
revision 3

bottle do
root_url "https://github.com/na-trium-144/homebrew-webcface/releases/download/[email protected]_2"
Expand Down
4 changes: 2 additions & 2 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class WebcfaceAT2 < Formula

Check warning on line 1 in Formula/[email protected]

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

`brew linkage --cached --test --strict na-trium-144/webcface/webcface@2` failed on Linux!

Indirect dependencies with linkage: fmt

Check warning on line 1 in Formula/[email protected]

View workflow job for this annotation

GitHub Actions / test-bot (macos-12)

`brew linkage --cached --test --strict na-trium-144/webcface/webcface@2` failed on macOS Monterey (12)!

Indirect dependencies with linkage: fmt

Check warning on line 1 in Formula/[email protected]

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew linkage --cached --test --strict na-trium-144/webcface/webcface@2` failed on macOS Ventura (13)!

Indirect dependencies with linkage: fmt

Check warning on line 1 in Formula/[email protected]

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

`brew linkage --cached --test --strict na-trium-144/webcface/webcface@2` failed on macOS Sonoma (14) on Apple Silicon!

Indirect dependencies with linkage: fmt
desc "Web-based IPC & Dashboard-like UI"
homepage "https://na-trium-144.github.io/webcface/"
url "https://github.com/na-trium-144/webcface/archive/refs/tags/v2.0.1.tar.gz"
sha256 "68f6c5b95027490c3ff9284410ab5e5a571870dff3dbeedb43aa605ffeb9edb8"
url "https://github.com/na-trium-144/webcface/archive/refs/tags/v2.0.3.tar.gz"
sha256 "8860eceff13471009fbd9010c97fc739ede135641accfd9574890cf2c7d23db9"
license "MIT"

bottle do
Expand Down
Loading