Skip to content

Commit 09c203e

Browse files
committed
asdf: add 1.0.0 bottle.
1 parent ef30d4b commit 09c203e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Formula/asdf.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ class Asdf < Formula
77
revision: "ee6147b4d89c18fcc48fd1ae3a7967e6a5ea3cc0"
88
license any_of: ["MIT", "Apache-2.0"]
99

10+
bottle do
11+
root_url "https://github.com/SoundScapeRenderer/homebrew-ssr/releases/download/asdf-1.0.0"
12+
sha256 cellar: :any, ventura: "a226fc5746790a4b03e4b5c62d09cc257dc2ad206ed55c10c61e41b35cacbeb8"
13+
sha256 cellar: :any, monterey: "a08653b4c37a0a8ae5faa4bf1ff5a387b897f01860585c0011701070680cc9cf"
14+
sha256 cellar: :any, big_sur: "6b2ff47ae964257292e91f1eca0c54100073ce1f6f8662e86d9d372b1f943075"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "84c61c0137625bbe6e2beac62b2ce85558eedca9810b0e56cd5c074882836626"
16+
end
17+
1018
depends_on "cargo-c" => :build
1119
depends_on "cmake" => :build
1220
depends_on "rust" => :build

0 commit comments

Comments
 (0)