Skip to content

Commit 0d7a5e8

Browse files
committed
jaso: add 1.0.1 bottle.
1 parent 4f85f64 commit 0d7a5e8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Formula/jaso.rb

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ class Jaso < Formula
55
sha256 "b9b7b2f73c3f3a9c062691f6907c29b44a9753cb3dc165c2f7f835780cf496d7"
66
license "Apache-2.0" # Actually it's (Apache-2.0 OR MIT). Commenting it out due do false-alarm of "brew audit"
77

8+
bottle do
9+
root_url "https://github.com/simnalamburt/homebrew-x/releases/download/jaso-1.0.1"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4dbe05b571860cc90ceb5d9f246f5e736b3bd76472ebe9757dbb00ddf6c316db"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "33447e126229ccc6d5b9e8a989ed85de1fd996ea7d145e4cd6042c0eff897257"
12+
sha256 cellar: :any_skip_relocation, ventura: "e1b86ddd6192625083711d00ff19467a1b04178beba995c47678449de4247261"
13+
sha256 cellar: :any_skip_relocation, x86_64_linux: "76c0ea0751627a7aac5495c460eecd8a7823c86e5e55b078b5884056efa8ae7f"
14+
end
15+
816
depends_on "rust" => :build
917

1018
def install

0 commit comments

Comments
 (0)