vault / fyne-cross / v1.1.3
fyne-cross @ v1.1.3
integrity
- size
- 65.1 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/fyne-io/fyne-cross
release notes
Fixed
- Building for windows fails to add icon #66
- Fixes darwin image creation (SDK extraction) #80
download
unix · zip
curl -fL -o v1.1.3.zip https://ratatoskr.space/pkg/fyne-cross/v1.1.3.zip
printf '%s %s\n' 'f98d572fc129d7faae5da7c8758e6cb1b22e8acc1f66d7242116a5190cd35f50' 'v1.1.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne-cross/v1.1.3.zip"
$out = "v1.1.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f98d572fc129d7faae5da7c8758e6cb1b22e8acc1f66d7242116a5190cd35f50") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.1.3.tar.gz https://ratatoskr.space/pkg/fyne-cross/v1.1.3.tar.gz
printf '%s %s\n' 'b0774d0ef2a273a8c2a29774ca0b08f10d177e18194a8c789849e82a755d198b' 'v1.1.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne-cross/v1.1.3.tar.gz"
$out = "v1.1.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b0774d0ef2a273a8c2a29774ca0b08f10d177e18194a8c789849e82a755d198b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.1.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.1.3.zip
printf '%s %s\n' 'f98d572fc129d7faae5da7c8758e6cb1b22e8acc1f66d7242116a5190cd35f50' 'v1.1.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.1.3.zip"
$out = "v1.1.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f98d572fc129d7faae5da7c8758e6cb1b22e8acc1f66d7242116a5190cd35f50") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.1.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.1.3.tar.gz
printf '%s %s\n' 'b0774d0ef2a273a8c2a29774ca0b08f10d177e18194a8c789849e82a755d198b' 'v1.1.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.1.3.tar.gz"
$out = "v1.1.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b0774d0ef2a273a8c2a29774ca0b08f10d177e18194a8c789849e82a755d198b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.1.3.zip | zip | 62.0 KiB |
blake3-24 9dd58fe0350f5450f2baffe0d5618bea6a80470a6f91e368
sha256 f98d572fc129d7faae5da7c8758e6cb1b22e8acc1f66d7242116a5190cd35f50
sha1 599014e7028c15c43f8fd09847ba0b6bfb117903
|
| v1.1.3.tar.gz | tar.gz | 37.8 KiB |
blake3-24 948f59a8b3eedd01fa242d5952386a235f56d31d96132db4
sha256 b0774d0ef2a273a8c2a29774ca0b08f10d177e18194a8c789849e82a755d198b
sha1 ccc1832998efbf2c456124f116f773e3f628f0ba
|
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.1.3.zip | zip | 63.3 KiB |
blake3-24 4a5a5ff2dd2d80cc4f1f57ca88fc8ee22c30d85436a33664
sha256 49479d0bfb4e8537fc850253dc98c7fd491c3b26a2fc5ddca4120d9764192856
sha1 919cd41c3b8377bf9c4f1f2fc5e848258d6d3d69
|
install
bazel
http_archive(
name = "fyne-cross",
urls = ["https://ratatoskr.space/pkg/fyne-cross/v1.1.3.tar.gz"],
integrity = "sha256-sHdNDvKic6jCopd0ygsI8Q0XfhgZSox4mEnoKnVdGYs=",
strip_prefix = "fyne-cross-v1.1.3",
)
zig
.url = "https://ratatoskr.space/pkg/fyne-cross/v1.1.3.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne-cross@v1.1.3
install via yggdrasil mesh
bazel
http_archive(
name = "fyne-cross",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.1.3.tar.gz"],
integrity = "sha256-sHdNDvKic6jCopd0ygsI8Q0XfhgZSox4mEnoKnVdGYs=",
strip_prefix = "fyne-cross-v1.1.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.1.3.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross@v1.1.3