diff --git a/ext/deb-bundle/DEBIAN/control b/ext/deb-bundle/DEBIAN/control index 8bbee7a1..de2acd27 100644 --- a/ext/deb-bundle/DEBIAN/control +++ b/ext/deb-bundle/DEBIAN/control @@ -4,7 +4,7 @@ Version: VERSION Priority: optional Architecture: ARCH Installed-Size: 1940 -Depends: DEPENDS java8-runtime +Depends: DEPENDS java11-runtime Maintainer: Anton Keks License: GPL-2 Description: Angry IP Scanner - fast and friendly IP Scanner diff --git a/ext/rpmbuild/SPECS/ipscan.spec b/ext/rpmbuild/SPECS/ipscan.spec index b1359e44..8f2622a1 100644 --- a/ext/rpmbuild/SPECS/ipscan.spec +++ b/ext/rpmbuild/SPECS/ipscan.spec @@ -7,7 +7,7 @@ Group: Applications/Internet BuildRoot: %{_builddir}/%{name} URL: https://angryip.org/ Packager: Anton Keks -Requires: jre >= 1.8.0 +Requires: java-11 %description Angry IP Scanner is a cross-platform network scanner written in Java.