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

goldmark @ v1.7.0

integrity

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

release notes

Full Changelog: https://github.com/yuin/goldmark/compare/v1.6.0...v1.7.0

download

unix · zip
curl -fL -o v1.7.0.zip https://ratatoskr.space/pkg/goldmark/v1.7.0.zip
                    printf '%s  %s\n' 'a4ed8e8ff3c8a7d75647607c51a195fc122e5209030755bc2e90850890421274' 'v1.7.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goldmark/v1.7.0.zip"
$out = "v1.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a4ed8e8ff3c8a7d75647607c51a195fc122e5209030755bc2e90850890421274") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.7.0.tar.gz https://ratatoskr.space/pkg/goldmark/v1.7.0.tar.gz
                    printf '%s  %s\n' '8d8e072628dca127bf7376ba9e75bb50ca453cb463a9a2bc579f14df7963da2e' 'v1.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goldmark/v1.7.0.tar.gz"
$out = "v1.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8d8e072628dca127bf7376ba9e75bb50ca453cb463a9a2bc579f14df7963da2e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.7.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.7.0.zip
                    printf '%s  %s\n' 'a4ed8e8ff3c8a7d75647607c51a195fc122e5209030755bc2e90850890421274' 'v1.7.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.7.0.zip"
$out = "v1.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a4ed8e8ff3c8a7d75647607c51a195fc122e5209030755bc2e90850890421274") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.7.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.7.0.tar.gz
                    printf '%s  %s\n' '8d8e072628dca127bf7376ba9e75bb50ca453cb463a9a2bc579f14df7963da2e' 'v1.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.7.0.tar.gz"
$out = "v1.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8d8e072628dca127bf7376ba9e75bb50ca453cb463a9a2bc579f14df7963da2e") { throw "sha256 mismatch" }
artifact format size hashes
v1.7.0.zip zip 281.6 KiB
blake3-24 4b007f253532750ff9c58133ddb84d7b54f17aac1327587c
sha256 a4ed8e8ff3c8a7d75647607c51a195fc122e5209030755bc2e90850890421274
sha1 21fd16cdb83fd017f58e63ed406ec08c1b3813b2
v1.7.0.tar.gz tar.gz 244.6 KiB
blake3-24 b7675a528ead2d158ab1f4ae8da4f6ee6e3a15a68fa559a0
sha256 8d8e072628dca127bf7376ba9e75bb50ca453cb463a9a2bc579f14df7963da2e
sha1 9d1a44a82ac6d26413dcdcdb798daf4bf9d9a5c3

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.7.0.zip zip 234.8 KiB
blake3-24 79fbc22311936fa6b48e05427d9f3350573beb890c146652
sha256 56c25d92f99b79335f5651d232ee918aa7d6bf1b44ed19314f9945ec225011c3
sha1 ba866bb62aba3117de6dca92ca7c772b5c2cd757

install

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