Skip to content

Commit b38bf9c

Browse files
gittools-botchenrui333
authored andcommitted
gitversion 6.1.0
For additional details see https://github.com/GitTools/GitVersion/releases/tag/6.1.0 gitversion: update to use dotnet9 Signed-off-by: Rui Chen <[email protected]>
1 parent b6a0e0c commit b38bf9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/g/gitversion.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

0 commit comments

Comments
 (0)