mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-02 10:27:15 +01:00
update deps
This commit is contained in:
parent
8a29f3f566
commit
516045bd28
@ -40,7 +40,7 @@ $maria_version = "11.3.2"
|
||||
$maria_link = "https://archive.mariadb.org/mariadb-$maria_version/winx64-packages/mariadb-$maria_version-winx64.zip"
|
||||
$maria_output = "maria.zip"
|
||||
|
||||
$cmake_version = "3.28.3"
|
||||
$cmake_version = "3.29.2"
|
||||
$cmake_link = "https://github.com/Kitware/CMake/releases/download/v$cmake_version/cmake-$cmake_version-windows-x86_64.zip"
|
||||
$cmake_output = "cmake.zip"
|
||||
|
||||
@ -48,13 +48,13 @@ $zlib_version = "1.3.1"
|
||||
$zlib_link = "https://github.com/madler/zlib/archive/refs/tags/v$zlib_version.zip"
|
||||
$zlib_output = "zlib.zip"
|
||||
|
||||
$libmpv_date = "2024-03-14"
|
||||
$libmpv_commit = "5dd2d19"
|
||||
$libmpv_date = "2024-04-14"
|
||||
$libmpv_commit = "6a8b130"
|
||||
$libmpv_version = "{0}-git-{1}"-f $libmpv_date.Replace("-", ""), $libmpv_commit
|
||||
$libmpv_link = "https://github.com/zhongfly/mpv-winbuild/releases/download/$libmpv_date-$libmpv_commit/mpv-dev-x86_64-$libmpv_version.7z"
|
||||
$libmpv_output = "mpv.zip"
|
||||
|
||||
$ytdlp_version = "2024.03.10"
|
||||
$ytdlp_version = "2024.04.09"
|
||||
$ytdlp_link = "https://github.com/yt-dlp/yt-dlp/releases/download/$ytdlp_version/yt-dlp.exe"
|
||||
$libmpv_output = "yt-dlp.exe"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user