Update to version 2.1 to support jdk-16.
This commit is contained in:
parent
d304a4221f
commit
22b0a3b991
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:47:15 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2021/04/28 15:23:44 kurt Exp $
|
||||
|
||||
COMMENT= helper script for launching java applications
|
||||
|
||||
GH_ACCOUNT= bsdkurt
|
||||
GH_PROJECT= javaPathHelper
|
||||
GH_TAGNAME= 2.0
|
||||
GH_TAGNAME= 2.1
|
||||
|
||||
CATEGORIES= java
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (javaPathHelper-2.0.tar.gz) = 7MO8w8R1aWZhJ8uVnxgmB1/WOymcuGoX2vtgmES70uQ=
|
||||
SIZE (javaPathHelper-2.0.tar.gz) = 2073
|
||||
SHA256 (javaPathHelper-2.1.tar.gz) = 2xJq6ibiIjU2rZO5joWN13g4g7mA4UQ2I58fDstwE50=
|
||||
SIZE (javaPathHelper-2.1.tar.gz) = 2081
|
||||
|
@ -2,8 +2,8 @@ javaPathHelper is a script that java applications can use to provide a
|
||||
consistent and familiar method for launching java applications on
|
||||
OpenBSD. The use of JAVACMD, JAVA_HOME and PATH environment variables are
|
||||
well known methods for users to control which JVM is used to launch a
|
||||
java application. When a user sets up his environment javaPathHelper will
|
||||
use it. No attempt is made to prevent the user from running an
|
||||
java application. When a user sets up their environment javaPathHelper
|
||||
will use it. No attempt is made to prevent the user from running an
|
||||
application that requires a particular JVM version with a lower version.
|
||||
When the user's environment has not be setup, javaPathHelper falls back
|
||||
to inspecting which JDK or JVM satisfied the RUN_DEPENDS for the
|
||||
|
Loading…
Reference in New Issue
Block a user