vault / fyne-cross / v1.1.0
fyne-cross @ v1.1.0
integrity
- size
- 61.2 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/fyne-io/fyne-cross
release notes
Added
- Add darwin arm64 target #39
- Add FreeBSD on arm64 target #29
- Add the
darwin-imagecommand to build the darwin docker image - Add the
localflag for darwin to build directly from the host - Add a dedicated docker image for macOS
- Add a dedicated docker image for Windows
- Darwin image build: add support for SDK version #45
Changed
- Update Go to v1.16.4
- Update fyne CLI to v2.0.3
- Update FreeBSD SDK to v12.2 #29
- Refactor docker images layout to ensure compatibility with previous versions of fyne-cross
Fixed
- Fix android keystore path is not resolved correctly
- Fix some release flags are always set even if empty
- Fix appID flag should not have a default #25
- Fix the option --env does not allow values containing comma #35
Removed
- Remove darwin 386 target
- Remove the dependency from the docker/golang-cross image for the base image
download
unix · zip
curl -fL -o v1.1.0.zip https://ratatoskr.space/pkg/fyne-cross/v1.1.0.zip
printf '%s %s\n' 'cb00ae4824a5a5287b00e192a4bec6f5ba8834db3f4829f000d040f72f721ef5' 'v1.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne-cross/v1.1.0.zip"
$out = "v1.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cb00ae4824a5a5287b00e192a4bec6f5ba8834db3f4829f000d040f72f721ef5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.1.0.tar.gz https://ratatoskr.space/pkg/fyne-cross/v1.1.0.tar.gz
printf '%s %s\n' '298fe7654b3c92b19218a174455de75b46854d01ddeb2d9074e4d9caf327eab9' 'v1.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne-cross/v1.1.0.tar.gz"
$out = "v1.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "298fe7654b3c92b19218a174455de75b46854d01ddeb2d9074e4d9caf327eab9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.1.0.zip
printf '%s %s\n' 'cb00ae4824a5a5287b00e192a4bec6f5ba8834db3f4829f000d040f72f721ef5' 'v1.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.1.0.zip"
$out = "v1.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cb00ae4824a5a5287b00e192a4bec6f5ba8834db3f4829f000d040f72f721ef5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.1.0.tar.gz
printf '%s %s\n' '298fe7654b3c92b19218a174455de75b46854d01ddeb2d9074e4d9caf327eab9' 'v1.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.1.0.tar.gz"
$out = "v1.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "298fe7654b3c92b19218a174455de75b46854d01ddeb2d9074e4d9caf327eab9") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.1.0.zip | zip | 58.1 KiB |
blake3-24 25b2f0f1f6aeaa17d3c168c809c72c4d8c9256ddd4df3a88
sha256 cb00ae4824a5a5287b00e192a4bec6f5ba8834db3f4829f000d040f72f721ef5
sha1 10faf5642208663265615fbeda6205e3db07eb23
|
| v1.1.0.tar.gz | tar.gz | 35.7 KiB |
blake3-24 b3b78e3c210400ecdca6bce174316ac30c4f6151ba9dbb13
sha256 298fe7654b3c92b19218a174455de75b46854d01ddeb2d9074e4d9caf327eab9
sha1 0627c287937d7f9d183ba349af8669c812410229
|
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.0.zip | zip | 59.3 KiB |
blake3-24 1af4fc5d77bbef603139ef955aea0868f5db709c38888bdc
sha256 bc49cd196774cc734839cabb483de6aea9b9e5d9309cb5857c75f3c7fd1cc983
sha1 d3a6ce92b017f4a159bbf0ae65373c358d484d21
|
install
bazel
http_archive(
name = "fyne-cross",
urls = ["https://ratatoskr.space/pkg/fyne-cross/v1.1.0.tar.gz"],
integrity = "sha256-KY/nZUs8krGSGKF0RV3nW0aFTQHd6y2QdOTZyvMn6rk=",
strip_prefix = "fyne-cross-v1.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/fyne-cross/v1.1.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne-cross@v1.1.0
install via yggdrasil mesh
bazel
http_archive(
name = "fyne-cross",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.1.0.tar.gz"],
integrity = "sha256-KY/nZUs8krGSGKF0RV3nW0aFTQHd6y2QdOTZyvMn6rk=",
strip_prefix = "fyne-cross-v1.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.1.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross@v1.1.0