File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
25
25
steps :
26
26
- uses : actions/checkout@v2
27
- - uses : actions/setup-java@v2
27
+ - uses : actions/setup-java@v3
28
28
with :
29
- distribution : ' adopt '
30
- java-version : ' 8 '
29
+ distribution : ' temurin '
30
+ java-version : ' 11 '
31
31
- name : Set up Python ${{ matrix.python-version }}
32
32
uses : actions/setup-python@v2
33
33
with :
Original file line number Diff line number Diff line change @@ -26,19 +26,13 @@ all: \
26
26
# confirmed before moving file into position. (This practice will
27
27
# probably require frequent updates, unless a signed checksum for the
28
28
# jar can be retrieved somehow.)
29
- # In case there are concerns on potentially multiple writes to the same
30
- # file, the documentation for wget's "--output-document file" flag notes
31
- # that "... file will be truncated immediately, and all downloaded
32
- # content will be written there."
33
29
rdf-toolkit.jar :
34
30
test -r rdf-toolkit.jar.sha512
35
- # Try retrieval from Github, then from files.caseontology.org.
31
+ rm -f $@ _
32
+ # Try retrieval from files.caseontology.org.
36
33
wget \
37
34
--output-document $@ _ \
38
- https://github.com/trypuz/openfibo/blob/1f9ab415e8ebd131eadcc9b0fc46241adeeb0384/etc/serialization/rdf-toolkit.jar? raw=true \
39
- || wget \
40
- --output-document $@ _ \
41
- http://files.caseontology.org/rdf-toolkit.jar
35
+ https://files.caseontology.org/rdf-toolkit-1.11.0.jar
42
36
test \
43
37
" x$$ (openssl dgst -sha512 $@ _ | awk '{print($$ NF)}')" \
44
38
== \
Original file line number Diff line number Diff line change 1
- 24890b4aa484a46803841fbe5938daf60bf2d0889c0e231102c033d71cb84a2bfa8b44419df3ad896d833609afddd4b3910d2ce28660b3350cca22bea0770dad
1
+ 8131e5515da63f099a89a3ce2c7587fb6b228f1ec7c5eb49ff35710509e8511921bfc847e182ee994e575b1f7895c04ae5bed7e1b7826bb32c9475b43b74dc17
You can’t perform that action at this time.
0 commit comments