Skip to content

Commit

Permalink
mpc-hc-fork: Update to version 2.3.2.1 (#13560)
Browse files Browse the repository at this point in the history
* mpc-hc-fork: Update to version 2.3.2
* mpc-hc-fork: Update to version 2.3.2.1, fix checkver

---------

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
  • Loading branch information
kborowinski and aliesbelik committed Jul 3, 2024
1 parent 19774bc commit 17337d2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions bucket/mpc-hc-fork.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "2.3.1",
"version": "2.3.2.1",
"description": "An extremely light-weight, open source media player for Windows.",
"homepage": "https://github.com/clsid2/mpc-hc",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/clsid2/mpc-hc/releases/download/2.3.1/MPC-HC.2.3.1.x64.zip",
"hash": "527528b3ea852e241f2bbe8206dbc1f324f4339d15074a6492f0d6f0ae926df5",
"url": "https://github.com/clsid2/mpc-hc/releases/download/2.3.2/MPC-HC.2.3.2.1.x64.zip",
"hash": "97dd77eb4f43fdd8b301fccc17ebaa707f6ce8bf417ffd0b60745bfb01cca3db",
"bin": [
[
"mpc-hc64.exe",
Expand All @@ -21,8 +21,8 @@
]
},
"32bit": {
"url": "https://github.com/clsid2/mpc-hc/releases/download/2.3.1/MPC-HC.2.3.1.x86.zip",
"hash": "0a6197c276670b1d9c42bb738e45bd9f03407c97604743fdf874ec248285a82a",
"url": "https://github.com/clsid2/mpc-hc/releases/download/2.3.2/MPC-HC.2.3.2.x86.zip",
"hash": "8838d5fa805ef3f17fa8f46ee285c8c2701bfb62a6bb51681f6b24f998211b13",
"bin": "mpc-hc.exe",
"shortcuts": [
[
Expand All @@ -43,8 +43,9 @@
"default.mpcpl"
],
"checkver": {
"github": "https://github.com/clsid2/mpc-hc",
"regex": "(?<tag>[\\d.]+)\\/MPC-HC.([\\d.]+).x64.exe"
"url": "https://api.github.com/repositories/91570348/releases/latest",
"jsonpath": "$..browser_download_url",
"regex": "download/(?<tag>[\\d.]+)\\/MPC-HC.([\\d.]+).x64.exe"
},
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit 17337d2

Please sign in to comment.