Skip to content

Commit 4864887

Browse files
BrewTestBotchenrui333
authored andcommitted
faust 2.81.10
faust: remove build patches Signed-off-by: Rui Chen <[email protected]>
1 parent b4e0426 commit 4864887

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

Formula/f/faust.rb

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Faust < Formula
22
desc "Functional programming language for real time signal processing"
33
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"
66
license "GPL-2.0-or-later"
77

88
# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
@@ -28,16 +28,6 @@ class Faust < Formula
2828
depends_on "libsndfile"
2929
depends_on "llvm"
3030

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-
4131
def install
4232
# `brew linkage` doesn't like the pre-built Android libsndfile.so for faust2android.
4333
# Not an essential feature so just remove it when building arm64 linux in CI.

0 commit comments

Comments
 (0)