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 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 }
You can’t perform that action at this time.
0 commit comments