gsl: update to 2.2.1.

This commit is contained in:
Michael Gehring 2016-09-09 20:36:28 +02:00
parent b5cec8b79b
commit 4d3dcec1c2
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gsl' # Template file for 'gsl'
pkgname=gsl pkgname=gsl
version=2.1 version=2.2.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
short_desc="A numerical library for C and C++ programmers" short_desc="A numerical library for C and C++ programmers"
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gnu.org/software/gsl/gsl.html" homepage="http://www.gnu.org/software/gsl/gsl.html"
license="GPL-3" license="GPL-3"
distfiles="$GNU_SITE/gsl/$pkgname-$version.tar.gz" distfiles="$GNU_SITE/gsl/$pkgname-$version.tar.gz"
checksum=59ad06837397617f698975c494fe7b2b698739a59e2fcf830b776428938a0c66 checksum=13d23dc7b0824e1405f3f7e7d0776deee9b8f62c62860bf66e7852d402b8b024
gsl-devel_package() { gsl-devel_package() {
depends="gsl>=${version}_${revision}" depends="gsl>=${version}_${revision}"