gsl: update to 2.5.

Closes #34.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-06-14 14:42:52 -03:00 committed by Enno Boland
parent 5cb5c5d9d4
commit eadf82fe24
No known key found for this signature in database
GPG Key ID: D09964719BDE9971

View File

@ -1,14 +1,14 @@
# Template file for 'gsl'
pkgname=gsl
version=2.4
version=2.5
revision=1
build_style=gnu-configure
short_desc="A numerical library for C and C++ programmers"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3.0-or-later"
homepage="http://www.gnu.org/software/gsl/gsl.html"
license="GPL-3"
distfiles="$GNU_SITE/gsl/$pkgname-$version.tar.gz"
checksum=4d46d07b946e7b31c19bbf33dda6204d7bedc2f5462a1bae1d4013426cd1ce9b
distfiles="${GNU_SITE}/gsl/${pkgname}-${version}.tar.gz"
checksum=0460ad7c2542caaddc6729762952d345374784100223995eb14d614861f2258d
gsl-devel_package() {
depends="gsl>=${version}_${revision}"