goldmark @ v1.2.1
integrity
- size
- 254.2 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/yuin/goldmark
download
unix · zip
curl -fL -o v1.2.1.zip https://ratatoskr.space/pkg/goldmark/v1.2.1.zip
printf '%s %s\n' '398c587c9cd22673a232105ddea2577f2ab39714aebf620cb736f3c4cc48219e' 'v1.2.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goldmark/v1.2.1.zip"
$out = "v1.2.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "398c587c9cd22673a232105ddea2577f2ab39714aebf620cb736f3c4cc48219e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.2.1.tar.gz https://ratatoskr.space/pkg/goldmark/v1.2.1.tar.gz
printf '%s %s\n' '731a9750cf2410326b47c525c482914ccd5fa73f91e6e2e64debe79cdb5e202e' 'v1.2.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goldmark/v1.2.1.tar.gz"
$out = "v1.2.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "731a9750cf2410326b47c525c482914ccd5fa73f91e6e2e64debe79cdb5e202e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.2.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.2.1.zip
printf '%s %s\n' '398c587c9cd22673a232105ddea2577f2ab39714aebf620cb736f3c4cc48219e' 'v1.2.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.2.1.zip"
$out = "v1.2.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "398c587c9cd22673a232105ddea2577f2ab39714aebf620cb736f3c4cc48219e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.2.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.2.1.tar.gz
printf '%s %s\n' '731a9750cf2410326b47c525c482914ccd5fa73f91e6e2e64debe79cdb5e202e' 'v1.2.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.2.1.tar.gz"
$out = "v1.2.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "731a9750cf2410326b47c525c482914ccd5fa73f91e6e2e64debe79cdb5e202e") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.2.1.zip | zip | 256.3 KiB |
blake3-24 649df305fd5dc2a895adb79998ad52db9b8e78b28f94b0a9
sha256 398c587c9cd22673a232105ddea2577f2ab39714aebf620cb736f3c4cc48219e
sha1 5edd331079d4e4da71e385f1c2885021e5f2d140
|
| v1.2.1.tar.gz | tar.gz | 222.2 KiB |
blake3-24 20042477c96e6dad963fd5b697fae703d226435fd860aae0
sha256 731a9750cf2410326b47c525c482914ccd5fa73f91e6e2e64debe79cdb5e202e
sha1 f02a39cbfd1daa98bd1e9bcdb224ea2850e94633
|
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.1.zip | zip | 258.2 KiB |
blake3-24 cd470c29b8d8af1cba8bf920c07e68152b20904253c404d2
sha256 35cda4e4c4dfe796bfbf947cd7755459205fa005d25db11b4592a89dae034a93
sha1 626a054b37f3c890440c2ca936cbe46d63ad4df2
|
install
bazel
http_archive(
name = "goldmark",
urls = ["https://ratatoskr.space/pkg/goldmark/v1.2.1.tar.gz"],
integrity = "sha256-cxqXUM8kEDJrR8UlxIKRTM1fpz+R5uLmTevnnNteIC4=",
strip_prefix = "goldmark-v1.2.1",
)
zig
.url = "https://ratatoskr.space/pkg/goldmark/v1.2.1.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/goldmark@v1.2.1
install via yggdrasil mesh
bazel
http_archive(
name = "goldmark",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.2.1.tar.gz"],
integrity = "sha256-cxqXUM8kEDJrR8UlxIKRTM1fpz+R5uLmTevnnNteIC4=",
strip_prefix = "goldmark-v1.2.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.2.1.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark@v1.2.1