yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/blockly/2.20190722.1
vault / blockly / 2.20190722.1

blockly @ 2.20190722.1

integrity

size
28.0 MiB
downloaded
last checked

release notes

This is a patch release for the July 2019 release.

It fixes the node build of Blockly and adds tests for node.

If you're not using Blockly with Node.js, this won't affect you.

download

unix · zip
curl -fL -o 2.20190722.1.zip https://ratatoskr.space/pkg/blockly/2.20190722.1.zip
                    printf '%s  %s\n' '8bded6ed28f63dc9a6a9b80bb3e00869b1bf60417c30a4576f941023eb8e189a' '2.20190722.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/blockly/2.20190722.1.zip"
$out = "2.20190722.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8bded6ed28f63dc9a6a9b80bb3e00869b1bf60417c30a4576f941023eb8e189a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.20190722.1.tar.gz https://ratatoskr.space/pkg/blockly/2.20190722.1.tar.gz
                    printf '%s  %s\n' '383d4a24fb52e5e1ec76b56892341bd238fd3e6db3e57f3fa09a75ef571ea797' '2.20190722.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/blockly/2.20190722.1.tar.gz"
$out = "2.20190722.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "383d4a24fb52e5e1ec76b56892341bd238fd3e6db3e57f3fa09a75ef571ea797") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.20190722.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/2.20190722.1.zip
                    printf '%s  %s\n' '8bded6ed28f63dc9a6a9b80bb3e00869b1bf60417c30a4576f941023eb8e189a' '2.20190722.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/2.20190722.1.zip"
$out = "2.20190722.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8bded6ed28f63dc9a6a9b80bb3e00869b1bf60417c30a4576f941023eb8e189a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.20190722.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/2.20190722.1.tar.gz
                    printf '%s  %s\n' '383d4a24fb52e5e1ec76b56892341bd238fd3e6db3e57f3fa09a75ef571ea797' '2.20190722.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/2.20190722.1.tar.gz"
$out = "2.20190722.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "383d4a24fb52e5e1ec76b56892341bd238fd3e6db3e57f3fa09a75ef571ea797") { throw "sha256 mismatch" }
artifact format size hashes
2.20190722.1.zip zip 28.0 MiB
blake3-24 4caf37b700c979350c85fafb4264a27d930ab839cb259df8
sha256 8bded6ed28f63dc9a6a9b80bb3e00869b1bf60417c30a4576f941023eb8e189a
sha1 6bc396d660030e26e111ca8d74a0c609f6fb8b01
2.20190722.1.tar.gz tar.gz 27.5 MiB
blake3-24 47e71cc1b480a6dafd5a66b733446eb1c4ca9f076509e869
sha256 383d4a24fb52e5e1ec76b56892341bd238fd3e6db3e57f3fa09a75ef571ea797
sha1 e5a8f026eaa6ae9e6fef1fbb86f68f33d52f9e06

install

bazel
http_archive(
    name = "blockly",
    urls = ["https://ratatoskr.space/pkg/blockly/2.20190722.1.tar.gz"],
    integrity = "sha256-OD1KJPtS5eHsdrVokjQb0jj9Pm2z5X8/oJp171cep5c=",
    strip_prefix = "blockly-2.20190722.1",
)
zig
.url = "https://ratatoskr.space/pkg/blockly/2.20190722.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "blockly",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/2.20190722.1.tar.gz"],
    integrity = "sha256-OD1KJPtS5eHsdrVokjQb0jj9Pm2z5X8/oJp171cep5c=",
    strip_prefix = "blockly-2.20190722.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/2.20190722.1.tar.gz",
← 3.20191014.02.20190722.0 →