Skip to content

Commit

Permalink
Merge pull request #158781 from BrewTestBot/bump-kubevela-1.9.8
Browse files Browse the repository at this point in the history
kubevela 1.9.8
  • Loading branch information
BrewTestBot authored Jan 2, 2024
2 parents f4faa17 + 5c02fb4 commit ac8efa0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/kubevela.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ class Kubevela < Formula
desc "Application Platform based on Kubernetes and Open Application Model"
homepage "https://kubevela.io"
url "https://github.com/kubevela/kubevela.git",
tag: "v1.9.7",
revision: "b036624efc60c3b31c0895836f4a4869d63befde"
tag: "v1.9.8",
revision: "62efa9c78744070aa3cbdf097d4440610f15ffb9"
license "Apache-2.0"
head "https://github.com/kubevela/kubevela.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "40d8eebc785627e012a827e37b932b64b1414ec2b84e40e096b97913bc0b5964"
sha256 cellar: :any_skip_relocation, arm64_ventura: "40d8eebc785627e012a827e37b932b64b1414ec2b84e40e096b97913bc0b5964"
sha256 cellar: :any_skip_relocation, arm64_monterey: "40d8eebc785627e012a827e37b932b64b1414ec2b84e40e096b97913bc0b5964"
sha256 cellar: :any_skip_relocation, sonoma: "2b87d7d3d9b90c226135a27564a92ac13751262d04f481aa2fcb75631d3084fe"
sha256 cellar: :any_skip_relocation, ventura: "2b87d7d3d9b90c226135a27564a92ac13751262d04f481aa2fcb75631d3084fe"
sha256 cellar: :any_skip_relocation, monterey: "2b87d7d3d9b90c226135a27564a92ac13751262d04f481aa2fcb75631d3084fe"
sha256 cellar: :any_skip_relocation, x86_64_linux: "08398a523a6857b9b56b1d07b45f38ba42a3502d481e9b6911ee8f48e92f2672"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "88d4434a90dbcbb2f7bbcc4ea05c5e0a4ddf77e002e486d526fcc8b91c4b4bd9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "88d4434a90dbcbb2f7bbcc4ea05c5e0a4ddf77e002e486d526fcc8b91c4b4bd9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "88d4434a90dbcbb2f7bbcc4ea05c5e0a4ddf77e002e486d526fcc8b91c4b4bd9"
sha256 cellar: :any_skip_relocation, sonoma: "9869c0f327289c8ce1d148dc74c3a75121955d7feedc32b92811f590766905af"
sha256 cellar: :any_skip_relocation, ventura: "9869c0f327289c8ce1d148dc74c3a75121955d7feedc32b92811f590766905af"
sha256 cellar: :any_skip_relocation, monterey: "9869c0f327289c8ce1d148dc74c3a75121955d7feedc32b92811f590766905af"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9cb6da345679f83fa6d177a8847f52643cd476768570c91ad01eb5dde42da4cd"
end

depends_on "go" => :build
Expand Down

0 comments on commit ac8efa0

Please sign in to comment.