Skip to content

Commit 7157e17

Browse files
committed
mpv-git: Migrate 64-bit builds to v3
1 parent afe9c6f commit 7157e17

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bucket/mpv-git.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"architecture": {
1414
"64bit": {
15-
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/64bit/mpv-x86_64-20230423-git-c7a8e71.7z",
16-
"hash": "sha1:13b5f49b75b829cad2ebf367d0eb73fd57e6866f"
15+
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/64bit-v3/mpv-x86_64-v3-20230423-git-c7a8e71.7z",
16+
"hash": "sha1:a21ada1571ac882ec1e557fbd8e11443e0961c5d"
1717
},
1818
"32bit": {
1919
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/32bit/mpv-i686-20230423-git-c7a8e71.7z",
@@ -30,13 +30,13 @@
3030
],
3131
"persist": "portable_config",
3232
"checkver": {
33-
"sourceforge": "mpv-player-windows/64bit",
34-
"regex": "mpv-x86_64-(\\d+)-git-(?<commit>[\\da-f]+)\\.7z"
33+
"sourceforge": "mpv-player-windows/64bit-v3",
34+
"regex": "mpv-x86_64-v3-(\\d+)-git-(?<commit>[\\da-f]+)\\.7z"
3535
},
3636
"autoupdate": {
3737
"architecture": {
3838
"64bit": {
39-
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/64bit/mpv-x86_64-$version-git-$matchCommit.7z"
39+
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/64bit-v3/mpv-x86_64-v3-$version-git-$matchCommit.7z"
4040
},
4141
"32bit": {
4242
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/32bit/mpv-i686-$version-git-$matchCommit.7z"

0 commit comments

Comments
 (0)