gsl: update to 2.5.
Closes #34. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
5cb5c5d9d4
commit
eadf82fe24
1 changed files with 4 additions and 4 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue