Packages: added Ubuntu 21.04 "hirsute" support.

This commit is contained in:
Andrei Belov
2021-05-27 13:12:52 +03:00
parent 753ce145f7
commit e00ad18d80
10 changed files with 279 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ MODULE_SUMMARY_jsc_common= Java shared packages for NGINX Unit
MODULE_VERSION_jsc_common= $(VERSION)
MODULE_RELEASE_jsc_common= 1
ifneq (,$(findstring $(CODENAME),groovy focal eoan disco buster))
ifneq (,$(findstring $(CODENAME),hirsute groovy focal eoan disco buster))
JAVA_MINVERSION= 11
else
JAVA_MINVERSION= 8