Skip to content

Commit d2b35ea

Browse files
Merge pull request #8 from casework/bump_rdf_toolkit
Bump rdf-toolkit version, and Java to version >= 11
2 parents 9c327bb + 4bafcb2 commit d2b35ea

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v2
27-
- uses: actions/setup-java@v2
27+
- uses: actions/setup-java@v3
2828
with:
29-
distribution: 'adopt'
30-
java-version: '8'
29+
distribution: 'temurin'
30+
java-version: '11'
3131
- name: Set up Python ${{ matrix.python-version }}
3232
uses: actions/setup-python@v2
3333
with:

lib/Makefile

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,13 @@ all: \
2626
# confirmed before moving file into position. (This practice will
2727
# probably require frequent updates, unless a signed checksum for the
2828
# 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."
3329
rdf-toolkit.jar:
3430
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.
3633
wget \
3734
--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
4236
test \
4337
"x$$(openssl dgst -sha512 $@_ | awk '{print($$NF)}')" \
4438
== \

lib/rdf-toolkit.jar.sha512

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24890b4aa484a46803841fbe5938daf60bf2d0889c0e231102c033d71cb84a2bfa8b44419df3ad896d833609afddd4b3910d2ce28660b3350cca22bea0770dad
1+
8131e5515da63f099a89a3ce2c7587fb6b228f1ec7c5eb49ff35710509e8511921bfc847e182ee994e575b1f7895c04ae5bed7e1b7826bb32c9475b43b74dc17

0 commit comments

Comments
 (0)