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
|
name: mpfr
|
||||||
description: Multiple-precision floating-point library
|
description: Multiple-precision floating-point library
|
||||||
version: 4.2.1
|
version: 4.2.2
|
||||||
revision: 2
|
|
||||||
url: https://ftp.gnu.org/gnu/mpfr/mpfr-4.2.1.tar.xz
|
url: https://ftp.gnu.org/gnu/mpfr/mpfr-4.2.1.tar.xz
|
||||||
license: GPL3-or-later,LGPL3-or-later
|
license: GPL3-or-later,LGPL3-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["glibc","gmp"]
|
depends: ["glibc","gmp"]
|
||||||
make_depends: ["bash","binutils","coreutils","diffutils","gawk","gcc","glibc","grep","gmp","make","sed","texinfo"]
|
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user