Skip to content

Commit 8dfeed8

Browse files
authored
Merge pull request #255995 from Homebrew/bump-marksman-2025-11-25
marksman 2025-11-25
2 parents 6558bb1 + d40b221 commit 8dfeed8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/m/marksman.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Marksman < Formula
22
desc "Language Server Protocol for Markdown"
33
homepage "https://github.com/artempyanykh/marksman"
4-
url "https://github.com/artempyanykh/marksman/archive/refs/tags/2024-12-18.tar.gz"
5-
sha256 "7392822c196e6bef68fc1cef3a873aac79b27bf95478c2419ea4761651a6a957"
4+
url "https://github.com/artempyanykh/marksman/archive/refs/tags/2025-11-25.tar.gz"
5+
sha256 "cd42792e963123a832fd802cd08ada4b7beb04c239d882c2f6d93ea172979a43"
66
license "MIT"
77
head "https://github.com/artempyanykh/marksman.git", branch: "main"
88

@@ -16,14 +16,14 @@ class Marksman < Formula
1616
sha256 cellar: :any_skip_relocation, x86_64_linux: "50abec82ec280c5c3c35c770fe08bceeafc3bb20ba8e474843b15a49272907ff"
1717
end
1818

19-
depends_on "dotnet@8"
19+
depends_on "dotnet"
2020

2121
uses_from_macos "zlib"
2222

2323
def install
2424
ENV["DOTNET_CLI_TELEMETRY_OPTOUT"] = "true"
2525

26-
dotnet = Formula["dotnet@8"]
26+
dotnet = Formula["dotnet"]
2727
args = %W[
2828
--configuration Release
2929
--framework net#{dotnet.version.major_minor}

0 commit comments

Comments
 (0)