Skip to content

Commit 966a7ff

Browse files
committed
new release candidate of JOGL! also add a backup link
1 parent 78078fd commit 966a7ff

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

core/build.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@
2424
<subant buildpath="methods" target="dist" />
2525
</target>
2626

27-
<!-- Base URL for the current version of JOGL. This should probably be changed to
28-
a location on download.processing.org so that we know it's available forever. -->
27+
<!-- Base URL for the current version of JOGL. -->
2928
<property name="jogl.url"
30-
value="https://jogamp.org/deployment/archive/rc/v2.4.0-rc-20200307/jar" />
29+
value="https://jogamp.org/deployment/archive/rc/v2.4.0-rc-20210111/jar" />
30+
<!-- This is for posterity, and is not used at present. When updating
31+
the release, also make a copy of the files on download.processing.org
32+
so that they can be retrieved even after the original link goes dead. -->
33+
<property name="jogl.url.backup"
34+
value="https://download.processing.org/jogl/v2.4.0-rc-20210111" />
3135

3236
<available file="library/jogl-all.jar" property="jogl.present" />
3337

0 commit comments

Comments
 (0)