mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net-p2p/radarr: Update to 4.7.5.7809
ChangeLog: https://github.com/Radarr/Radarr/releases/tag/v4.7.5.7809 * New: Add options to show ratings in movie poster info * Add one minute back-off level for all providers * Update FluentAssertions * Automated API Docs update * New: Show Custom Format Score for movies in Files tab * New: Async HttpClient * New: Use HTTP/2 in HttpClient * Align DownloadService with upstream * Multiple Translations updated by Weblate * bump Npgsql to 7.0.4 * Adds Pipeline testing for Postgres15 Databases * New: Add additional logging when renaming extra files * New: Show successful grabs in Interactive Search with green icon * Fixed: Ensure failing providers are marked as failed when testing all * Fix FileList test * Fixed: (FileList) Switch to Basic Auth * Multiple Translations updated by Weblate * Fixed: Allow Original Language in Custom Format * Fixed border for actions in health status * Fixed: Detect Docker when using control group v2 * Fixed: Allow Unknown Language in Custom Format * New: Performance tweaks to MovieLookup endpoint * Fixed: Error trying to notify user when process not UserInteractive * Cleanup MovieService * Fixed: Add translations for import list movies in Discover PR: 273446 Reported by: michiel@vanbaak.eu (maintainer)
This commit is contained in:
parent
52a319cc60
commit
15db2c9ba3
@ -1,6 +1,5 @@
|
||||
PORTNAME= radarr
|
||||
DISTVERSION= 4.6.4.7568
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 4.7.5.7809
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/
|
||||
DISTNAME= Radarr.master.${DISTVERSION}.freebsd-core-x64
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1688481632
|
||||
SHA256 (Radarr.master.4.6.4.7568.freebsd-core-x64.tar.gz) = 1446ef129aa3339df7d0ea0e15ad2da473177e3b615c924c2e286a2d819806a4
|
||||
SIZE (Radarr.master.4.6.4.7568.freebsd-core-x64.tar.gz) = 58159829
|
||||
TIMESTAMP = 1692260207
|
||||
SHA256 (Radarr.master.4.7.5.7809.freebsd-core-x64.tar.gz) = f52ebe9602057e3bddfb330c93e192f599e16c184aa7909abde3b26a3466427e
|
||||
SIZE (Radarr.master.4.7.5.7809.freebsd-core-x64.tar.gz) = 58314030
|
||||
|
@ -439,6 +439,13 @@
|
||||
%%DATADIR%%/bin/System.Xml.XmlSerializer.dll
|
||||
%%DATADIR%%/bin/System.Xml.dll
|
||||
%%DATADIR%%/bin/System.dll
|
||||
%%DATADIR%%/bin/UI/420-318e05d9f7ea23bfeac6.js
|
||||
%%DATADIR%%/bin/UI/420-318e05d9f7ea23bfeac6.js.LICENSE.txt
|
||||
%%DATADIR%%/bin/UI/420-318e05d9f7ea23bfeac6.js.map
|
||||
%%DATADIR%%/bin/UI/746-15369d3981298adc1abb.js
|
||||
%%DATADIR%%/bin/UI/746-15369d3981298adc1abb.js.map
|
||||
%%DATADIR%%/bin/UI/Content/746-ec48d8681df726703639.css
|
||||
%%DATADIR%%/bin/UI/Content/746-ec48d8681df726703639.css.map
|
||||
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.ttf
|
||||
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff
|
||||
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff2
|
||||
@ -482,14 +489,11 @@
|
||||
%%DATADIR%%/bin/UI/Content/robots.txt
|
||||
%%DATADIR%%/bin/UI/Content/styles.css
|
||||
%%DATADIR%%/bin/UI/Content/styles.css.map
|
||||
%%DATADIR%%/bin/UI/index-f0cf38cb38ca231ca705.js
|
||||
%%DATADIR%%/bin/UI/index-f0cf38cb38ca231ca705.js.map
|
||||
%%DATADIR%%/bin/UI/index.html
|
||||
%%DATADIR%%/bin/UI/index.js
|
||||
%%DATADIR%%/bin/UI/index.js.map
|
||||
%%DATADIR%%/bin/UI/login.html
|
||||
%%DATADIR%%/bin/UI/oauth.html
|
||||
%%DATADIR%%/bin/UI/vendors.js
|
||||
%%DATADIR%%/bin/UI/vendors.js.LICENSE.txt
|
||||
%%DATADIR%%/bin/UI/vendors.js.map
|
||||
%%DATADIR%%/bin/WindowsBase.dll
|
||||
%%DATADIR%%/bin/de-DE/FluentMigrator.Abstractions.resources.dll
|
||||
%%DATADIR%%/bin/ffprobe
|
||||
|
Loading…
Reference in New Issue
Block a user