diff options
Diffstat (limited to 'math/spectra/Makefile')
-rw-r--r-- | math/spectra/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/spectra/Makefile b/math/spectra/Makefile index 8299bf6966e4..739f5b77a75e 100644 --- a/math/spectra/Makefile +++ b/math/spectra/Makefile @@ -1,12 +1,12 @@ PORTNAME= spectra DISTVERSIONPREFIX= v -DISTVERSION= 1.0.1 -PORTREVISION= 1 +DISTVERSION= 1.1.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= C++ library for large scale eigenvalue problems -WWW= https://spectralib.org +WWW= https://spectralib.org \ + https://github.com/yixuan/spectra LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE |