diff --git a/intellij-idea-community_2019.3.4/debian/compat b/intellij-idea-community_2019.3.4/debian/compat index f599e28..ec63514 100644 --- a/intellij-idea-community_2019.3.4/debian/compat +++ b/intellij-idea-community_2019.3.4/debian/compat @@ -1 +1 @@ -10 +9 diff --git a/update-new-version.sh b/update-new-version.sh index 2707da0..60113b6 100755 --- a/update-new-version.sh +++ b/update-new-version.sh @@ -3,7 +3,7 @@ # This script intends to decrease the effort of updating the package. PACKAGE="intellij-idea-community" -DISTRIBUTION="focal" +DISTRIBUTION="eoan" main() { last_tag=$(git describe --abbrev=0 --tags)