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.4.3
vault / goldmark / v1.4.3

goldmark @ v1.4.3

integrity

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

download

unix · zip
curl -fL -o v1.4.3.zip https://ratatoskr.space/pkg/goldmark/v1.4.3.zip
                    printf '%s  %s\n' 'aec1c5d0e007b654047bb48648c489d977e01281b1629c69f2e99e56890f8d73' 'v1.4.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goldmark/v1.4.3.zip"
$out = "v1.4.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aec1c5d0e007b654047bb48648c489d977e01281b1629c69f2e99e56890f8d73") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.4.3.tar.gz https://ratatoskr.space/pkg/goldmark/v1.4.3.tar.gz
                    printf '%s  %s\n' 'ac85ff70f530cc550901f65385d4081d0e1e461f32f200b40c34aa46468864b9' 'v1.4.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goldmark/v1.4.3.tar.gz"
$out = "v1.4.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ac85ff70f530cc550901f65385d4081d0e1e461f32f200b40c34aa46468864b9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.4.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.4.3.zip
                    printf '%s  %s\n' 'aec1c5d0e007b654047bb48648c489d977e01281b1629c69f2e99e56890f8d73' 'v1.4.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.4.3.zip"
$out = "v1.4.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aec1c5d0e007b654047bb48648c489d977e01281b1629c69f2e99e56890f8d73") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.4.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.4.3.tar.gz
                    printf '%s  %s\n' 'ac85ff70f530cc550901f65385d4081d0e1e461f32f200b40c34aa46468864b9' 'v1.4.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.4.3.tar.gz"
$out = "v1.4.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ac85ff70f530cc550901f65385d4081d0e1e461f32f200b40c34aa46468864b9") { throw "sha256 mismatch" }
artifact format size hashes
v1.4.3.zip zip 265.8 KiB
blake3-24 a79b133533a5866803786d1d0213a268b8bc06e7ed9d6735
sha256 aec1c5d0e007b654047bb48648c489d977e01281b1629c69f2e99e56890f8d73
sha1 d43468c75a841a83d5ab821ea82044a0e79ece8e
v1.4.3.tar.gz tar.gz 231.9 KiB
blake3-24 ff7ecfe78d2f8ff47cd5c7c5a65adfabf09f722052da7583
sha256 ac85ff70f530cc550901f65385d4081d0e1e461f32f200b40c34aa46468864b9
sha1 21fc5b346cd46c47d2fc7ddcacf42fcb33654bae

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.4.3.zip zip 267.8 KiB
blake3-24 e4baef16f94a13a134d6fc76faf6361d791f679d920b624c
sha256 85407cb1b2dead4b6146a45862e7e52124a9dbf31a86453e89d5eae17d0282d9
sha1 5c5750da79be4932ef99ac34b5af50a1372d2da1

install

bazel
http_archive(
    name = "goldmark",
    urls = ["https://ratatoskr.space/pkg/goldmark/v1.4.3.tar.gz"],
    integrity = "sha256-rIX/cPUwzFUJAfZThdQIHQ4eRh8y8gC0DDSqRkaIZLk=",
    strip_prefix = "goldmark-v1.4.3",
)
zig
.url = "https://ratatoskr.space/pkg/goldmark/v1.4.3.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/goldmark@v1.4.3
install via yggdrasil mesh
bazel
http_archive(
    name = "goldmark",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.4.3.tar.gz"],
    integrity = "sha256-rIX/cPUwzFUJAfZThdQIHQ4eRh8y8gC0DDSqRkaIZLk=",
    strip_prefix = "goldmark-v1.4.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.4.3.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark@v1.4.3
← v1.4.4v1.4.2 →