Skip to content

Commit 275aff3

Browse files
committed
rxiv-maker: update to version 1.16.0
Updates the rxiv-maker formula to version 1.16.0. - Updated PyPI download URL - Updated SHA256 checksum
1 parent 40645bb commit 275aff3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Formula/rxiv-maker.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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
2828
end

0 commit comments

Comments
 (0)