11class VespaCli < Formula
22 desc "Command-line tool for Vespa.ai"
33 homepage "https://vespa.ai"
4- url "https://github.com/vespa-engine/vespa/archive/refs/tags/v8.503 .27.tar.gz"
5- sha256 "3120eeda0e8c91df292d2a8bd5fd03b8e10c70a9fa84c88fc9e010a699526ebe "
4+ url "https://github.com/vespa-engine/vespa/archive/refs/tags/v8.504 .27.tar.gz"
5+ sha256 "75dac429dab2f15c0439c51cabd0dc47d91455def499597614574ec83c30b1e1 "
66 license "Apache-2.0"
77
88 livecheck do
@@ -12,12 +12,12 @@ class VespaCli < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_sequoia : "f03400e8446f9acfef36445b15efef2dcdfedd0d918f5593cd14fe8fe39a027f "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "3bff7d24be18e32bf76413681c844a7ead55f013c44d7c5b5314c623e292c219 "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "e6aa101ed50c615e5df8127aadb16e2282dccd7e20a2b2e17813516b8ba7942c "
18- sha256 cellar : :any_skip_relocation , sonoma : "0d7743b6e857bd22ecc107505b6fead4c21a46d2d3b2e1a396ed43334f253c86 "
19- sha256 cellar : :any_skip_relocation , ventura : "96d37495e5745c684fc7be78bb063cddbefa014f3afb681eca49c27469f7c28b "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "9a33da427e345b5341c70c6a266021486636f5745209ef7117632054a1f6eceb "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "d86bdd99789e8002dd6d39ec80bf0b8a8df0b494c10373a0c9120a40f3e9d628 "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "095d35dac7202781f2ccc83965609807a4ffffa0313d3e2d3cc357796a8b00a8 "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "a5617a29675e6cc741a789b9d5f65116ae12859238cda14a7b4c0c0a7f3f8d5c "
18+ sha256 cellar : :any_skip_relocation , sonoma : "5cb3e0434f1afd231d9a0044830eccacff79d68b3f53dcd5fd73e55c77fcdbdd "
19+ sha256 cellar : :any_skip_relocation , ventura : "be014fd1d4e3c42d17647cff0c9ca812785fe8d3db5adfb2c63223019ac2c4db "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "3fc1d66060dac83cebbbc22d339cdb8f0c0edff6ef05e61c050084c53bffcb3c "
2121 end
2222
2323 depends_on "go" => :build
0 commit comments