File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class RxivMaker < Formula
22 desc "Convert Markdown to professional PDFs with automated figure generation"
33 homepage "https://github.com/HenriquesLab/rxiv-maker"
4- url "https://github.com/HenriquesLab/rxiv-maker/archive/refs/tags/v1.15.8 .tar.gz"
5- sha256 "a52bb933ac4f7c8a931601c29a669217301062db317cf1cf428e4b32271a745b "
4+ url "https://files.pythonhosted.org/packages/5c/1f/ee4453f3aa55f1fc4dcc03b9069b7f6e348b2a7e2127577a80c164aaccbb/rxiv_maker-1.16.0 .tar.gz"
5+ sha256 "cc1c650073f3ee1c7622f48bb9a1ece03e59110ece88e5b254cdde082af34e32 "
66 license "MIT"
77
88 depends_on "gh"
@@ -22,7 +22,7 @@ def install
2222 test do
2323 # Test skipped: rxiv --version hangs in the brew test sandbox due to restrictions
2424 # The formula installs correctly and works outside the sandbox
25- # Manual verification: rxiv --version returns "rxiv, version 1.15 .0"
25+ # Manual verification: rxiv --version returns "rxiv, version 1.16 .0"
2626 system "true"
2727 end
2828end
You can’t perform that action at this time.
0 commit comments