|
1 | 1 | class Cookcli < Formula |
2 | 2 | desc "CLI-tool for cooking recipes formated using Cooklang" |
3 | 3 | homepage "https://cooklang.org" |
4 | | - url "https://github.com/cooklang/cookcli/archive/refs/tags/v0.12.0.tar.gz" |
5 | | - sha256 "2e25f242a520854aa94df90e2d0c1e603be7c46e6ab18b5bf8d3db20a7edbdff" |
| 4 | + url "https://github.com/cooklang/cookcli/archive/refs/tags/v0.12.1.tar.gz" |
| 5 | + sha256 "fb271f7d52f62a3be3f1feece68f8ec1fac65721c24a4def0586dc1c834148d4" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/cooklang/cookcli.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6108dd843abad7cbed25c45452e751c9da270da1dfbb93850e66cf78a6c343e1" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "51f5b02644162f19da78aa7d61a71fec1d5f3a510481de72c2e93583a2ef86c5" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "c15cd91ceadd26cf6057c768d5059e9777391541e82a70a5073cf137bddf57cc" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "77f46245018ff30d37d927e591e8824451e2b74e82d757c4361df959e895f5e1" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "a27da32582901652fdaa120111f6e8b8048c86692949f8493e8e472a6cac5cac" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "5c927b18cc6c175a4ff1bae2b2e3a0fd92ddb0ef07580319e2f39f1d375d5ac9" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "d4721675ced0f670cc31f84039fcd684e2a7c7c3a6d8d34fc88e038af5262130" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "61f01f09c04d9981694142e9c7041cd6dc8f64f206ce68bfae444f1d24426ec3" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f46d49616202e6219c80fe88a0eea1ba8b00e2195f7198a54845ea8fd030cc4f" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "63be6766ed9189c65d1a20b79efd998a7bfa13edc61d57f5ca8d21852a65264a" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "b88216e4102ef6eecb8fd16908b00c034c5fc51eae1dac4d80b7dc0c1c2334fd" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "a94a7738afc2ceb2f50462d9681ed1c7f0964c5fb4fc399c8f1be1fe095db73c" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "849335be5b14c590b959edfaadbe7ecce43b181d801aebfdf5145ce4b35c039a" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "d62d6abacc43e2a000e65a7b2803e11fba212fcca4432febc9658f8dcc57770b" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "rust" => :build |
|
0 commit comments