gin-go @ v1.0-rc.2
integrity
- size
- 135.5 KiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
- This tag / release points to the latest commit as of today in develop.
- Added a new maintainer to the organization @appleboy
(Expect a final v1.0 very soon, for now you can use this release as the latest stable work available)
download
unix · zip
curl -fL -o v1.0-rc.2.zip https://ratatoskr.space/pkg/gin-go/v1.0-rc.2.zip
printf '%s %s\n' '781c64ccae18489001bd17ee8877db74a15e8a8733130048781546907789b80a' 'v1.0-rc.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/gin-go/v1.0-rc.2.zip"
$out = "v1.0-rc.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "781c64ccae18489001bd17ee8877db74a15e8a8733130048781546907789b80a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.0-rc.2.tar.gz https://ratatoskr.space/pkg/gin-go/v1.0-rc.2.tar.gz
printf '%s %s\n' 'd46d2437a258b8ef65386338aaef7d55c97ba1bd21dba2579d98a71d8632ae60' 'v1.0-rc.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/gin-go/v1.0-rc.2.tar.gz"
$out = "v1.0-rc.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d46d2437a258b8ef65386338aaef7d55c97ba1bd21dba2579d98a71d8632ae60") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.0-rc.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.0-rc.2.zip
printf '%s %s\n' '781c64ccae18489001bd17ee8877db74a15e8a8733130048781546907789b80a' 'v1.0-rc.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.0-rc.2.zip"
$out = "v1.0-rc.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "781c64ccae18489001bd17ee8877db74a15e8a8733130048781546907789b80a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.0-rc.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.0-rc.2.tar.gz
printf '%s %s\n' 'd46d2437a258b8ef65386338aaef7d55c97ba1bd21dba2579d98a71d8632ae60' 'v1.0-rc.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.0-rc.2.tar.gz"
$out = "v1.0-rc.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d46d2437a258b8ef65386338aaef7d55c97ba1bd21dba2579d98a71d8632ae60") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.0-rc.2.zip | zip | 136.5 KiB |
blake3-24 084481d655408087ac06900590c832208925934e0ea11488
sha256 781c64ccae18489001bd17ee8877db74a15e8a8733130048781546907789b80a
sha1 cdeca720f20d122e0f8fa725be76fc2e29bb3dc1
|
| v1.0-rc.2.tar.gz | tar.gz | 107.9 KiB |
blake3-24 585c070c651ab856a3b788561e1fd864ee6b3153ecc776d5
sha256 d46d2437a258b8ef65386338aaef7d55c97ba1bd21dba2579d98a71d8632ae60
sha1 9a02c1f7564704d33056153314bc27ace52f5996
|
install
bazel
http_archive(
name = "gin-go",
urls = ["https://ratatoskr.space/pkg/gin-go/v1.0-rc.2.tar.gz"],
integrity = "sha256-1G0kN6JYuO9lOGM4qu99Vcl7ob0h26JXnZinHYYyrmA=",
strip_prefix = "gin-go-v1.0-rc.2",
)
zig
.url = "https://ratatoskr.space/pkg/gin-go/v1.0-rc.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "gin-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.0-rc.2.tar.gz"],
integrity = "sha256-1G0kN6JYuO9lOGM4qu99Vcl7ob0h26JXnZinHYYyrmA=",
strip_prefix = "gin-go-v1.0-rc.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.0-rc.2.tar.gz",