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 21524eb
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 = "3ca773c2587526e509d6c3d08009ebd7505e871f"

[[meshcat.download]]
url = "https://github.com/meshcat-dev/meshcat/tarball/e87530b"
sha256 = "08c07cdb6abbd09529104c0ae043d8baa1b8907b6f057162d8777c9b95ecbc64"
url = "https://github.com/ferrolho/meshcat/tarball/16cd912"
sha256 = "c3be006267030b56cd435c9b943bab8b217ded2170eb99fb3c8561b29a5a438a"
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 21524eb

Please sign in to comment.