|
1 | 1 | class Vfox < Formula
|
2 | 2 | desc "Version manager with support for Java, Node.js, Flutter, .NET & more"
|
3 | 3 | homepage "https://vfox.lhan.me"
|
4 |
| - url "https://github.com/version-fox/vfox/archive/refs/tags/v0.5.3.tar.gz" |
5 |
| - sha256 "8a081b0f7a58204487bccce9cce26bbe389c2f0f76c67f93f825cafbacd8a837" |
| 4 | + url "https://github.com/version-fox/vfox/archive/refs/tags/v0.5.4.tar.gz" |
| 5 | + sha256 "e07101dc13a01968b8c63dfb1942fe39c841a801d7b2e06ee528e3ae169ba2b9" |
6 | 6 | license "Apache-2.0"
|
7 | 7 | head "https://github.com/version-fox/vfox.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d94dc29c3354f5b83270a35b168f8d5783ffc3e300f1e26aa8d43f052fdf6d9" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "96cc7f7f8c43464bf8adc9716e52e733f0c392b923385cc2f681f6c2a233a0d6" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "6c16550c97d5cfc78e9e5cbb0d165a41935013b6b2c990758e18994b286a553e" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "d47553ce015bcccc2ea8cbed0e5d2b6f5d46988f710caf1b6ae494541a5b7c9b" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "95069041ee378fd9f2a90bfc113a1d929c0d922ac556392d032b2c1c3cdf9ca2" |
15 |
| - sha256 cellar: :any_skip_relocation, monterey: "e7958e460e5e6018895e1703ba85ead948e2687595a36e267340570182139f3f" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "ec515c90cd46a1fb6be2cbd9b81d043267764549852a3364cb2f47a8176e2631" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "17a8ad3a976f53aed7f1d3c44157df1a9cb20a32b8c0f3befd5eec8cac9184d4" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "9b9644e908403404a16afd161e80b5a2d1f672747e3de63c945f87c297fbd8c3" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "0ce017836ae2c6254cfc8165b40a8b3ea0d3241327c05be30f66a9422fd3797c" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "5caa0e226020accbee9630d9ff581e992bcae636dfd93db0ae82e1f3dbd23b05" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "b52635accb5d432d5556cd6a037a295c5ce7d8bb1389ff3e9520bae1f0687cde" |
| 15 | + sha256 cellar: :any_skip_relocation, monterey: "c00f4da21199d44b8aa6321effc8c212ff208a9e0495b6d415fd44d1090a5171" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "e20ed996185f0fa516fa78e0e2faf0905606f7a1b5494c48828c54de5a98774d" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "go" => :build
|
|
0 commit comments