File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11class Gitversion < Formula
22 desc "Easy semantic versioning for projects using Git"
33 homepage "https://gitversion.net"
4- url "https://github.com/GitTools/GitVersion/archive/refs/tags/6.0.5 .tar.gz"
5- sha256 "621b46427db8947fa9a2ff04d0fcc4d00d0dd0ce05e248eb8d7bbc18e4ba29a7 "
4+ url "https://github.com/GitTools/GitVersion/archive/refs/tags/6.1.0 .tar.gz"
5+ sha256 "c4791cf3f3820606735e5cbb0bdb6bc1b2db6eedad485bab7d7ebef989228a94 "
66 license "MIT"
77
88 bottle do
@@ -13,13 +13,13 @@ class Gitversion < Formula
1313 sha256 cellar : :any_skip_relocation , x86_64_linux : "cc5389bd40a2e8e7ca02acb9704b5ec0d69b51421939baee10b53e48a1f6be7f"
1414 end
1515
16- depends_on "dotnet@8 "
16+ depends_on "dotnet"
1717
1818 def install
1919 ENV [ "DOTNET_CLI_TELEMETRY_OPTOUT" ] = "1"
2020 ENV [ "DOTNET_SYSTEM_GLOBALIZATION_INVARIANT" ] = "1"
2121
22- dotnet = Formula [ "dotnet@8 " ]
22+ dotnet = Formula [ "dotnet" ]
2323
2424 args = %W[
2525 --configuration Release
You can’t perform that action at this time.
0 commit comments