diff options
author | Matt Housh <jaeger@crux.nu> | 2014-03-31 08:17:07 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.nu> | 2014-03-31 08:17:07 -0500 |
commit | 06aa1a1548c1c5c4e329f54fe909d0f70beb0231 (patch) | |
tree | 8f680a8a0856a0e996ef431e401bb6fbdf553d3a /libgmp | |
parent | ba4f3d52f4e55655b9d4426682c84d9a52c8513f (diff) | |
download | core-06aa1a1548c1c5c4e329f54fe909d0f70beb0231.tar.gz core-06aa1a1548c1c5c4e329f54fe909d0f70beb0231.tar.xz |
libgmp: updated to version 6.0.0a
Diffstat (limited to 'libgmp')
-rw-r--r-- | libgmp/.md5sum | 2 | ||||
-rw-r--r-- | libgmp/Pkgfile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libgmp/.md5sum b/libgmp/.md5sum index 0601296b..939a279e 100644 --- a/libgmp/.md5sum +++ b/libgmp/.md5sum @@ -1,2 +1,2 @@ -4dc314ac6d3059cc8d712aad4a6d162e gmp-6.0.0.tar.xz +1e6da4e434553d2811437aa42c7f7c76 gmp-6.0.0a.tar.xz bbf6d30f092c6d302f028679f1f9bfc3 gmp.h diff --git a/libgmp/Pkgfile b/libgmp/Pkgfile index e0a37992..7df62a24 100644 --- a/libgmp/Pkgfile +++ b/libgmp/Pkgfile @@ -3,13 +3,13 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=libgmp -version=6.0.0 +version=6.0.0a release=1 -source=(ftp://ftp.gmplib.org/pub/gmp-$version/gmp-$version.tar.xz \ +source=(ftp://ftp.gmplib.org/pub/gmp-${version%a}/gmp-$version.tar.xz \ gmp.h) build() { - cd gmp-$version + cd gmp-${version%a} ./configure --prefix=/usr \ --enable-cxx \ --build=x86_64-unknown-linux-gnu |