Skip to content

Commit

Permalink
update mpv win packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Aug 20, 2024
1 parent 6b5aeba commit bcc61a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions cmake/CreateCpackPackage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ endif()

function(get_mpv_win_bin name)
ExternalProject_Add(${name}
URL https://downloads.sourceforge.net/mpv-player-windows/mpv-x86_64-20240623-git-265056f.7z
URL_HASH SHA256=887303685be1250fb8a3e43b0b4cb06632aa69b9eaab18fefa98449cc5b0bec4
URL https://downloads.sourceforge.net/mpv-player-windows/mpv-x86_64-20240818-git-a3baf94.7z
URL_HASH SHA256=b49bdacfa67922ef58d4b121cf1ae7de814d55128e43838775f40fdbf4301a98
DOWNLOAD_NO_PROGRESS ON
UPDATE_COMMAND ""
CONFIGURE_COMMAND ""
Expand All @@ -18,8 +18,8 @@ endfunction()

function(get_yt_dlp_bin name)
ExternalProject_Add(${name}
URL https://github.com/yt-dlp/yt-dlp/releases/download/2024.05.27/yt-dlp.exe
URL_HASH SHA256=e96f6348244306ac999501b1e8e2b096b8a57f098c3b2b9ffe64b2107039e0ae
URL https://github.com/yt-dlp/yt-dlp/releases/download/2024.08.06/yt-dlp.exe
URL_HASH SHA256=468a6f8bf1d156ad173e000a40f696d4fbd69c5aa7360229329b9063a388e7d0
DOWNLOAD_NO_PROGRESS ON
DOWNLOAD_NO_EXTRACT ON
UPDATE_COMMAND ""
Expand Down
4 changes: 2 additions & 2 deletions cmake/GetMpvWinDev.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ endif()

function(get_mpv_win_dev name)
ExternalProject_Add(${name}
URL https://downloads.sourceforge.net/mpv-player-windows/mpv-dev-x86_64-20240623-git-265056f.7z
URL_HASH SHA256=7a4990a175996d3fac41571213571c79041087ea9901148d5284f62cae498f0e
URL https://downloads.sourceforge.net/mpv-player-windows/mpv-dev-x86_64-20240818-git-a3baf94.7z
URL_HASH SHA256=1a7eb75247e06f4acf8e81a0d0bb1e8cacf8fc1a00de402d3cb4f22d19818ce8
DOWNLOAD_NO_PROGRESS ON
UPDATE_COMMAND ""
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit bcc61a1

Please sign in to comment.