Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/d/docfx.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Docfx < Formula

Check warning on line 1 in Formula/d/docfx.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

No bottle built for docfx!

docfx has unbottled dependencies, so a bottle will not be built.
desc "Tools for building and publishing API documentation for .NET projects"
homepage "https://dotnet.github.io/docfx/"
url "https://github.com/dotnet/docfx/archive/refs/tags/v2.78.0.tar.gz"
sha256 "d4b2c80d2042ec81b85b9ae5dd026a6dde71c8029db3113d5a101d07dc078ccb"
url "https://github.com/dotnet/docfx/archive/refs/tags/2.78.1.tar.gz"
sha256 "0f74a09a01cd5d1c2d130c64d798a874842f3f0e9dc04e199c140c54aa40271d"
license "MIT"

bottle do
Expand Down
Loading