diff options
author | Guangyuan Yang <ygy@FreeBSD.org> | 2021-09-20 12:36:27 -0400 |
---|---|---|
committer | Guangyuan Yang <ygy@FreeBSD.org> | 2021-09-20 12:36:27 -0400 |
commit | 7807d82886bf081f62922db21515719a830e339b (patch) | |
tree | 2bfbf9edf65a2630bea33d9968e3d512f7362974 | |
parent | games/xboard: take maintainership (diff) |
math/R-cran-gsl: Update to 2.1-7
-rw-r--r-- | math/R-cran-gsl/Makefile | 3 | ||||
-rw-r--r-- | math/R-cran-gsl/distinfo | 6 | ||||
-rw-r--r-- | math/R-cran-gsl/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/math/R-cran-gsl/Makefile b/math/R-cran-gsl/Makefile index cf111941a206..bf39171745d4 100644 --- a/math/R-cran-gsl/Makefile +++ b/math/R-cran-gsl/Makefile @@ -1,8 +1,7 @@ # Created by: Guangyuan Yang <ygy@FreeBSD.org> PORTNAME= gsl -DISTVERSION= 2.1-6 -PORTREVISION= 1 +DISTVERSION= 2.1-7 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-gsl/distinfo b/math/R-cran-gsl/distinfo index 3a7c375785f3..9d9b0731360e 100644 --- a/math/R-cran-gsl/distinfo +++ b/math/R-cran-gsl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614270213 -SHA256 (gsl_2.1-6.tar.gz) = f5d463239693f146617018987687db31b163653708cbae0b730b9b7bed81995c -SIZE (gsl_2.1-6.tar.gz) = 189794 +TIMESTAMP = 1632110493 +SHA256 (gsl_2.1-7.tar.gz) = 1a86af59d9864ecf2a85d5371076786e7a0491d6d6b4d5c1a7590ea8919f3b17 +SIZE (gsl_2.1-7.tar.gz) = 213803 diff --git a/math/R-cran-gsl/pkg-descr b/math/R-cran-gsl/pkg-descr index 1547eb74a53c..1ac72b9863e9 100644 --- a/math/R-cran-gsl/pkg-descr +++ b/math/R-cran-gsl/pkg-descr @@ -1,3 +1,3 @@ An R wrapper for some of the functionality of the Gnu Scientific Library. -WWW: https://github.com/RobinHankin/gsl.git +WWW: https://github.com/RobinHankin/gsl |