Skip to content

Commit

Permalink
[WIP] Update meshcat core
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrolho committed Apr 18, 2024
1 parent 093850a commit 984e202
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[meshcat]
git-tree-sha1 = "9483bce71d0d05aa0b6b20303d31f81ecddfdcc6"
git-tree-sha1 = "ed78da766b4ebd9b2179d1f34ffd74f212ae9bb7"

[[meshcat.download]]
url = "https://github.com/meshcat-dev/meshcat/tarball/e87530b"
sha256 = "08c07cdb6abbd09529104c0ae043d8baa1b8907b6f057162d8777c9b95ecbc64"
url = "https://github.com/ferrolho/meshcat/tarball/3ddb5bb"
sha256 = "7479b73af4df0b2252bcc0169fe2552a8d8565cb0556c828333246eac50b1efd"
2 changes: 1 addition & 1 deletion src/artifact_helper.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Tar, Inflate, SHA

function artifact_helper(sha::AbstractString)
url = "https://github.com/meshcat-dev/meshcat/tarball/$sha"
url = "https://github.com/ferrolho/meshcat/tarball/$sha"
filename = download(url)

println("""
Expand Down

0 comments on commit 984e202

Please sign in to comment.