Skip to content

Commit 4f0809d

Browse files
BrewTestBotbotantony
authored andcommitted
dynare 7.0
1 parent 91ce1f0 commit 4f0809d

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

Formula/d/dynare.rb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
class 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)

0 commit comments

Comments
 (0)