mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 19:14:48 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "0.7.2",
|
|
"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.2/dx-x86_64-pc-windows-msvc.zip",
|
|
"hash": "ee04845fdd8d7d0209a056d3cd5202b3bae10c655a84ed2f37ab4f69474e9fb5"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/DioxusLabs/dioxus/releases/download/v0.7.2/dx-aarch64-pc-windows-msvc.zip",
|
|
"hash": "c6b200d0c0a6d5a1d9904ac58266519c0a84e2b24c64450f4bc57996b74d9766"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|