We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 294f952 + 62562b8 commit ee95adfCopy full SHA for ee95adf
Formula/g/go-md2man.rb
@@ -1,10 +1,10 @@
1
class GoMd2man < Formula
2
desc "Converts markdown into roff (man pages)"
3
homepage "https://github.com/cpuguy83/go-md2man"
4
- url "https://github.com/cpuguy83/go-md2man.git",
5
- tag: "v2.0.6",
6
- revision: "441631534462b74c098953dbd8d5f6210994b0bf"
+ url "https://github.com/cpuguy83/go-md2man/archive/refs/tags/v2.0.6.tar.gz"
+ sha256 "5fa29154237bc840a10a06231c066f9ddbe06bb31d1c3372eab12e1ed977271f"
7
license "MIT"
+ head "https://github.com/cpuguy83/go-md2man.git", branch: "master"
8
9
bottle do
10
sha256 cellar: :any_skip_relocation, arm64_sequoia: "386385f734e6980cd796ef8c730ce0a24cda6258d62583f63adbb4770b5a246c"
0 commit comments