We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42594dd commit abd3d3bCopy full SHA for abd3d3b
mcfost.rb
@@ -2,11 +2,11 @@
2
class Mcfost < Formula
3
desc "Monte Carlo Radiative Transfer code"
4
homepage "https://ipag.osug.fr/~pintec/mcfost/docs/html/index.html"
5
- url "https://github.com/cpinte/mcfost.git"
6
- version "4.0"
+ url "https://github.com/cpinte/mcfost.git", :branch => "main"
+ version "4.1.03"
7
8
# specifying --HEAD installs from danieljprice fork (hack)
9
- head "https://github.com/danieljprice/mcfost.git"
+ head "https://github.com/danieljprice/mcfost.git", :branch => "main"
10
11
depends_on "cfitsio"
12
depends_on "gcc"
0 commit comments