Update package version to 4.2.2

This commit is contained in:
2025-08-16 23:13:11 +03:00
parent 96add3e597
commit b8e37272b0
2 changed files with 9 additions and 3 deletions
+8
View File
@@ -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"