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 Dynare < Formula
22 desc "Platform for economic models, particularly DSGE and OLG models"
33 homepage "https://www.dynare.org/"
4+ url "https://www.dynare.org/release/source/dynare-7.0.tar.xz"
5+ sha256 "3c1691f68386f4d74d3ca518d19df34d82644eba1db066964e77434487a3a083"
46 license "GPL-3.0-or-later"
5- revision 3
67 head "https://git.dynare.org/Dynare/dynare.git" , branch : "master"
78
8- stable do
9- url "https://www.dynare.org/release/source/dynare-6.5.tar.xz"
10- sha256 "56a6f934f5d2ded57206d2f109975324b39586394f4e8ce23b3c72aadcd5cd4a"
11-
12- # backport fix for finding suite-sparse
13- # https://git.dynare.org/Dynare/dynare/-/commit/b3a50696bf7b8ef97cd8900c4941b479fd27dd2e
14- patch :DATA
15- end
16-
179 livecheck do
1810 url "https://www.dynare.org/download/"
1911 regex ( /href=.*?dynare[._-]v?(\d +(?:\. \d +)+)\. t/i )
You can’t perform that action at this time.
0 commit comments