Skip to content

Commit

Permalink
mpc-hc-fork: Update to version 2.3.2.1, fix checkver
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik committed Jul 3, 2024
1 parent 82cd3e4 commit e8f8ec2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions bucket/mpc-hc-fork.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "2.3.2",
"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.2/MPC-HC.2.3.2.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 @@ -22,7 +22,7 @@
},
"32bit": {
"url": "https://github.com/clsid2/mpc-hc/releases/download/2.3.2/MPC-HC.2.3.2.x86.zip",
"hash": "0a6197c276670b1d9c42bb738e45bd9f03407c97604743fdf874ec248285a82a",
"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 e8f8ec2

Please sign in to comment.