Skip to content

Commit

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

 * Fixed: (UI) Ensure root folders are populated in Author Editor
 * Fixed: Correctly calculate books count on Author page
 * Automated API Docs update
 * New: Add result to commands to report commands that did not complete successfully
 * Log Goodreads connection failures with more info.
 * Ensure original data is shown when no matches are made
 * Fix book tests
 * Extend InlineMarkdown to handle code blocks in backticks
 * Fix AuthorLookupFixture
 * More test fixes

PR:		272874
Reported by:	michiel@vanbaak.eu (maintainer)
  • Loading branch information
mvanbaak authored and Fernando Apesteguía committed Aug 3, 2023
1 parent 175e588 commit 60b694b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
3 changes: 1 addition & 2 deletions net-p2p/readarr/Makefile
@@ -1,6 +1,5 @@
PORTNAME= readarr
DISTVERSION= 0.2.4.1999
PORTREVISION= 1
DISTVERSION= 0.3.0.2091
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 = 1690133660
SHA256 (Readarr.develop.0.2.4.1999.freebsd-core-x64.tar.gz) = b18f16b9c313416b22f8f4ea4e7047b6897bbf59e35c3c6811cd45b1c684f253
SIZE (Readarr.develop.0.2.4.1999.freebsd-core-x64.tar.gz) = 50906800
TIMESTAMP = 1690793915
SHA256 (Readarr.develop.0.3.0.2091.freebsd-core-x64.tar.gz) = 135a4c9e2de8173bb3e11bbe311788c9646c90307ee34d86c1300f4955deee23
SIZE (Readarr.develop.0.3.0.2091.freebsd-core-x64.tar.gz) = 50908301
26 changes: 13 additions & 13 deletions net-p2p/readarr/pkg-plist
Expand Up @@ -445,22 +445,22 @@
%%DATADIR%%/bin/TagLibSharp.dll
%%DATADIR%%/bin/UI/217-669e738616b7991b3dc5.js
%%DATADIR%%/bin/UI/217-669e738616b7991b3dc5.js.map
%%DATADIR%%/bin/UI/395-5eba462491aa05a98829.js
%%DATADIR%%/bin/UI/395-5eba462491aa05a98829.js.map
%%DATADIR%%/bin/UI/395-27a778c28514c482487c.js
%%DATADIR%%/bin/UI/395-27a778c28514c482487c.js.map
%%DATADIR%%/bin/UI/489-296a18806da89c6cd046.js
%%DATADIR%%/bin/UI/489-296a18806da89c6cd046.js.LICENSE.txt
%%DATADIR%%/bin/UI/489-296a18806da89c6cd046.js.map
%%DATADIR%%/bin/UI/493-439327b7f2bc2ba42577.js
%%DATADIR%%/bin/UI/493-439327b7f2bc2ba42577.js.LICENSE.txt
%%DATADIR%%/bin/UI/493-439327b7f2bc2ba42577.js.map
%%DATADIR%%/bin/UI/809-13118d9e17f5be2df37c.js
%%DATADIR%%/bin/UI/809-13118d9e17f5be2df37c.js.map
%%DATADIR%%/bin/UI/96-c03d69f2f17cbee40345.js
%%DATADIR%%/bin/UI/96-c03d69f2f17cbee40345.js.map
%%DATADIR%%/bin/UI/Content/395.styles.css
%%DATADIR%%/bin/UI/Content/395.styles.css.map
%%DATADIR%%/bin/UI/Content/96.styles.css
%%DATADIR%%/bin/UI/Content/96.styles.css.map
%%DATADIR%%/bin/UI/687-52c9e389787dce472d7f.js
%%DATADIR%%/bin/UI/687-52c9e389787dce472d7f.js.map
%%DATADIR%%/bin/UI/997-bfec533c35b1c73940f0.js
%%DATADIR%%/bin/UI/997-bfec533c35b1c73940f0.js.map
%%DATADIR%%/bin/UI/Content/395-b1af549653cc29221ff3.css
%%DATADIR%%/bin/UI/Content/395-b1af549653cc29221ff3.css.map
%%DATADIR%%/bin/UI/Content/997-41b1cf92f000a73e73b5.css
%%DATADIR%%/bin/UI/Content/997-41b1cf92f000a73e73b5.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 @@ -503,9 +503,9 @@
%%DATADIR%%/bin/UI/Content/robots.txt
%%DATADIR%%/bin/UI/Content/styles.css
%%DATADIR%%/bin/UI/Content/styles.css.map
%%DATADIR%%/bin/UI/index-db8db608175d8b018f45.js
%%DATADIR%%/bin/UI/index-db8db608175d8b018f45.js.LICENSE.txt
%%DATADIR%%/bin/UI/index-db8db608175d8b018f45.js.map
%%DATADIR%%/bin/UI/index-2e344f66ac5ee2c54751.js
%%DATADIR%%/bin/UI/index-2e344f66ac5ee2c54751.js.LICENSE.txt
%%DATADIR%%/bin/UI/index-2e344f66ac5ee2c54751.js.map
%%DATADIR%%/bin/UI/index.html
%%DATADIR%%/bin/UI/login.html
%%DATADIR%%/bin/UI/oauth.html
Expand Down

0 comments on commit 60b694b

Please sign in to comment.