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

goldmark @ v1.2.0

integrity

size
253.9 KiB
downloaded
last checked
overlays
go
detected
go module github.com/yuin/goldmark
source https://github.com/yuin/goldmark · available · github

release notes

Table extension now has a new option

download

unix · zip
curl -fL -o v1.2.0.zip https://ratatoskr.space/pkg/goldmark/v1.2.0.zip
                    printf '%s  %s\n' 'd3255ef31a40558663dcee82c98689ed6a98336a54495e09fc4dd34f75bbc652' 'v1.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goldmark/v1.2.0.zip"
$out = "v1.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d3255ef31a40558663dcee82c98689ed6a98336a54495e09fc4dd34f75bbc652") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.2.0.tar.gz https://ratatoskr.space/pkg/goldmark/v1.2.0.tar.gz
                    printf '%s  %s\n' '13ea90c59c4d520e3fa3cc2b2c152db65e509609a23e10bdd44882b65b7b83b8' 'v1.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goldmark/v1.2.0.tar.gz"
$out = "v1.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "13ea90c59c4d520e3fa3cc2b2c152db65e509609a23e10bdd44882b65b7b83b8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.2.0.zip
                    printf '%s  %s\n' 'd3255ef31a40558663dcee82c98689ed6a98336a54495e09fc4dd34f75bbc652' 'v1.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.2.0.zip"
$out = "v1.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d3255ef31a40558663dcee82c98689ed6a98336a54495e09fc4dd34f75bbc652") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.2.0.tar.gz
                    printf '%s  %s\n' '13ea90c59c4d520e3fa3cc2b2c152db65e509609a23e10bdd44882b65b7b83b8' 'v1.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.2.0.tar.gz"
$out = "v1.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "13ea90c59c4d520e3fa3cc2b2c152db65e509609a23e10bdd44882b65b7b83b8") { throw "sha256 mismatch" }
artifact format size hashes
v1.2.0.zip zip 256.1 KiB
blake3-24 491866d3b11dd8c391cfb4e4a8be1307ab9ea4aee95745c5
sha256 d3255ef31a40558663dcee82c98689ed6a98336a54495e09fc4dd34f75bbc652
sha1 4ee072c8f14376ddc574e44f52436907ff6d9f77
v1.2.0.tar.gz tar.gz 221.9 KiB
blake3-24 2a1ebb941e22085022ad1e59849c2025f3cd09d6c15589d3
sha256 13ea90c59c4d520e3fa3cc2b2c152db65e509609a23e10bdd44882b65b7b83b8
sha1 687558877e26c60fea3992fda50c015f9095f02c

go module archive

module zip with the module path rewritten to this mirror; fetched by go get through the GOPROXY route

artifact format size hashes
v1.2.0.zip zip 258.1 KiB
blake3-24 3cf643b65de105af2ea7a831d20a9b15cbb0625cf65c43d4
sha256 f5363f38ad7c69f918c14cac00cd5178063765fe30fb63957c008c2a09391985
sha1 47864fe3c1cf68ab460831d84e5c974932d1011c

install

bazel
http_archive(
    name = "goldmark",
    urls = ["https://ratatoskr.space/pkg/goldmark/v1.2.0.tar.gz"],
    integrity = "sha256-E+qQxZxNUg4/o8wrLBUttl5QlgmiPhC91EiCtlt7g7g=",
    strip_prefix = "goldmark-v1.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/goldmark/v1.2.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/goldmark@v1.2.0
install via yggdrasil mesh
bazel
http_archive(
    name = "goldmark",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.2.0.tar.gz"],
    integrity = "sha256-E+qQxZxNUg4/o8wrLBUttl5QlgmiPhC91EiCtlt7g7g=",
    strip_prefix = "goldmark-v1.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.2.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark@v1.2.0
← v1.2.1v1.1.33 →