mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
mpfr: update to 3.1.6
This commit is contained in:
parent
3470c6c797
commit
cacd533731
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'mpfr'
|
# Template build file for 'mpfr'
|
||||||
pkgname=mpfr
|
pkgname=mpfr
|
||||||
version=3.1.5
|
version=3.1.6
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -10,8 +10,8 @@ short_desc="Library for multiple-precision floating-point computations"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
homepage="http://www.mpfr.org"
|
homepage="http://www.mpfr.org"
|
||||||
distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.xz"
|
distfiles="http://www.mpfr.org/mpfr-current/mpfr-${version}.tar.xz"
|
||||||
checksum=015fde82b3979fbe5f83501986d328331ba8ddf008c1ff3da3c238f49ca062bc
|
checksum=7a62ac1a04408614fccdc506e4844b10cf0ad2c2b1677097f8f35d3a1344a950
|
||||||
|
|
||||||
mpfr-devel_package() {
|
mpfr-devel_package() {
|
||||||
depends="${makedepends} mpfr>=${version}_${revision}"
|
depends="${makedepends} mpfr>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue