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 Nov 27, 2023
1 parent 16609fe commit 2027458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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-20231008-git-78719c1.7z
URL_HASH SHA256=754c6d39ef88bcb9e6fd7598c7e9fdfe830877a772783f70922525cab9bef6f7
URL https://downloads.sourceforge.net/mpv-player-windows/mpv-x86_64-20231126-git-6898d57.7z
URL_HASH SHA256=43ac55f0a3472bf2022b048352d8c0cba27461142f69b8d8ecf210be88b97a58
DOWNLOAD_NO_PROGRESS ON
UPDATE_COMMAND ""
CONFIGURE_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-20231008-git-78719c1.7z
URL_HASH SHA256=b166bff207faf3b45a54e17b18f15b60f08399818de3a18b50ef7719ad6ca8b2
URL https://downloads.sourceforge.net/mpv-player-windows/mpv-dev-x86_64-20231126-git-6898d57.7z
URL_HASH SHA256=07a47e2c7b602ab0ed66e88e6c79bb95d10bdb5115c2f15834520308ad0688a1
DOWNLOAD_NO_PROGRESS ON
UPDATE_COMMAND ""
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit 2027458

Please sign in to comment.