Skip to content

Commit b7766d5

Browse files
committed
update mpv win packages
1 parent c4e38ed commit b7766d5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cmake/CreateCpackPackage.cmake

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ endif()
55

66
function(get_mpv_win_bin name)
77
ExternalProject_Add(${name}
8-
URL https://downloads.sourceforge.net/mpv-player-windows/mpv-x86_64-20240218-git-bd5b80b.7z
9-
URL_HASH SHA256=502db5a89a5861c5f658f65b0280ec5bdd1c4fdace26a4ff08cd2a6db54a18a8
8+
URL https://downloads.sourceforge.net/mpv-player-windows/mpv-x86_64-20240623-git-265056f.7z
9+
URL_HASH SHA256=887303685be1250fb8a3e43b0b4cb06632aa69b9eaab18fefa98449cc5b0bec4
1010
DOWNLOAD_NO_PROGRESS ON
1111
UPDATE_COMMAND ""
1212
CONFIGURE_COMMAND ""
@@ -18,8 +18,8 @@ endfunction()
1818

1919
function(get_yt_dlp_bin name)
2020
ExternalProject_Add(${name}
21-
URL https://github.com/yt-dlp/yt-dlp/releases/download/2023.12.30/yt-dlp.exe
22-
URL_HASH SHA256=160b304bef9fa134d523b46cc3647a727e40584338379eb4e0d1047de945fad9
21+
URL https://github.com/yt-dlp/yt-dlp/releases/download/2024.05.27/yt-dlp.exe
22+
URL_HASH SHA256=e96f6348244306ac999501b1e8e2b096b8a57f098c3b2b9ffe64b2107039e0ae
2323
DOWNLOAD_NO_PROGRESS ON
2424
DOWNLOAD_NO_EXTRACT ON
2525
UPDATE_COMMAND ""

cmake/GetMpvWinDev.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ endif()
55

66
function(get_mpv_win_dev name)
77
ExternalProject_Add(${name}
8-
URL https://downloads.sourceforge.net/mpv-player-windows/mpv-dev-x86_64-20240218-git-bd5b80b.7z
9-
URL_HASH SHA256=67e5eef0d97a098001cdc8c1c3389fbfd6fedbb7060b3ffb02053573b6f28bf5
8+
URL https://downloads.sourceforge.net/mpv-player-windows/mpv-dev-x86_64-20240623-git-265056f.7z
9+
URL_HASH SHA256=7a4990a175996d3fac41571213571c79041087ea9901148d5284f62cae498f0e
1010
DOWNLOAD_NO_PROGRESS ON
1111
UPDATE_COMMAND ""
1212
CONFIGURE_COMMAND ""

0 commit comments

Comments
 (0)