Skip to content

Commit

Permalink
museeks: Update to version 0.20.6, drop 32bit version
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik committed Jan 27, 2025
1 parent bafc566 commit 48d1ccb
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions bucket/museeks.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
{
"version": "0.13.1",
"version": "0.20.6",
"description": "A simple and clean music player",
"homepage": "https://museeks.io",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/martpie/museeks/releases/download/0.13.1/museeks-x64-setup.exe#/dl.7z",
"hash": "6d320d42fc089963048e6f14dac77aa075dd71fc3b8b31410363874eedf7e85a",
"pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
},
"32bit": {
"url": "https://github.com/martpie/museeks/releases/download/0.13.1/museeks-ia32-setup.exe#/dl.7z",
"hash": "aeba3b3a774a21403b318fc78ff6d85a24b3eff48b660986810b487b05fce8d1",
"pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\""
"url": "https://github.com/martpie/museeks/releases/download/0.20.6/Museeks_0.20.6_x64-setup.exe#/dl.7z",
"hash": "ca92e83302f76bbade77e52235ec55b417946ee5692b8ab21e693a73b1f19fdb"
}
},
"post_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*.exe\" -Recurse",
"bin": "Museeks.exe",
"bin": "museeks.exe",
"shortcuts": [
[
"Museeks.exe",
"museeks.exe",
"Museeks"
]
],
Expand All @@ -29,10 +23,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/martpie/museeks/releases/download/$version/museeks-x64-setup.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/martpie/museeks/releases/download/$version/museeks-ia32-setup.exe#/dl.7z"
"url": "https://github.com/martpie/museeks/releases/download/$version/Museeks_$version_x64-setup.exe#/dl.7z"
}
},
"hash": {
Expand Down

0 comments on commit 48d1ccb

Please sign in to comment.