From ce5939872741a1cabddfbb345811a4efcaca8ff4 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 15 Apr 2020 00:07:30 +0200 Subject: [PATCH] IRPv2 --- install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/Makefile b/install/Makefile index 5486960..a456e6a 100644 --- a/install/Makefile +++ b/install/Makefile @@ -2,7 +2,7 @@ default_target: all Downloads/irpf90.tar.gz: wget --no-check-certificate \ - "https://gitlab.com/scemama/irpf90/-/archive/v1.7.2/irpf90-v1.7.2.tar.gz" \ + "https://gitlab.com/scemama/irpf90/-/archive/v2.0.0/irpf90-v2.0.0.tar.gz" \ -O $@.tmp -o /dev/null && mv $@.tmp $@ Downloads/ezfio.tar.gz: