We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1242000 commit 1604083Copy full SHA for 1604083
Formula/jaso.rb
@@ -6,8 +6,7 @@ class Jaso < Formula
6
license "Apache-2.0" # Actually it's (Apache-2.0 OR MIT). Commenting it out due do false-alarm of "brew audit"
7
8
bottle do
9
- root_url "https://github.com/simnalamburt/homebrew-x/releases/download/jaso-1.0.0"
10
- sha256 cellar: :any_skip_relocation, arm64_ventura: "a473df6b23b17146133971b0277a49f5ad21cd0703eeeb9b02e503e3a844c005"
+ rebuild 1
11
end
12
13
depends_on "rust" => :build
0 commit comments