From 984e202bfc49fdcd14b496f87db279a1f2a00018 Mon Sep 17 00:00:00 2001 From: Henrique Ferrolho Date: Thu, 18 Apr 2024 22:33:19 +0100 Subject: [PATCH] [WIP] Update meshcat core --- Artifacts.toml | 6 +++--- src/artifact_helper.jl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Artifacts.toml b/Artifacts.toml index 0fb512f..5a1e1a9 100644 --- a/Artifacts.toml +++ b/Artifacts.toml @@ -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" diff --git a/src/artifact_helper.jl b/src/artifact_helper.jl index c058f66..e2903f8 100644 --- a/src/artifact_helper.jl +++ b/src/artifact_helper.jl @@ -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("""