summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/Makefile.jsc-common
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2021-05-27 13:12:52 +0300
committerAndrei Belov <defan@nginx.com>2021-05-27 13:12:52 +0300
commite00ad18d8082f9db5c49c220d796c78beab53cae (patch)
tree8271a1f53d8fb7caf2781b7af217ef5f5d9e5b70 /pkg/deb/Makefile.jsc-common
parent753ce145f7cfbfffab34d18ff74236f09e471f18 (diff)
downloadunit-e00ad18d8082f9db5c49c220d796c78beab53cae.tar.gz
unit-e00ad18d8082f9db5c49c220d796c78beab53cae.tar.bz2
Packages: added Ubuntu 21.04 "hirsute" support.
Diffstat (limited to 'pkg/deb/Makefile.jsc-common')
-rw-r--r--pkg/deb/Makefile.jsc-common2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/deb/Makefile.jsc-common b/pkg/deb/Makefile.jsc-common
index f7a6010b..1c4a77b5 100644
--- a/pkg/deb/Makefile.jsc-common
+++ b/pkg/deb/Makefile.jsc-common
@@ -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