Update package version to 4.2.2
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
URL="https://www.mpfr.org/mpfr-current/"
|
||||
|
||||
# Get version number
|
||||
VERSION=$(curl -s -L "$URL" | grep 'GNU MPFR version ' | grep -o -E '[0-9]{1,}.[0-9]{1,}(\.[0-9]{1,}|)')
|
||||
|
||||
echo "$VERSION"
|
||||
@@ -1,10 +1,8 @@
|
||||
name: mpfr
|
||||
description: Multiple-precision floating-point library
|
||||
version: 4.2.1
|
||||
revision: 2
|
||||
version: 4.2.2
|
||||
url: https://ftp.gnu.org/gnu/mpfr/mpfr-4.2.1.tar.xz
|
||||
license: GPL3-or-later,LGPL3-or-later
|
||||
architecture: any
|
||||
depends: ["glibc","gmp"]
|
||||
make_depends: ["bash","binutils","coreutils","diffutils","gawk","gcc","glibc","grep","gmp","make","sed","texinfo"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user