Skip to content

Commit 5535265

Browse files
authored
Merge pull request Homebrew#218314 from Homebrew/bump-mdz-2.0.0
mdz 2.0.0
2 parents 7b2e04b + 20fd853 commit 5535265

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/mdz.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Mdz < Formula
22
desc "CLI for the mdz ledger Open Source"
33
homepage "https://github.com/LerianStudio/midaz"
4-
url "https://github.com/LerianStudio/midaz/archive/refs/tags/v1.51.0.tar.gz"
5-
sha256 "fea0143f5f1693cd51a4b8f2263cd92f1ea4d8bc003772697133c908dc6d501c"
4+
url "https://github.com/LerianStudio/midaz/archive/refs/tags/v2.0.0.tar.gz"
5+
sha256 "e4a6e6f3ce9b7bfa270afc5727f4a958e59ec63ef10be545a2dfde489bc83230"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d660d433746c1075fc8cb8802819fe35747561b06c8d01b3bca47a85c649746"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1bf7393d0dbf7128029385de29a665afea1bfe362b6fb1ef269f9d262f15b010"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c0c4ab5277053bf28b9909ba4bc881ff110ac4f09296a4b49a2b77fc7051f7c5"
12-
sha256 cellar: :any_skip_relocation, sonoma: "7e7e1a2193eb452fde70cedb87d78cf07b21e713eb009803e43f2979a923041f"
13-
sha256 cellar: :any_skip_relocation, ventura: "67c3409fed8dd4f8e18008d6ac72d68c5064c8fec3429a18bd68d7c2c46421cb"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "186b273ee33b3f596b363642c9065ae0db6cd0c1e7a286b7c82bae6de775e146"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "98b7363013b45ef41dc5c653b4f4c4950ef87b07dd719a76d730dc964c0ea703"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "394b9de1027da7c5c5cc526fc8df1d5121e7fd56fca21cada8ff73a256a58d0b"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "5b71d03384c818c6aa31c94c9d694f5a196a108aa98e91870fdb31360f82d33d"
12+
sha256 cellar: :any_skip_relocation, sonoma: "6698792e17e7c666b618c712db956e2de83664b37d9d22dc9e911901e68f6f93"
13+
sha256 cellar: :any_skip_relocation, ventura: "ef290e9a7e2cb6ce4ad55367cfa517f057320dba4216faed06945bafaf8d5475"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "fb1648235c7c681c47a36e926bd5d685cdb231dbdbe9f5b36349add7d18f1c5c"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)