|
1 | 1 | class Mdz < Formula |
2 | 2 | desc "CLI for the mdz ledger Open Source" |
3 | 3 | homepage "https://github.com/LerianStudio/midaz" |
4 | | - url "https://github.com/LerianStudio/midaz/archive/refs/tags/v3.3.4.tar.gz" |
5 | | - sha256 "58d212fceac633daa723e1370f5bfcb4b1a7969cf7d9ffeac8f50b367e2cc341" |
| 4 | + url "https://github.com/LerianStudio/midaz/archive/refs/tags/v3.3.5.tar.gz" |
| 5 | + sha256 "cb2715e52a438b47a780ad7d35115ae216e5754c54970b4c484e11531c1fce44" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/LerianStudio/midaz.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "20dcb0cf11459f003ba4bd64eafbaf4507bac3fb768134eaffb8715ffaec2c81" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8e6b0dfab14e455e2e77d164d70c7afdf0f48208a2389ad68ac5c1e25d636263" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e20dd353a265d9f324b438aed3d92e42b78ac068c1a9bf622a7852fec1a9ccc" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "5d0a08a6fa1e08252fc19a4b5892f4c44ddf5d61e886dbcb4788293c0ee96028" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "641701d1d9bcea5d5e78fd9df76b252f79a0eb7f01cf5771e0c153287b973e3a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "ff53c3bbecd6e24c949047a1f4a5839ead46576a6d13650daffd2b5a4ccddf31" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "09ccf13d874921e97375a1e7422008d51e9bfc4477017b0d3af7edb2e8733e79" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "84dee2b87123b6d8be558fe1cc93bf173bae6571f7599b8914fd9dc26d912154" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "c1d1651d056eb253a565e21299fd3d256817ca13134f851c588736f78401c351" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "04ef81a0eda0c32851af5de06ddacce98666d023cdae6449b1e79936f2a6855e" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments