Skip to content

Commit

Permalink
Merge pull request #208109 from Homebrew/bump-vfox-0.6.1
Browse files Browse the repository at this point in the history
vfox 0.6.1
  • Loading branch information
BrewTestBot authored Feb 18, 2025
2 parents b4271ee + 4a9580f commit 1943472
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/v/vfox.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.6.0.tar.gz"
sha256 "741233cb5fa7bd10cab117713816a1771484db7149fbe87b294bc09072e15d33"
url "https://github.com/version-fox/vfox/archive/refs/tags/v0.6.1.tar.gz"
sha256 "c1b37d32ce599d9c5136f9dff3c4926263964fd29d20e2c586bb10d78c668a4b"
license "Apache-2.0"
head "https://github.com/version-fox/vfox.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b3007b40e4f8f30c6cda56a405304439138f3c070442d5bad6fb99c93dd99290"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b3007b40e4f8f30c6cda56a405304439138f3c070442d5bad6fb99c93dd99290"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b3007b40e4f8f30c6cda56a405304439138f3c070442d5bad6fb99c93dd99290"
sha256 cellar: :any_skip_relocation, sonoma: "cfd76fb771686f2cbdf57e8a53f9dcb33d5429ce63e44d39ae0f0dd821bf3c98"
sha256 cellar: :any_skip_relocation, ventura: "cfd76fb771686f2cbdf57e8a53f9dcb33d5429ce63e44d39ae0f0dd821bf3c98"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f3507aac6a17e567affe87f32061b3f300bea26e3f353199aad2ff401d894d8a"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "af79f8aac78dc39f6a9b1a106d930d9e9b2e08a4d44607884eb0a001e5d8c71e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "af79f8aac78dc39f6a9b1a106d930d9e9b2e08a4d44607884eb0a001e5d8c71e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "af79f8aac78dc39f6a9b1a106d930d9e9b2e08a4d44607884eb0a001e5d8c71e"
sha256 cellar: :any_skip_relocation, sonoma: "0f3d8d2ef115ead07d2df006b81ba601d4b69f0c8023aa93a1dad79c9df0639b"
sha256 cellar: :any_skip_relocation, ventura: "0f3d8d2ef115ead07d2df006b81ba601d4b69f0c8023aa93a1dad79c9df0639b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5badd71c37ee37e0da41ebc327963c23682b4f34f2ef2eb9cfdbec1d53dffe0a"
end

depends_on "go" => :build
Expand Down

0 comments on commit 1943472

Please sign in to comment.