mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-Math-GMPz: Updated for version 0.48.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
ff24b0ba7a
commit
be4e30242c
2 changed files with 4 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Math-GMPz
|
||||
VERSION=${VERSION:-0.46}
|
||||
VERSION=${VERSION:-0.48}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -76,7 +76,6 @@ perl Makefile.PL \
|
|||
INSTALLDIRS=vendor \
|
||||
INSTALLVENDORMAN3DIR=/usr/man/man3
|
||||
make
|
||||
make test
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Math-GMPz"
|
||||
VERSION="0.46"
|
||||
VERSION="0.48"
|
||||
HOMEPAGE="https://metacpan.org/pod/Math::GMPz"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-GMPz-0.46.tar.gz"
|
||||
MD5SUM="0564ac01fcbbc7fcd744ffd2dec3462a"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-GMPz-0.48.tar.gz"
|
||||
MD5SUM="9c25f3e60bb0a094395227d85391bc04"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue