mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "0.7.3",
|
|
"description": "A fullstack app framework for web, desktop, mobile, and more.",
|
|
"homepage": "https://dioxuslabs.com",
|
|
"license": "Apache-2.0|MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/DioxusLabs/dioxus/releases/download/v0.7.3/dx-x86_64-pc-windows-msvc.zip",
|
|
"hash": "0ba8492fa04923101bdb8e8b7f32c6fe33ec7efa6b5fb4cad9bbc6422a956cd7"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/DioxusLabs/dioxus/releases/download/v0.7.3/dx-aarch64-pc-windows-msvc.zip",
|
|
"hash": "bf05f7dfc67063a905bdf3c67d1a0572cf849a7168a1ef270721486548c9b655"
|
|
}
|
|
},
|
|
"bin": "dx.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/DioxusLabs/dioxus"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/DioxusLabs/dioxus/releases/download/v$version/dx-x86_64-pc-windows-msvc.zip",
|
|
"hash": {
|
|
"url": "$baseurl/dx-x86_64-pc-windows-msvc.sha256"
|
|
}
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/DioxusLabs/dioxus/releases/download/v$version/dx-aarch64-pc-windows-msvc.zip",
|
|
"hash": {
|
|
"url": "$baseurl/dx-aarch64-pc-windows-msvc.sha256"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|