vault / fyne-cross / v1.6.0
fyne-cross @ v1.6.0
integrity
- size
- 89.5 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/fyne-io/fyne-cross
release notes
This version of Fyne Cross is an update that allows some underlying improvements in the images we are preparing.
Fixed
- Bump github.com/stretchr/testify from 1.7.0 to 1.9.0
- Ldflags where only needed with older version of zig which we have updated since then (#246)
download
unix · zip
curl -fL -o v1.6.0.zip https://ratatoskr.space/pkg/fyne-cross/v1.6.0.zip
printf '%s %s\n' 'a9058d42877a27a33109243f7b754958a9639c968c4e32432b265fe0c9a5c055' 'v1.6.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne-cross/v1.6.0.zip"
$out = "v1.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a9058d42877a27a33109243f7b754958a9639c968c4e32432b265fe0c9a5c055") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.6.0.tar.gz https://ratatoskr.space/pkg/fyne-cross/v1.6.0.tar.gz
printf '%s %s\n' '3edae3c79b407538cdea63cc1e6c4cc9164e46c962c83399f883fca10ec90703' 'v1.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne-cross/v1.6.0.tar.gz"
$out = "v1.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3edae3c79b407538cdea63cc1e6c4cc9164e46c962c83399f883fca10ec90703") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.6.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.6.0.zip
printf '%s %s\n' 'a9058d42877a27a33109243f7b754958a9639c968c4e32432b265fe0c9a5c055' 'v1.6.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.6.0.zip"
$out = "v1.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a9058d42877a27a33109243f7b754958a9639c968c4e32432b265fe0c9a5c055") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.6.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.6.0.tar.gz
printf '%s %s\n' '3edae3c79b407538cdea63cc1e6c4cc9164e46c962c83399f883fca10ec90703' 'v1.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.6.0.tar.gz"
$out = "v1.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3edae3c79b407538cdea63cc1e6c4cc9164e46c962c83399f883fca10ec90703") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.6.0.zip | zip | 88.1 KiB |
blake3-24 9eacaab705d5c5e1713d452f60318e963dba694d64409f1f
sha256 a9058d42877a27a33109243f7b754958a9639c968c4e32432b265fe0c9a5c055
sha1 68bf722afdaf04d937bdd3d091903aef0fed9e5d
|
| v1.6.0.tar.gz | tar.gz | 66.3 KiB |
blake3-24 e7fb84e5cb14f77afb0d75d78aee7a633627083364f86e83
sha256 3edae3c79b407538cdea63cc1e6c4cc9164e46c962c83399f883fca10ec90703
sha1 82fcb3866a6838ff6c27d230a6d2c996616e6f63
|
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.6.0.zip | zip | 89.3 KiB |
blake3-24 0df784e74952055c2656f996b522d74989a3d05d5fe479a2
sha256 4f1592aa64d8ae02f542e7d93c5609fabf7a18103d20b886bd504cf928d72f3e
sha1 63ea455df75e537e611c0f4677f4c777828006dd
|
install
bazel
http_archive(
name = "fyne-cross",
urls = ["https://ratatoskr.space/pkg/fyne-cross/v1.6.0.tar.gz"],
integrity = "sha256-Ptrjx5tAdTjN6mPMHmxMyRZORsliyDOZ+IP8oQ7JBwM=",
strip_prefix = "fyne-cross-v1.6.0",
)
zig
.url = "https://ratatoskr.space/pkg/fyne-cross/v1.6.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne-cross@v1.6.0
install via yggdrasil mesh
bazel
http_archive(
name = "fyne-cross",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.6.0.tar.gz"],
integrity = "sha256-Ptrjx5tAdTjN6mPMHmxMyRZORsliyDOZ+IP8oQ7JBwM=",
strip_prefix = "fyne-cross-v1.6.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.6.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross@v1.6.0