We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b390e51 commit bf262cdCopy full SHA for bf262cd
Formula/gsl.rb
@@ -1,12 +1,9 @@
1
-# Please don't update me to the 2.x branch yet until issues discussed in
2
-# https://github.com/Homebrew/homebrew/issues/45812 are resolved.
3
-# If you want 2.x now, file a PR in homebrew/versions. Thanks!
4
class Gsl < Formula
5
desc "Numerical library for C and C++"
6
homepage "https://www.gnu.org/software/gsl/"
7
- url "https://ftpmirror.gnu.org/gsl/gsl-1.16.tar.gz"
8
- mirror "https://ftp.gnu.org/gnu/gsl/gsl-1.16.tar.gz"
9
- sha256 "73bc2f51b90d2a780e6d266d43e487b3dbd78945dd0b04b14ca5980fe28d2f53"
+ url "https://ftpmirror.gnu.org/gsl/gsl-2.2.tar.gz"
+ mirror "https://ftp.gnu.org/gnu/gsl/gsl-2.2.tar.gz"
+ sha256 "4de40a9a79ea42a127928b095d066993cb845812d657434e29e987240113d8df"
10
11
bottle do
12
cellar :any
0 commit comments