vault / fyne-cross / v1.2.0
fyne-cross @ v1.2.0
integrity
- size
- 70.2 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/fyne-io/fyne-cross
release notes
CLI
- Add support for FyneApp.toml #78
- Add the ability to use podman #41
- Update to use fixuid to handle mount permissions #42
Docker images
- Update Go to v1.17.8
- Update fyne CLI to v2.1.3
- Add fixuid to handle volume mount permissions
download
unix · zip
curl -fL -o v1.2.0.zip https://ratatoskr.space/pkg/fyne-cross/v1.2.0.zip
printf '%s %s\n' '38d68d65ae316e4ec696a0ebd56fc376e6fc1cee6b357c963ae6e3e75a73a41b' 'v1.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne-cross/v1.2.0.zip"
$out = "v1.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "38d68d65ae316e4ec696a0ebd56fc376e6fc1cee6b357c963ae6e3e75a73a41b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.2.0.tar.gz https://ratatoskr.space/pkg/fyne-cross/v1.2.0.tar.gz
printf '%s %s\n' '40757cae62965e2d589a0894aae2938a8ac5b36d043258ecb7c91f683817c435' 'v1.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne-cross/v1.2.0.tar.gz"
$out = "v1.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "40757cae62965e2d589a0894aae2938a8ac5b36d043258ecb7c91f683817c435") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.2.0.zip
printf '%s %s\n' '38d68d65ae316e4ec696a0ebd56fc376e6fc1cee6b357c963ae6e3e75a73a41b' 'v1.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.2.0.zip"
$out = "v1.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "38d68d65ae316e4ec696a0ebd56fc376e6fc1cee6b357c963ae6e3e75a73a41b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.2.0.tar.gz
printf '%s %s\n' '40757cae62965e2d589a0894aae2938a8ac5b36d043258ecb7c91f683817c435' 'v1.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.2.0.tar.gz"
$out = "v1.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "40757cae62965e2d589a0894aae2938a8ac5b36d043258ecb7c91f683817c435") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.2.0.zip | zip | 66.9 KiB |
blake3-24 b63f0c05471c1e6f5cfacac22ac1c4ece2571e12bb3f6e5e
sha256 38d68d65ae316e4ec696a0ebd56fc376e6fc1cee6b357c963ae6e3e75a73a41b
sha1 96b51b7a6d8a1ec8ae3d3e232b29c8d3dad6d81f
|
| v1.2.0.tar.gz | tar.gz | 41.1 KiB |
blake3-24 d17f263084664fc9077ed96c0353c52afca715670e108950
sha256 40757cae62965e2d589a0894aae2938a8ac5b36d043258ecb7c91f683817c435
sha1 5855b4c0849794ec2d12fa46d81c2c9a4ee90ccf
|
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.0.zip | zip | 68.3 KiB |
blake3-24 dc6c23fe561132f9ecf787b626d33d394ed850e1bfe67d9e
sha256 afa2b6afed9981bafbb428dcb235f103595b86e0e2ce7612d3ebb1b5b8ed11a3
sha1 26b6c9c762763396e0b71f39156c69297551a374
|
install
bazel
http_archive(
name = "fyne-cross",
urls = ["https://ratatoskr.space/pkg/fyne-cross/v1.2.0.tar.gz"],
integrity = "sha256-QHV8rmKWXi1YmgiUquKTiorFs20EMljst8kfaDgXxDU=",
strip_prefix = "fyne-cross-v1.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/fyne-cross/v1.2.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne-cross@v1.2.0
install via yggdrasil mesh
bazel
http_archive(
name = "fyne-cross",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.2.0.tar.gz"],
integrity = "sha256-QHV8rmKWXi1YmgiUquKTiorFs20EMljst8kfaDgXxDU=",
strip_prefix = "fyne-cross-v1.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.2.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross@v1.2.0