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

blockly @ 3.20191014.0

integrity

size
28.3 MiB
downloaded
last checked

release notes

This release is our second major version bump. After this we are returning the regularly scheduled minor bumps.

In this release (Q3 2019)

This was a big release with 650+ PRs. For a full list of pull requests in this issue, see https://github.com/google/blockly/pull/3165.

Issues closed in this release

Issues closed:

download

unix · zip
curl -fL -o 3.20191014.0.zip https://ratatoskr.space/pkg/blockly/3.20191014.0.zip
                    printf '%s  %s\n' 'e934371a79af984810be21094565f3eb91ac95003a3e716b58c06f1a888f95ab' '3.20191014.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/blockly/3.20191014.0.zip"
$out = "3.20191014.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e934371a79af984810be21094565f3eb91ac95003a3e716b58c06f1a888f95ab") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.20191014.0.tar.gz https://ratatoskr.space/pkg/blockly/3.20191014.0.tar.gz
                    printf '%s  %s\n' '1d6083bb521865810c72d5bb745f4d36bb41315f02088c0c2c74d722828a56df' '3.20191014.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/blockly/3.20191014.0.tar.gz"
$out = "3.20191014.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1d6083bb521865810c72d5bb745f4d36bb41315f02088c0c2c74d722828a56df") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 3.20191014.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/3.20191014.0.zip
                    printf '%s  %s\n' 'e934371a79af984810be21094565f3eb91ac95003a3e716b58c06f1a888f95ab' '3.20191014.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/3.20191014.0.zip"
$out = "3.20191014.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e934371a79af984810be21094565f3eb91ac95003a3e716b58c06f1a888f95ab") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.20191014.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/3.20191014.0.tar.gz
                    printf '%s  %s\n' '1d6083bb521865810c72d5bb745f4d36bb41315f02088c0c2c74d722828a56df' '3.20191014.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/3.20191014.0.tar.gz"
$out = "3.20191014.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1d6083bb521865810c72d5bb745f4d36bb41315f02088c0c2c74d722828a56df") { throw "sha256 mismatch" }
artifact format size hashes
3.20191014.0.zip zip 28.4 MiB
blake3-24 955fce7b436c961a0738a1265ef727441d781638378294c0
sha256 e934371a79af984810be21094565f3eb91ac95003a3e716b58c06f1a888f95ab
sha1 896185e720f23799aca950a923ec49514ebd43e3
3.20191014.0.tar.gz tar.gz 27.7 MiB
blake3-24 31e949831e89f277fe4866a7410a328d4a15154cdfb3440e
sha256 1d6083bb521865810c72d5bb745f4d36bb41315f02088c0c2c74d722828a56df
sha1 6fb8303817d0bcef02023752e08b521f81ec4863

install

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