Skip to content

Commit

Permalink
sucrose: Update to version 24.12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 3, 2024
1 parent d705899 commit a2784e0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bucket/sucrose.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"version": "24.11.26.0",
"version": "24.12.2.0",
"description": "Sucrose is a versatile wallpaper engine that brings life to your desktop with a wide range of interactive wallpapers.",
"homepage": "https://github.com/Taiizor/Sucrose",
"license": "GPL-3.0",
"architecture": {
"32bit": {
"url": "https://github.com/Taiizor/Sucrose/releases/download/v24.11.26.0/Sucrose_Bundle_.NET_Framework_4.8_x86_24.11.26.0.exe",
"hash": "904ccb2639ab5e97a85c6196c62f15a6282ffee39bad58987a3122718e1dfe50",
"url": "https://github.com/Taiizor/Sucrose/releases/download/v24.12.2.0/Sucrose_Bundle_.NET_Framework_4.8_x86_24.12.2.0.exe",
"hash": "0db5825701a95611482c861ae8e1f98f20f1f9bf95844bf13dcd8e1b059e1f45",
"installer": {
"script": "Start-Process \"$dir\\Sucrose_Bundle_.NET_Framework_4.8_x86_$version.exe\" -ArgumentList '/s' -Wait"
}
},
"64bit": {
"url": "https://github.com/Taiizor/Sucrose/releases/download/v24.11.26.0/Sucrose_Bundle_.NET_Framework_4.8_x64_24.11.26.0.exe",
"hash": "382a958de0b67ea7925dabdff6852109ed44c8006519d518685bc5648a8d3687",
"url": "https://github.com/Taiizor/Sucrose/releases/download/v24.12.2.0/Sucrose_Bundle_.NET_Framework_4.8_x64_24.12.2.0.exe",
"hash": "b74ba0003f36a532c700927fe2f2bb8f580ae72c4ae9dfecf45ca04422c067fe",
"installer": {
"script": "Start-Process \"$dir\\Sucrose_Bundle_.NET_Framework_4.8_x64_$version.exe\" -ArgumentList '/s' -Wait"
}
},
"arm64": {
"url": "https://github.com/Taiizor/Sucrose/releases/download/v24.11.26.0/Sucrose_Bundle_.NET_Framework_4.8_ARM64_24.11.26.0.exe",
"hash": "a22fedaf5de5f216e4ef406853ce37bb8651d3cf2d86ebfbf36c0c675d6dea60",
"url": "https://github.com/Taiizor/Sucrose/releases/download/v24.12.2.0/Sucrose_Bundle_.NET_Framework_4.8_ARM64_24.12.2.0.exe",
"hash": "591656718233a282552ca9d2ca70ede9c18da386f3db304ffa87e31d19cbe706",
"installer": {
"script": "Start-Process \"$dir\\Sucrose_Bundle_.NET_Framework_4.8_ARM64_$version.exe\" -ArgumentList '/s' -Wait"
}
Expand Down

0 comments on commit a2784e0

Please sign in to comment.