=== modified file 'gen-table.sh'
--- gen-table.sh	2018-06-05 21:50:11 +0000
+++ gen-table.sh	2019-10-21 23:37:12 +0000
@@ -10,9 +10,10 @@
         precise)     echo "12.04 LTS";;
         trusty)      echo "14.04 LTS";;
         xenial)      echo "16.04 LTS";;
-        artful)      echo "17.10";;
         bionic)      echo "18.04 LTS";;
-        cosmic)      echo "18.10";;
+        disco)       echo "19.04";;
+        eoan)        echo "19.10";;
+        focal)       echo "20.04 LTS";;
         *)           echo "unsupported";;
     esac
 }

