Skip to content

Commit bf262cd

Browse files
committed
gsl 2.2
1 parent b390e51 commit bf262cd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Formula/gsl.rb

+3-6
Original file line numberDiff line numberDiff line change
@@ -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!
41
class Gsl < Formula
52
desc "Numerical library for C and C++"
63
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"
4+
url "https://ftpmirror.gnu.org/gsl/gsl-2.2.tar.gz"
5+
mirror "https://ftp.gnu.org/gnu/gsl/gsl-2.2.tar.gz"
6+
sha256 "4de40a9a79ea42a127928b095d066993cb845812d657434e29e987240113d8df"
107

118
bottle do
129
cellar :any

0 commit comments

Comments
 (0)