File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
1
class Faust < Formula
2
2
desc "Functional programming language for real time signal processing"
3
3
homepage "https://faust.grame.fr"
4
- url "https://github.com/grame-cncm/faust/releases/download/2.81.8 /faust-2.81.8 .tar.gz"
5
- sha256 "2bc6ca210957008dfb8423e65e135b65938acf345299ed05d655c290b1c44a11 "
4
+ url "https://github.com/grame-cncm/faust/releases/download/2.81.10 /faust-2.81.10 .tar.gz"
5
+ sha256 "c69977380d07aaabb939362c6c306401d55fd9ccd9336c49cabf9adb8f7d4756 "
6
6
license "GPL-2.0-or-later"
7
7
8
8
# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
@@ -28,16 +28,6 @@ class Faust < Formula
28
28
depends_on "libsndfile"
29
29
depends_on "llvm"
30
30
31
- # Fix to add shebang for `faust2wwise.py`, remove in next release
32
- patch do
33
- url "https://github.com/grame-cncm/faust/commit/bbf44bcc16b093615a86771309ab5a79d366fcd0.patch?full_index=1"
34
- sha256 "21ddf9f006fe0a98addb94c248b145c1290df4a3abb7650d83293d2ead96e9fe"
35
- end
36
- patch do
37
- url "https://github.com/grame-cncm/faust/commit/d254b879a837ac5eb24c222629804814e810426f.patch?full_index=1"
38
- sha256 "5abfa30121d4314247c97955d9e5d7df2cc5ebcdf2e6f0ef6b8b0cee8a998691"
39
- end
40
-
41
31
def install
42
32
# `brew linkage` doesn't like the pre-built Android libsndfile.so for faust2android.
43
33
# Not an essential feature so just remove it when building arm64 linux in CI.
You can’t perform that action at this time.
0 commit comments