|
1 | 1 | class Micasa < Formula |
2 | 2 | desc "TUI for tracking home projects, maintenance schedules, appliances and quotes" |
3 | 3 | homepage "https://micasa.dev" |
4 | | - url "https://github.com/cpcloud/micasa/archive/refs/tags/v2.4.0.tar.gz" |
5 | | - sha256 "8baeaf5a155a02356a8fc60e1f0bf2cdec7fede328dc04590b42acd1dec5f1fb" |
| 4 | + url "https://github.com/cpcloud/micasa/archive/refs/tags/v2.5.0.tar.gz" |
| 5 | + sha256 "68d92e9ca8c6bde3eefac0848eb0e57f33fe8d6a2a8529aed9eed8192df9c867" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "2618463e67d1d5fb847ad9471c005e4a685655ff649f291647156f0580eb64b2" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2618463e67d1d5fb847ad9471c005e4a685655ff649f291647156f0580eb64b2" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2618463e67d1d5fb847ad9471c005e4a685655ff649f291647156f0580eb64b2" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "89069d36c3519b6da1e3fecae37bf856e4b94b20e3697af92ad57aed36a0f73f" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "5ee20247f4aa7053a10d5d6212feb2c4dadf793d233722addce9548d5fdc88a4" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "3e23328f11e66265f53785bf4f19547a2481de867f6ecf2862c4a6c121cbf605" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "f60bcc2de85bdeb81666017c2a95ef835d1725665f45044391d2033ecbef0646" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f60bcc2de85bdeb81666017c2a95ef835d1725665f45044391d2033ecbef0646" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f60bcc2de85bdeb81666017c2a95ef835d1725665f45044391d2033ecbef0646" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "94c84f13c602b51078a7ef814c78204345eafb606608cd41c15e8a748ce2608b" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "795e70eee01432c4d4d400373e572bbe1fa7f92e8608c5c08bb60feb3c226253" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "2c2843a28f39f04ee7ca46ae57831e598b0a7ca5fed161aedd09fbae4f7a286f" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments