Skip to content

Commit e6ce1a9

Browse files
authored
dioxus: Update to version 0.7.2, fix autoupdate (#7488)
1 parent 3266ee6 commit e6ce1a9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

bucket/dioxus.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"version": "0.6.3",
2+
"version": "0.7.2",
33
"description": "A fullstack app framework for web, desktop, mobile, and more.",
44
"homepage": "https://dioxuslabs.com",
55
"license": "Apache-2.0|MIT",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/DioxusLabs/dioxus/releases/download/v0.6.3/dx-x86_64-pc-windows-msvc-v0.6.3.zip",
9-
"hash": "3e23e464c2ae010b20170ffd4cc815a0122ccde48b4b8f0305eaffc9509eee00"
8+
"url": "https://github.com/DioxusLabs/dioxus/releases/download/v0.7.2/dx-x86_64-pc-windows-msvc.zip",
9+
"hash": "ee04845fdd8d7d0209a056d3cd5202b3bae10c655a84ed2f37ab4f69474e9fb5"
1010
},
1111
"arm64": {
12-
"url": "https://github.com/DioxusLabs/dioxus/releases/download/v0.6.3/dx-aarch64-pc-windows-msvc-v0.6.3.zip",
13-
"hash": "c470b775f669a1429658ce2543b2e38cc776eae9894afa87509414c23cdeeba2"
12+
"url": "https://github.com/DioxusLabs/dioxus/releases/download/v0.7.2/dx-aarch64-pc-windows-msvc.zip",
13+
"hash": "c6b200d0c0a6d5a1d9904ac58266519c0a84e2b24c64450f4bc57996b74d9766"
1414
}
1515
},
1616
"bin": "dx.exe",
@@ -20,15 +20,15 @@
2020
"autoupdate": {
2121
"architecture": {
2222
"64bit": {
23-
"url": "https://github.com/DioxusLabs/dioxus/releases/download/v$version/dx-x86_64-pc-windows-msvc-v$version.zip",
23+
"url": "https://github.com/DioxusLabs/dioxus/releases/download/v$version/dx-x86_64-pc-windows-msvc.zip",
2424
"hash": {
25-
"url": "$baseurl/dx-x86_64-pc-windows-msvc-v$version.sha256"
25+
"url": "$baseurl/dx-x86_64-pc-windows-msvc.sha256"
2626
}
2727
},
2828
"arm64": {
29-
"url": "https://github.com/DioxusLabs/dioxus/releases/download/v$version/dx-aarch64-pc-windows-msvc-v$version.zip",
29+
"url": "https://github.com/DioxusLabs/dioxus/releases/download/v$version/dx-aarch64-pc-windows-msvc.zip",
3030
"hash": {
31-
"url": "$baseurl/dx-aarch64-pc-windows-msvc-v$version.sha256"
31+
"url": "$baseurl/dx-aarch64-pc-windows-msvc.sha256"
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)