|
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/v1.43.0.tar.gz" |
5 | | - sha256 "b9073011e4c6fe820aed0fc9d93cf35d0efa3a2bdfa7242bd706d57069428124" |
| 4 | + url "https://github.com/LerianStudio/midaz/archive/refs/tags/v1.44.0.tar.gz" |
| 5 | + sha256 "3ac5d949f75bd4a2d69540f0bb8d728f0af1a75d4fd19bec396f28f58909674c" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dcbc1c7e824575941dc44dc785911255e14dfaa6b3a2598ec35fbd2094ef03da" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dcbc1c7e824575941dc44dc785911255e14dfaa6b3a2598ec35fbd2094ef03da" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "dcbc1c7e824575941dc44dc785911255e14dfaa6b3a2598ec35fbd2094ef03da" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "81b2c5bae7e96ce0ff2c716850382c9c1e1f8a4f3f9a16cf947d16c0b7ef8982" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "81b2c5bae7e96ce0ff2c716850382c9c1e1f8a4f3f9a16cf947d16c0b7ef8982" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "5c784f3a504b4867783002523d17397c13f64a4789c185fc898ff57f42206958" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dfa8b103d420524d0fbf946fcb81ca4e48746e0cd12e6b01efc44efcce173c14" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dfa8b103d420524d0fbf946fcb81ca4e48746e0cd12e6b01efc44efcce173c14" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "dfa8b103d420524d0fbf946fcb81ca4e48746e0cd12e6b01efc44efcce173c14" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "dd378e237695e016bc1550cab4790fd7e2ea47db6fc1a99fe0c2ea9a97dbd91f" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "dd378e237695e016bc1550cab4790fd7e2ea47db6fc1a99fe0c2ea9a97dbd91f" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "0a23a50f7464ba174d757fdfc2fc426e5f6e26707ceab3d2bf6d7dcf8d19a535" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments