Updated to the official Isabelle 2020 release and corresponding AFP version.

This commit is contained in:
Achim D. Brucker 2020-04-20 18:51:04 +01:00
parent 358be52b61
commit 74ab956b11
2 changed files with 3 additions and 5 deletions

View File

@ -6,9 +6,9 @@ DOF_LATEST_DOI="10.5281/zenodo.3370483"
DOF_GENERIC_DOI="10.5281/zenodo.3370482" DOF_GENERIC_DOI="10.5281/zenodo.3370482"
# #
# Isabelle and AFP Configuration # Isabelle and AFP Configuration
ISABELLE_VERSION="Isabelle2020-RC4: April 2020" ISABELLE_VERSION="Isabelle2020: April 2020"
ISABELLE_URL="https://isabelle.in.tum.de/website-Isabelle2020-RC4/" ISABELLE_URL="https://isabelle.in.tum.de/website-Isabelle2020/"
AFP_DATE="afp-2020-04-17" AFP_DATE="afp-2020-04-20"
AFP_URL="https://www.isa-afp.org/release/"$AFP_DATE".tar.gz" AFP_URL="https://www.isa-afp.org/release/"$AFP_DATE".tar.gz"
# #
# Isabelle/DOF Repository Configuration # Isabelle/DOF Repository Configuration

View File

@ -126,8 +126,6 @@ check_afp_entries() {
fi fi
done done
if [ "$missing" != "" ]; then if [ "$missing" != "" ]; then
echo " Please install development version of AFP for Isabelle 2020 manually."
exit_error
echo " Trying to install AFP (this might take a few *minutes*) ...." echo " Trying to install AFP (this might take a few *minutes*) ...."
extract="" extract=""
for e in $missing; do for e in $missing; do