File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,11 @@ class FlowControl < Formula
33 homepage "https://flow-control.dev/"
44 # version is used to build by `git describe --always --tags`
55 url "https://github.com/neurocyte/flow.git" ,
6- tag : "v0.3.3 " ,
7- revision : "fb5cd46d0b1fd277d6de3ded0a9d1d99bd73d643 "
6+ tag : "v0.4.0 " ,
7+ revision : "7177da5a89e3deb1f40b81be19056aca7c2be6e2 "
88 license "MIT"
99 head "https://github.com/neurocyte/flow.git" , branch : "master"
1010
11- no_autobump! because : :requires_manual_review
12-
1311 bottle do
1412 sha256 arm64_sequoia : "6ed1b2aaf297e50e5782d85c71a6fd23bd8705043e79281e194d68520661e11f"
1513 sha256 arm64_sonoma : "2ddcea938d0eb9f7aa4560991d7a4d2f3fe89e322d4cac67ed5b70f7e04e73f8"
@@ -29,13 +27,10 @@ def install
2927 else Hardware . oldest_cpu
3028 end
3129
32- args = %W[
33- --prefix #{ prefix }
34- -Doptimize=ReleaseFast
35- ]
30+ args = [ ]
3631 args << "-Dcpu=#{ cpu } " if build . bottle?
3732
38- system "zig" , "build" , *args
33+ system "zig" , "build" , *args , * std_zig_args
3934 end
4035
4136 test do
You can’t perform that action at this time.
0 commit comments