Skip to content

Commit

Permalink
[GR-57856] Update TruffleJWS version.
Browse files Browse the repository at this point in the history
PullRequest: graal/18745
  • Loading branch information
ansalond committed Sep 3, 2024
2 parents 472d04e + da1666f commit 9e919dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tools/mx.tools/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,10 @@

"libraries": {
"TruffleJWS" : {
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/trufflejws-1.5.2.jar"],
"digest" : "sha512:6435a25bea1335553ce318be089f50ab56bbdd2f2e449b8d7f52dbfa69ee57e7aed4d2cf3225ba7dd63a7bc54ffafdc7ac497dfa64ac09f3552a1fec04016188",
"sourceUrls": ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/trufflejws-1.5.2-src.jar"],
"sourceDigest" : "sha512:a0d6c208a0bdb40a8b5960ba43569cb2b976a1387f0c85d97781704d5df642072b318826715191f6f49df0d981aecbd8a0b83b05dbc84018504554e2887f1a8c",
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/trufflejws-1.5.7.jar"],
"digest" : "sha512:361af8b064075fecfc9aa7fdc298a129f31b678474e1c405205a6c3637218d48cfb5ac61a2247d72489f1318434de0c621ca7404ae27e78f1fa091e6eb8112af",
"sourceUrls": ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/trufflejws-1.5.7-src.jar"],
"sourceDigest" : "sha512:1ba0f2a2ea7a70400225245d0b1512da17f8410d3cfac7dbfe03cff0c9d97b7560588658c34084c07afc643407ffe4bb378d5ce745c357da9c1c81d3c4137949",
},
"VISUALVM_COMMON" : {
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/visualvm/visualvm-1090.tar.gz"],
Expand Down
2 changes: 1 addition & 1 deletion vm/mx.vm/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
{
"name": "graalpython",
"version": "19d1c2495a6b2d19fd2a25e8e7a1230f6972767d",
"version": "7c955533467e7262a0b3c0a469ea77aa66ba4537",
"dynamic": True,
"urls": [
{"url": "https://github.com/graalvm/graalpython.git", "kind": "git"},
Expand Down

0 comments on commit 9e919dd

Please sign in to comment.