Skip to content

Commit abd3d3b

Browse files
authored
pull from main branch in mcfost repo (fixes cpinte/mcfost#106)
1 parent 42594dd commit abd3d3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mcfost.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
class Mcfost < Formula
33
desc "Monte Carlo Radiative Transfer code"
44
homepage "https://ipag.osug.fr/~pintec/mcfost/docs/html/index.html"
5-
url "https://github.com/cpinte/mcfost.git"
6-
version "4.0"
5+
url "https://github.com/cpinte/mcfost.git", :branch => "main"
6+
version "4.1.03"
77

88
# specifying --HEAD installs from danieljprice fork (hack)
9-
head "https://github.com/danieljprice/mcfost.git"
9+
head "https://github.com/danieljprice/mcfost.git", :branch => "main"
1010

1111
depends_on "cfitsio"
1212
depends_on "gcc"

0 commit comments

Comments
 (0)