|
1 | 1 | class Comtrya < Formula
|
2 | 2 | desc "Configuration and dotfile management tool"
|
3 | 3 | homepage "https://comtrya.dev"
|
4 |
| - url "https://github.com/comtrya/comtrya/archive/refs/tags/v0.9.0.tar.gz" |
5 |
| - sha256 "a5401004a92621057dab164db06ddf3ddb6a65f6cb2c7c4208a689decc404ad4" |
| 4 | + url "https://github.com/comtrya/comtrya/archive/refs/tags/v0.9.1.tar.gz" |
| 5 | + sha256 "22634bb01f3758007bbb36f9ffdb3c9d4b55471dc23ee66f1ef21b80a23a5751" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/comtrya/comtrya.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - rebuild 1 |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "277b41a4edbdb8560e9e848208305443cc65a03d837d5bd30e836ec7c7b862ea" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f75d9f9221aa7573389d06e57e044155599db6d6f0c66a053b60e98df934725e" |
13 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "311fa6380c3ad9494d0607f359e6f589d9cf2f2b84f0e882356063112461bf58" |
14 |
| - sha256 cellar: :any_skip_relocation, sonoma: "c4b1e2c8aee68dddf6cb31d78415a3982c0d237a0f58cca70d21c76450b86c2e" |
15 |
| - sha256 cellar: :any_skip_relocation, ventura: "8f67df8513e07fa442e6dc51a740954bd4f2c6536b668731a4107aa082f575d4" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "ad90d6addf53781eea15f10bfbb08fd0e7c24350bcdf135124b945985093d606" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d99de805a7da0902d1a3f95d154dca2bcdf003de793c086e7117e96ade73f63e" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ae9e915d1deda6cef037b3f676f3c07cb2c073779d4555822ebbaa83544f8f3" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c1dc0339997dc21f6dcbe1432ecfd7452eb7b0fa6e99cb03dbf1e606ecd42778" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "826d318835757025df4eec7bb3857f70cce8af7dd19a7a31d747697f2dc19abe" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "0df65065cec8fad7f2897ebba6371fb3d9662678fd1591a1786b6767e505f174" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "b8862c76fc1d14754c66edb7e3d7b886d45c5e05f2721d02c94ef270178edd38" |
17 | 16 | end
|
18 | 17 |
|
19 | 18 | depends_on "rust" => :build
|
|
0 commit comments