Skip to content

Commit 0c05699

Browse files
committed
jaso: update 1.0.0 bottle.
1 parent 1604083 commit 0c05699

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Formula/jaso.rb

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

88
bottle do
9+
root_url "https://github.com/simnalamburt/homebrew-x/releases/download/jaso-1.0.0"
910
rebuild 1
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1d86d89af805e4cf017d98327743845e3eb8384a347f391f3affe843641911da"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e935a0ae3e5bc313958b539c189fbc9011ecc13317ea5b1adc436fa57b3c4cd"
13+
sha256 cellar: :any_skip_relocation, ventura: "1b7130049ad249b875ffe21463af4cf767acdfaf0f93f972462ebd436e7245a6"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c5d99b4a17be15c0acd4125ca11a263cfd56f9d5167a50cdac11e620a9369233"
1015
end
1116

1217
depends_on "rust" => :build

0 commit comments

Comments
 (0)