11class Aqua < Formula
22 desc "Declarative CLI Version manager"
33 homepage "https://aquaproj.github.io/"
4- url "https://github.com/aquaproj/aqua/archive/refs/tags/v2.48.0 .tar.gz"
5- sha256 "39ce65ebe390dad7801e75c413eea04bc6d57d110784d6f7a5cfeebfa7d96c4a "
4+ url "https://github.com/aquaproj/aqua/archive/refs/tags/v2.48.1 .tar.gz"
5+ sha256 "c12122389e13dfb7868a7bc94424208e5010f74e20d1bf84b459bd1186372c63 "
66 license "MIT"
77 head "https://github.com/aquaproj/aqua.git" , branch : "main"
88
@@ -12,12 +12,12 @@ class Aqua < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_sequoia : "3090ed9a2dd7c521f1f442bcfe54f79f72ab1dcb681e71ebde90d54712c05d84 "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "3090ed9a2dd7c521f1f442bcfe54f79f72ab1dcb681e71ebde90d54712c05d84 "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "3090ed9a2dd7c521f1f442bcfe54f79f72ab1dcb681e71ebde90d54712c05d84 "
18- sha256 cellar : :any_skip_relocation , sonoma : "280077101d3424464569ae7898894fdce801489aedaac5ae159f4ec7ea548b65 "
19- sha256 cellar : :any_skip_relocation , ventura : "280077101d3424464569ae7898894fdce801489aedaac5ae159f4ec7ea548b65 "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "a98c32af11852f0e0027957aad6abb1b826f051c168e5a0cc3024143ea74c665 "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "affaf7b3bbac3925807407d2cbb3fdd24d2e965ef1600e6eb731c26d96e0c7ee "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "affaf7b3bbac3925807407d2cbb3fdd24d2e965ef1600e6eb731c26d96e0c7ee "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "affaf7b3bbac3925807407d2cbb3fdd24d2e965ef1600e6eb731c26d96e0c7ee "
18+ sha256 cellar : :any_skip_relocation , sonoma : "872f6bb9c33b753bd81df4220c42f3e065ccbf960c33214d698449219386a09c "
19+ sha256 cellar : :any_skip_relocation , ventura : "872f6bb9c33b753bd81df4220c42f3e065ccbf960c33214d698449219386a09c "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "56a52e70b4be4f0586860a917b74da50101fc63a6138736475a8419792d46a9e "
2121 end
2222
2323 depends_on "go" => :build
0 commit comments