We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229b1df commit 1106fb0Copy full SHA for 1106fb0
Formula/o/octave.rb
@@ -1,9 +1,9 @@
1
class Octave < Formula
2
desc "High-level interpreted language for numerical computing"
3
homepage "https://octave.org/index.html"
4
- url "https://ftp.gnu.org/gnu/octave/octave-9.4.0.tar.xz"
5
- mirror "https://ftpmirror.gnu.org/octave/octave-9.4.0.tar.xz"
6
- sha256 "fff911909ef79f95ba244dab5b8c1cb8c693a6c447d31deabb53994f17cb7b3d"
+ url "https://ftp.gnu.org/gnu/octave/octave-10.1.0.tar.xz"
+ mirror "https://ftpmirror.gnu.org/octave/octave-10.1.0.tar.xz"
+ sha256 "051d092fe7abbed4ed9b74c8c40f3dfb1b9aa9eede770ac6c7e9c8c9e895e0c9"
7
license "GPL-3.0-or-later"
8
9
# New tarballs appear on https://ftp.gnu.org/gnu/octave/ before a release is
0 commit comments