Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit aefe0eb

Browse files
committed
Upgrade to MPIR 2.7.0-alpha12
1 parent 8c7fbbd commit aefe0eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/pkgs/mpir/package-version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0
1+
2.7.0-alpha12

src/bin/sage-fix-pkg-checksums

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
for upstream in "$@"
1212
do
1313
tarball=`basename "$upstream"`
14-
pkg_name=${tarball%-*}
14+
pkg_name=${tarball%%-*}
1515
pkg_compression=${tarball#*.tar} # gz or bz2
1616
if [ -d "$SAGE_ROOT/build/pkgs/$pkg_name" ]; then
1717
sage_version=`cat "$SAGE_ROOT/build/pkgs/$pkg_name/package-version.txt" | sed 's/\.p[0-9][0-9]*$//'`

0 commit comments

Comments
 (0)