Skip to content

Commit

Permalink
net-p2p/readarr: Update to 0.3.14.2358
Browse files Browse the repository at this point in the history
ChangeLog: https://github.com/Readarr/Readarr/releases/tag/v0.3.15.2376

 * Ignore tests temporarily
 * Automated API Docs update
 * Fix log typo in release/push
 * New: Resolve download client by name using 'downloadClient' for pushed releases
 * Fixed: Pushed releases not being properly rejected
 * New: Optional 'downloadClientId' for pushed releases
 * Allow to override download client
 * Fixed: Filter history by multiple event types in PG
 * Fixed: Database type when PG host contains ".db"
 * Automated API Docs update

PR:		276350
Reported by:	michiel@vanbaak.eu (maintainer)
  • Loading branch information
mvanbaak authored and Fernando Apesteguía committed Jan 17, 2024
1 parent 7d4b779 commit 27de7e5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion net-p2p/readarr/Makefile
@@ -1,5 +1,5 @@
PORTNAME= readarr
DISTVERSION= 0.3.14.2348
DISTVERSION= 0.3.14.2358
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Readarr/Readarr/releases/download/v${PORTVERSION}/
DISTNAME= Readarr.develop.${DISTVERSION}.freebsd-core-x64
Expand Down
6 changes: 3 additions & 3 deletions net-p2p/readarr/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1704197518
SHA256 (Readarr.develop.0.3.14.2348.freebsd-core-x64.tar.gz) = 00abf15a97f0687db6d289eaffe166c122c496751ff64c455b172b90688ba1d3
SIZE (Readarr.develop.0.3.14.2348.freebsd-core-x64.tar.gz) = 51067226
TIMESTAMP = 1704727584
SHA256 (Readarr.develop.0.3.14.2358.freebsd-core-x64.tar.gz) = 264cb59d746747f8a3b1ae749007519cc331e62d0d9a713285bdbc378741dc12
SIZE (Readarr.develop.0.3.14.2358.freebsd-core-x64.tar.gz) = 51302114
16 changes: 10 additions & 6 deletions net-p2p/readarr/pkg-plist
Expand Up @@ -154,6 +154,8 @@
%%DATADIR%%/bin/Microsoft.AspNetCore.WebSockets.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.WebUtilities.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.dll
%%DATADIR%%/bin/Microsoft.Bcl.AsyncInterfaces.dll
%%DATADIR%%/bin/Microsoft.Bcl.TimeProvider.dll
%%DATADIR%%/bin/Microsoft.CSharp.dll
%%DATADIR%%/bin/Microsoft.Data.SqlClient.dll
%%DATADIR%%/bin/Microsoft.Extensions.Caching.Abstractions.dll
Expand Down Expand Up @@ -227,6 +229,8 @@
%%DATADIR%%/bin/Npgsql.dll
%%DATADIR%%/bin/PdfSharpCore.dll
%%DATADIR%%/bin/Polly.Contrib.WaitAndRetry.dll
%%DATADIR%%/bin/Polly.Core.dll
%%DATADIR%%/bin/Polly.dll
%%DATADIR%%/bin/Readarr
%%DATADIR%%/bin/Readarr.Api.V1.deps.json
%%DATADIR%%/bin/Readarr.Api.V1.dll
Expand Down Expand Up @@ -446,10 +450,10 @@
%%DATADIR%%/bin/UI/690-f19a5b52db48671cbf43.js
%%DATADIR%%/bin/UI/690-f19a5b52db48671cbf43.js.LICENSE.txt
%%DATADIR%%/bin/UI/690-f19a5b52db48671cbf43.js.map
%%DATADIR%%/bin/UI/858-9b3b2a66457a5d28c188.js
%%DATADIR%%/bin/UI/858-9b3b2a66457a5d28c188.js.map
%%DATADIR%%/bin/UI/Content/858-ec0ed81e7b7014aaa736.css
%%DATADIR%%/bin/UI/Content/858-ec0ed81e7b7014aaa736.css.map
%%DATADIR%%/bin/UI/858-c7ff764d545f908aea94.js
%%DATADIR%%/bin/UI/858-c7ff764d545f908aea94.js.map
%%DATADIR%%/bin/UI/Content/858-d9af7049c28beda23d35.css
%%DATADIR%%/bin/UI/Content/858-d9af7049c28beda23d35.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
Expand Down Expand Up @@ -492,8 +496,8 @@
%%DATADIR%%/bin/UI/Content/robots.txt
%%DATADIR%%/bin/UI/Content/styles.css
%%DATADIR%%/bin/UI/Content/styles.css.map
%%DATADIR%%/bin/UI/index-27954ac7258ae3749347.js
%%DATADIR%%/bin/UI/index-27954ac7258ae3749347.js.map
%%DATADIR%%/bin/UI/index-ea925e31349cd2c841b5.js
%%DATADIR%%/bin/UI/index-ea925e31349cd2c841b5.js.map
%%DATADIR%%/bin/UI/index.html
%%DATADIR%%/bin/UI/login.html
%%DATADIR%%/bin/UI/oauth.html
Expand Down

0 comments on commit 27de7e5

Please sign in to comment.