Skip to content

Commit

Permalink
Merge pull request #171539 from Homebrew/bump-vfox-0.5.1
Browse files Browse the repository at this point in the history
vfox 0.5.1
  • Loading branch information
BrewTestBot authored May 13, 2024
2 parents ac9b1fa + 53bcaeb commit effbe4f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/v/vfox.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Vfox < Formula
desc "Version manager with support for Java, Node.js, Flutter, .NET & more"
homepage "https://vfox.lhan.me"
url "https://github.com/version-fox/vfox/archive/refs/tags/v0.5.0.tar.gz"
sha256 "36d91155d539e9267dceb7b9e2452c478c1ac38b8653096219ca0e7d33ea584a"
url "https://github.com/version-fox/vfox/archive/refs/tags/v0.5.1.tar.gz"
sha256 "8695abcb56a0a65e430bc2da78d2256d30c56f2b63bd7fd8fe8fe6c0b29c8d93"
license "Apache-2.0"
head "https://github.com/version-fox/vfox.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f6866ede93635ae0a2fbb77fc499deb256c50e794aacfbd0f153a4cff971623"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d28f182fbaaca0cebbe19bec78af4b4c9df7f834772035bd720e1312f1a576dc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9a530816ee737939850b7e2a4a2b77b102aa992a0bc6eb3a1137e8309e02c0db"
sha256 cellar: :any_skip_relocation, sonoma: "e418f98c0275df91b25842df85240ff6bc330f498b63feeade296eb9499a740f"
sha256 cellar: :any_skip_relocation, ventura: "a7163c87b448369b5c71c08373d0ecfe1c30c05f7582a14a75b5accd087e6fd0"
sha256 cellar: :any_skip_relocation, monterey: "2e5080e4d4f414148df8cd79ec9f2591a760c573e043214519d907913cd23829"
sha256 cellar: :any_skip_relocation, x86_64_linux: "899f3812609584446d3e505eef0daa89cd86eb9a8a967268065647654ae4ada3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "80efa0d5f7060d3701783562ea9a7d4b1cfa0386ec05d1c12c2a94d8bbe0b41d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "40c06bbe4d9f2467622c69b954eec1239bd029aca915fd30dd765aca41c369a2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "af598c1695fad66519030997745eac0efbea6ba6dcd3b8314de4ab31d0088cc3"
sha256 cellar: :any_skip_relocation, sonoma: "626ce198721e9b7ffb486d062765567ce32b183147edfe79c0db6e4e2a52e196"
sha256 cellar: :any_skip_relocation, ventura: "9094a78343f225cec8fc89241206c91da75d8086845f3183a3d28b8c3b9a6ffc"
sha256 cellar: :any_skip_relocation, monterey: "40f64a51d8925d800722498cb06fab040478186f5dc252b6595429abe641db0a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "404b749e4e618b4cd6e123909c59c2b1ad3f67514354c34409ac0756f6211e58"
end

depends_on "go" => :build
Expand Down

0 comments on commit effbe4f

Please sign in to comment.