mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-02 10:27:15 +01:00
new version
This commit is contained in:
parent
8e50ba87d1
commit
6cf2717ede
@ -76,7 +76,7 @@ set(APP_AUTHOR "Martin Rotter")
|
||||
set(APP_COPYRIGHT "\\251 2011-${YEAR} ${APP_AUTHOR}")
|
||||
set(APP_REVERSE_NAME "io.github.martinrotter.rssguard")
|
||||
set(APP_DONATE_URL "https://github.com/sponsors/martinrotter")
|
||||
set(APP_VERSION "4.6.5")
|
||||
set(APP_VERSION "4.6.6")
|
||||
|
||||
set(APP_URL "https://github.com/martinrotter/rssguard")
|
||||
set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io")
|
||||
|
@ -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-02-20"
|
||||
$libmpv_commit = "f9197e0"
|
||||
$libmpv_date = "2024-03-14"
|
||||
$libmpv_commit = "5dd2d19"
|
||||
$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 = "2023.12.30"
|
||||
$ytdlp_version = "2024.03.10"
|
||||
$ytdlp_link = "https://github.com/yt-dlp/yt-dlp/releases/download/$ytdlp_version/yt-dlp.exe"
|
||||
$libmpv_output = "yt-dlp.exe"
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
4.6.6
|
||||
-----
|
||||
|
||||
Fixed:
|
||||
* Some build problems and regressions are now fixed, sorry for this.
|
||||
|
||||
4.6.4
|
||||
-----
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user