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/7.20211209.0
vault / blockly / 7.20211209.0

blockly @ 7.20211209.0

integrity

size
29.5 MiB
downloaded
last checked

release notes

The Q4 2021 Blockly release is here, and it’s a big one. Over the past two quarters we overhauled the core codebase and changed every file in core to use ES6 syntax and Closure modules. The migration touched every file in core but left our external-facing APIs mostly unchanged.

New Contributors

What's Changed

Breaking Changes 🛠

Bug fixes

Cleanup ♻️

Other Changes

Full Changelog: https://github.com/google/blockly/compare/6.20210701.0...draft-q4-2021

download

unix · zip
curl -fL -o 7.20211209.0.zip https://ratatoskr.space/pkg/blockly/7.20211209.0.zip
                    printf '%s  %s\n' '66f1b07dd71837531370e0dd0cb2cf100029eac1cbc06deb5648bfba5087ec8d' '7.20211209.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/blockly/7.20211209.0.zip"
$out = "7.20211209.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "66f1b07dd71837531370e0dd0cb2cf100029eac1cbc06deb5648bfba5087ec8d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.20211209.0.tar.gz https://ratatoskr.space/pkg/blockly/7.20211209.0.tar.gz
                    printf '%s  %s\n' '747abb3d1aeecf61f1625da1d0ede27e12164ffa12bef377456c25387e79afde' '7.20211209.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/blockly/7.20211209.0.tar.gz"
$out = "7.20211209.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "747abb3d1aeecf61f1625da1d0ede27e12164ffa12bef377456c25387e79afde") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.20211209.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/7.20211209.0.zip
                    printf '%s  %s\n' '66f1b07dd71837531370e0dd0cb2cf100029eac1cbc06deb5648bfba5087ec8d' '7.20211209.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/7.20211209.0.zip"
$out = "7.20211209.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "66f1b07dd71837531370e0dd0cb2cf100029eac1cbc06deb5648bfba5087ec8d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.20211209.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/7.20211209.0.tar.gz
                    printf '%s  %s\n' '747abb3d1aeecf61f1625da1d0ede27e12164ffa12bef377456c25387e79afde' '7.20211209.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/7.20211209.0.tar.gz"
$out = "7.20211209.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "747abb3d1aeecf61f1625da1d0ede27e12164ffa12bef377456c25387e79afde") { throw "sha256 mismatch" }
artifact format size hashes
7.20211209.0.zip zip 29.5 MiB
blake3-24 4e0af574147f8eea9f72f0efb690fcb9ada852934447fc36
sha256 66f1b07dd71837531370e0dd0cb2cf100029eac1cbc06deb5648bfba5087ec8d
sha1 4b93fcd6fe01e4bbfd935f3a0a012d13c7e935a4
7.20211209.0.tar.gz tar.gz 28.8 MiB
blake3-24 4bc37b35b510d93831fce7abf6b19c61386f120a47a51fc5
sha256 747abb3d1aeecf61f1625da1d0ede27e12164ffa12bef377456c25387e79afde
sha1 4f3f3dda322a1db6248bbfcccc107c24f2386780

install

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