summaryrefslogtreecommitdiff
path: root/net-p2p/jackett
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/jackett')
-rw-r--r--net-p2p/jackett/Makefile46
-rw-r--r--net-p2p/jackett/Makefile.nuget220
-rw-r--r--net-p2p/jackett/distinfo470
-rw-r--r--net-p2p/jackett/files/jackett.in6
-rw-r--r--net-p2p/jackett/pkg-plist234
5 files changed, 873 insertions, 103 deletions
diff --git a/net-p2p/jackett/Makefile b/net-p2p/jackett/Makefile
index 983f16e47a29..d9dc2ddfda11 100644
--- a/net-p2p/jackett/Makefile
+++ b/net-p2p/jackett/Makefile
@@ -1,8 +1,7 @@
PORTNAME= jackett
-DISTVERSION= 0.22.1809
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.22.2202
CATEGORIES= net-p2p
-MASTER_SITES= https://github.com/Jackett/Jackett/releases/download/
-DISTNAME= v${PORTVERSION}/Jackett.Binaries.Mono
MAINTAINER= tremere@cainites.net
COMMENT= Torznab proxy implementation of the Newznab API
@@ -11,22 +10,45 @@ WWW= https://github.com/Jackett/Jackett
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= mono6.8>0:lang/mono6.8
-
+BUILD_DEPENDS= dotnet>=9.0.6:lang/dotnet
+LIB_DEPENDS= libbrotlidec.so:archivers/brotli \
+ libinotify.so:devel/libinotify \
+ libunwind.so:devel/libunwind
+RUN_DEPENDS= ${LOCALBASE}/lib/libicuuc.so:devel/icu \
+ dotnet:lang/dotnet-host
+
+USES= gssapi:mit ssl
+USE_GITHUB= yes
+GH_ACCOUNT= Jackett
+GH_PROJECT= Jackett
USE_RC_SUBR= jackett
-NO_ARCH= yes
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}/Jackett
-
USERS= jackett
GROUPS= jackett
+DOTNET_ARCH= ${ARCH:S/amd64/x64/:S/aarch64/arm64/}
+
+DOTNET_CMD= ${SETENV} HOME=${WRKDIR} ${LOCALBASE}/bin/dotnet
+
+.include "Makefile.nuget"
+.include "../../shells/powershell/nuget.mk"
+
post-patch:
- @${RM} ${WRKSRC}/install_service_macos ${WRKSRC}/install_service_systemd.sh \
- ${WRKSRC}/install_service_systemd_mono.sh ${WRKSRC}/Upstart.config
+ ${REINPLACE_CMD} "s/0.0.0/${DISTVERSION}/" \
+ ${WRKSRC}/src/Jackett.Common/Jackett.Common.csproj
+ ${REINPLACE_CMD} "s/net8.0/net9.0/g" \
+ ${WRKSRC}/src/Jackett.Server/Jackett.Server.csproj
+
+do-build:
+ cd ${WRKSRC}/src && \
+ ${DOTNET_CMD} nuget add source ${DISTDIR}/nuget && \
+ ${DOTNET_CMD} nuget disable source nuget.org && \
+ ${DOTNET_CMD} restore Jackett.Server -s ${DISTDIR}/nuget --packages ${WRKDIR}/packages && \
+ ${DOTNET_CMD} publish Jackett.Server -f net9.0 -c Release \
+ -r freebsd.${_OSVERSION_MAJOR}-${DOTNET_ARCH} --sc -p:PublishReadyToRun=false -o bin/publish
do-install:
- cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR}
+ cd ${WRKSRC}/src/bin/publish && ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR} "! -name jackett"
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/bin/publish/jackett ${STAGEDIR}/${DATADIR}
.include <bsd.port.mk>
diff --git a/net-p2p/jackett/Makefile.nuget b/net-p2p/jackett/Makefile.nuget
new file mode 100644
index 000000000000..e9edf9e0bc7f
--- /dev/null
+++ b/net-p2p/jackett/Makefile.nuget
@@ -0,0 +1,220 @@
+NUGET_GROUPS= NUGET
+NUGET_NUPKGS= anglesharp:1.0.0 \
+ anglesharp:1.3.0 \
+ anglesharp.xml:1.0.0 \
+ autofac:8.0.0 \
+ autofac.extensions.dependencyinjection:9.0.0 \
+ bencodenet:4.0.0 \
+ commandlineparser:2.9.1 \
+ dotnet4.socksproxy:1.4.0.1 \
+ flaresolverrsharp:3.0.7 \
+ microsoft.aspnetcore:2.3.0 \
+ microsoft.aspnetcore.antiforgery:2.3.0 \
+ microsoft.aspnetcore.authentication:2.3.0 \
+ microsoft.aspnetcore.authentication.abstractions:2.3.0 \
+ microsoft.aspnetcore.authentication.cookies:2.3.0 \
+ microsoft.aspnetcore.authentication.core:2.3.0 \
+ microsoft.aspnetcore.authorization:2.3.0 \
+ microsoft.aspnetcore.authorization.policy:2.3.0 \
+ microsoft.aspnetcore.connections.abstractions:2.3.0 \
+ microsoft.aspnetcore.cors:2.3.0 \
+ microsoft.aspnetcore.cryptography.internal:2.3.0 \
+ microsoft.aspnetcore.dataprotection:2.3.0 \
+ microsoft.aspnetcore.dataprotection.abstractions:2.3.0 \
+ microsoft.aspnetcore.diagnostics:2.3.0 \
+ microsoft.aspnetcore.diagnostics.abstractions:2.3.0 \
+ microsoft.aspnetcore.hostfiltering:2.3.0 \
+ microsoft.aspnetcore.hosting:2.3.0 \
+ microsoft.aspnetcore.hosting.abstractions:2.1.1 \
+ microsoft.aspnetcore.hosting.abstractions:2.3.0 \
+ microsoft.aspnetcore.hosting.server.abstractions:2.3.0 \
+ microsoft.aspnetcore.html.abstractions:2.3.0 \
+ microsoft.aspnetcore.http:2.1.22 \
+ microsoft.aspnetcore.http:2.3.0 \
+ microsoft.aspnetcore.http.abstractions:2.1.1 \
+ microsoft.aspnetcore.http.abstractions:2.3.0 \
+ microsoft.aspnetcore.http.extensions:2.3.0 \
+ microsoft.aspnetcore.http.features:2.3.0 \
+ microsoft.aspnetcore.httpoverrides:2.3.0 \
+ microsoft.aspnetcore.jsonpatch:2.3.0 \
+ microsoft.aspnetcore.jsonpatch:8.0.17 \
+ microsoft.aspnetcore.localization:2.3.0 \
+ microsoft.aspnetcore.mvc:2.3.0 \
+ microsoft.aspnetcore.mvc.abstractions:2.3.0 \
+ microsoft.aspnetcore.mvc.apiexplorer:2.3.0 \
+ microsoft.aspnetcore.mvc.core:2.3.0 \
+ microsoft.aspnetcore.mvc.cors:2.3.0 \
+ microsoft.aspnetcore.mvc.dataannotations:2.3.0 \
+ microsoft.aspnetcore.mvc.formatters.json:2.3.0 \
+ microsoft.aspnetcore.mvc.localization:2.3.0 \
+ microsoft.aspnetcore.mvc.newtonsoftjson:8.0.17 \
+ microsoft.aspnetcore.mvc.razor:2.3.0 \
+ microsoft.aspnetcore.mvc.razor.extensions:2.3.0 \
+ microsoft.aspnetcore.mvc.razorpages:2.3.0 \
+ microsoft.aspnetcore.mvc.taghelpers:2.3.0 \
+ microsoft.aspnetcore.mvc.viewfeatures:2.3.0 \
+ microsoft.aspnetcore.razor:2.3.0 \
+ microsoft.aspnetcore.razor.design:2.3.0 \
+ microsoft.aspnetcore.razor.language:2.3.0 \
+ microsoft.aspnetcore.razor.runtime:2.3.0 \
+ microsoft.aspnetcore.responsecaching.abstractions:2.3.0 \
+ microsoft.aspnetcore.responsecompression:2.3.0 \
+ microsoft.aspnetcore.rewrite:2.3.0 \
+ microsoft.aspnetcore.routing:2.3.0 \
+ microsoft.aspnetcore.routing.abstractions:2.1.1 \
+ microsoft.aspnetcore.routing.abstractions:2.3.0 \
+ microsoft.aspnetcore.server.iisintegration:2.3.0 \
+ microsoft.aspnetcore.server.kestrel:2.3.0 \
+ microsoft.aspnetcore.server.kestrel.core:2.3.0 \
+ microsoft.aspnetcore.server.kestrel.https:2.3.0 \
+ microsoft.aspnetcore.server.kestrel.transport.abstractions:2.3.0 \
+ microsoft.aspnetcore.server.kestrel.transport.sockets:2.3.0 \
+ microsoft.aspnetcore.staticfiles:2.3.0 \
+ microsoft.aspnetcore.webutilities:2.3.0 \
+ microsoft.bcl.asyncinterfaces:6.0.0 \
+ microsoft.bcl.asyncinterfaces:7.0.0 \
+ microsoft.bcl.asyncinterfaces:8.0.0 \
+ microsoft.bcl.timeprovider:8.0.0 \
+ microsoft.codeanalysis.analyzers:1.1.0 \
+ microsoft.codeanalysis.common:2.8.2 \
+ microsoft.codeanalysis.csharp:2.8.2 \
+ microsoft.codeanalysis.razor:2.3.0 \
+ microsoft.csharp:4.5.0 \
+ microsoft.csharp:4.7.0 \
+ microsoft.diasymreader.native:1.7.0 \
+ microsoft.dotnet.platformabstractions:2.1.0 \
+ microsoft.extensions.caching.abstractions:8.0.0 \
+ microsoft.extensions.caching.memory:8.0.1 \
+ microsoft.extensions.configuration:8.0.0 \
+ microsoft.extensions.configuration.abstractions:2.1.0 \
+ microsoft.extensions.configuration.abstractions:8.0.0 \
+ microsoft.extensions.configuration.binder:8.0.0 \
+ microsoft.extensions.configuration.binder:8.0.2 \
+ microsoft.extensions.configuration.commandline:8.0.0 \
+ microsoft.extensions.configuration.environmentvariables:8.0.0 \
+ microsoft.extensions.configuration.fileextensions:8.0.1 \
+ microsoft.extensions.configuration.json:8.0.1 \
+ microsoft.extensions.configuration.usersecrets:8.0.1 \
+ microsoft.extensions.dependencyinjection:8.0.0 \
+ microsoft.extensions.dependencyinjection:8.0.1 \
+ microsoft.extensions.dependencyinjection.abstractions:8.0.0 \
+ microsoft.extensions.dependencyinjection.abstractions:8.0.2 \
+ microsoft.extensions.dependencymodel:2.1.0 \
+ microsoft.extensions.diagnostics.abstractions:8.0.1 \
+ microsoft.extensions.fileproviders.abstractions:8.0.0 \
+ microsoft.extensions.fileproviders.composite:8.0.0 \
+ microsoft.extensions.fileproviders.physical:8.0.0 \
+ microsoft.extensions.filesystemglobbing:8.0.0 \
+ microsoft.extensions.hosting.abstractions:8.0.1 \
+ microsoft.extensions.localization:8.0.11 \
+ microsoft.extensions.localization.abstractions:8.0.11 \
+ microsoft.extensions.logging:2.1.0 \
+ microsoft.extensions.logging:8.0.0 \
+ microsoft.extensions.logging:8.0.1 \
+ microsoft.extensions.logging.abstractions:8.0.0 \
+ microsoft.extensions.logging.abstractions:8.0.2 \
+ microsoft.extensions.logging.configuration:8.0.1 \
+ microsoft.extensions.logging.console:8.0.1 \
+ microsoft.extensions.logging.debug:8.0.1 \
+ microsoft.extensions.objectpool:8.0.11 \
+ microsoft.extensions.options:8.0.0 \
+ microsoft.extensions.options:8.0.2 \
+ microsoft.extensions.options.configurationextensions:8.0.0 \
+ microsoft.extensions.primitives:8.0.0 \
+ microsoft.extensions.webencoders:8.0.11 \
+ microsoft.net.http.headers:2.3.0 \
+ microsoft.netcore.platforms:1.1.0 \
+ microsoft.netcore.platforms:5.0.0 \
+ microsoft.netframework.referenceassemblies:1.0.3 \
+ microsoft.netframework.referenceassemblies.net462:1.0.3 \
+ microsoft.win32.registry:4.5.0 mimemapping:1.0.1.50 \
+ mono.posix:7.1.0-final.1.21458.1 \
+ mono.unix:7.1.0-final.1.21458.1 \
+ netstandard.library:1.6.1 \
+ netstandard.library:2.0.3 \
+ newtonsoft.json:11.0.2 \
+ newtonsoft.json:12.0.1 \
+ newtonsoft.json:13.0.1 \
+ newtonsoft.json:13.0.2 \
+ newtonsoft.json:13.0.3 \
+ newtonsoft.json:9.0.1 \
+ newtonsoft.json.bson:1.0.2 \
+ nlog:5.4.0 \
+ nlog.extensions.logging:5.4.0 \
+ nlog.web.aspnetcore:5.4.0 \
+ polly:8.6.1 \
+ polly.core:8.6.1 \
+ sharpziplib:1.4.2 \
+ system.appcontext:4.3.0 \
+ system.buffers:4.5.0 \
+ system.buffers:4.5.1 \
+ system.buffers:4.6.0 \
+ system.collections:4.3.0 \
+ system.collections.concurrent:4.3.0 \
+ system.collections.immutable:1.3.1 \
+ system.collections.immutable:8.0.0 \
+ system.componentmodel.annotations:4.5.0 \
+ system.componentmodel.annotations:5.0.0 \
+ system.console:4.3.0 \
+ system.diagnostics.debug:4.3.0 \
+ system.diagnostics.diagnosticsource:7.0.2 \
+ system.diagnostics.diagnosticsource:8.0.1 \
+ system.diagnostics.eventlog:8.0.1 \
+ system.diagnostics.fileversioninfo:4.3.0 \
+ system.diagnostics.stacktrace:4.3.0 \
+ system.diagnostics.tools:4.3.0 \
+ system.dynamic.runtime:4.3.0 \
+ system.globalization:4.3.0 \
+ system.io.compression:4.3.0 \
+ system.io.filesystem:4.3.0 \
+ system.io.filesystem.accesscontrol:5.0.0 \
+ system.io.filesystem.primitives:4.3.0 system.io.pipelines:4.6.0 \
+ system.io.pipelines:5.0.1 system.io.pipelines:8.0.0 \
+ system.linq:4.3.0 system.linq.expressions:4.3.0 \
+ system.memory:4.5.3 system.memory:4.5.4 system.memory:4.5.5 \
+ system.memory:4.6.0 system.numerics.vectors:4.4.0 \
+ system.numerics.vectors:4.5.0 system.numerics.vectors:4.6.0 \
+ system.reflection:4.3.0 system.reflection.metadata:1.4.2 \
+ system.reflection.metadata:8.0.1 \
+ system.resources.resourcemanager:4.3.0 system.runtime:4.3.0 \
+ system.runtime.compilerservices.unsafe:4.5.2 \
+ system.runtime.compilerservices.unsafe:4.5.3 \
+ system.runtime.compilerservices.unsafe:6.0.0 \
+ system.runtime.compilerservices.unsafe:6.1.0 \
+ system.runtime.extensions:4.3.0 \
+ system.runtime.interopservices:4.3.0 \
+ system.runtime.interopservices.runtimeinformation:4.0.0 \
+ system.runtime.interopservices.runtimeinformation:4.3.0 \
+ system.runtime.numerics:4.3.0 \
+ system.security.accesscontrol:4.5.0 \
+ system.security.accesscontrol:5.0.0 \
+ system.security.cryptography.algorithms:4.3.0 \
+ system.security.cryptography.algorithms:4.3.1 \
+ system.security.cryptography.cng:5.0.0 \
+ system.security.cryptography.encoding:4.3.0 \
+ system.security.cryptography.primitives:4.3.0 \
+ system.security.cryptography.protecteddata:8.0.0 \
+ system.security.cryptography.x509certificates:4.3.0 \
+ system.security.cryptography.xml:8.0.2 \
+ system.security.principal.windows:4.5.0 \
+ system.security.principal.windows:5.0.0 \
+ system.serviceprocess.servicecontroller:8.0.1 \
+ system.text.encoding:4.3.0 system.text.encoding.codepages:4.3.0 \
+ system.text.encoding.codepages:8.0.0 \
+ system.text.encoding.extensions:4.3.0 \
+ system.text.encodings.web:4.5.1 system.text.encodings.web:8.0.0 \
+ system.text.json:8.0.5 system.threading:4.3.0 \
+ system.threading.tasks:4.3.0 \
+ system.threading.tasks.extensions:4.5.2 \
+ system.threading.tasks.extensions:4.5.4 \
+ system.threading.tasks.extensions:4.6.0 \
+ system.threading.tasks.parallel:4.3.0 \
+ system.threading.thread:4.3.0 \
+ system.valuetuple:4.3.0 \
+ system.valuetuple:4.5.0 \
+ system.xml.readerwriter:4.3.0 \
+ system.xml.xdocument:4.3.0 \
+ system.xml.xmldocument:4.3.0 \
+ system.xml.xpath:4.3.0 \
+ system.xml.xpath.xdocument:4.3.0 \
+ yamldotnet:16.3.0
diff --git a/net-p2p/jackett/distinfo b/net-p2p/jackett/distinfo
index d4c5c68ecbba..d833b24395e9 100644
--- a/net-p2p/jackett/distinfo
+++ b/net-p2p/jackett/distinfo
@@ -1,3 +1,467 @@
-TIMESTAMP = 1745317322
-SHA256 (v0.22.1809/Jackett.Binaries.Mono.tar.gz) = f83f7f14c69eb1f3404c3f51e5ef651acdf0e6fee61c5ae12d1a9810cbe446ed
-SIZE (v0.22.1809/Jackett.Binaries.Mono.tar.gz) = 15196119
+TIMESTAMP = 1753707408
+SHA256 (nuget/anglesharp.xml.1.0.0.nupkg) = 533c57587eaa1b6044007fd42e8b069149f646182150e82ec954cf625efcb293
+SIZE (nuget/anglesharp.xml.1.0.0.nupkg) = 223916
+SHA256 (nuget/anglesharp.1.0.0.nupkg) = d08071e3e760c3dd375ae8df89c65e1e76cf09ac5437b866941e859d150db439
+SIZE (nuget/anglesharp.1.0.0.nupkg) = 2246261
+SHA256 (nuget/anglesharp.1.3.0.nupkg) = c6af86d9ff450aa4ba3e32207c37598d54686b154c892c8e5c2ecab4cccca4f5
+SIZE (nuget/anglesharp.1.3.0.nupkg) = 1953100
+SHA256 (nuget/autofac.extensions.dependencyinjection.9.0.0.nupkg) = 844aaf6d3909a9c2384b82e9c5538cc9ce66f8a78dd2744b93b16a40748b45de
+SIZE (nuget/autofac.extensions.dependencyinjection.9.0.0.nupkg) = 112617
+SHA256 (nuget/autofac.8.0.0.nupkg) = ed78435f0f216ad4058d0313228ad0e57adf0c273b115355ca2e9b19b7397e70
+SIZE (nuget/autofac.8.0.0.nupkg) = 1143635
+SHA256 (nuget/bencodenet.4.0.0.nupkg) = 063969abb95a19baf1a587fa1a9c64945f406a5221edd4d879f53c7034be7f16
+SIZE (nuget/bencodenet.4.0.0.nupkg) = 193689
+SHA256 (nuget/commandlineparser.2.9.1.nupkg) = 02953dcb5c97eb475a4a33e4dca60305e27b5d9072296f21b1ef4d45919c8dea
+SIZE (nuget/commandlineparser.2.9.1.nupkg) = 496069
+SHA256 (nuget/dotnet4.socksproxy.1.4.0.1.nupkg) = 6beb2a5401eea43f432c57d1a6d8ef3e85bb614faa4f9cb1518180aa6352e2c5
+SIZE (nuget/dotnet4.socksproxy.1.4.0.1.nupkg) = 45082
+SHA256 (nuget/flaresolverrsharp.3.0.7.nupkg) = ceba2952d3621d5486d142cad35c0e86a8194a55a2f825d9fb848a5a8937dc12
+SIZE (nuget/flaresolverrsharp.3.0.7.nupkg) = 24499
+SHA256 (nuget/microsoft.aspnetcore.antiforgery.2.3.0.nupkg) = 198e1581e334242d27c446caa796ff2f399633851cc8ca12f8dc7c7112a01ef8
+SIZE (nuget/microsoft.aspnetcore.antiforgery.2.3.0.nupkg) = 58778
+SHA256 (nuget/microsoft.aspnetcore.authentication.abstractions.2.3.0.nupkg) = 53031586e1374c110eec6d1026b821858ae0918c36a7d591f3bc87435b72d912
+SIZE (nuget/microsoft.aspnetcore.authentication.abstractions.2.3.0.nupkg) = 48509
+SHA256 (nuget/microsoft.aspnetcore.authentication.cookies.2.3.0.nupkg) = 6715a28fbb94d88c425f98cfddd65df34c2c6d00c639d7feb652f1838734c10f
+SIZE (nuget/microsoft.aspnetcore.authentication.cookies.2.3.0.nupkg) = 57042
+SHA256 (nuget/microsoft.aspnetcore.authentication.core.2.3.0.nupkg) = 73a2f0a897aa2af419e474c3419f072b6dd209c60d4d66809e0b746ea8445be8
+SIZE (nuget/microsoft.aspnetcore.authentication.core.2.3.0.nupkg) = 48042
+SHA256 (nuget/microsoft.aspnetcore.authentication.2.3.0.nupkg) = ee2e19ad5d24b46a197bf0829008e486905617819fd2892dc925e53041d2e067
+SIZE (nuget/microsoft.aspnetcore.authentication.2.3.0.nupkg) = 63368
+SHA256 (nuget/microsoft.aspnetcore.authorization.policy.2.3.0.nupkg) = 9cc57862debcd74a572134f1332b0f2297de9eefb702763b8ead8b90fae4574d
+SIZE (nuget/microsoft.aspnetcore.authorization.policy.2.3.0.nupkg) = 41965
+SHA256 (nuget/microsoft.aspnetcore.authorization.2.3.0.nupkg) = 51bc7378e221efa78238c802f00f762b07e0380963c93d24f049fe9783d90ed0
+SIZE (nuget/microsoft.aspnetcore.authorization.2.3.0.nupkg) = 54353
+SHA256 (nuget/microsoft.aspnetcore.connections.abstractions.2.3.0.nupkg) = aaf03d2c3afcbce2da111a3189afca4675667f6ab5e67ece1ca36c058eadeb1c
+SIZE (nuget/microsoft.aspnetcore.connections.abstractions.2.3.0.nupkg) = 47443
+SHA256 (nuget/microsoft.aspnetcore.cors.2.3.0.nupkg) = 27646d7e2815804d44af99440c47cc3178077bb7028d418a596b4d24bdec085e
+SIZE (nuget/microsoft.aspnetcore.cors.2.3.0.nupkg) = 51001
+SHA256 (nuget/microsoft.aspnetcore.cryptography.internal.2.3.0.nupkg) = 7fba6a4cb215df74e3bf18cc62ccba2caef966bd6571f42dd284cff6339bde49
+SIZE (nuget/microsoft.aspnetcore.cryptography.internal.2.3.0.nupkg) = 50762
+SHA256 (nuget/microsoft.aspnetcore.dataprotection.abstractions.2.3.0.nupkg) = 8129a5feaae5a84c80d5733ae61598240ea84d493d7d3e70a9ee1c01b4810dde
+SIZE (nuget/microsoft.aspnetcore.dataprotection.abstractions.2.3.0.nupkg) = 44525
+SHA256 (nuget/microsoft.aspnetcore.dataprotection.2.3.0.nupkg) = 29c6b4c687ca19a57dafff927c7bf699a15c5ae3138f93ba028b7f603a51e83c
+SIZE (nuget/microsoft.aspnetcore.dataprotection.2.3.0.nupkg) = 111370
+SHA256 (nuget/microsoft.aspnetcore.diagnostics.abstractions.2.3.0.nupkg) = 75853eee883326244dcc5a91001f1c3f539cd756e9f3e50cf24bad74ff135eb9
+SIZE (nuget/microsoft.aspnetcore.diagnostics.abstractions.2.3.0.nupkg) = 39885
+SHA256 (nuget/microsoft.aspnetcore.diagnostics.2.3.0.nupkg) = f17f3cd27a59b2099882b0441232ac45a50291cd5b43735f1bdbcea795201a72
+SIZE (nuget/microsoft.aspnetcore.diagnostics.2.3.0.nupkg) = 123734
+SHA256 (nuget/microsoft.aspnetcore.hostfiltering.2.3.0.nupkg) = 58bb1a9e7e48a79ff23d126c99c4273066a67959afdc0cde347e7550e5c3d026
+SIZE (nuget/microsoft.aspnetcore.hostfiltering.2.3.0.nupkg) = 42317
+SHA256 (nuget/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg) = b5967829ad07d1325bfa6e67b4eed837bb6572b0f3e61261bd7d6c879565d4f2
+SIZE (nuget/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg) = 39859
+SHA256 (nuget/microsoft.aspnetcore.hosting.abstractions.2.3.0.nupkg) = 82d89131003990ed5b88855a04b8d2ab4fe3555a6223c5b34b5dfacff131d73b
+SIZE (nuget/microsoft.aspnetcore.hosting.abstractions.2.3.0.nupkg) = 44211
+SHA256 (nuget/microsoft.aspnetcore.hosting.server.abstractions.2.3.0.nupkg) = 96d299d362f7717bb6742c7524612dd57f20420c130019f8e50901b11118c5ac
+SIZE (nuget/microsoft.aspnetcore.hosting.server.abstractions.2.3.0.nupkg) = 38882
+SHA256 (nuget/microsoft.aspnetcore.hosting.2.3.0.nupkg) = 159ebad4e3d94ed422cae5f75745a2d2b261a11463a2217d5f66e854b96dafa9
+SIZE (nuget/microsoft.aspnetcore.hosting.2.3.0.nupkg) = 86118
+SHA256 (nuget/microsoft.aspnetcore.html.abstractions.2.3.0.nupkg) = 6812da8c7065126c1afea8d85e354f7dcfcf1835c034790efe04b1ca269f1870
+SIZE (nuget/microsoft.aspnetcore.html.abstractions.2.3.0.nupkg) = 42298
+SHA256 (nuget/microsoft.aspnetcore.http.abstractions.2.1.1.nupkg) = dacf156fad8239706f26b276c90763cedf86f654b77c67f3cee04bb7267c5a0a
+SIZE (nuget/microsoft.aspnetcore.http.abstractions.2.1.1.nupkg) = 70536
+SHA256 (nuget/microsoft.aspnetcore.http.abstractions.2.3.0.nupkg) = 36b005ce4e4873199e464dd9bbeacb72ad3e28a88061fca025b01d22dd99a5f9
+SIZE (nuget/microsoft.aspnetcore.http.abstractions.2.3.0.nupkg) = 74760
+SHA256 (nuget/microsoft.aspnetcore.http.extensions.2.3.0.nupkg) = b0e5700b9c0ae70f3947e1db6240657cfa66927c80122837834b959d3486c212
+SIZE (nuget/microsoft.aspnetcore.http.extensions.2.3.0.nupkg) = 50850
+SHA256 (nuget/microsoft.aspnetcore.http.features.2.3.0.nupkg) = 4243454b749c0cbcadd17a690134a881b175ada49024dfb04ad72702c4a8509c
+SIZE (nuget/microsoft.aspnetcore.http.features.2.3.0.nupkg) = 51704
+SHA256 (nuget/microsoft.aspnetcore.http.2.1.22.nupkg) = afabc1773a05d291ce719cd5c1f09d8be5bf6605414df2715a80278b862c1626
+SIZE (nuget/microsoft.aspnetcore.http.2.1.22.nupkg) = 63237
+SHA256 (nuget/microsoft.aspnetcore.http.2.3.0.nupkg) = b9b3c6bc5c0c8d76f2758d60ce8fe6df5a56ab9fd2b12fed191b4ea2d1c57c15
+SIZE (nuget/microsoft.aspnetcore.http.2.3.0.nupkg) = 71179
+SHA256 (nuget/microsoft.aspnetcore.httpoverrides.2.3.0.nupkg) = c6acc57aa3a7be829536a99de1e31cf171a078af4ee79e9447cc51d73d3ddb52
+SIZE (nuget/microsoft.aspnetcore.httpoverrides.2.3.0.nupkg) = 46764
+SHA256 (nuget/microsoft.aspnetcore.jsonpatch.2.3.0.nupkg) = 77a507078b166bb7334c80b8187c1d4213abbd5d89a473e6a139631b1c757677
+SIZE (nuget/microsoft.aspnetcore.jsonpatch.2.3.0.nupkg) = 56781
+SHA256 (nuget/microsoft.aspnetcore.jsonpatch.8.0.17.nupkg) = e9ff1fd543a7b2e37374a1060eebb913b8dca969e239bc44f2cdb16d341d4229
+SIZE (nuget/microsoft.aspnetcore.jsonpatch.8.0.17.nupkg) = 146382
+SHA256 (nuget/microsoft.aspnetcore.localization.2.3.0.nupkg) = e66c42a1361af0ab26ad332f2f17199e325df86dd0c6b53202b2dad618eb38a8
+SIZE (nuget/microsoft.aspnetcore.localization.2.3.0.nupkg) = 48328
+SHA256 (nuget/microsoft.aspnetcore.mvc.abstractions.2.3.0.nupkg) = 9f1b80fbb762f224f8142bb5d1e8a355182b6b0ed0610ae140f541c3de327583
+SIZE (nuget/microsoft.aspnetcore.mvc.abstractions.2.3.0.nupkg) = 104205
+SHA256 (nuget/microsoft.aspnetcore.mvc.apiexplorer.2.3.0.nupkg) = 42152487b5d8612a4324cfd6f08dc78b2c73067ab5887339df1dbc767315e253
+SIZE (nuget/microsoft.aspnetcore.mvc.apiexplorer.2.3.0.nupkg) = 53079
+SHA256 (nuget/microsoft.aspnetcore.mvc.core.2.3.0.nupkg) = f067d40e77f82eafd96e8dc5086c2953caa3cb6dfcebae8d2dcb76731feb15dd
+SIZE (nuget/microsoft.aspnetcore.mvc.core.2.3.0.nupkg) = 318229
+SHA256 (nuget/microsoft.aspnetcore.mvc.cors.2.3.0.nupkg) = b3e0ee9e2fac4acdf41ad6a35be20d55f6c95c5c3385ace7b7dcac71be00dc3a
+SIZE (nuget/microsoft.aspnetcore.mvc.cors.2.3.0.nupkg) = 44043
+SHA256 (nuget/microsoft.aspnetcore.mvc.dataannotations.2.3.0.nupkg) = 69a9af3ab7ea8865b1297ede065dfe40158262c55d77a440fd0d2341bf927e92
+SIZE (nuget/microsoft.aspnetcore.mvc.dataannotations.2.3.0.nupkg) = 55446
+SHA256 (nuget/microsoft.aspnetcore.mvc.formatters.json.2.3.0.nupkg) = 9083925a2b52ae4f9ff4efd9b910b21d3abb73e71899710556ce9252c58403fb
+SIZE (nuget/microsoft.aspnetcore.mvc.formatters.json.2.3.0.nupkg) = 53459
+SHA256 (nuget/microsoft.aspnetcore.mvc.localization.2.3.0.nupkg) = 9ad5fe66c3b4e4aba11c297b6daf5604fcf129b38183279c6114d6f21638ed4b
+SIZE (nuget/microsoft.aspnetcore.mvc.localization.2.3.0.nupkg) = 48688
+SHA256 (nuget/microsoft.aspnetcore.mvc.newtonsoftjson.8.0.17.nupkg) = 6d910f64d586b7fbf8a05ffa198e1301a94313d95f23afc26cc26d687eb885d2
+SIZE (nuget/microsoft.aspnetcore.mvc.newtonsoftjson.8.0.17.nupkg) = 82011
+SHA256 (nuget/microsoft.aspnetcore.mvc.razor.extensions.2.3.0.nupkg) = ee371a0b9cb725c57708c76f848c046107b268fc2c2b266219d202233a0c7a1c
+SIZE (nuget/microsoft.aspnetcore.mvc.razor.extensions.2.3.0.nupkg) = 104833
+SHA256 (nuget/microsoft.aspnetcore.mvc.razor.2.3.0.nupkg) = 562c8d5ad58ce8e89a534cc3737eb6b956fd25004a2e0e9bc6d7bceaec8a61b8
+SIZE (nuget/microsoft.aspnetcore.mvc.razor.2.3.0.nupkg) = 108087
+SHA256 (nuget/microsoft.aspnetcore.mvc.razorpages.2.3.0.nupkg) = 90cdac951992da94e60b678785c686472184695b5afc3881a0f360163dd20f42
+SIZE (nuget/microsoft.aspnetcore.mvc.razorpages.2.3.0.nupkg) = 120385
+SHA256 (nuget/microsoft.aspnetcore.mvc.taghelpers.2.3.0.nupkg) = 4bdd83bcffce6c6cdd861e8920a826d99b65a575db627b415eea001843406fd9
+SIZE (nuget/microsoft.aspnetcore.mvc.taghelpers.2.3.0.nupkg) = 93174
+SHA256 (nuget/microsoft.aspnetcore.mvc.viewfeatures.2.3.0.nupkg) = 9a1d8e6fab5237bcd1b2994c8c00e5776bc7274f43c3b33aa547a41ee21f94c4
+SIZE (nuget/microsoft.aspnetcore.mvc.viewfeatures.2.3.0.nupkg) = 198434
+SHA256 (nuget/microsoft.aspnetcore.mvc.2.3.0.nupkg) = f428c6c48a1df888141337f41f1f8421b7d88c4eca1ed1e98996ddde05555ae2
+SIZE (nuget/microsoft.aspnetcore.mvc.2.3.0.nupkg) = 40527
+SHA256 (nuget/microsoft.aspnetcore.razor.design.2.3.0.nupkg) = f4994077f326114df45fb76ef1ffb3e48026b60c9dc35e6ef904ed9a26dd4bb7
+SIZE (nuget/microsoft.aspnetcore.razor.design.2.3.0.nupkg) = 4395179
+SHA256 (nuget/microsoft.aspnetcore.razor.language.2.3.0.nupkg) = dcc6e0d8283c20eaecfc2409aaa187bc13ddd72a755df40a38a26390f32031e4
+SIZE (nuget/microsoft.aspnetcore.razor.language.2.3.0.nupkg) = 381502
+SHA256 (nuget/microsoft.aspnetcore.razor.runtime.2.3.0.nupkg) = bb490386b64e1d0df6706828184eea5d78412e1ed1da7c79782ea135cdc992da
+SIZE (nuget/microsoft.aspnetcore.razor.runtime.2.3.0.nupkg) = 45912
+SHA256 (nuget/microsoft.aspnetcore.razor.2.3.0.nupkg) = a81ac3d8df220783e5a9312a9d9305ac0dbccf51531f6f08835ff9ea7f385e24
+SIZE (nuget/microsoft.aspnetcore.razor.2.3.0.nupkg) = 46338
+SHA256 (nuget/microsoft.aspnetcore.responsecaching.abstractions.2.3.0.nupkg) = 53d5370fc755bf97c816ed53e075ab80970df1700deb17188e0e17a9597f9f73
+SIZE (nuget/microsoft.aspnetcore.responsecaching.abstractions.2.3.0.nupkg) = 38132
+SHA256 (nuget/microsoft.aspnetcore.responsecompression.2.3.0.nupkg) = 63b3dcf80fb439bd65e2d38275927854512ca750a0f8462c849332ee2a43a240
+SIZE (nuget/microsoft.aspnetcore.responsecompression.2.3.0.nupkg) = 67777
+SHA256 (nuget/microsoft.aspnetcore.rewrite.2.3.0.nupkg) = 5187be1dc756f591ea5ec66c4e405b160389de1d78ba861be1cc2315fe72f545
+SIZE (nuget/microsoft.aspnetcore.rewrite.2.3.0.nupkg) = 70836
+SHA256 (nuget/microsoft.aspnetcore.routing.abstractions.2.1.1.nupkg) = f1a51ddb341d54f4cbd7cb918906b1b333573fc4ba6b8083dfa49331b517bd11
+SIZE (nuget/microsoft.aspnetcore.routing.abstractions.2.1.1.nupkg) = 47623
+SHA256 (nuget/microsoft.aspnetcore.routing.abstractions.2.3.0.nupkg) = a523e9c0053fcc489d9817118d2bb3ef57ece4220145617cca9fee8ec2015e89
+SIZE (nuget/microsoft.aspnetcore.routing.abstractions.2.3.0.nupkg) = 51947
+SHA256 (nuget/microsoft.aspnetcore.routing.2.3.0.nupkg) = 6d7ad8795808fac9b67b978e0b03a4756c827f96fb750f24bfea4945a78b8872
+SIZE (nuget/microsoft.aspnetcore.routing.2.3.0.nupkg) = 86979
+SHA256 (nuget/microsoft.aspnetcore.server.iisintegration.2.3.0.nupkg) = b8c79bc692203e401c0d6d043eb89aeb6b5b2c972362778683688c252cead59e
+SIZE (nuget/microsoft.aspnetcore.server.iisintegration.2.3.0.nupkg) = 73386
+SHA256 (nuget/microsoft.aspnetcore.server.kestrel.core.2.3.0.nupkg) = 337a788e44fb204a2ca010cdf4b3075d171082fe373d96e8cc84fce7be3ce6f3
+SIZE (nuget/microsoft.aspnetcore.server.kestrel.core.2.3.0.nupkg) = 201930
+SHA256 (nuget/microsoft.aspnetcore.server.kestrel.https.2.3.0.nupkg) = 2f14e10e1809c909ff93b8805e2ba154a96b95f3587ee20daec3693fbcd92b69
+SIZE (nuget/microsoft.aspnetcore.server.kestrel.https.2.3.0.nupkg) = 37903
+SHA256 (nuget/microsoft.aspnetcore.server.kestrel.transport.abstractions.2.3.0.nupkg) = b11c7e695d4c8e034813bd54b4602c4a138cea11d0e02fb288cf2f64c66b78b6
+SIZE (nuget/microsoft.aspnetcore.server.kestrel.transport.abstractions.2.3.0.nupkg) = 47589
+SHA256 (nuget/microsoft.aspnetcore.server.kestrel.transport.sockets.2.3.0.nupkg) = 31bf9ace7a6e88e980b2d3669a056bd6399ae579c5d11ef531ae5d31edf43fa9
+SIZE (nuget/microsoft.aspnetcore.server.kestrel.transport.sockets.2.3.0.nupkg) = 50960
+SHA256 (nuget/microsoft.aspnetcore.server.kestrel.2.3.0.nupkg) = 34ce736b8cf353bb35bac22d32622c03ec6a149def6afc17a55e6ea09312a46e
+SIZE (nuget/microsoft.aspnetcore.server.kestrel.2.3.0.nupkg) = 39111
+SHA256 (nuget/microsoft.aspnetcore.staticfiles.2.3.0.nupkg) = 88812d23d4c2d4a0d706705d3b0b1605ec761f69fd885ac7f0944b23a970c118
+SIZE (nuget/microsoft.aspnetcore.staticfiles.2.3.0.nupkg) = 61353
+SHA256 (nuget/microsoft.aspnetcore.webutilities.2.3.0.nupkg) = a093043f8e10f429616f26543ed49bf63a90c8927f743e031c4951be462920ea
+SIZE (nuget/microsoft.aspnetcore.webutilities.2.3.0.nupkg) = 63465
+SHA256 (nuget/microsoft.aspnetcore.2.3.0.nupkg) = 5dac1e814db92163b5bb7ec0827f4c3cf51f574cffd663d579a42459dcd080de
+SIZE (nuget/microsoft.aspnetcore.2.3.0.nupkg) = 41992
+SHA256 (nuget/microsoft.bcl.asyncinterfaces.6.0.0.nupkg) = e3df87fe2170a7e01f0880af59caa8f6eb380b3c40a4f282dfb43912aaf0f895
+SIZE (nuget/microsoft.bcl.asyncinterfaces.6.0.0.nupkg) = 76354
+SHA256 (nuget/microsoft.bcl.asyncinterfaces.7.0.0.nupkg) = d5ed37d44dba8ab688aae9fce1a7747c2211e0c259d61710a38c8537e07b51f1
+SIZE (nuget/microsoft.bcl.asyncinterfaces.7.0.0.nupkg) = 95839
+SHA256 (nuget/microsoft.bcl.asyncinterfaces.8.0.0.nupkg) = f5a5a68b03092ab2abf68843d4a4aea25dfbcbe8dd0f13c625cb779b6fc1927c
+SIZE (nuget/microsoft.bcl.asyncinterfaces.8.0.0.nupkg) = 99740
+SHA256 (nuget/microsoft.bcl.timeprovider.8.0.0.nupkg) = 7c1bc34970d22183334daf3e03ef7c2aa8445d83fa135ef02e8f943709727f85
+SIZE (nuget/microsoft.bcl.timeprovider.8.0.0.nupkg) = 105522
+SHA256 (nuget/microsoft.codeanalysis.analyzers.1.1.0.nupkg) = ecaad97cade451b99e4fcd9e55a76f1eead971a16adc50e3e2a90821e1312623
+SIZE (nuget/microsoft.codeanalysis.analyzers.1.1.0.nupkg) = 102426
+SHA256 (nuget/microsoft.codeanalysis.common.2.8.2.nupkg) = a62154ed8d8d654d652ef6e0dcf6436097cda7588c3fa05ffc6854ffcd96b990
+SIZE (nuget/microsoft.codeanalysis.common.2.8.2.nupkg) = 1496132
+SHA256 (nuget/microsoft.codeanalysis.csharp.2.8.2.nupkg) = 5eac10f955c7c33f3cb6e6568d24e8c530fdd7fcc038a850709223d2eff8e7e9
+SIZE (nuget/microsoft.codeanalysis.csharp.2.8.2.nupkg) = 2825779
+SHA256 (nuget/microsoft.codeanalysis.razor.2.3.0.nupkg) = fad3cc69707b8925c4150a7fe712481c921957d6979ceee2d5d3a61b894491f4
+SIZE (nuget/microsoft.codeanalysis.razor.2.3.0.nupkg) = 73260
+SHA256 (nuget/microsoft.csharp.4.5.0.nupkg) = 740863fc28171b9548cb6768a75c69954b0b8deeee04f163c5ab33f6b7452206
+SIZE (nuget/microsoft.csharp.4.5.0.nupkg) = 627579
+SHA256 (nuget/microsoft.csharp.4.7.0.nupkg) = 127927bf646c145ebc9443ddadfe4cf81a55d641e82d3551029294c2e93fa63d
+SIZE (nuget/microsoft.csharp.4.7.0.nupkg) = 627100
+SHA256 (nuget/microsoft.diasymreader.native.1.7.0.nupkg) = b63bc8b30cae6cdcbeac980395b89980e6f91b8681745c8188f6b6936f1f5c50
+SIZE (nuget/microsoft.diasymreader.native.1.7.0.nupkg) = 3324299
+SHA256 (nuget/microsoft.dotnet.platformabstractions.2.1.0.nupkg) = beb661629f784a3c9c50c19a558085589e29eca04a7ea5722d6b481bbddfcde3
+SIZE (nuget/microsoft.dotnet.platformabstractions.2.1.0.nupkg) = 57680
+SHA256 (nuget/microsoft.extensions.caching.abstractions.8.0.0.nupkg) = c46a4aaf2c10bd4d569bf5a895823180760415f824346789f8619ce434f7a612
+SIZE (nuget/microsoft.extensions.caching.abstractions.8.0.0.nupkg) = 160393
+SHA256 (nuget/microsoft.extensions.caching.memory.8.0.1.nupkg) = e50d2fcc7a3766f1ace273c173f5e5045e3003060ef29c6ae8419d6238d7669b
+SIZE (nuget/microsoft.extensions.caching.memory.8.0.1.nupkg) = 197330
+SHA256 (nuget/microsoft.extensions.configuration.abstractions.2.1.0.nupkg) = addf332ba6164b148fe472eb3fe211f28e7ffbfb21793343b63dc8f447a6ff0d
+SIZE (nuget/microsoft.extensions.configuration.abstractions.2.1.0.nupkg) = 37949
+SHA256 (nuget/microsoft.extensions.configuration.abstractions.8.0.0.nupkg) = e1e0690e47fb309a334d99cec10bf071f81129019c3577b42bf905fa1e5197ca
+SIZE (nuget/microsoft.extensions.configuration.abstractions.8.0.0.nupkg) = 149230
+SHA256 (nuget/microsoft.extensions.configuration.binder.8.0.0.nupkg) = 19a9df2271b3ce83766ca78dc0e37cfc79da9abea5ed14e960b038f423570fd4
+SIZE (nuget/microsoft.extensions.configuration.binder.8.0.0.nupkg) = 385489
+SHA256 (nuget/microsoft.extensions.configuration.binder.8.0.2.nupkg) = 68607456ea02df861a74012aaf0a1a5cb739aa56b9e69b300d5db12d2991ed21
+SIZE (nuget/microsoft.extensions.configuration.binder.8.0.2.nupkg) = 389312
+SHA256 (nuget/microsoft.extensions.configuration.commandline.8.0.0.nupkg) = 7e63c2fe8f12fb0793b50256ca4a671879ba00a554db5c5813f09a1d853bce08
+SIZE (nuget/microsoft.extensions.configuration.commandline.8.0.0.nupkg) = 139143
+SHA256 (nuget/microsoft.extensions.configuration.environmentvariables.8.0.0.nupkg) = f9b8c566fa82b0c7f6151336a25ab1fdfb9bf90c1f335901863195393e470b8f
+SIZE (nuget/microsoft.extensions.configuration.environmentvariables.8.0.0.nupkg) = 122333
+SHA256 (nuget/microsoft.extensions.configuration.fileextensions.8.0.1.nupkg) = 89103c2fb057fdf7b92c70953a1cc14a4df419fb213fb576423da7c6912f4ad0
+SIZE (nuget/microsoft.extensions.configuration.fileextensions.8.0.1.nupkg) = 144571
+SHA256 (nuget/microsoft.extensions.configuration.json.8.0.1.nupkg) = 27c10aff286c7d3a5e49463c17cd594c157d00f1e23d496237b77e9f6397f488
+SIZE (nuget/microsoft.extensions.configuration.json.8.0.1.nupkg) = 160472
+SHA256 (nuget/microsoft.extensions.configuration.usersecrets.8.0.1.nupkg) = c86bd67f0061c85b9d708bfdea9296690d4c20c3a2bf92c74829fef49ec3a33d
+SIZE (nuget/microsoft.extensions.configuration.usersecrets.8.0.1.nupkg) = 141387
+SHA256 (nuget/microsoft.extensions.configuration.8.0.0.nupkg) = f413ec012971ad5f229663028dd6f74e251c9b9bc56719019c023f7cd0521320
+SIZE (nuget/microsoft.extensions.configuration.8.0.0.nupkg) = 191129
+SHA256 (nuget/microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg) = ef92b31065a36d110b7332690a226e6fe96d35430c6f3e40ff529053ee5d80ff
+SIZE (nuget/microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg) = 276886
+SHA256 (nuget/microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg) = 51f2df1100245f10da54f0bb7e813f277155117777d4fbbab902214e27372606
+SIZE (nuget/microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg) = 278862
+SHA256 (nuget/microsoft.extensions.dependencyinjection.8.0.0.nupkg) = faa20347c851ceb7821cd103b5470f7d51d076eaf358fa3f9aabe2087efcf844
+SIZE (nuget/microsoft.extensions.dependencyinjection.8.0.0.nupkg) = 341717
+SHA256 (nuget/microsoft.extensions.dependencyinjection.8.0.1.nupkg) = 3bd8348d64be8df1a84f7caa2b06582462fe8c64887926f09afa262830b78535
+SIZE (nuget/microsoft.extensions.dependencyinjection.8.0.1.nupkg) = 344439
+SHA256 (nuget/microsoft.extensions.dependencymodel.2.1.0.nupkg) = edd168e62b640763a04a04bb74df3b8745dfda9e7f7fa7e5d8a6baf824c48436
+SIZE (nuget/microsoft.extensions.dependencymodel.2.1.0.nupkg) = 119085
+SHA256 (nuget/microsoft.extensions.diagnostics.abstractions.8.0.1.nupkg) = 7790d55e103ca89158f586e1663b13aace70e640eec45e6ff860ff59947540bd
+SIZE (nuget/microsoft.extensions.diagnostics.abstractions.8.0.1.nupkg) = 154367
+SHA256 (nuget/microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg) = b904979ade3b5f61c6a159e26af8cb2026cfb43d9179039840c832de5d31b8c5
+SIZE (nuget/microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg) = 113833
+SHA256 (nuget/microsoft.extensions.fileproviders.composite.8.0.0.nupkg) = 90c2de255753d496471adeb35a31bafd456948388ef3ee5176ecc511faee37a6
+SIZE (nuget/microsoft.extensions.fileproviders.composite.8.0.0.nupkg) = 121317
+SHA256 (nuget/microsoft.extensions.fileproviders.physical.8.0.0.nupkg) = dbdcb9651435660cd53b11e4b58c72887e34915826e6e9f6c9319dbee4969d17
+SIZE (nuget/microsoft.extensions.fileproviders.physical.8.0.0.nupkg) = 199058
+SHA256 (nuget/microsoft.extensions.filesystemglobbing.8.0.0.nupkg) = f8ecf8d494798dd70994224e4a94082f938c04d8bed479767742541df112eec5
+SIZE (nuget/microsoft.extensions.filesystemglobbing.8.0.0.nupkg) = 192314
+SHA256 (nuget/microsoft.extensions.hosting.abstractions.8.0.1.nupkg) = fdb2152fdbaf050855fca4268c0d598d1ef8b0c7da02505bd79b155ec1831150
+SIZE (nuget/microsoft.extensions.hosting.abstractions.8.0.1.nupkg) = 232336
+SHA256 (nuget/microsoft.extensions.localization.abstractions.8.0.11.nupkg) = 790838cd6931db4bfa0571960714cdc153011d795dea2fdf11f8f1eaa2996fe9
+SIZE (nuget/microsoft.extensions.localization.abstractions.8.0.11.nupkg) = 84592
+SHA256 (nuget/microsoft.extensions.localization.8.0.11.nupkg) = 096abd0307a482329eaac4f1d070d739dcce2e8646a28deeedae07aa8679c42f
+SIZE (nuget/microsoft.extensions.localization.8.0.11.nupkg) = 107625
+SHA256 (nuget/microsoft.extensions.logging.abstractions.8.0.0.nupkg) = 26675d8de83c5394be8814f046554054b7881f1738cabacd82a54c381ec48cce
+SIZE (nuget/microsoft.extensions.logging.abstractions.8.0.0.nupkg) = 795935
+SHA256 (nuget/microsoft.extensions.logging.abstractions.8.0.2.nupkg) = 707a5ef17d818186b90f3ba565fab6e2b83c3b62b92e6ab63a22e1a320158097
+SIZE (nuget/microsoft.extensions.logging.abstractions.8.0.2.nupkg) = 801164
+SHA256 (nuget/microsoft.extensions.logging.configuration.8.0.1.nupkg) = 13625b246d845e5bf61d458b8b5ee422400be910bdac2d84d7c0b7800c8eb9a1
+SIZE (nuget/microsoft.extensions.logging.configuration.8.0.1.nupkg) = 144891
+SHA256 (nuget/microsoft.extensions.logging.console.8.0.1.nupkg) = dad86117525b0cd8f7071d9f707ecedbab8718d78c77d3186a1e8deb4948a485
+SIZE (nuget/microsoft.extensions.logging.console.8.0.1.nupkg) = 266136
+SHA256 (nuget/microsoft.extensions.logging.debug.8.0.1.nupkg) = 80a16a060e656e3cb954111c02ea10fd2b17031beb61d0583aef5d57ad1e24a8
+SIZE (nuget/microsoft.extensions.logging.debug.8.0.1.nupkg) = 124342
+SHA256 (nuget/microsoft.extensions.logging.2.1.0.nupkg) = 06d45573ca3b36bb8509b94e2131cf643de59549ab8b7fb5752b52a34f443136
+SIZE (nuget/microsoft.extensions.logging.2.1.0.nupkg) = 42532
+SHA256 (nuget/microsoft.extensions.logging.8.0.0.nupkg) = 31e8746745fb2b23841b897445605cb871e285c00172f0b27d45e06ac990f75a
+SIZE (nuget/microsoft.extensions.logging.8.0.0.nupkg) = 232520
+SHA256 (nuget/microsoft.extensions.logging.8.0.1.nupkg) = be47d5c38b50120f3a5e0d7cbfa40ed106f862ccf4363c79eddd5770dba3e885
+SIZE (nuget/microsoft.extensions.logging.8.0.1.nupkg) = 233885
+SHA256 (nuget/microsoft.extensions.objectpool.8.0.11.nupkg) = c6eb58cd403cea13a0d0d7cb72cfcd3f294abcd70da21b9c6352e94849246a9b
+SIZE (nuget/microsoft.extensions.objectpool.8.0.11.nupkg) = 92137
+SHA256 (nuget/microsoft.extensions.options.configurationextensions.8.0.0.nupkg) = 03905bcf0d6488d9208ab939c7c932c7083d94b4dc4a78288de0fea1ca46d512
+SIZE (nuget/microsoft.extensions.options.configurationextensions.8.0.0.nupkg) = 135412
+SHA256 (nuget/microsoft.extensions.options.8.0.0.nupkg) = 9f69b82527a040a51394eb0a2d95141c728cabddba789d30f4df46f88dc5a05c
+SIZE (nuget/microsoft.extensions.options.8.0.0.nupkg) = 492963
+SHA256 (nuget/microsoft.extensions.options.8.0.2.nupkg) = 02372575d75d76d37ff5a1fda60ec2944672716b451cb8bd20f7b518684d432b
+SIZE (nuget/microsoft.extensions.options.8.0.2.nupkg) = 494417
+SHA256 (nuget/microsoft.extensions.primitives.8.0.0.nupkg) = 154f2a8f70d1f1b0dd73573e59e199c7f3c265eaaa9ddc1e64cf5ea5ca578d2a
+SIZE (nuget/microsoft.extensions.primitives.8.0.0.nupkg) = 209772
+SHA256 (nuget/microsoft.extensions.webencoders.8.0.11.nupkg) = cdc6d6c434244246557948ceb2ca9e275b773bbd12964ec55a7ea3ffc2317e01
+SIZE (nuget/microsoft.extensions.webencoders.8.0.11.nupkg) = 87480
+SHA256 (nuget/microsoft.net.http.headers.2.3.0.nupkg) = 5d8dceca1293cd455b98c9de829d08c40a60f1cc3ded10fd7970b65de9eb3aa1
+SIZE (nuget/microsoft.net.http.headers.2.3.0.nupkg) = 68813
+SHA256 (nuget/microsoft.netcore.platforms.1.1.0.nupkg) = 15e338d24b5c39b4099389cc612841eb51ff13c07bb4829f97d39b27420e7023
+SIZE (nuget/microsoft.netcore.platforms.1.1.0.nupkg) = 17960
+SHA256 (nuget/microsoft.netcore.platforms.5.0.0.nupkg) = 2c8720d52b437102cf380069e0945722cf37eddef3d226bafbefb7485de39757
+SIZE (nuget/microsoft.netcore.platforms.5.0.0.nupkg) = 39826
+SHA256 (nuget/microsoft.netframework.referenceassemblies.net462.1.0.3.nupkg) = ee692a845743500910855d4c330ca6e9ef87c16e16f740e4474d187185d66e21
+SIZE (nuget/microsoft.netframework.referenceassemblies.net462.1.0.3.nupkg) = 19902484
+SHA256 (nuget/microsoft.netframework.referenceassemblies.1.0.3.nupkg) = 141a093f90c7645d101ccd312e6f727781c965540eb92a52280f95411a698441
+SIZE (nuget/microsoft.netframework.referenceassemblies.1.0.3.nupkg) = 20961
+SHA256 (nuget/microsoft.win32.registry.4.5.0.nupkg) = 58c057b086f40e03c53da164355c58f5bf6f70cc4faad8058228ca60c25f57fd
+SIZE (nuget/microsoft.win32.registry.4.5.0.nupkg) = 350921
+SHA256 (nuget/mimemapping.1.0.1.50.nupkg) = a33ec64d422aaa3fb6db85dee40898988ea91235d0e3ce50cd574b1c04348289
+SIZE (nuget/mimemapping.1.0.1.50.nupkg) = 348369
+SHA256 (nuget/mono.posix.7.1.0-final.1.21458.1.nupkg) = 91ba5baeec9629f59f460f485f4c11f148abca480974b665d9de4fa94805c73e
+SIZE (nuget/mono.posix.7.1.0-final.1.21458.1.nupkg) = 129570
+SHA256 (nuget/mono.unix.7.1.0-final.1.21458.1.nupkg) = b66de788e9b838509efe42f9339cf009981f1c468fb660eab0e2cde86131607b
+SIZE (nuget/mono.unix.7.1.0-final.1.21458.1.nupkg) = 7089824
+SHA256 (nuget/netstandard.library.1.6.1.nupkg) = 88d6a7d62c7b46d9dc1960bd023019dac93bd03a313ac9843a0435d1f5e6e0fc
+SIZE (nuget/netstandard.library.1.6.1.nupkg) = 17360
+SHA256 (nuget/netstandard.library.2.0.3.nupkg) = 3eb87644f79bcffb3c0331dbdac3c7837265f2cdf58a7bfd93e431776f77c9ba
+SIZE (nuget/netstandard.library.2.0.3.nupkg) = 3146139
+SHA256 (nuget/newtonsoft.json.bson.1.0.2.nupkg) = 6548fa60548c669e4266d5e26a6c38f5e6666e9d62601b8db0828d9e3c5c4730
+SIZE (nuget/newtonsoft.json.bson.1.0.2.nupkg) = 202003
+SHA256 (nuget/newtonsoft.json.11.0.2.nupkg) = 6219406c67f0a31433c5bdc779fe22c95f5e19d3d024935dd868124748ec049d
+SIZE (nuget/newtonsoft.json.11.0.2.nupkg) = 2409669
+SHA256 (nuget/newtonsoft.json.12.0.1.nupkg) = e177f7459ac9a26021de3699ac40095f7a0f98ea30195f320c1f58de1d03c385
+SIZE (nuget/newtonsoft.json.12.0.1.nupkg) = 3407949
+SHA256 (nuget/newtonsoft.json.13.0.1.nupkg) = 2b6b52556e27e1b7913f33eedeb95568110c746bd64afff74357f1683878323a
+SIZE (nuget/newtonsoft.json.13.0.1.nupkg) = 2065787
+SHA256 (nuget/newtonsoft.json.13.0.2.nupkg) = 112ca3b7f47bcbd743befcf949fb68ce4f9eff73ad9f7f1b39c2c61a1ebd3add
+SIZE (nuget/newtonsoft.json.13.0.2.nupkg) = 2441714
+SHA256 (nuget/newtonsoft.json.13.0.3.nupkg) = 872fc189e638ab1056555b03aaa38f68bcb54286e221aa646eb1129babf63c77
+SIZE (nuget/newtonsoft.json.13.0.3.nupkg) = 2441966
+SHA256 (nuget/newtonsoft.json.9.0.1.nupkg) = 998081ae052120917346e2cb57d488888147a2fcdf47c52ea9f83a7b4f049e55
+SIZE (nuget/newtonsoft.json.9.0.1.nupkg) = 1613054
+SHA256 (nuget/nlog.extensions.logging.5.4.0.nupkg) = f6954182e00a9e399bb4a337c01541133a2f5e4a045e0aaf07822189ac80915a
+SIZE (nuget/nlog.extensions.logging.5.4.0.nupkg) = 250899
+SHA256 (nuget/nlog.web.aspnetcore.5.4.0.nupkg) = b430ac3aa60d560f9d34193ce478cd81b66e43032018f21db0caa83e184f44e9
+SIZE (nuget/nlog.web.aspnetcore.5.4.0.nupkg) = 377609
+SHA256 (nuget/nlog.5.4.0.nupkg) = 9764745071c22f4d8a3cc0bde9eeb600bd8e3450f43c0b72eb5f72f549c3db90
+SIZE (nuget/nlog.5.4.0.nupkg) = 2975957
+SHA256 (nuget/polly.core.8.6.1.nupkg) = 86108dd03a1e0bb822577b75d01f60a15d85ab4169a422f41d1bc5cc32cce656
+SIZE (nuget/polly.core.8.6.1.nupkg) = 860007
+SHA256 (nuget/polly.8.6.1.nupkg) = bc632f5913b686cdf516fd31de8a0d5b9244dbff431c1659407f459d5352af41
+SIZE (nuget/polly.8.6.1.nupkg) = 766219
+SHA256 (nuget/sharpziplib.1.4.2.nupkg) = fe0895aa2930a2b1b65caa9f37db8bca35125ebdf9cc1b99d855f6afc5ff5946
+SIZE (nuget/sharpziplib.1.4.2.nupkg) = 741182
+SHA256 (nuget/system.appcontext.4.3.0.nupkg) = ca0f792cd40ec05940d6d5b15dd42457226a4f8027a0373e0029ab36fcc68998
+SIZE (nuget/system.appcontext.4.3.0.nupkg) = 147030
+SHA256 (nuget/system.buffers.4.5.0.nupkg) = 4c7c36ce7bbe2a26df2517c3edc1379d1607b26ec5ca7e698ce3995689c58efb
+SIZE (nuget/system.buffers.4.5.0.nupkg) = 106115
+SHA256 (nuget/system.buffers.4.5.1.nupkg) = c30b3dd2c7e2f4cee4b823d692fd42118309b42ab1f5007f923d329a5b0d6b12
+SIZE (nuget/system.buffers.4.5.1.nupkg) = 93737
+SHA256 (nuget/system.buffers.4.6.0.nupkg) = 736425805075e8895f066b3960bb1308543f41e2a84baa61d5af6675192afc97
+SIZE (nuget/system.buffers.4.6.0.nupkg) = 67596
+SHA256 (nuget/system.collections.concurrent.4.3.0.nupkg) = 28c6390df2670de22c6b5dc3a6abf237c36445e644300167966360955a052172
+SIZE (nuget/system.collections.concurrent.4.3.0.nupkg) = 502676
+SHA256 (nuget/system.collections.immutable.1.3.1.nupkg) = 6ab78646afdd3b4f0a871896b802be71602339662db81d51f731972ef22ac19c
+SIZE (nuget/system.collections.immutable.1.3.1.nupkg) = 380700
+SHA256 (nuget/system.collections.immutable.8.0.0.nupkg) = 17b3958ca370a6a6d487c95389d6ea256622e3bea7b2af67fba934f90551a37c
+SIZE (nuget/system.collections.immutable.8.0.0.nupkg) = 787241
+SHA256 (nuget/system.collections.4.3.0.nupkg) = 69f63b554b43eb0ff9998aab71ef2442bbc321f4b61970c834387bdc88f124a7
+SIZE (nuget/system.collections.4.3.0.nupkg) = 810001
+SHA256 (nuget/system.componentmodel.annotations.4.5.0.nupkg) = d79c84d8da13f6f98bf681826b11c29504758cb5b58f579fe611cc839e7146ca
+SIZE (nuget/system.componentmodel.annotations.4.5.0.nupkg) = 691299
+SHA256 (nuget/system.componentmodel.annotations.5.0.0.nupkg) = d29493d541e0a5e13ac49ad87f947e53b0302251f7ad50b74a982e8a523f3008
+SIZE (nuget/system.componentmodel.annotations.5.0.0.nupkg) = 771145
+SHA256 (nuget/system.console.4.3.0.nupkg) = 5e1dcf3c166bd290db0da2bc0041db746cfb78f2ba622d59c91588d4933a99ba
+SIZE (nuget/system.console.4.3.0.nupkg) = 102397
+SHA256 (nuget/system.diagnostics.debug.4.3.0.nupkg) = 7e403bf528cf6d27a211cadb6d4b1bef4bbd07bc2a6ec74cf6cd4b9e82a3d203
+SIZE (nuget/system.diagnostics.debug.4.3.0.nupkg) = 149774
+SHA256 (nuget/system.diagnostics.diagnosticsource.7.0.2.nupkg) = f146b07bb996390b03ccc48000fd7a9ee183d454526a3c92f2af9c03ef8c27c1
+SIZE (nuget/system.diagnostics.diagnosticsource.7.0.2.nupkg) = 398733
+SHA256 (nuget/system.diagnostics.diagnosticsource.8.0.1.nupkg) = ce6c078dc26029c6e49307a91f4dfc421727b16309707cacf8f11b1460b4260a
+SIZE (nuget/system.diagnostics.diagnosticsource.8.0.1.nupkg) = 517990
+SHA256 (nuget/system.diagnostics.eventlog.8.0.1.nupkg) = cefa9def6a7081c1a86b59c7dd94f50b498ff64e77bc52c9ebdaf9302435b1a0
+SIZE (nuget/system.diagnostics.eventlog.8.0.1.nupkg) = 538290
+SHA256 (nuget/system.diagnostics.fileversioninfo.4.3.0.nupkg) = 272a8e7f9fe5b1434b32922a2bc5df7dc153c41eaf1d6cc6587b2c9a88e89024
+SIZE (nuget/system.diagnostics.fileversioninfo.4.3.0.nupkg) = 138783
+SHA256 (nuget/system.diagnostics.stacktrace.4.3.0.nupkg) = 4dfabb17ad4dd157ee8d5c88e40f4c66fc967b04391dea41d5fd54301324502b
+SIZE (nuget/system.diagnostics.stacktrace.4.3.0.nupkg) = 101411
+SHA256 (nuget/system.diagnostics.tools.4.3.0.nupkg) = 8153afd522ba0297b415084256534e77d72f40a06f331457f4ad093d58bcc346
+SIZE (nuget/system.diagnostics.tools.4.3.0.nupkg) = 67227
+SHA256 (nuget/system.dynamic.runtime.4.3.0.nupkg) = 93be608ce62298842d2c10f9343cf0c22dd931404f456de399cddebc330c25b5
+SIZE (nuget/system.dynamic.runtime.4.3.0.nupkg) = 548103
+SHA256 (nuget/system.globalization.4.3.0.nupkg) = 71a2f4a51985484b1aa1e65e58de414d0b46ac0b5a40fc058bc60e64f646e6b2
+SIZE (nuget/system.globalization.4.3.0.nupkg) = 589136
+SHA256 (nuget/system.io.compression.4.3.0.nupkg) = 7f93eb4254208f95e3d999c7c575bc5e23a2bda06f7ea0daa3d49be805629f20
+SIZE (nuget/system.io.compression.4.3.0.nupkg) = 485197
+SHA256 (nuget/system.io.filesystem.accesscontrol.5.0.0.nupkg) = 73d3250ca25f8fadd846f97b6eb44136ce7da25ae66cbf86d40ea84d2f32b447
+SIZE (nuget/system.io.filesystem.accesscontrol.5.0.0.nupkg) = 309442
+SHA256 (nuget/system.io.filesystem.primitives.4.3.0.nupkg) = 2cc9df83c5706afb3d70c9eaf67347f085ad02d49f934fc5cb8b3846df6bd648
+SIZE (nuget/system.io.filesystem.primitives.4.3.0.nupkg) = 94996
+SHA256 (nuget/system.io.filesystem.4.3.0.nupkg) = bcd2189ef95acae563d167d17d82a90eb843a6d961a75a4df026269557764d7c
+SIZE (nuget/system.io.filesystem.4.3.0.nupkg) = 274316
+SHA256 (nuget/system.io.pipelines.4.6.0.nupkg) = 702b45990964d1314159b64b561fdcdb9f25c85dd7e263d69326fadb977c3e65
+SIZE (nuget/system.io.pipelines.4.6.0.nupkg) = 140958
+SHA256 (nuget/system.io.pipelines.5.0.1.nupkg) = db34f9b818b2626fa32c8a09a6920a26db53b6970c34ac5decb8b44045636eff
+SIZE (nuget/system.io.pipelines.5.0.1.nupkg) = 193681
+SHA256 (nuget/system.io.pipelines.8.0.0.nupkg) = 2dda41d6ce2f433b0e3836b188ab2d2e4b39ed7f434c3e43e9c3f1f03135c301
+SIZE (nuget/system.io.pipelines.8.0.0.nupkg) = 267394
+SHA256 (nuget/system.linq.expressions.4.3.0.nupkg) = fb7a6f85963bae2a7c1c26df7542f38e50bd14f645a58a10c6191cb859b6c24f
+SIZE (nuget/system.linq.expressions.4.3.0.nupkg) = 1928029
+SHA256 (nuget/system.linq.4.3.0.nupkg) = 479ba248bde5e9add7ad74922fa8f3faafcf732550cc4001ca2b9764d4aa0ff0
+SIZE (nuget/system.linq.4.3.0.nupkg) = 512550
+SHA256 (nuget/system.memory.4.5.3.nupkg) = 0af97b45b45b46ef6a2b37910568dabd492c793da3859054595d523e2a545859
+SIZE (nuget/system.memory.4.5.3.nupkg) = 154054
+SHA256 (nuget/system.memory.4.5.4.nupkg) = dec0847f33b8823e4260672d97d657411461c00ada3107ec7bbcb32a845eeb91
+SIZE (nuget/system.memory.4.5.4.nupkg) = 205467
+SHA256 (nuget/system.memory.4.5.5.nupkg) = 10f43da352a29fb2b3188e4edd4dcf5100194c8b526e4f61fe2e2b5623775a22
+SIZE (nuget/system.memory.4.5.5.nupkg) = 208978
+SHA256 (nuget/system.memory.4.6.0.nupkg) = 3a10042b350ce9e11a1fdf4370668ccf6a452c6feafcde0a556aaa881614385a
+SIZE (nuget/system.memory.4.6.0.nupkg) = 192800
+SHA256 (nuget/system.numerics.vectors.4.4.0.nupkg) = 6ae5d02b67e52ff2699c1feb11c01c526e2f60c09830432258e0809486aabb65
+SIZE (nuget/system.numerics.vectors.4.4.0.nupkg) = 337043
+SHA256 (nuget/system.numerics.vectors.4.5.0.nupkg) = a9d49320581fda1b4f4be6212c68c01a22cdf228026099c20a8eabefcf90f9cf
+SIZE (nuget/system.numerics.vectors.4.5.0.nupkg) = 382792
+SHA256 (nuget/system.numerics.vectors.4.6.0.nupkg) = 7ca4b7b964361e647af6f3610c7a8f2d834eb77aa98e25903976431ef444d475
+SIZE (nuget/system.numerics.vectors.4.6.0.nupkg) = 136752
+SHA256 (nuget/system.reflection.metadata.1.4.2.nupkg) = 7187764969a769c36ad787d3a725bdbc67276d9483e033d18e947eb607596721
+SIZE (nuget/system.reflection.metadata.1.4.2.nupkg) = 496281
+SHA256 (nuget/system.reflection.metadata.8.0.1.nupkg) = 4b08a9d57b93b3faf69b844ab86e415d7c5c68d19187e8db3278c544d74bf3b5
+SIZE (nuget/system.reflection.metadata.8.0.1.nupkg) = 1308880
+SHA256 (nuget/system.reflection.4.3.0.nupkg) = 35049946964bbed3d60e5be6308746c5c56ec949f0f76654468d215ec12c8576
+SIZE (nuget/system.reflection.4.3.0.nupkg) = 700821
+SHA256 (nuget/system.resources.resourcemanager.4.3.0.nupkg) = 89d88e0fddf16dbadbc304a70f898e440f51622fc3fd4e3c79152c9ff5a7586a
+SIZE (nuget/system.resources.resourcemanager.4.3.0.nupkg) = 85908
+SHA256 (nuget/system.runtime.compilerservices.unsafe.4.5.2.nupkg) = f1e5175c658ed8b2fbb804cc6727b6882a503844e7da309c8d4846e9ca11e4ef
+SIZE (nuget/system.runtime.compilerservices.unsafe.4.5.2.nupkg) = 104723
+SHA256 (nuget/system.runtime.compilerservices.unsafe.4.5.3.nupkg) = 96764c52a44ee1161151e48ef07489f72047a851cb55b99e9f01d6908536d1a9
+SIZE (nuget/system.runtime.compilerservices.unsafe.4.5.3.nupkg) = 102160
+SHA256 (nuget/system.runtime.compilerservices.unsafe.6.0.0.nupkg) = 6c41b53e70e9eee298cff3a02ce5acdd15b04125589be0273f0566026720a762
+SIZE (nuget/system.runtime.compilerservices.unsafe.6.0.0.nupkg) = 84343
+SHA256 (nuget/system.runtime.compilerservices.unsafe.6.1.0.nupkg) = 372aaaa51707ba6cd2c69b2044382e0f9486c1d50d1c16e8d0e39dccb4c8cc25
+SIZE (nuget/system.runtime.compilerservices.unsafe.6.1.0.nupkg) = 62013
+SHA256 (nuget/system.runtime.extensions.4.3.0.nupkg) = c0b0c79a8cebf38bf55b6cd8096631c63d0547424360749545a46e0e6d1b77fa
+SIZE (nuget/system.runtime.extensions.4.3.0.nupkg) = 1060357
+SHA256 (nuget/system.runtime.interopservices.runtimeinformation.4.0.0.nupkg) = e63e776a66fbe80dd23e21370749654f65cfc74e7cf82804ece5cbe1b2da953e
+SIZE (nuget/system.runtime.interopservices.runtimeinformation.4.0.0.nupkg) = 165972
+SHA256 (nuget/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg) = 318a65ebf6720ba8639b359121efa20e895d38c5b599f6f05ec76e0275c82860
+SIZE (nuget/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg) = 179546
+SHA256 (nuget/system.runtime.interopservices.4.3.0.nupkg) = f2c0c7f965097c247eedee277e97ed8fffa5b2d122662c56501b9e476ce61e02
+SIZE (nuget/system.runtime.interopservices.4.3.0.nupkg) = 2597020
+SHA256 (nuget/system.runtime.numerics.4.3.0.nupkg) = 3f98c70a031b80531888e36fce668a15e3aa7002033eefd4f1b395acd3d82aa7
+SIZE (nuget/system.runtime.numerics.4.3.0.nupkg) = 283763
+SHA256 (nuget/system.runtime.4.3.0.nupkg) = e75f35dd65e9048b2e03a7d4b44e57691423716750dbf966128909b7deeed118
+SIZE (nuget/system.runtime.4.3.0.nupkg) = 7263712
+SHA256 (nuget/system.security.accesscontrol.4.5.0.nupkg) = 005b0a3dbfe74e4dbf9aa1ff3d8a5aa08f0f2ec88a2a299a5dffbb31be557cf3
+SIZE (nuget/system.security.accesscontrol.4.5.0.nupkg) = 551848
+SHA256 (nuget/system.security.accesscontrol.5.0.0.nupkg) = b9e486f989fcd9ebf1c86067138f4de03fa780e0c35e0a2b9e506d4373a6c39e
+SIZE (nuget/system.security.accesscontrol.5.0.0.nupkg) = 621573
+SHA256 (nuget/system.security.cryptography.algorithms.4.3.0.nupkg) = b4026f35295ccd8049dc4776e007b6edae79b6afe7e03ddfb9b35077070a580f
+SIZE (nuget/system.security.cryptography.algorithms.4.3.0.nupkg) = 402204
+SHA256 (nuget/system.security.cryptography.algorithms.4.3.1.nupkg) = 4253bfa69464fcec836070a2983f3aed102528839a922743d0808d3adeb75cd4
+SIZE (nuget/system.security.cryptography.algorithms.4.3.1.nupkg) = 403068
+SHA256 (nuget/system.security.cryptography.cng.5.0.0.nupkg) = 9ce24fdef76641a600d3b4c8dfbdcebd95fab96b211138a9be2e4aa4bee8131a
+SIZE (nuget/system.security.cryptography.cng.5.0.0.nupkg) = 957764
+SHA256 (nuget/system.security.cryptography.encoding.4.3.0.nupkg) = 62e81ef3d37a33e35c6e572f5cc7b21d9ea46437f006fdcb3cc0e217c1e126cb
+SIZE (nuget/system.security.cryptography.encoding.4.3.0.nupkg) = 144382
+SHA256 (nuget/system.security.cryptography.primitives.4.3.0.nupkg) = 7e7162ec1dd29d58f96be05b8179db8e718dbd6ac2114e87a7fc23b235b3df5f
+SIZE (nuget/system.security.cryptography.primitives.4.3.0.nupkg) = 81382
+SHA256 (nuget/system.security.cryptography.protecteddata.8.0.0.nupkg) = 7dbd296bdb10c4dfa6af4be75e0d4881bc78f4268ea92f860e44df58d6e852fb
+SIZE (nuget/system.security.cryptography.protecteddata.8.0.0.nupkg) = 148572
+SHA256 (nuget/system.security.cryptography.x509certificates.4.3.0.nupkg) = 306dd5fe8c03876ef718250fb061ab68dc1a56973276ea65dc4b4f5e3e93546d
+SIZE (nuget/system.security.cryptography.x509certificates.4.3.0.nupkg) = 706727
+SHA256 (nuget/system.security.cryptography.xml.8.0.2.nupkg) = f530a6572301e3e072fe2a54f2f7580ed4a7c35b6491e6e75d7551753efcfb6f
+SIZE (nuget/system.security.cryptography.xml.8.0.2.nupkg) = 465309
+SHA256 (nuget/system.security.principal.windows.4.5.0.nupkg) = 064518360bb3d1ee0d269d64916eda2419f77721fd493c01e4df17aa7942b266
+SIZE (nuget/system.security.principal.windows.4.5.0.nupkg) = 390138
+SHA256 (nuget/system.security.principal.windows.5.0.0.nupkg) = 081390c25f6f78592b28ada853c24514488a221fe9f9a24efaaf5373643ff3d6
+SIZE (nuget/system.security.principal.windows.5.0.0.nupkg) = 535022
+SHA256 (nuget/system.serviceprocess.servicecontroller.8.0.1.nupkg) = d9c5d3ccd3b25ea2629c53f375527d1aeeaaac5b7271f8afbbb4470f304989cf
+SIZE (nuget/system.serviceprocess.servicecontroller.8.0.1.nupkg) = 296621
+SHA256 (nuget/system.text.encoding.codepages.4.3.0.nupkg) = 7b3615c1ef5ab5191111cf0efc74ff55f183136bee0a921c90e7dd635f78fd51
+SIZE (nuget/system.text.encoding.codepages.4.3.0.nupkg) = 1615064
+SHA256 (nuget/system.text.encoding.codepages.8.0.0.nupkg) = 7e308b41cd4f456d08c7921995d8345cabfe2750ea3d27eef698ccc8d069edd1
+SIZE (nuget/system.text.encoding.codepages.8.0.0.nupkg) = 4260927
+SHA256 (nuget/system.text.encoding.extensions.4.3.0.nupkg) = bee7c75e0f1000ac4796e8cf1c772bb46c00a859ac083e872a37c30221f20187
+SIZE (nuget/system.text.encoding.extensions.4.3.0.nupkg) = 244195
+SHA256 (nuget/system.text.encoding.4.3.0.nupkg) = 19cb475462d901afebaa404d86c0469ec89674acafe950ee6d8a4692e3a404b8
+SIZE (nuget/system.text.encoding.4.3.0.nupkg) = 327281
+SHA256 (nuget/system.text.encodings.web.4.5.1.nupkg) = 177618fb3f3a6310b94d05bb453a1e9677a6aea44dee075135ba5da2df1bca5f
+SIZE (nuget/system.text.encodings.web.4.5.1.nupkg) = 85610
+SHA256 (nuget/system.text.encodings.web.8.0.0.nupkg) = 21442442457da68d4b0b442caab8a5ab03733ef9dcfb8795beafa10afabc7ef1
+SIZE (nuget/system.text.encodings.web.8.0.0.nupkg) = 374440
+SHA256 (nuget/system.text.json.8.0.5.nupkg) = c8ac68e78c39a1d593ea73ebb9456c697e77a0f45efa02b31af2e79f1b703faf
+SIZE (nuget/system.text.json.8.0.5.nupkg) = 1986315
+SHA256 (nuget/system.threading.tasks.extensions.4.5.2.nupkg) = 12a245f53a693074cabe947a7a6add03ad736a5316dc7c2b67b8fa067e1b06ea
+SIZE (nuget/system.threading.tasks.extensions.4.5.2.nupkg) = 87298
+SHA256 (nuget/system.threading.tasks.extensions.4.5.4.nupkg) = a304a963cc0796c5179f9c6b7d8022bbce3b2fa7c029eb6196f631f7b462d678
+SIZE (nuget/system.threading.tasks.extensions.4.5.4.nupkg) = 89582
+SHA256 (nuget/system.threading.tasks.extensions.4.6.0.nupkg) = 3b0201d1da5c767c9fbd35148fa8107ca5b65c5da95ac421ca4c0cd473421ea6
+SIZE (nuget/system.threading.tasks.extensions.4.6.0.nupkg) = 74469
+SHA256 (nuget/system.threading.tasks.parallel.4.3.0.nupkg) = f07daf466b27dbd30d7cc9827882f9bc77db335f6359a2c328d2f30e89c223e7
+SIZE (nuget/system.threading.tasks.parallel.4.3.0.nupkg) = 176896
+SHA256 (nuget/system.threading.tasks.4.3.0.nupkg) = 679ad77c9d445e9dc6df620a646899ea4a0c8d1bb49fc0b5346af0a5d21e9f8c
+SIZE (nuget/system.threading.tasks.4.3.0.nupkg) = 840017
+SHA256 (nuget/system.threading.thread.4.3.0.nupkg) = a4cb3a44d142de740e1b3f44a887325a63bc60b6aa6b2faafd075ee61a8f5d78
+SIZE (nuget/system.threading.thread.4.3.0.nupkg) = 98902
+SHA256 (nuget/system.threading.4.3.0.nupkg) = 643437751e29cd5c266aa060e2169c65a55e9d0ff7c8017fb95ec15d95e38967
+SIZE (nuget/system.threading.4.3.0.nupkg) = 708088
+SHA256 (nuget/system.valuetuple.4.3.0.nupkg) = b643308a86e61909ffb7c2c3aa990cf90ed724e79b125ddbc157f5d5dd994788
+SIZE (nuget/system.valuetuple.4.3.0.nupkg) = 87411
+SHA256 (nuget/system.valuetuple.4.5.0.nupkg) = 9e21fa9767d4e76bc0cee065c1d40cc34384a114bfec4d70e6c981168a926802
+SIZE (nuget/system.valuetuple.4.5.0.nupkg) = 204904
+SHA256 (nuget/system.xml.readerwriter.4.3.0.nupkg) = 410f0a814d25bb817952787e4db79c84efffcda00667831f82f5bbd829f58730
+SIZE (nuget/system.xml.readerwriter.4.3.0.nupkg) = 1388897
+SHA256 (nuget/system.xml.xdocument.4.3.0.nupkg) = ad6b5d72672e12534e4b309e85f9722b01e40d1a623a1249b3c09e4349750822
+SIZE (nuget/system.xml.xdocument.4.3.0.nupkg) = 591350
+SHA256 (nuget/system.xml.xmldocument.4.3.0.nupkg) = 91bb95e18eeb54991f329d8a8288bc66f75ab66f4264d9a5281dc666000dbf2e
+SIZE (nuget/system.xml.xmldocument.4.3.0.nupkg) = 285212
+SHA256 (nuget/system.xml.xpath.xdocument.4.3.0.nupkg) = 76a938096bb0a1c8f9aac5006254be5c07ba186718fcdfc720f1067b969facf3
+SIZE (nuget/system.xml.xpath.xdocument.4.3.0.nupkg) = 89906
+SHA256 (nuget/system.xml.xpath.4.3.0.nupkg) = 91dd4932a8faa1b871cc43d125e62f714c89aa43acffd03450e41c702ea862b3
+SIZE (nuget/system.xml.xpath.4.3.0.nupkg) = 250182
+SHA256 (nuget/yamldotnet.16.3.0.nupkg) = e068bcc1243c46c8bfdfe2f27a026bfff03cde7c67d9f37c2cdd70bd24a9dfd4
+SIZE (nuget/yamldotnet.16.3.0.nupkg) = 776880
+SHA256 (Jackett-Jackett-v0.22.2202_GH0.tar.gz) = 2f79edf58e79437edc3157cef8c87f572cdce9d161d55c4a53fd506b32939bb5
+SIZE (Jackett-Jackett-v0.22.2202_GH0.tar.gz) = 3636345
diff --git a/net-p2p/jackett/files/jackett.in b/net-p2p/jackett/files/jackett.in
index f3fd7e951284..42702a14bf79 100644
--- a/net-p2p/jackett/files/jackett.in
+++ b/net-p2p/jackett/files/jackett.in
@@ -26,10 +26,10 @@ load_rc_config $name
: ${jackett_group:="jackett"}
: ${jackett_data_dir:="%%PREFIX%%/jackett"}
-pidfile="${jackett_data_dir}/jackett.pid"
-procname="%%PREFIX%%/bin/mono"
+pidfile="${jackett_data_dir}/${name}_daemon.pid"
+pidfile_child="${jackett_data_dir}/${name}_child.pid"
command="/usr/sbin/daemon"
-command_args="-f -p ${pidfile} ${procname} %%DATADIR%%/JackettConsole.exe -d ${jackett_data_dir}"
+command_args="-f -p ${pidfile_child} -P ${pidfile} %%DATADIR%%/jackett -d ${jackett_data_dir}"
start_precmd=jackett_precmd
jackett_precmd()
diff --git a/net-p2p/jackett/pkg-plist b/net-p2p/jackett/pkg-plist
index bc0494221aa2..9e89f8d5175d 100644
--- a/net-p2p/jackett/pkg-plist
+++ b/net-p2p/jackett/pkg-plist
@@ -54,6 +54,7 @@
%%DATADIR%%/Definitions/0daykiev.yml
%%DATADIR%%/Definitions/0magnet.yml
%%DATADIR%%/Definitions/1337x.yml
+%%DATADIR%%/Definitions/13city.yml
%%DATADIR%%/Definitions/1ptbar.yml
%%DATADIR%%/Definitions/3changtrai.yml
%%DATADIR%%/Definitions/3dtorrents.yml
@@ -71,7 +72,6 @@
%%DATADIR%%/Definitions/aidoruonline.yml
%%DATADIR%%/Definitions/aither-api.yml
%%DATADIR%%/Definitions/amigosshare.yml
-%%DATADIR%%/Definitions/anilibria.yml
%%DATADIR%%/Definitions/anime-time.yml
%%DATADIR%%/Definitions/anime-timel.yml
%%DATADIR%%/Definitions/animelayer.yml
@@ -92,12 +92,12 @@
%%DATADIR%%/Definitions/aussierules.yml
%%DATADIR%%/Definitions/azusa.yml
%%DATADIR%%/Definitions/backups.yml
-%%DATADIR%%/Definitions/badasstorrents.yml
%%DATADIR%%/Definitions/bangumi-moe.yml
%%DATADIR%%/Definitions/beload.yml
%%DATADIR%%/Definitions/best-torrents.yml
%%DATADIR%%/Definitions/bestcore.yml
%%DATADIR%%/Definitions/bibliotik.yml
+%%DATADIR%%/Definitions/bigcore.yml
%%DATADIR%%/Definitions/bigfangroup.yml
%%DATADIR%%/Definitions/bitbazis.yml
%%DATADIR%%/Definitions/bitded.yml
@@ -109,6 +109,7 @@
%%DATADIR%%/Definitions/bitporn.yml
%%DATADIR%%/Definitions/bitru.yml
%%DATADIR%%/Definitions/bitsearch.yml
+%%DATADIR%%/Definitions/bitsexy-api.yml
%%DATADIR%%/Definitions/bitturk.yml
%%DATADIR%%/Definitions/bluebird.yml
%%DATADIR%%/Definitions/blueroms.yml
@@ -123,7 +124,7 @@
%%DATADIR%%/Definitions/btetree.yml
%%DATADIR%%/Definitions/btnext.yml
%%DATADIR%%/Definitions/btschool.yml
-%%DATADIR%%/Definitions/btsow.yml
+%%DATADIR%%/Definitions/btstate.yml
%%DATADIR%%/Definitions/bwtorrents.yml
%%DATADIR%%/Definitions/byrbt.yml
%%DATADIR%%/Definitions/byrutor.yml
@@ -140,11 +141,11 @@
%%DATADIR%%/Definitions/cinemageddon.yml
%%DATADIR%%/Definitions/cinemamovies.yml
%%DATADIR%%/Definitions/cinematik.yml
+%%DATADIR%%/Definitions/clearjav-api.yml
%%DATADIR%%/Definitions/coastalcrew.yml
%%DATADIR%%/Definitions/comicat.yml
%%DATADIR%%/Definitions/concen.yml
%%DATADIR%%/Definitions/concertos.yml
-%%DATADIR%%/Definitions/cpabien.yml
%%DATADIR%%/Definitions/cpasbienclone.yml
%%DATADIR%%/Definitions/crabpt.yml
%%DATADIR%%/Definitions/crackingpatching.yml
@@ -166,7 +167,6 @@
%%DATADIR%%/Definitions/digitalcore.yml
%%DATADIR%%/Definitions/dimeadozen.yml
%%DATADIR%%/Definitions/discfan.yml
-%%DATADIR%%/Definitions/divteam.yml
%%DATADIR%%/Definitions/dmhy.yml
%%DATADIR%%/Definitions/docspedia.yml
%%DATADIR%%/Definitions/dreamingtree.yml
@@ -180,9 +180,6 @@
%%DATADIR%%/Definitions/empornium.yml
%%DATADIR%%/Definitions/empornium2fa.yml
%%DATADIR%%/Definitions/emuwarez.yml
-%%DATADIR%%/Definitions/eniahd.yml
-%%DATADIR%%/Definitions/enthralled.yml
-%%DATADIR%%/Definitions/enthralled2fa.yml
%%DATADIR%%/Definitions/esharenet.yml
%%DATADIR%%/Definitions/estone.yml
%%DATADIR%%/Definitions/ex-torrenty.yml
@@ -194,17 +191,18 @@
%%DATADIR%%/Definitions/exttorrents.yml
%%DATADIR%%/Definitions/eztv.yml
%%DATADIR%%/Definitions/f1carreras-api.yml
+%%DATADIR%%/Definitions/f1gp.yml
%%DATADIR%%/Definitions/fanoin.yml
%%DATADIR%%/Definitions/fappaizuri.yml
%%DATADIR%%/Definitions/fearnopeer.yml
%%DATADIR%%/Definitions/femdomcult.yml
+%%DATADIR%%/Definitions/fenyarnyek-tracker.yml
%%DATADIR%%/Definitions/file-tracker.yml
+%%DATADIR%%/Definitions/filemood.yml
%%DATADIR%%/Definitions/finelite.yml
-%%DATADIR%%/Definitions/finvip.yml
%%DATADIR%%/Definitions/fluxzone.yml
%%DATADIR%%/Definitions/freefarm.yml
%%DATADIR%%/Definitions/frozenlayer.yml
-%%DATADIR%%/Definitions/fsm.yml
%%DATADIR%%/Definitions/funkytorrents.yml
%%DATADIR%%/Definitions/futuretorrent.yml
%%DATADIR%%/Definitions/fuzer.yml
@@ -218,7 +216,6 @@
%%DATADIR%%/Definitions/gigatorrents.yml
%%DATADIR%%/Definitions/gimmepeers.yml
%%DATADIR%%/Definitions/girotorrent.yml
-%%DATADIR%%/Definitions/glodls.yml
%%DATADIR%%/Definitions/gtorrentpro.yml
%%DATADIR%%/Definitions/haidan.yml
%%DATADIR%%/Definitions/haitang.yml
@@ -243,8 +240,8 @@
%%DATADIR%%/Definitions/hdroute.yml
%%DATADIR%%/Definitions/hdsky.yml
%%DATADIR%%/Definitions/hdspace.yml
-%%DATADIR%%/Definitions/hdt-lafenice.yml
%%DATADIR%%/Definitions/hdtime.yml
+%%DATADIR%%/Definitions/hdtorrents.yml
%%DATADIR%%/Definitions/hdtorrentsit.yml
%%DATADIR%%/Definitions/hdturk.yml
%%DATADIR%%/Definitions/hdu.yml
@@ -255,12 +252,10 @@
%%DATADIR%%/Definitions/helltorrents.yml
%%DATADIR%%/Definitions/hhanclub.yml
%%DATADIR%%/Definitions/hhd-api.yml
-%%DATADIR%%/Definitions/homeporntorrents.yml
%%DATADIR%%/Definitions/houseofdevil.yml
%%DATADIR%%/Definitions/hqmusic.yml
%%DATADIR%%/Definitions/hudbt.yml
%%DATADIR%%/Definitions/huntorrent.yml
-%%DATADIR%%/Definitions/icc2022.yml
%%DATADIR%%/Definitions/idope.yml
%%DATADIR%%/Definitions/ilcorsaroblu.yml
%%DATADIR%%/Definitions/ilcorsaronero.yml
@@ -291,21 +286,16 @@
%%DATADIR%%/Definitions/krazyzone.yml
%%DATADIR%%/Definitions/kufei.yml
%%DATADIR%%/Definitions/kufirc.yml
-%%DATADIR%%/Definitions/laidbackmanor.yml
%%DATADIR%%/Definitions/lastdigitalunderground.yml
%%DATADIR%%/Definitions/lastfiles.yml
%%DATADIR%%/Definitions/lat-team-api.yml
-%%DATADIR%%/Definitions/le-cinephile.yml
-%%DATADIR%%/Definitions/learnbits.yml
%%DATADIR%%/Definitions/learnflakes.yml
%%DATADIR%%/Definitions/leech24.yml
%%DATADIR%%/Definitions/lemonhd.yml
-%%DATADIR%%/Definitions/lepornoinfo.yml
%%DATADIR%%/Definitions/lesaloon.yml
%%DATADIR%%/Definitions/lesbians4u.yml
%%DATADIR%%/Definitions/letseed.yml
%%DATADIR%%/Definitions/libranet.yml
-%%DATADIR%%/Definitions/libronube.yml
%%DATADIR%%/Definitions/limetorrents.yml
%%DATADIR%%/Definitions/linkomanija.yml
%%DATADIR%%/Definitions/linuxtracker.yml
@@ -315,6 +305,7 @@
%%DATADIR%%/Definitions/mactorrentsdownload.yml
%%DATADIR%%/Definitions/madsrevolution.yml
%%DATADIR%%/Definitions/magnetcat.yml
+%%DATADIR%%/Definitions/magnetdownload.yml
%%DATADIR%%/Definitions/majomparade.yml
%%DATADIR%%/Definitions/makingoff.yml
%%DATADIR%%/Definitions/malayabits-api.yml
@@ -344,6 +335,7 @@
%%DATADIR%%/Definitions/mvgroupmain.yml
%%DATADIR%%/Definitions/mypornclub.yml
%%DATADIR%%/Definitions/myspleen.yml
+%%DATADIR%%/Definitions/ncore.yml
%%DATADIR%%/Definitions/nethd.yml
%%DATADIR%%/Definitions/newheaven.yml
%%DATADIR%%/Definitions/newretro.yml
@@ -351,12 +343,10 @@
%%DATADIR%%/Definitions/newstudiol.yml
%%DATADIR%%/Definitions/nicept.yml
%%DATADIR%%/Definitions/nipponsei.yml
-%%DATADIR%%/Definitions/nirvana.yml
%%DATADIR%%/Definitions/noname-club.yml
%%DATADIR%%/Definitions/noname-clubl.yml
%%DATADIR%%/Definitions/nordicquality.yml
%%DATADIR%%/Definitions/nortorrent.yml
-%%DATADIR%%/Definitions/ntelogo.yml
%%DATADIR%%/Definitions/nusantarare.yml
%%DATADIR%%/Definitions/nyaapantsu.yml
%%DATADIR%%/Definitions/nyaasi.yml
@@ -374,6 +364,7 @@
%%DATADIR%%/Definitions/oxtorrent-vip.yml
%%DATADIR%%/Definitions/p2pbg.yml
%%DATADIR%%/Definitions/panda.yml
+%%DATADIR%%/Definitions/parabellumhd.yml
%%DATADIR%%/Definitions/party-tracker.yml
%%DATADIR%%/Definitions/pctorrent.yml
%%DATADIR%%/Definitions/peeratiko.yml
@@ -404,6 +395,7 @@
%%DATADIR%%/Definitions/ptgtk.yml
%%DATADIR%%/Definitions/pthome.yml
%%DATADIR%%/Definitions/ptitzmx.yml
+%%DATADIR%%/Definitions/ptorrents.yml
%%DATADIR%%/Definitions/ptsbao.yml
%%DATADIR%%/Definitions/pttime.yml
%%DATADIR%%/Definitions/ptvicomo.yml
@@ -412,6 +404,7 @@
%%DATADIR%%/Definitions/pussytorrents.yml
%%DATADIR%%/Definitions/putao.yml
%%DATADIR%%/Definitions/pwtorrents.yml
+%%DATADIR%%/Definitions/qbite.yml
%%DATADIR%%/Definitions/qingwa.yml
%%DATADIR%%/Definitions/r3vwtf.yml
%%DATADIR%%/Definitions/racing4everyone-api.yml
@@ -421,7 +414,6 @@
%%DATADIR%%/Definitions/rainbowtracker.yml
%%DATADIR%%/Definitions/rapidzona.yml
%%DATADIR%%/Definitions/rastastugan-api.yml
-%%DATADIR%%/Definitions/redleaves.yml
%%DATADIR%%/Definitions/redstartorrent.yml
%%DATADIR%%/Definitions/reelflix-api.yml
%%DATADIR%%/Definitions/rgfootball.yml
@@ -431,14 +423,12 @@
%%DATADIR%%/Definitions/rockbox.yml
%%DATADIR%%/Definitions/rockethd.yml
%%DATADIR%%/Definitions/romanianmetaltorrents.yml
-%%DATADIR%%/Definitions/rotorrent.yml
%%DATADIR%%/Definitions/rousi.yml
%%DATADIR%%/Definitions/rudub.yml
%%DATADIR%%/Definitions/rustorka.yml
%%DATADIR%%/Definitions/rutor.yml
%%DATADIR%%/Definitions/rutracker-ru.yml
%%DATADIR%%/Definitions/samaritano.yml
-%%DATADIR%%/Definitions/satclubbing.yml
%%DATADIR%%/Definitions/scenerush.yml
%%DATADIR%%/Definitions/seedfile.yml
%%DATADIR%%/Definitions/seedpool-api.yml
@@ -450,6 +440,7 @@
%%DATADIR%%/Definitions/sharewood-api.yml
%%DATADIR%%/Definitions/showrss.yml
%%DATADIR%%/Definitions/siambit.yml
+%%DATADIR%%/Definitions/skidrowrepack.yml
%%DATADIR%%/Definitions/sktorrent-org.yml
%%DATADIR%%/Definitions/sktorrent.yml
%%DATADIR%%/Definitions/snowpt.yml
@@ -457,7 +448,6 @@
%%DATADIR%%/Definitions/soulvoice.yml
%%DATADIR%%/Definitions/speedmasterhd.yml
%%DATADIR%%/Definitions/spiritofrevolution.yml
-%%DATADIR%%/Definitions/sportscraze.yml
%%DATADIR%%/Definitions/sportscult.yml
%%DATADIR%%/Definitions/springsunday.yml
%%DATADIR%%/Definitions/sugoimusic.yml
@@ -507,7 +497,7 @@
%%DATADIR%%/Definitions/torrentdownload.yml
%%DATADIR%%/Definitions/torrentdownloads.yml
%%DATADIR%%/Definitions/torrenteros-api.yml
-%%DATADIR%%/Definitions/torrentfunk.yml
+%%DATADIR%%/Definitions/torrentgalaxyclone.yml
%%DATADIR%%/Definitions/torrenthr.yml
%%DATADIR%%/Definitions/torrenting.yml
%%DATADIR%%/Definitions/torrentkitty.yml
@@ -518,7 +508,6 @@
%%DATADIR%%/Definitions/torrentoyunindir.yml
%%DATADIR%%/Definitions/torrentproject2.yml
%%DATADIR%%/Definitions/torrentqq.yml
-%%DATADIR%%/Definitions/torrentseeds-api.yml
%%DATADIR%%/Definitions/torrentsir.yml
%%DATADIR%%/Definitions/torrentsome.yml
%%DATADIR%%/Definitions/torrentssg.yml
@@ -533,7 +522,6 @@
%%DATADIR%%/Definitions/trezzor.yml
%%DATADIR%%/Definitions/trezzorcookie.yml
%%DATADIR%%/Definitions/tribalmixes.yml
-%%DATADIR%%/Definitions/trupornolabs.yml
%%DATADIR%%/Definitions/turkseed-api.yml
%%DATADIR%%/Definitions/turktorrent.yml
%%DATADIR%%/Definitions/tvchaosuk.yml
@@ -543,7 +531,6 @@
%%DATADIR%%/Definitions/uhdbits.yml
%%DATADIR%%/Definitions/uindex.yml
%%DATADIR%%/Definitions/ultrahd.yml
-%%DATADIR%%/Definitions/uniondht.yml
%%DATADIR%%/Definitions/unionfansub.yml
%%DATADIR%%/Definitions/unlimitz.yml
%%DATADIR%%/Definitions/uploadcx.yml
@@ -559,15 +546,12 @@
%%DATADIR%%/Definitions/wihd.yml
%%DATADIR%%/Definitions/wintersakura.yml
%%DATADIR%%/Definitions/world-of-tomorrow.yml
-%%DATADIR%%/Definitions/wukong.yml
%%DATADIR%%/Definitions/x-ite.me.yml
-%%DATADIR%%/Definitions/xider-torrent.yml
%%DATADIR%%/Definitions/xthor-api.yml
%%DATADIR%%/Definitions/xtorrenty.yml
%%DATADIR%%/Definitions/xtremebytes.yml
%%DATADIR%%/Definitions/xwtclassics.yml
%%DATADIR%%/Definitions/xwtorrents.yml
-%%DATADIR%%/Definitions/xxxadulttorrent.yml
%%DATADIR%%/Definitions/xxxclub.yml
%%DATADIR%%/Definitions/xxxtor.yml
%%DATADIR%%/Definitions/yggcookie.yml
@@ -588,27 +572,32 @@
%%DATADIR%%/ICSharpCode.SharpZipLib.dll
%%DATADIR%%/Jackett.Common.dll
%%DATADIR%%/Jackett.Common.pdb
-%%DATADIR%%/JackettConsole.deps.json
-%%DATADIR%%/JackettConsole.exe
-%%DATADIR%%/JackettConsole.exe.config
-%%DATADIR%%/JackettConsole.pdb
-%%DATADIR%%/JackettUpdater.exe
-%%DATADIR%%/JackettUpdater.exe.config
-%%DATADIR%%/JackettUpdater.pdb
%%DATADIR%%/LICENSE
%%DATADIR%%/Microsoft.AspNetCore.Antiforgery.dll
%%DATADIR%%/Microsoft.AspNetCore.Authentication.Abstractions.dll
+%%DATADIR%%/Microsoft.AspNetCore.Authentication.BearerToken.dll
%%DATADIR%%/Microsoft.AspNetCore.Authentication.Cookies.dll
%%DATADIR%%/Microsoft.AspNetCore.Authentication.Core.dll
+%%DATADIR%%/Microsoft.AspNetCore.Authentication.OAuth.dll
%%DATADIR%%/Microsoft.AspNetCore.Authentication.dll
%%DATADIR%%/Microsoft.AspNetCore.Authorization.Policy.dll
%%DATADIR%%/Microsoft.AspNetCore.Authorization.dll
+%%DATADIR%%/Microsoft.AspNetCore.Components.Authorization.dll
+%%DATADIR%%/Microsoft.AspNetCore.Components.Endpoints.dll
+%%DATADIR%%/Microsoft.AspNetCore.Components.Forms.dll
+%%DATADIR%%/Microsoft.AspNetCore.Components.Server.dll
+%%DATADIR%%/Microsoft.AspNetCore.Components.Web.dll
+%%DATADIR%%/Microsoft.AspNetCore.Components.dll
%%DATADIR%%/Microsoft.AspNetCore.Connections.Abstractions.dll
+%%DATADIR%%/Microsoft.AspNetCore.CookiePolicy.dll
%%DATADIR%%/Microsoft.AspNetCore.Cors.dll
%%DATADIR%%/Microsoft.AspNetCore.Cryptography.Internal.dll
+%%DATADIR%%/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
%%DATADIR%%/Microsoft.AspNetCore.DataProtection.Abstractions.dll
+%%DATADIR%%/Microsoft.AspNetCore.DataProtection.Extensions.dll
%%DATADIR%%/Microsoft.AspNetCore.DataProtection.dll
%%DATADIR%%/Microsoft.AspNetCore.Diagnostics.Abstractions.dll
+%%DATADIR%%/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
%%DATADIR%%/Microsoft.AspNetCore.Diagnostics.dll
%%DATADIR%%/Microsoft.AspNetCore.HostFiltering.dll
%%DATADIR%%/Microsoft.AspNetCore.Hosting.Abstractions.dll
@@ -616,48 +605,64 @@
%%DATADIR%%/Microsoft.AspNetCore.Hosting.dll
%%DATADIR%%/Microsoft.AspNetCore.Html.Abstractions.dll
%%DATADIR%%/Microsoft.AspNetCore.Http.Abstractions.dll
+%%DATADIR%%/Microsoft.AspNetCore.Http.Connections.Common.dll
+%%DATADIR%%/Microsoft.AspNetCore.Http.Connections.dll
%%DATADIR%%/Microsoft.AspNetCore.Http.Extensions.dll
%%DATADIR%%/Microsoft.AspNetCore.Http.Features.dll
+%%DATADIR%%/Microsoft.AspNetCore.Http.Results.dll
%%DATADIR%%/Microsoft.AspNetCore.Http.dll
+%%DATADIR%%/Microsoft.AspNetCore.HttpLogging.dll
%%DATADIR%%/Microsoft.AspNetCore.HttpOverrides.dll
+%%DATADIR%%/Microsoft.AspNetCore.HttpsPolicy.dll
+%%DATADIR%%/Microsoft.AspNetCore.Identity.dll
%%DATADIR%%/Microsoft.AspNetCore.JsonPatch.dll
+%%DATADIR%%/Microsoft.AspNetCore.Localization.Routing.dll
%%DATADIR%%/Microsoft.AspNetCore.Localization.dll
+%%DATADIR%%/Microsoft.AspNetCore.Metadata.dll
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Abstractions.dll
%%DATADIR%%/Microsoft.AspNetCore.Mvc.ApiExplorer.dll
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Core.dll
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Cors.dll
%%DATADIR%%/Microsoft.AspNetCore.Mvc.DataAnnotations.dll
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Formatters.Json.dll
+%%DATADIR%%/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Localization.dll
-%%DATADIR%%/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll
+%%DATADIR%%/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Razor.dll
%%DATADIR%%/Microsoft.AspNetCore.Mvc.RazorPages.dll
%%DATADIR%%/Microsoft.AspNetCore.Mvc.TagHelpers.dll
%%DATADIR%%/Microsoft.AspNetCore.Mvc.ViewFeatures.dll
%%DATADIR%%/Microsoft.AspNetCore.Mvc.dll
-%%DATADIR%%/Microsoft.AspNetCore.Razor.Language.dll
+%%DATADIR%%/Microsoft.AspNetCore.OutputCaching.dll
+%%DATADIR%%/Microsoft.AspNetCore.RateLimiting.dll
%%DATADIR%%/Microsoft.AspNetCore.Razor.Runtime.dll
%%DATADIR%%/Microsoft.AspNetCore.Razor.dll
+%%DATADIR%%/Microsoft.AspNetCore.RequestDecompression.dll
%%DATADIR%%/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
+%%DATADIR%%/Microsoft.AspNetCore.ResponseCaching.dll
%%DATADIR%%/Microsoft.AspNetCore.ResponseCompression.dll
%%DATADIR%%/Microsoft.AspNetCore.Rewrite.dll
%%DATADIR%%/Microsoft.AspNetCore.Routing.Abstractions.dll
%%DATADIR%%/Microsoft.AspNetCore.Routing.dll
+%%DATADIR%%/Microsoft.AspNetCore.Server.HttpSys.dll
+%%DATADIR%%/Microsoft.AspNetCore.Server.IIS.dll
%%DATADIR%%/Microsoft.AspNetCore.Server.IISIntegration.dll
%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Core.dll
-%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Https.dll
-%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll
+%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll
+%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.dll
+%%DATADIR%%/Microsoft.AspNetCore.Session.dll
+%%DATADIR%%/Microsoft.AspNetCore.SignalR.Common.dll
+%%DATADIR%%/Microsoft.AspNetCore.SignalR.Core.dll
+%%DATADIR%%/Microsoft.AspNetCore.SignalR.Protocols.Json.dll
+%%DATADIR%%/Microsoft.AspNetCore.SignalR.dll
+%%DATADIR%%/Microsoft.AspNetCore.StaticAssets.dll
%%DATADIR%%/Microsoft.AspNetCore.StaticFiles.dll
+%%DATADIR%%/Microsoft.AspNetCore.WebSockets.dll
%%DATADIR%%/Microsoft.AspNetCore.WebUtilities.dll
%%DATADIR%%/Microsoft.AspNetCore.dll
-%%DATADIR%%/Microsoft.Bcl.AsyncInterfaces.dll
-%%DATADIR%%/Microsoft.Bcl.TimeProvider.dll
-%%DATADIR%%/Microsoft.CodeAnalysis.CSharp.dll
-%%DATADIR%%/Microsoft.CodeAnalysis.Razor.dll
-%%DATADIR%%/Microsoft.CodeAnalysis.dll
-%%DATADIR%%/Microsoft.DotNet.PlatformAbstractions.dll
+%%DATADIR%%/Microsoft.CSharp.dll
%%DATADIR%%/Microsoft.Extensions.Caching.Abstractions.dll
%%DATADIR%%/Microsoft.Extensions.Caching.Memory.dll
%%DATADIR%%/Microsoft.Extensions.Configuration.Abstractions.dll
@@ -665,31 +670,49 @@
%%DATADIR%%/Microsoft.Extensions.Configuration.CommandLine.dll
%%DATADIR%%/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
%%DATADIR%%/Microsoft.Extensions.Configuration.FileExtensions.dll
+%%DATADIR%%/Microsoft.Extensions.Configuration.Ini.dll
%%DATADIR%%/Microsoft.Extensions.Configuration.Json.dll
+%%DATADIR%%/Microsoft.Extensions.Configuration.KeyPerFile.dll
%%DATADIR%%/Microsoft.Extensions.Configuration.UserSecrets.dll
+%%DATADIR%%/Microsoft.Extensions.Configuration.Xml.dll
%%DATADIR%%/Microsoft.Extensions.Configuration.dll
%%DATADIR%%/Microsoft.Extensions.DependencyInjection.Abstractions.dll
%%DATADIR%%/Microsoft.Extensions.DependencyInjection.dll
-%%DATADIR%%/Microsoft.Extensions.DependencyModel.dll
%%DATADIR%%/Microsoft.Extensions.Diagnostics.Abstractions.dll
+%%DATADIR%%/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
+%%DATADIR%%/Microsoft.Extensions.Diagnostics.HealthChecks.dll
+%%DATADIR%%/Microsoft.Extensions.Diagnostics.dll
+%%DATADIR%%/Microsoft.Extensions.Features.dll
%%DATADIR%%/Microsoft.Extensions.FileProviders.Abstractions.dll
%%DATADIR%%/Microsoft.Extensions.FileProviders.Composite.dll
+%%DATADIR%%/Microsoft.Extensions.FileProviders.Embedded.dll
%%DATADIR%%/Microsoft.Extensions.FileProviders.Physical.dll
%%DATADIR%%/Microsoft.Extensions.FileSystemGlobbing.dll
%%DATADIR%%/Microsoft.Extensions.Hosting.Abstractions.dll
+%%DATADIR%%/Microsoft.Extensions.Hosting.dll
+%%DATADIR%%/Microsoft.Extensions.Http.dll
+%%DATADIR%%/Microsoft.Extensions.Identity.Core.dll
+%%DATADIR%%/Microsoft.Extensions.Identity.Stores.dll
%%DATADIR%%/Microsoft.Extensions.Localization.Abstractions.dll
%%DATADIR%%/Microsoft.Extensions.Localization.dll
%%DATADIR%%/Microsoft.Extensions.Logging.Abstractions.dll
%%DATADIR%%/Microsoft.Extensions.Logging.Configuration.dll
%%DATADIR%%/Microsoft.Extensions.Logging.Console.dll
%%DATADIR%%/Microsoft.Extensions.Logging.Debug.dll
+%%DATADIR%%/Microsoft.Extensions.Logging.EventLog.dll
+%%DATADIR%%/Microsoft.Extensions.Logging.EventSource.dll
+%%DATADIR%%/Microsoft.Extensions.Logging.TraceSource.dll
%%DATADIR%%/Microsoft.Extensions.Logging.dll
%%DATADIR%%/Microsoft.Extensions.ObjectPool.dll
%%DATADIR%%/Microsoft.Extensions.Options.ConfigurationExtensions.dll
+%%DATADIR%%/Microsoft.Extensions.Options.DataAnnotations.dll
%%DATADIR%%/Microsoft.Extensions.Options.dll
%%DATADIR%%/Microsoft.Extensions.Primitives.dll
%%DATADIR%%/Microsoft.Extensions.WebEncoders.dll
+%%DATADIR%%/Microsoft.JSInterop.dll
%%DATADIR%%/Microsoft.Net.Http.Headers.dll
+%%DATADIR%%/Microsoft.VisualBasic.Core.dll
+%%DATADIR%%/Microsoft.VisualBasic.dll
%%DATADIR%%/Microsoft.Win32.Primitives.dll
%%DATADIR%%/Microsoft.Win32.Registry.dll
%%DATADIR%%/MimeMapping.dll
@@ -713,12 +736,17 @@
%%DATADIR%%/System.Collections.Specialized.dll
%%DATADIR%%/System.Collections.dll
%%DATADIR%%/System.ComponentModel.Annotations.dll
+%%DATADIR%%/System.ComponentModel.DataAnnotations.dll
%%DATADIR%%/System.ComponentModel.EventBasedAsync.dll
%%DATADIR%%/System.ComponentModel.Primitives.dll
%%DATADIR%%/System.ComponentModel.TypeConverter.dll
%%DATADIR%%/System.ComponentModel.dll
+%%DATADIR%%/System.Configuration.dll
%%DATADIR%%/System.Console.dll
+%%DATADIR%%/System.Core.dll
%%DATADIR%%/System.Data.Common.dll
+%%DATADIR%%/System.Data.DataSetExtensions.dll
+%%DATADIR%%/System.Data.dll
%%DATADIR%%/System.Diagnostics.Contracts.dll
%%DATADIR%%/System.Diagnostics.Debug.dll
%%DATADIR%%/System.Diagnostics.DiagnosticSource.dll
@@ -731,10 +759,15 @@
%%DATADIR%%/System.Diagnostics.TraceSource.dll
%%DATADIR%%/System.Diagnostics.Tracing.dll
%%DATADIR%%/System.Drawing.Primitives.dll
+%%DATADIR%%/System.Drawing.dll
%%DATADIR%%/System.Dynamic.Runtime.dll
+%%DATADIR%%/System.Formats.Asn1.dll
+%%DATADIR%%/System.Formats.Tar.dll
%%DATADIR%%/System.Globalization.Calendars.dll
%%DATADIR%%/System.Globalization.Extensions.dll
%%DATADIR%%/System.Globalization.dll
+%%DATADIR%%/System.IO.Compression.Brotli.dll
+%%DATADIR%%/System.IO.Compression.FileSystem.dll
%%DATADIR%%/System.IO.Compression.ZipFile.dll
%%DATADIR%%/System.IO.Compression.dll
%%DATADIR%%/System.IO.FileSystem.AccessControl.dll
@@ -745,6 +778,7 @@
%%DATADIR%%/System.IO.IsolatedStorage.dll
%%DATADIR%%/System.IO.MemoryMappedFiles.dll
%%DATADIR%%/System.IO.Pipelines.dll
+%%DATADIR%%/System.IO.Pipes.AccessControl.dll
%%DATADIR%%/System.IO.Pipes.dll
%%DATADIR%%/System.IO.UnmanagedMemoryStream.dll
%%DATADIR%%/System.IO.dll
@@ -753,21 +787,41 @@
%%DATADIR%%/System.Linq.Queryable.dll
%%DATADIR%%/System.Linq.dll
%%DATADIR%%/System.Memory.dll
+%%DATADIR%%/System.Net.Http.Json.dll
+%%DATADIR%%/System.Net.Http.dll
+%%DATADIR%%/System.Net.HttpListener.dll
+%%DATADIR%%/System.Net.Mail.dll
%%DATADIR%%/System.Net.NameResolution.dll
%%DATADIR%%/System.Net.NetworkInformation.dll
%%DATADIR%%/System.Net.Ping.dll
%%DATADIR%%/System.Net.Primitives.dll
+%%DATADIR%%/System.Net.Quic.dll
%%DATADIR%%/System.Net.Requests.dll
%%DATADIR%%/System.Net.Security.dll
+%%DATADIR%%/System.Net.ServicePoint.dll
%%DATADIR%%/System.Net.Sockets.dll
+%%DATADIR%%/System.Net.WebClient.dll
%%DATADIR%%/System.Net.WebHeaderCollection.dll
+%%DATADIR%%/System.Net.WebProxy.dll
%%DATADIR%%/System.Net.WebSockets.Client.dll
%%DATADIR%%/System.Net.WebSockets.dll
+%%DATADIR%%/System.Net.dll
%%DATADIR%%/System.Numerics.Vectors.dll
+%%DATADIR%%/System.Numerics.dll
%%DATADIR%%/System.ObjectModel.dll
+%%DATADIR%%/System.Private.CoreLib.dll
+%%DATADIR%%/System.Private.DataContractSerialization.dll
+%%DATADIR%%/System.Private.Uri.dll
+%%DATADIR%%/System.Private.Xml.Linq.dll
+%%DATADIR%%/System.Private.Xml.dll
+%%DATADIR%%/System.Reflection.DispatchProxy.dll
+%%DATADIR%%/System.Reflection.Emit.ILGeneration.dll
+%%DATADIR%%/System.Reflection.Emit.Lightweight.dll
+%%DATADIR%%/System.Reflection.Emit.dll
%%DATADIR%%/System.Reflection.Extensions.dll
%%DATADIR%%/System.Reflection.Metadata.dll
%%DATADIR%%/System.Reflection.Primitives.dll
+%%DATADIR%%/System.Reflection.TypeExtensions.dll
%%DATADIR%%/System.Reflection.dll
%%DATADIR%%/System.Resources.Reader.dll
%%DATADIR%%/System.Resources.ResourceManager.dll
@@ -776,12 +830,17 @@
%%DATADIR%%/System.Runtime.CompilerServices.VisualC.dll
%%DATADIR%%/System.Runtime.Extensions.dll
%%DATADIR%%/System.Runtime.Handles.dll
+%%DATADIR%%/System.Runtime.InteropServices.JavaScript.dll
+%%DATADIR%%/System.Runtime.InteropServices.RuntimeInformation.dll
%%DATADIR%%/System.Runtime.InteropServices.dll
+%%DATADIR%%/System.Runtime.Intrinsics.dll
+%%DATADIR%%/System.Runtime.Loader.dll
%%DATADIR%%/System.Runtime.Numerics.dll
%%DATADIR%%/System.Runtime.Serialization.Formatters.dll
%%DATADIR%%/System.Runtime.Serialization.Json.dll
%%DATADIR%%/System.Runtime.Serialization.Primitives.dll
%%DATADIR%%/System.Runtime.Serialization.Xml.dll
+%%DATADIR%%/System.Runtime.Serialization.dll
%%DATADIR%%/System.Runtime.dll
%%DATADIR%%/System.Security.AccessControl.dll
%%DATADIR%%/System.Security.Claims.dll
@@ -789,20 +848,30 @@
%%DATADIR%%/System.Security.Cryptography.Cng.dll
%%DATADIR%%/System.Security.Cryptography.Csp.dll
%%DATADIR%%/System.Security.Cryptography.Encoding.dll
+%%DATADIR%%/System.Security.Cryptography.OpenSsl.dll
+%%DATADIR%%/System.Security.Cryptography.Pkcs.dll
%%DATADIR%%/System.Security.Cryptography.Primitives.dll
+%%DATADIR%%/System.Security.Cryptography.ProtectedData.dll
%%DATADIR%%/System.Security.Cryptography.X509Certificates.dll
%%DATADIR%%/System.Security.Cryptography.Xml.dll
+%%DATADIR%%/System.Security.Cryptography.dll
%%DATADIR%%/System.Security.Principal.Windows.dll
%%DATADIR%%/System.Security.Principal.dll
%%DATADIR%%/System.Security.SecureString.dll
+%%DATADIR%%/System.Security.dll
+%%DATADIR%%/System.ServiceModel.Web.dll
%%DATADIR%%/System.ServiceProcess.ServiceController.dll
+%%DATADIR%%/System.ServiceProcess.dll
%%DATADIR%%/System.Text.Encoding.CodePages.dll
%%DATADIR%%/System.Text.Encoding.Extensions.dll
%%DATADIR%%/System.Text.Encoding.dll
%%DATADIR%%/System.Text.Encodings.Web.dll
%%DATADIR%%/System.Text.Json.dll
%%DATADIR%%/System.Text.RegularExpressions.dll
+%%DATADIR%%/System.Threading.Channels.dll
%%DATADIR%%/System.Threading.Overlapped.dll
+%%DATADIR%%/System.Threading.RateLimiting.dll
+%%DATADIR%%/System.Threading.Tasks.Dataflow.dll
%%DATADIR%%/System.Threading.Tasks.Extensions.dll
%%DATADIR%%/System.Threading.Tasks.Parallel.dll
%%DATADIR%%/System.Threading.Tasks.dll
@@ -810,47 +879,42 @@
%%DATADIR%%/System.Threading.ThreadPool.dll
%%DATADIR%%/System.Threading.Timer.dll
%%DATADIR%%/System.Threading.dll
+%%DATADIR%%/System.Transactions.Local.dll
+%%DATADIR%%/System.Transactions.dll
%%DATADIR%%/System.ValueTuple.dll
+%%DATADIR%%/System.Web.HttpUtility.dll
+%%DATADIR%%/System.Web.dll
+%%DATADIR%%/System.Windows.dll
+%%DATADIR%%/System.Xml.Linq.dll
%%DATADIR%%/System.Xml.ReaderWriter.dll
+%%DATADIR%%/System.Xml.Serialization.dll
%%DATADIR%%/System.Xml.XDocument.dll
%%DATADIR%%/System.Xml.XPath.XDocument.dll
%%DATADIR%%/System.Xml.XPath.dll
%%DATADIR%%/System.Xml.XmlDocument.dll
%%DATADIR%%/System.Xml.XmlSerializer.dll
+%%DATADIR%%/System.Xml.dll
+%%DATADIR%%/System.dll
+%%DATADIR%%/WindowsBase.dll
%%DATADIR%%/YamlDotNet.dll
-%%DATADIR%%/libMono.Unix.so
+%%DATADIR%%/jackett
+%%DATADIR%%/jackett.deps.json
+%%DATADIR%%/jackett.dll
+%%DATADIR%%/jackett.pdb
+%%DATADIR%%/jackett.runtimeconfig.json
+%%DATADIR%%/jackett.staticwebassets.endpoints.json
+%%DATADIR%%/libSystem.Globalization.Native.so
+%%DATADIR%%/libSystem.IO.Compression.Native.so
+%%DATADIR%%/libSystem.Native.so
+%%DATADIR%%/libSystem.Net.Security.Native.so
+%%DATADIR%%/libSystem.Security.Cryptography.Native.OpenSsl.so
+%%DATADIR%%/libclrgc.so
+%%DATADIR%%/libclrgcexp.so
+%%DATADIR%%/libclrjit.so
+%%DATADIR%%/libcoreclr.so
+%%DATADIR%%/libhostfxr.so
+%%DATADIR%%/libhostpolicy.so
+%%DATADIR%%/libmscordaccore.so
+%%DATADIR%%/libmscordbi.so
+%%DATADIR%%/mscorlib.dll
%%DATADIR%%/netstandard.dll
-%%DATADIR%%/refs/Microsoft.CSharp.dll
-%%DATADIR%%/refs/Microsoft.Win32.Registry.dll
-%%DATADIR%%/refs/System.ComponentModel.Annotations.dll
-%%DATADIR%%/refs/System.ComponentModel.Composition.dll
-%%DATADIR%%/refs/System.ComponentModel.DataAnnotations.dll
-%%DATADIR%%/refs/System.Configuration.dll
-%%DATADIR%%/refs/System.Core.dll
-%%DATADIR%%/refs/System.Data.dll
-%%DATADIR%%/refs/System.Drawing.dll
-%%DATADIR%%/refs/System.IO.Compression.FileSystem.dll
-%%DATADIR%%/refs/System.IO.FileSystem.AccessControl.dll
-%%DATADIR%%/refs/System.Numerics.dll
-%%DATADIR%%/refs/System.Reflection.Emit.ILGeneration.dll
-%%DATADIR%%/refs/System.Reflection.Emit.Lightweight.dll
-%%DATADIR%%/refs/System.Reflection.Emit.dll
-%%DATADIR%%/refs/System.Runtime.InteropServices.WindowsRuntime.dll
-%%DATADIR%%/refs/System.Runtime.Serialization.dll
-%%DATADIR%%/refs/System.Security.AccessControl.dll
-%%DATADIR%%/refs/System.Security.Cryptography.Cng.dll
-%%DATADIR%%/refs/System.Security.Principal.Windows.dll
-%%DATADIR%%/refs/System.Security.dll
-%%DATADIR%%/refs/System.ServiceModel.Duplex.dll
-%%DATADIR%%/refs/System.ServiceModel.Http.dll
-%%DATADIR%%/refs/System.ServiceModel.NetTcp.dll
-%%DATADIR%%/refs/System.ServiceModel.Primitives.dll
-%%DATADIR%%/refs/System.ServiceModel.Security.dll
-%%DATADIR%%/refs/System.ServiceProcess.dll
-%%DATADIR%%/refs/System.ValueTuple.dll
-%%DATADIR%%/refs/System.Xml.Linq.dll
-%%DATADIR%%/refs/System.Xml.dll
-%%DATADIR%%/refs/System.dll
-%%DATADIR%%/refs/mscorlib.dll
-%%DATADIR%%/refs/netfx.force.conflicts.dll
-%%DATADIR%%/web.config