Skip to content

Commit

Permalink
Merge pull request #191705 from Homebrew/bump-vfox-0.5.5
Browse files Browse the repository at this point in the history
vfox 0.5.5
  • Loading branch information
BrewTestBot authored Sep 24, 2024
2 parents 5d64789 + f99f1af commit 4cbf927
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/v/vfox.rb
Original file line number Diff line number Diff line change
@@ -1,20 +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.5.4.tar.gz"
sha256 "e07101dc13a01968b8c63dfb1942fe39c841a801d7b2e06ee528e3ae169ba2b9"
url "https://github.com/version-fox/vfox/archive/refs/tags/v0.5.5.tar.gz"
sha256 "b97d4f1dde1be06bd8935c86ae7f87f9d209c41338febfe384077da1a78711df"
license "Apache-2.0"
head "https://github.com/version-fox/vfox.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe078c650d22d95c50f24e541f2f121e289979d46f5a17918ac8d2f130c5b884"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "17a8ad3a976f53aed7f1d3c44157df1a9cb20a32b8c0f3befd5eec8cac9184d4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9b9644e908403404a16afd161e80b5a2d1f672747e3de63c945f87c297fbd8c3"
sha256 cellar: :any_skip_relocation, arm64_monterey: "0ce017836ae2c6254cfc8165b40a8b3ea0d3241327c05be30f66a9422fd3797c"
sha256 cellar: :any_skip_relocation, sonoma: "5caa0e226020accbee9630d9ff581e992bcae636dfd93db0ae82e1f3dbd23b05"
sha256 cellar: :any_skip_relocation, ventura: "b52635accb5d432d5556cd6a037a295c5ce7d8bb1389ff3e9520bae1f0687cde"
sha256 cellar: :any_skip_relocation, monterey: "c00f4da21199d44b8aa6321effc8c212ff208a9e0495b6d415fd44d1090a5171"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e20ed996185f0fa516fa78e0e2faf0905606f7a1b5494c48828c54de5a98774d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "46419dd11546611d8646f10977d1a1513e7297db0d9adc3c078e86547dcb0d96"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "46419dd11546611d8646f10977d1a1513e7297db0d9adc3c078e86547dcb0d96"
sha256 cellar: :any_skip_relocation, arm64_ventura: "46419dd11546611d8646f10977d1a1513e7297db0d9adc3c078e86547dcb0d96"
sha256 cellar: :any_skip_relocation, sonoma: "089dc3c2d791053dfbe33aab8481888ea29191782c1bdfb87bba75c62a1c0d48"
sha256 cellar: :any_skip_relocation, ventura: "089dc3c2d791053dfbe33aab8481888ea29191782c1bdfb87bba75c62a1c0d48"
sha256 cellar: :any_skip_relocation, x86_64_linux: "51e37d27d16352e6eb428628bda761f99aef5de40a2e130663de6107c0effb12"
end

depends_on "go" => :build
Expand Down

0 comments on commit 4cbf927

Please sign in to comment.