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

faust 2.75.7 #191308

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 2 additions & 3 deletions Formula/f/faust.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Faust < Formula

Check failure on line 1 in Formula/f/faust.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew linkage --test faust` failed on Linux!

Missing libraries: libc.so libdl.so libm.so libstdc++.so

Check warning on line 1 in Formula/f/faust.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew linkage --cached --test --strict faust` failed on macOS Sequoia (15) on Apple Silicon!

Indirect dependencies with linkage: z3 zstd

Check warning on line 1 in Formula/f/faust.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew linkage --cached --test --strict faust` failed on macOS Sonoma (14) on Apple Silicon!

Indirect dependencies with linkage: z3 zstd

Check warning on line 1 in Formula/f/faust.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew linkage --cached --test --strict faust` failed on macOS Ventura (13) on Apple Silicon!

Indirect dependencies with linkage: z3 zstd
desc "Functional programming language for real time signal processing"
homepage "https://faust.grame.fr"
url "https://github.com/grame-cncm/faust/releases/download/2.72.14/faust-2.72.14.tar.gz"
sha256 "dcd5aaf263c59d34c385e65c4f4c5b85b0e9435e57cbfd79bb67a01e5780acf0"
url "https://github.com/grame-cncm/faust/releases/download/2.75.7/faust-2.75.7.tar.gz"
sha256 "89cfed24e0dabfc344fd9ecea746719cc3dd274f1a8ac283da760f59bf009c87"
license "GPL-2.0-or-later"
revision 1

# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
# labeled as "pre-release" on GitHub before the version is released, so it's
Expand Down
Loading