Skip to content

Commit ee95adf

Browse files
authored
Merge pull request Homebrew#206346 from branchvincent/go-md2man
go-md2man: use tarball, add head
2 parents 294f952 + 62562b8 commit ee95adf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/g/go-md2man.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class GoMd2man < Formula
22
desc "Converts markdown into roff (man pages)"
33
homepage "https://github.com/cpuguy83/go-md2man"
4-
url "https://github.com/cpuguy83/go-md2man.git",
5-
tag: "v2.0.6",
6-
revision: "441631534462b74c098953dbd8d5f6210994b0bf"
4+
url "https://github.com/cpuguy83/go-md2man/archive/refs/tags/v2.0.6.tar.gz"
5+
sha256 "5fa29154237bc840a10a06231c066f9ddbe06bb31d1c3372eab12e1ed977271f"
76
license "MIT"
7+
head "https://github.com/cpuguy83/go-md2man.git", branch: "master"
88

99
bottle do
1010
sha256 cellar: :any_skip_relocation, arm64_sequoia: "386385f734e6980cd796ef8c730ce0a24cda6258d62583f63adbb4770b5a246c"

0 commit comments

Comments
 (0)