changeset 5921:68a66a57f70f

* src/mpfr.mk: update update rule
author John Donoghue <john.donoghue@ieee.org>
date Fri, 15 Oct 2021 13:34:30 -0400
parents 62cf840a71a5
children 78901dc12b99
files src/mpfr.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mpfr.mk	Fri Oct 15 13:34:27 2021 -0400
+++ b/src/mpfr.mk	Fri Oct 15 13:34:30 2021 -0400
@@ -12,7 +12,7 @@
 $(PKG)_DEPS     := build-gcc gmp
 
 define $(PKG)_UPDATE
-    $(WGET) -q -O- 'https://gforge.inria.fr/scm/viewvc.php/mpfr/tags/' | \
+    $(WGET) -q -O- 'https://www.mpfr.org/mpfr-current/' | \
     $(SED) -n 's,.*tags/\([0-9][^/]*\).*,\1,p' |
     $(SORT) -V | \
     tail -1