Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

octave 7.2.0 #106900

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/dynare.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Dynare < Formula
desc "Platform for economic models, particularly DSGE and OLG models"
homepage "https://www.dynare.org/"
license "GPL-3.0-or-later"
revision 1
revision 2

# Remove when patch is no longer needed.
stable do
Expand Down
7 changes: 3 additions & 4 deletions Formula/octave.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
class Octave < Formula
desc "High-level interpreted language for numerical computing"
homepage "https://www.gnu.org/software/octave/index.html"
url "https://ftp.gnu.org/gnu/octave/octave-7.1.0.tar.xz"
mirror "https://ftpmirror.gnu.org/octave/octave-7.1.0.tar.xz"
sha256 "3fd4615ebbab02c38c93ea6ba318756aedec38d98a5c732d409899e8b4356273"
url "https://ftp.gnu.org/gnu/octave/octave-7.2.0.tar.xz"
mirror "https://ftpmirror.gnu.org/octave/octave-7.2.0.tar.xz"
sha256 "4aef78c3c9d49f75d64ccd55267df40b3020e6414f69ea8757a1939628b30171"
license "GPL-3.0-or-later"
revision 2

bottle do
sha256 arm64_monterey: "f810b518ad580b076f648fb2b88a2d83fbf292824420f20d8d45b4c5f5de1544"
Expand Down