|
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.1.tar.gz" |
5 | | - sha256 "fb271f7d52f62a3be3f1feece68f8ec1fac65721c24a4def0586dc1c834148d4" |
| 4 | + url "https://github.com/cooklang/cookcli/archive/refs/tags/v0.13.0.tar.gz" |
| 5 | + sha256 "07711a144586a38cee0e92d8f48e69c003ef7a070e36a1a04b6901d5cdfaeaa3" |
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: "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" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dea15c7dd7bf39e59311620ff9f6cac4c86406336c3c0f60e4103488c67d97ae" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8bf8543b5a5c40b4b0c31ee20ae48882e3a02727dcc635fed60c527410fca65c" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "b2ff91dafdea562e92375b387ba349801670c7490bf4d00951d000b274da9674" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "cb94aab8c7b06a240d898d68b8b6fc08221d0e7943e004b3f612c5f8e3ebb08a" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "c8b371dc1bc3d61fcf02327ca94e6502eb18fb65dc5c725da8f47db4e631d111" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "d364b1c3995eecb60b46b9b9035b23bd56aec7bb399fad3c1dafb5fcc14d172a" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "32c614d19f4a3821ad0fc8fcb6d49e70f723e90d52f99bc508f82a6b5a25ac4a" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "rust" => :build |
|
0 commit comments