mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
multimedia/jellyfin: Update to 10.9.6 and switch to source build
This patch moves the jellyfin port to build from source using lang/dotnet. The only binary part is libskia, like it always has been. Building this one from source is not as easy and will be looked into later. PR: 279926 Reported by: michiel@vanbaak.eu (maintainer)
This commit is contained in:
parent
ae22632fb1
commit
28d47d8ca8
12 changed files with 41653 additions and 51 deletions
|
@ -1,10 +1,12 @@
|
|||
PORTNAME= jellyfin
|
||||
DISTVERSION= 10.9.4
|
||||
DISTVERSION= 10.9.6
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= https://github.com/Thefrank/jellyfin-server-freebsd/releases/download/v${DISTVERSION}/
|
||||
DISTFILES= jellyfin-combined_${DISTVERSION}_freebsd.${OSVER}-${ARCH}.tar.gz \
|
||||
libSkiaSharp.so
|
||||
EXTRACT_ONLY= jellyfin-combined_${DISTVERSION}_freebsd.${OSVER}-${ARCH}.tar.gz
|
||||
MASTER_SITES+= https://github.com/Thefrank/jellyfin-server-freebsd/releases/download/v10.9.4/:prebuilt
|
||||
DISTFILES+= ${PREFETCH_FILE}:prefetch \
|
||||
libSkiaSharp.so:prebuilt
|
||||
EXTRACT_ONLY+= ${PORTNAME}-${PORTNAME}-${GH_TAGNAME}_GH0.tar.gz \
|
||||
${PORTNAME}-${PORTNAME}-web-${GH_TAGNAME}_GH0.tar.gz \
|
||||
${PREFETCH_FILE}
|
||||
|
||||
MAINTAINER= michiel@vanbaak.eu
|
||||
COMMENT= Jellyfin Server Component with WebUI
|
||||
|
@ -13,9 +15,9 @@ WWW= https://jellyfin.org/
|
|||
LICENSE= BSD3CLAUSE GPLv2
|
||||
LICENSE_COMB= multi
|
||||
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
|
||||
LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig
|
||||
FETCH_DEPENDS= npm:www/npm${NODEJS_SUFFIX}
|
||||
BUILD_DEPENDS= npm:www/npm${NODEJS_SUFFIX} \
|
||||
dotnet:lang/dotnet
|
||||
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \
|
||||
ffmpeg>0:multimedia/ffmpeg \
|
||||
icu>0:devel/icu \
|
||||
|
@ -23,38 +25,510 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \
|
|||
libinotify>0:devel/libinotify \
|
||||
libunwind>0:devel/libunwind \
|
||||
mediainfo>0:multimedia/mediainfo
|
||||
TEST_DEPENDS= npm:www/npm${NODEJS_SUFFIX} \
|
||||
dotnet:lang/dotnet
|
||||
|
||||
USES= sqlite:3 ssl:run
|
||||
USES= nodejs:20,build sqlite:3 ssl elfctl
|
||||
|
||||
USE_GITHUB= nodefault
|
||||
GH_ACCOUNT= jellyfin:server,ui
|
||||
GH_PROJECT= jellyfin:server jellyfin-web:ui
|
||||
GH_SUBDIR= ${PORTNAME}
|
||||
GH_TAGNAME= v${DISTVERSION}
|
||||
USE_RC_SUBR= jellyfin
|
||||
|
||||
NO_BUILD= YES
|
||||
NUGET_GROUPS= NUGET
|
||||
#NUPKG_NUGET must be regenerated every time DISTVERSION is changed
|
||||
NUPKG_NUGET= AsyncKeyedLock:6.4.2 \
|
||||
AutoFixture.AutoMoq:4.18.1 \
|
||||
AutoFixture.Xunit2:4.18.1 \
|
||||
AutoFixture:4.18.1 \
|
||||
BDInfo:0.8.0 \
|
||||
BlurHashSharp.SkiaSharp:1.3.2 \
|
||||
BlurHashSharp:1.3.2 \
|
||||
CacheManager.Core:1.2.0 \
|
||||
Castle.Core:5.1.1 \
|
||||
CommandLineParser:2.9.1 \
|
||||
Diacritics:3.3.29 \
|
||||
DiscUtils.Core:0.16.13 \
|
||||
DiscUtils.Iso9660:0.16.13 \
|
||||
DiscUtils.Streams:0.16.13 \
|
||||
DiscUtils.Udf:0.16.13 \
|
||||
DotNet.Glob:3.1.3 \
|
||||
EFCoreSecondLevelCacheInterceptor:4.4.3 \
|
||||
EFCoreSecondLevelCacheInterceptor:4.5.0 \
|
||||
EasyCaching.Core:1.9.2 \
|
||||
ExCSS:4.2.3 \
|
||||
FSharp.Core:4.2.3 \
|
||||
Fare:2.1.1 \
|
||||
FsCheck.Xunit:2.16.6 \
|
||||
FsCheck:2.16.6 \
|
||||
HarfBuzzSharp.NativeAssets.Linux:7.3.0.2 \
|
||||
HarfBuzzSharp.NativeAssets.Win32:7.3.0.2 \
|
||||
HarfBuzzSharp.NativeAssets.macOS:7.3.0.2 \
|
||||
HarfBuzzSharp:7.3.0.2 \
|
||||
Humanizer.Core:2.14.1 \
|
||||
ICU4N.Transliterator:60.1.0-alpha.356 \
|
||||
ICU4N:60.1.0-alpha.356 \
|
||||
IDisposableAnalyzers:4.0.7 \
|
||||
J2N:2.0.0 \
|
||||
Jellyfin.XmlTv:10.8.0 \
|
||||
LrcParser:2023.524.0 \
|
||||
MetaBrainz.Common.Json:6.0.2 \
|
||||
MetaBrainz.Common:3.0.0 \
|
||||
MetaBrainz.MusicBrainz:6.1.0 \
|
||||
Microsoft.AspNetCore.Authorization:8.0.4 \
|
||||
Microsoft.AspNetCore.Authorization:8.0.6 \
|
||||
Microsoft.AspNetCore.Http.Abstractions:2.2.0 \
|
||||
Microsoft.AspNetCore.Http.Extensions:2.2.0 \
|
||||
Microsoft.AspNetCore.Http.Features:2.2.0 \
|
||||
Microsoft.AspNetCore.HttpOverrides:2.2.0 \
|
||||
Microsoft.AspNetCore.Metadata:8.0.4 \
|
||||
Microsoft.AspNetCore.Metadata:8.0.6 \
|
||||
Microsoft.AspNetCore.Mvc.Testing:8.0.4 \
|
||||
Microsoft.AspNetCore.TestHost:8.0.4 \
|
||||
Microsoft.Bcl.AsyncInterfaces:6.0.0 \
|
||||
Microsoft.CodeAnalysis.Analyzers:3.3.3 \
|
||||
Microsoft.CodeAnalysis.BannedApiAnalyzers:3.3.4 \
|
||||
Microsoft.CodeAnalysis.CSharp.Workspaces:4.5.0 \
|
||||
Microsoft.CodeAnalysis.CSharp:4.5.0 \
|
||||
Microsoft.CodeAnalysis.Common:4.5.0 \
|
||||
Microsoft.CodeAnalysis.Workspaces.Common:4.5.0 \
|
||||
Microsoft.CodeCoverage:17.9.0 \
|
||||
Microsoft.Data.Sqlite.Core:8.0.4 \
|
||||
Microsoft.Data.Sqlite.Core:8.0.6 \
|
||||
Microsoft.Data.Sqlite:8.0.4 \
|
||||
Microsoft.Data.Sqlite:8.0.6 \
|
||||
Microsoft.EntityFrameworkCore.Abstractions:8.0.0 \
|
||||
Microsoft.EntityFrameworkCore.Abstractions:8.0.4 \
|
||||
Microsoft.EntityFrameworkCore.Abstractions:8.0.6 \
|
||||
Microsoft.EntityFrameworkCore.Analyzers:8.0.0 \
|
||||
Microsoft.EntityFrameworkCore.Analyzers:8.0.4 \
|
||||
Microsoft.EntityFrameworkCore.Analyzers:8.0.6 \
|
||||
Microsoft.EntityFrameworkCore.Design:8.0.4 \
|
||||
Microsoft.EntityFrameworkCore.Design:8.0.6 \
|
||||
Microsoft.EntityFrameworkCore.Relational:8.0.4 \
|
||||
Microsoft.EntityFrameworkCore.Relational:8.0.6 \
|
||||
Microsoft.EntityFrameworkCore.Sqlite.Core:8.0.4 \
|
||||
Microsoft.EntityFrameworkCore.Sqlite.Core:8.0.6 \
|
||||
Microsoft.EntityFrameworkCore.Sqlite:8.0.4 \
|
||||
Microsoft.EntityFrameworkCore.Sqlite:8.0.6 \
|
||||
Microsoft.EntityFrameworkCore.Tools:8.0.4 \
|
||||
Microsoft.EntityFrameworkCore.Tools:8.0.6 \
|
||||
Microsoft.EntityFrameworkCore:8.0.0 \
|
||||
Microsoft.EntityFrameworkCore:8.0.4 \
|
||||
Microsoft.EntityFrameworkCore:8.0.6 \
|
||||
Microsoft.Extensions.ApiDescription.Server:3.0.0 \
|
||||
Microsoft.Extensions.Caching.Abstractions:2.0.0 \
|
||||
Microsoft.Extensions.Caching.Abstractions:8.0.0 \
|
||||
Microsoft.Extensions.Caching.Memory:2.0.0 \
|
||||
Microsoft.Extensions.Caching.Memory:8.0.0 \
|
||||
Microsoft.Extensions.Configuration.Abstractions:3.1.0 \
|
||||
Microsoft.Extensions.Configuration.Abstractions:6.0.0 \
|
||||
Microsoft.Extensions.Configuration.Abstractions:8.0.0 \
|
||||
Microsoft.Extensions.Configuration.Binder:3.1.0 \
|
||||
Microsoft.Extensions.Configuration.Binder:6.0.0 \
|
||||
Microsoft.Extensions.Configuration.Binder:8.0.0 \
|
||||
Microsoft.Extensions.Configuration.Binder:8.0.1 \
|
||||
Microsoft.Extensions.Configuration.CommandLine:8.0.0 \
|
||||
Microsoft.Extensions.Configuration.EnvironmentVariables:8.0.0 \
|
||||
Microsoft.Extensions.Configuration.FileExtensions:8.0.0 \
|
||||
Microsoft.Extensions.Configuration.Json:8.0.0 \
|
||||
Microsoft.Extensions.Configuration.UserSecrets:8.0.0 \
|
||||
Microsoft.Extensions.Configuration:3.1.0 \
|
||||
Microsoft.Extensions.Configuration:8.0.0 \
|
||||
Microsoft.Extensions.DependencyInjection.Abstractions:2.0.0 \
|
||||
Microsoft.Extensions.DependencyInjection.Abstractions:2.2.0 \
|
||||
Microsoft.Extensions.DependencyInjection.Abstractions:3.1.0 \
|
||||
Microsoft.Extensions.DependencyInjection.Abstractions:6.0.0 \
|
||||
Microsoft.Extensions.DependencyInjection.Abstractions:8.0.0 \
|
||||
Microsoft.Extensions.DependencyInjection.Abstractions:8.0.1 \
|
||||
Microsoft.Extensions.DependencyInjection:3.1.0 \
|
||||
Microsoft.Extensions.DependencyInjection:6.0.0 \
|
||||
Microsoft.Extensions.DependencyInjection:8.0.0 \
|
||||
Microsoft.Extensions.DependencyModel:8.0.0 \
|
||||
Microsoft.Extensions.Diagnostics.Abstractions:8.0.0 \
|
||||
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:8.0.4 \
|
||||
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions:8.0.6 \
|
||||
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore:8.0.4 \
|
||||
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore:8.0.6 \
|
||||
Microsoft.Extensions.Diagnostics.HealthChecks:8.0.4 \
|
||||
Microsoft.Extensions.Diagnostics.HealthChecks:8.0.6 \
|
||||
Microsoft.Extensions.Diagnostics:8.0.0 \
|
||||
Microsoft.Extensions.FileProviders.Abstractions:2.2.0 \
|
||||
Microsoft.Extensions.FileProviders.Abstractions:8.0.0 \
|
||||
Microsoft.Extensions.FileProviders.Physical:8.0.0 \
|
||||
Microsoft.Extensions.FileSystemGlobbing:8.0.0 \
|
||||
Microsoft.Extensions.Hosting.Abstractions:8.0.0 \
|
||||
Microsoft.Extensions.Hosting:8.0.0 \
|
||||
Microsoft.Extensions.Http:3.1.0 \
|
||||
Microsoft.Extensions.Http:8.0.0 \
|
||||
Microsoft.Extensions.Logging.Abstractions:3.1.0 \
|
||||
Microsoft.Extensions.Logging.Abstractions:6.0.0 \
|
||||
Microsoft.Extensions.Logging.Abstractions:8.0.0 \
|
||||
Microsoft.Extensions.Logging.Abstractions:8.0.1 \
|
||||
Microsoft.Extensions.Logging.Configuration:8.0.0 \
|
||||
Microsoft.Extensions.Logging.Console:8.0.0 \
|
||||
Microsoft.Extensions.Logging.Debug:8.0.0 \
|
||||
Microsoft.Extensions.Logging.EventLog:8.0.0 \
|
||||
Microsoft.Extensions.Logging.EventSource:8.0.0 \
|
||||
Microsoft.Extensions.Logging:3.1.0 \
|
||||
Microsoft.Extensions.Logging:6.0.0 \
|
||||
Microsoft.Extensions.Logging:8.0.0 \
|
||||
Microsoft.Extensions.ObjectPool:7.0.0 \
|
||||
Microsoft.Extensions.Options.ConfigurationExtensions:6.0.0 \
|
||||
Microsoft.Extensions.Options.ConfigurationExtensions:8.0.0 \
|
||||
Microsoft.Extensions.Options:2.0.0 \
|
||||
Microsoft.Extensions.Options:2.2.0 \
|
||||
Microsoft.Extensions.Options:3.1.0 \
|
||||
Microsoft.Extensions.Options:6.0.0 \
|
||||
Microsoft.Extensions.Options:8.0.0 \
|
||||
Microsoft.Extensions.Options:8.0.2 \
|
||||
Microsoft.Extensions.Primitives:2.0.0 \
|
||||
Microsoft.Extensions.Primitives:2.2.0 \
|
||||
Microsoft.Extensions.Primitives:3.1.0 \
|
||||
Microsoft.Extensions.Primitives:6.0.0 \
|
||||
Microsoft.Extensions.Primitives:8.0.0 \
|
||||
Microsoft.NET.Test.Sdk:17.9.0 \
|
||||
Microsoft.NETCore.Platforms:1.0.1 \
|
||||
Microsoft.NETCore.Platforms:1.1.0 \
|
||||
Microsoft.NETCore.Platforms:1.1.1 \
|
||||
Microsoft.NETCore.Platforms:5.0.0 \
|
||||
Microsoft.NETCore.Targets:1.0.1 \
|
||||
Microsoft.NETCore.Targets:1.1.0 \
|
||||
Microsoft.Net.Http.Headers:2.2.0 \
|
||||
Microsoft.OpenApi:1.2.3 \
|
||||
Microsoft.TestPlatform.ObjectModel:17.9.0 \
|
||||
Microsoft.TestPlatform.TestHost:17.9.0 \
|
||||
Microsoft.Win32.Primitives:4.3.0 \
|
||||
Microsoft.Win32.Registry:5.0.0 \
|
||||
Microsoft.Win32.SystemEvents:7.0.0 \
|
||||
MimeTypes:2.4.0 \
|
||||
Mono.Nat:3.0.4 \
|
||||
Mono.TextTemplating:2.2.1 \
|
||||
Moq:4.18.4 \
|
||||
NETStandard.Library:1.6.1 \
|
||||
NEbml:0.11.0 \
|
||||
Newtonsoft.Json:13.0.1 \
|
||||
Newtonsoft.Json:13.0.3 \
|
||||
PlaylistsNET:1.4.1 \
|
||||
SQLitePCLRaw.bundle_e_sqlite3:2.1.6 \
|
||||
SQLitePCLRaw.core:2.1.6 \
|
||||
SQLitePCLRaw.lib.e_sqlite3:2.1.6 \
|
||||
SQLitePCLRaw.provider.e_sqlite3:2.1.6 \
|
||||
Serilog.AspNetCore:8.0.1 \
|
||||
Serilog.Enrichers.Thread:3.1.0 \
|
||||
Serilog.Extensions.Hosting:8.0.0 \
|
||||
Serilog.Extensions.Logging:8.0.0 \
|
||||
Serilog.Formatting.Compact:2.0.0 \
|
||||
Serilog.Settings.Configuration:8.0.0 \
|
||||
Serilog.Sinks.Async:1.5.0 \
|
||||
Serilog.Sinks.Console:5.0.1 \
|
||||
Serilog.Sinks.Debug:2.0.0 \
|
||||
Serilog.Sinks.File:5.0.0 \
|
||||
Serilog.Sinks.Graylog:3.1.1 \
|
||||
Serilog:2.3.0 \
|
||||
Serilog:2.9.0 \
|
||||
Serilog:2.10.0 \
|
||||
Serilog:3.1.1 \
|
||||
SerilogAnalyzer:0.15.0 \
|
||||
ShimSkiaSharp:1.0.0.18 \
|
||||
SkiaSharp.HarfBuzz:2.88.8 \
|
||||
SkiaSharp.NativeAssets.Linux:2.88.8 \
|
||||
SkiaSharp.NativeAssets.Win32:2.88.8 \
|
||||
SkiaSharp.NativeAssets.macOS:2.88.8 \
|
||||
SkiaSharp:2.88.8 \
|
||||
SmartAnalyzers.MultithreadingAnalyzer:1.1.31 \
|
||||
StyleCop.Analyzers.Unstable:1.2.0.556 \
|
||||
StyleCop.Analyzers:1.2.0-beta.556 \
|
||||
Svg.Custom:1.0.0.18 \
|
||||
Svg.Model:1.0.0.18 \
|
||||
Svg.Skia:1.0.0.18 \
|
||||
Swashbuckle.AspNetCore.ReDoc:6.6.2 \
|
||||
Swashbuckle.AspNetCore.Swagger:6.2.3 \
|
||||
Swashbuckle.AspNetCore.SwaggerGen:6.2.3 \
|
||||
Swashbuckle.AspNetCore.SwaggerUI:6.2.3 \
|
||||
Swashbuckle.AspNetCore:6.2.3 \
|
||||
System.AppContext:4.3.0 \
|
||||
System.Buffers:4.3.0 \
|
||||
System.Buffers:4.5.0 \
|
||||
System.CodeDom:4.4.0 \
|
||||
System.Collections.Concurrent:4.0.12 \
|
||||
System.Collections.Concurrent:4.3.0 \
|
||||
System.Collections.Immutable:6.0.0 \
|
||||
System.Collections:4.0.11 \
|
||||
System.Collections:4.3.0 \
|
||||
System.ComponentModel.Annotations:4.3.0 \
|
||||
System.ComponentModel:4.3.0 \
|
||||
System.Composition.AttributedModel:6.0.0 \
|
||||
System.Composition.Convention:6.0.0 \
|
||||
System.Composition.Hosting:6.0.0 \
|
||||
System.Composition.Runtime:6.0.0 \
|
||||
System.Composition.TypedParts:6.0.0 \
|
||||
System.Composition:6.0.0 \
|
||||
System.Console:4.0.0 \
|
||||
System.Console:4.3.0 \
|
||||
System.Diagnostics.Debug:4.0.11 \
|
||||
System.Diagnostics.Debug:4.3.0 \
|
||||
System.Diagnostics.DiagnosticSource:4.0.0 \
|
||||
System.Diagnostics.DiagnosticSource:4.3.0 \
|
||||
System.Diagnostics.DiagnosticSource:6.0.0 \
|
||||
System.Diagnostics.DiagnosticSource:8.0.0 \
|
||||
System.Diagnostics.EventLog:6.0.0 \
|
||||
System.Diagnostics.EventLog:8.0.0 \
|
||||
System.Diagnostics.Tools:4.0.1 \
|
||||
System.Diagnostics.Tools:4.3.0 \
|
||||
System.Diagnostics.Tracing:4.1.0 \
|
||||
System.Diagnostics.Tracing:4.3.0 \
|
||||
System.Drawing.Common:7.0.0 \
|
||||
System.Globalization.Calendars:4.0.1 \
|
||||
System.Globalization.Calendars:4.3.0 \
|
||||
System.Globalization.Extensions:4.0.1 \
|
||||
System.Globalization.Extensions:4.3.0 \
|
||||
System.Globalization:4.0.11 \
|
||||
System.Globalization:4.3.0 \
|
||||
System.IO.Compression.ZipFile:4.3.0 \
|
||||
System.IO.Compression:4.3.0 \
|
||||
System.IO.FileSystem.Primitives:4.0.1 \
|
||||
System.IO.FileSystem.Primitives:4.3.0 \
|
||||
System.IO.FileSystem:4.0.1 \
|
||||
System.IO.FileSystem:4.3.0 \
|
||||
System.IO.Hashing:8.0.0 \
|
||||
System.IO.Pipelines:6.0.3 \
|
||||
System.IO.Pipelines:8.0.0 \
|
||||
System.IO:4.1.0 \
|
||||
System.IO:4.3.0 \
|
||||
System.Linq.Async:6.0.1 \
|
||||
System.Linq.Expressions:4.1.0 \
|
||||
System.Linq.Expressions:4.3.0 \
|
||||
System.Linq.Queryable:4.0.1 \
|
||||
System.Linq:4.1.0 \
|
||||
System.Linq:4.3.0 \
|
||||
System.Memory:4.5.1 \
|
||||
System.Memory:4.5.3 \
|
||||
System.Net.Http:4.1.0 \
|
||||
System.Net.Http:4.3.0 \
|
||||
System.Net.Http:4.3.4 \
|
||||
System.Net.Primitives:4.0.11 \
|
||||
System.Net.Primitives:4.3.0 \
|
||||
System.Net.Requests:4.0.11 \
|
||||
System.Net.Sockets:4.3.0 \
|
||||
System.Net.WebHeaderCollection:4.0.1 \
|
||||
System.ObjectModel:4.0.12 \
|
||||
System.ObjectModel:4.3.0 \
|
||||
System.Private.Uri:4.3.0 \
|
||||
System.Reflection.Emit.ILGeneration:4.0.1 \
|
||||
System.Reflection.Emit.ILGeneration:4.3.0 \
|
||||
System.Reflection.Emit.Lightweight:4.0.1 \
|
||||
System.Reflection.Emit.Lightweight:4.3.0 \
|
||||
System.Reflection.Emit:4.0.1 \
|
||||
System.Reflection.Emit:4.3.0 \
|
||||
System.Reflection.Extensions:4.0.1 \
|
||||
System.Reflection.Extensions:4.3.0 \
|
||||
System.Reflection.Metadata:1.6.0 \
|
||||
System.Reflection.Metadata:6.0.1 \
|
||||
System.Reflection.Primitives:4.0.1 \
|
||||
System.Reflection.Primitives:4.3.0 \
|
||||
System.Reflection.TypeExtensions:4.1.0 \
|
||||
System.Reflection.TypeExtensions:4.3.0 \
|
||||
System.Reflection:4.1.0 \
|
||||
System.Reflection:4.3.0 \
|
||||
System.Resources.ResourceManager:4.0.1 \
|
||||
System.Resources.ResourceManager:4.3.0 \
|
||||
System.Runtime.CompilerServices.Unsafe:4.4.0 \
|
||||
System.Runtime.CompilerServices.Unsafe:4.5.1 \
|
||||
System.Runtime.CompilerServices.Unsafe:6.0.0 \
|
||||
System.Runtime.Extensions:4.1.0 \
|
||||
System.Runtime.Extensions:4.3.0 \
|
||||
System.Runtime.Handles:4.0.1 \
|
||||
System.Runtime.Handles:4.3.0 \
|
||||
System.Runtime.InteropServices.RuntimeInformation:4.3.0 \
|
||||
System.Runtime.InteropServices:4.1.0 \
|
||||
System.Runtime.InteropServices:4.3.0 \
|
||||
System.Runtime.Numerics:4.0.1 \
|
||||
System.Runtime.Numerics:4.3.0 \
|
||||
System.Runtime:4.1.0 \
|
||||
System.Runtime:4.3.0 \
|
||||
System.Security.AccessControl:5.0.0 \
|
||||
System.Security.Cryptography.Algorithms:4.2.0 \
|
||||
System.Security.Cryptography.Algorithms:4.3.0 \
|
||||
System.Security.Cryptography.Cng:4.2.0 \
|
||||
System.Security.Cryptography.Cng:4.3.0 \
|
||||
System.Security.Cryptography.Csp:4.0.0 \
|
||||
System.Security.Cryptography.Csp:4.3.0 \
|
||||
System.Security.Cryptography.Encoding:4.0.0 \
|
||||
System.Security.Cryptography.Encoding:4.3.0 \
|
||||
System.Security.Cryptography.OpenSsl:4.0.0 \
|
||||
System.Security.Cryptography.OpenSsl:4.3.0 \
|
||||
System.Security.Cryptography.Primitives:4.0.0 \
|
||||
System.Security.Cryptography.Primitives:4.3.0 \
|
||||
System.Security.Cryptography.X509Certificates:4.1.0 \
|
||||
System.Security.Cryptography.X509Certificates:4.3.0 \
|
||||
System.Security.Principal.Windows:5.0.0 \
|
||||
System.Text.Encoding.CodePages:6.0.0 \
|
||||
System.Text.Encoding.CodePages:8.0.0 \
|
||||
System.Text.Encoding.Extensions:4.3.0 \
|
||||
System.Text.Encoding:4.0.11 \
|
||||
System.Text.Encoding:4.3.0 \
|
||||
System.Text.Encodings.Web:4.5.0 \
|
||||
System.Text.Encodings.Web:8.0.0 \
|
||||
System.Text.Json:8.0.0 \
|
||||
System.Text.Json:8.0.3 \
|
||||
System.Text.RegularExpressions:4.1.0 \
|
||||
System.Text.RegularExpressions:4.3.0 \
|
||||
System.Threading.Channels:6.0.0 \
|
||||
System.Threading.Tasks.Dataflow:8.0.0 \
|
||||
System.Threading.Tasks.Extensions:4.3.0 \
|
||||
System.Threading.Tasks.Parallel:4.0.1 \
|
||||
System.Threading.Tasks:4.0.11 \
|
||||
System.Threading.Tasks:4.3.0 \
|
||||
System.Threading.Thread:4.0.0 \
|
||||
System.Threading.ThreadPool:4.0.10 \
|
||||
System.Threading.Timer:4.0.1 \
|
||||
System.Threading.Timer:4.3.0 \
|
||||
System.Threading:4.0.11 \
|
||||
System.Threading:4.3.0 \
|
||||
System.Xml.ReaderWriter:4.3.0 \
|
||||
System.Xml.XDocument:4.3.0 \
|
||||
TMDbLib:2.2.0 \
|
||||
TagLibSharp:2.3.0 \
|
||||
UTF.Unknown:2.5.1 \
|
||||
Validation:2.4.18 \
|
||||
Xunit.Priority:1.1.6 \
|
||||
Xunit.SkippableFact:1.4.13 \
|
||||
coverlet.collector:6.0.2 \
|
||||
libse:4.0.5 \
|
||||
prometheus-net.AspNetCore:8.2.1 \
|
||||
prometheus-net.DotNetRuntime:4.4.0 \
|
||||
prometheus-net:3.1.2 \
|
||||
prometheus-net:8.2.1 \
|
||||
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \
|
||||
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.2 \
|
||||
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \
|
||||
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.2 \
|
||||
runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \
|
||||
runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.2 \
|
||||
runtime.native.System.IO.Compression:4.3.0 \
|
||||
runtime.native.System.Net.Http:4.0.1 \
|
||||
runtime.native.System.Net.Http:4.3.0 \
|
||||
runtime.native.System.Security.Cryptography.Apple:4.3.0 \
|
||||
runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \
|
||||
runtime.native.System.Security.Cryptography.OpenSsl:4.3.2 \
|
||||
runtime.native.System.Security.Cryptography:4.0.0 \
|
||||
runtime.native.System:4.0.0 \
|
||||
runtime.native.System:4.3.0 \
|
||||
runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \
|
||||
runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.2 \
|
||||
runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \
|
||||
runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.2 \
|
||||
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple:4.3.0 \
|
||||
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \
|
||||
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.2 \
|
||||
runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \
|
||||
runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.2 \
|
||||
runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \
|
||||
runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.2 \
|
||||
runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \
|
||||
runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.2 \
|
||||
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \
|
||||
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.2 \
|
||||
xunit.abstractions:2.0.3 \
|
||||
xunit.analyzers:1.12.0 \
|
||||
xunit.assert:2.7.1 \
|
||||
xunit.core:2.7.1 \
|
||||
xunit.extensibility.core:2.7.1 \
|
||||
xunit.extensibility.execution:2.7.1 \
|
||||
xunit.runner.visualstudio:2.5.8 \
|
||||
xunit:2.7.1 \
|
||||
zlib.net-mutliplatform:1.0.6 \
|
||||
runtime.any.system.collections:4.3.0 \
|
||||
runtime.any.system.diagnostics.tracing:4.3.0 \
|
||||
runtime.any.system.globalization:4.3.0 \
|
||||
runtime.any.system.globalization.calendars:4.3.0 \
|
||||
runtime.any.system.io:4.3.0 \
|
||||
runtime.any.system.reflection:4.3.0 \
|
||||
runtime.any.system.reflection.extensions:4.3.0 \
|
||||
runtime.any.system.reflection.primitives:4.3.0 \
|
||||
runtime.any.system.resources.resourcemanager:4.3.0 \
|
||||
runtime.any.system.runtime:4.3.0 \
|
||||
runtime.any.system.runtime.handles:4.3.0 \
|
||||
runtime.any.system.runtime.interopservices:4.3.0 \
|
||||
runtime.any.system.text.encoding:4.3.0 \
|
||||
runtime.any.system.text.encoding.extensions:4.3.0 \
|
||||
runtime.any.system.threading.tasks:4.3.0 \
|
||||
runtime.unix.microsoft.win32.primitives:4.3.0 \
|
||||
runtime.unix.system.diagnostics.debug:4.3.0 \
|
||||
runtime.unix.system.io.filesystem:4.3.0 \
|
||||
runtime.unix.system.net.primitives:4.3.0 \
|
||||
runtime.unix.system.private.uri:4.3.0 \
|
||||
runtime.unix.system.runtime.extensions:4.3.0
|
||||
|
||||
SUB_FILES= jellyfin pkg-message
|
||||
SUB_LIST= DATADIR=${LOCALBASE}/jellyfin \
|
||||
GROUPS=${GROUPS} \
|
||||
USERS=${USERS}
|
||||
|
||||
NO_WRKSUBDIR= YES
|
||||
WRKSRC= ${WRKDIR}/jf
|
||||
|
||||
USERS= jellyfin
|
||||
GROUPS= jellyfin
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
DOTNET_ENV= DOTNET_CLI_HOME=/tmp
|
||||
|
||||
# use the freebsd 14 build on current
|
||||
.if ${OSVERSION} < 1400000
|
||||
OSVER= 13
|
||||
.else
|
||||
OSVER= 14
|
||||
.endif
|
||||
#json files must be replaced every time DISTVERSION is updated
|
||||
PREFETCH_FILE= ${PORTNAME}-${DISTVERSION}-node-modules${EXTRACT_SUFX}
|
||||
PREFETCH_TIMESTAMP= 61171200
|
||||
PKG_NODE_VER= 20.14.0
|
||||
NODE_ARCH= ${ARCH:S/aarch64/arm64/:S/amd64/x64/:S/i386/ia32/}
|
||||
|
||||
.include "nuget.mk"
|
||||
|
||||
pre-fetch:
|
||||
@-${_NUGET_FETCH}
|
||||
if [ ! -f ${DISTDIR}/${PREFETCH_FILE} ]; then \
|
||||
${MKDIR} ${WRKDIR}/node-modules-cache; \
|
||||
${CP} -R ${FILESDIR}/packagejsons/* ${WRKDIR}/node-modules-cache; \
|
||||
cd ${WRKDIR}/node-modules-cache && \
|
||||
${SETENV} HOME=${WRKDIR} \
|
||||
npm ci --ignore-scripts --no-progress --no-audit --no-fund; \
|
||||
${FIND} ${WRKDIR}/node-modules-cache -depth 1 -print | \
|
||||
${GREP} -v node_modules | ${XARGS} ${RM} -r; \
|
||||
${FIND} ${WRKDIR}/node-modules-cache -type d -exec ${CHMOD} 755 {} ';'; \
|
||||
cd ${WRKDIR}/node-modules-cache && \
|
||||
${MTREE_CMD} -cbnSp node_modules | ${MTREE_CMD} -C | ${SED} \
|
||||
-e 's:time=[0-9.]*:time=${PREFETCH_TIMESTAMP}.000000000:' \
|
||||
-e 's:\([gu]id\)=[0-9]*:\1=0:g' \
|
||||
-e 's:flags=.*:flags=none:' \
|
||||
-e 's:^\.:./node_modules:' > node-modules-cache.mtree; \
|
||||
${TAR} -cz --options 'gzip:!timestamp' \
|
||||
-f ${DISTDIR}/${PREFETCH_FILE} \
|
||||
@node-modules-cache.mtree; \
|
||||
${RM} -r ${WRKDIR}; \
|
||||
fi
|
||||
|
||||
post-extract:
|
||||
${MV} ${WRKDIR}/node_modules ${WRKSRC_ui}
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|%%DISTDIR%%|${DISTDIR}|' \
|
||||
-e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC_server}/nuget.config
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC_ui} && ${SETENV} ${MAKE_ENV} \
|
||||
npm run build:production
|
||||
|
||||
cd ${WRKSRC_server}/ && \
|
||||
${SETENV} ${MAKE_ENV} ${DOTNET_ENV} dotnet restore Jellyfin.Server --runtime freebsd-x64 --packages ${WRKDIR}/packages && \
|
||||
${SETENV} ${MAKE_ENV} ${DOTNET_ENV} dotnet publish Jellyfin.Server --configuration Release --self-contained --runtime freebsd-x64 --packages ${WRKDIR}/packages -o bin/publish "-p:DebugSymbols=false;DebugType=none;UseAppHost=true;PublishReadyToRun=false"
|
||||
|
||||
post-build:
|
||||
${MKDIR} ${WRKSRC_server}/bin/publish/jellyfin-web
|
||||
${CP} -r ${WRKSRC_ui}/dist/ ${WRKSRC_server}/bin/publish/jellyfin-web
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}/${LOCALBASE}/jellyfin "! ( -type f -name *\.so -or -type f -name "jellyfin" )"
|
||||
cd ${WRKSRC} && ${COPYTREE_BIN} . ${STAGEDIR}/${LOCALBASE}/jellyfin " -type f -name "jellyfin" "
|
||||
${INSTALL_DATA} ${DISTDIR}/libSkiaSharp.so ${STAGEDIR}/${LOCALBASE}/jellyfin && ${INSTALL_DATA} ${WRKSRC}/*.so ${STAGEDIR}/${LOCALBASE}/jellyfin
|
||||
cd ${WRKSRC}/bin/publish/ && ${ELFCTL} -e +noaslr ./jellyfin
|
||||
cd ${WRKSRC}/bin/publish/ && ${COPYTREE_SHARE} . ${STAGEDIR}/${LOCALBASE}/jellyfin "! ( -type f -name *\.so -or -type f -name "jellyfin" )"
|
||||
cd ${WRKSRC}/bin/publish/ && ${COPYTREE_BIN} . ${STAGEDIR}/${LOCALBASE}/jellyfin " -type f -name "jellyfin" "
|
||||
${INSTALL_DATA} ${DISTDIR}/libSkiaSharp.so ${STAGEDIR}/${LOCALBASE}/jellyfin && ${INSTALL_DATA} ${WRKSRC}/bin/publish/*.so ${STAGEDIR}/${LOCALBASE}/jellyfin
|
||||
|
||||
#This can be done one of a number ways including: symlink, a .config override (using dllmap), or libmap.
|
||||
post-install:
|
||||
@${ECHO_CMD} "libe_sqlite3.so libsqlite3.so" \
|
||||
>${STAGEDIR}${PREFIX}/etc/libmap.d/jellyfin.conf
|
||||
|
|
|
@ -1,7 +1,855 @@
|
|||
TIMESTAMP = 1717323254
|
||||
SHA256 (jellyfin-combined_10.9.4_freebsd.13-amd64.tar.gz) = 10d2eeca7a3a37d2533644f26fded8835a6aa3fce903b721e3c7504fc111b284
|
||||
SIZE (jellyfin-combined_10.9.4_freebsd.13-amd64.tar.gz) = 90745081
|
||||
SHA256 (jellyfin-combined_10.9.4_freebsd.14-amd64.tar.gz) = c8bfdefdf91562b695f33149347423ea8c6b8f9fe65f2b12ee13987be513a413
|
||||
SIZE (jellyfin-combined_10.9.4_freebsd.14-amd64.tar.gz) = 90765761
|
||||
TIMESTAMP = 1718077325
|
||||
SHA256 (jellyfin-10.9.6-node-modules.tar.gz) = 7fabb49cb5ef986a505272639459a073c31d6700446d3082d07d24843bd9fe1d
|
||||
SIZE (jellyfin-10.9.6-node-modules.tar.gz) = 453969134
|
||||
SHA256 (libSkiaSharp.so) = cce36fa7785736846899e5440d2dcd6aee1d6efb796e43ad7ff35b3426b0b124
|
||||
SIZE (libSkiaSharp.so) = 7253496
|
||||
SHA256 (nuget/asynckeyedlock.6.4.2.nupkg) = 114afbd0119719ccd53fa22ae6b0e924dc07881710edb2d2083af6f4dfd5f0dd
|
||||
SIZE (nuget/asynckeyedlock.6.4.2.nupkg) = 211750
|
||||
SHA256 (nuget/autofixture.4.18.1.nupkg) = ade3fe6a86223dc223e066c22218dde7f3a1b9654b0ad0f884ab8b3c77b61172
|
||||
SIZE (nuget/autofixture.4.18.1.nupkg) = 700318
|
||||
SHA256 (nuget/autofixture.automoq.4.18.1.nupkg) = d2dd0ce9fa4af70cc6ea2f26b305d1f8cc9a85b5223b0d8efbc79ae4d2dfb208
|
||||
SIZE (nuget/autofixture.automoq.4.18.1.nupkg) = 95969
|
||||
SHA256 (nuget/autofixture.xunit2.4.18.1.nupkg) = e61666d51c789f47b624db09ea591eb44ddcf33e8015daae4e028240e46a45f7
|
||||
SIZE (nuget/autofixture.xunit2.4.18.1.nupkg) = 92694
|
||||
SHA256 (nuget/bdinfo.0.8.0.nupkg) = afa43ead14db1f216a89679a5037f0d1e4bc0ff53515972437301a53889b2e14
|
||||
SIZE (nuget/bdinfo.0.8.0.nupkg) = 120428
|
||||
SHA256 (nuget/blurhashsharp.1.3.2.nupkg) = d4430e6d67ec0c178f8fda104f2f1599e7dab09dbd086fbe27f97750f399fdf9
|
||||
SIZE (nuget/blurhashsharp.1.3.2.nupkg) = 37039
|
||||
SHA256 (nuget/blurhashsharp.skiasharp.1.3.2.nupkg) = 3d76131732545ed95d8685f79af8a9416ba554a4577b568541acf261fbda39e2
|
||||
SIZE (nuget/blurhashsharp.skiasharp.1.3.2.nupkg) = 26594
|
||||
SHA256 (nuget/cachemanager.core.1.2.0.nupkg) = c00d7e40bd749480eb5d4cff819a604035e2004045054b92e2ee7b655926a348
|
||||
SIZE (nuget/cachemanager.core.1.2.0.nupkg) = 264518
|
||||
SHA256 (nuget/castle.core.5.1.1.nupkg) = a1591007e38ded2e90dbb3a15eb4cb6b14cbd24581e7c1d968516e8b0e224eb1
|
||||
SIZE (nuget/castle.core.5.1.1.nupkg) = 800128
|
||||
SHA256 (nuget/commandlineparser.2.9.1.nupkg) = 02953dcb5c97eb475a4a33e4dca60305e27b5d9072296f21b1ef4d45919c8dea
|
||||
SIZE (nuget/commandlineparser.2.9.1.nupkg) = 496069
|
||||
SHA256 (nuget/coverlet.collector.6.0.2.nupkg) = 2dd49052b3a68c5ba0e3b2e3b6a82d37630ce8171f1b41d1e622fea6b547943a
|
||||
SIZE (nuget/coverlet.collector.6.0.2.nupkg) = 2243339
|
||||
SHA256 (nuget/diacritics.3.3.29.nupkg) = b086dd277c8cb619e6247972dd685e51d623b703da91c7334c9c7dc9cc6d82b6
|
||||
SIZE (nuget/diacritics.3.3.29.nupkg) = 50764
|
||||
SHA256 (nuget/discutils.core.0.16.13.nupkg) = 10c97c55cd6704e88f1b48a51cbc1aaff507d8916e98f119d67b2dd38f5eb7e0
|
||||
SIZE (nuget/discutils.core.0.16.13.nupkg) = 429135
|
||||
SHA256 (nuget/discutils.iso9660.0.16.13.nupkg) = a4c010c2bbea87338e68040285dc6a3cdc3c5f1f583fad0f36c7ad3d114dbe6d
|
||||
SIZE (nuget/discutils.iso9660.0.16.13.nupkg) = 123403
|
||||
SHA256 (nuget/discutils.streams.0.16.13.nupkg) = 0d27ad1c0e7a33f18b83471784c8cb264f063d16b94c089e69749b396adf9f0f
|
||||
SIZE (nuget/discutils.streams.0.16.13.nupkg) = 183464
|
||||
SHA256 (nuget/discutils.udf.0.16.13.nupkg) = cc4b514a04ed1f7c576e1507ed768a52296160ecaeaf7c6220328b4e2ee99360
|
||||
SIZE (nuget/discutils.udf.0.16.13.nupkg) = 86708
|
||||
SHA256 (nuget/dotnet.glob.3.1.3.nupkg) = e6e19268663522a0e3ab84420cb3c99b42e0f68c969b247de8e88d786a928fce
|
||||
SIZE (nuget/dotnet.glob.3.1.3.nupkg) = 102995
|
||||
SHA256 (nuget/easycaching.core.1.9.2.nupkg) = 171fb75fa92a5b43c46f54a959c0151e63f6c783156931a0833025646b577f62
|
||||
SIZE (nuget/easycaching.core.1.9.2.nupkg) = 127414
|
||||
SHA256 (nuget/efcoresecondlevelcacheinterceptor.4.4.3.nupkg) = 1cea9fff0e80e9c2c9734792d426ad7ccadc904602e21a0e7d61e10cfae1e211
|
||||
SIZE (nuget/efcoresecondlevelcacheinterceptor.4.4.3.nupkg) = 556531
|
||||
SHA256 (nuget/efcoresecondlevelcacheinterceptor.4.5.0.nupkg) = 1c788a1b93271b347064b064012f7eb633312b28a0c1a399f74e1e64b17d5482
|
||||
SIZE (nuget/efcoresecondlevelcacheinterceptor.4.5.0.nupkg) = 557975
|
||||
SHA256 (nuget/excss.4.2.3.nupkg) = 33f1fa3f9a7baaa745cff7e0008d8c301590ee778dfc6222798492c718ec33d2
|
||||
SIZE (nuget/excss.4.2.3.nupkg) = 820188
|
||||
SHA256 (nuget/fare.2.1.1.nupkg) = 9fd5f7184daab13db0a660f2983d40c8261c3a863f734fadf9a2162e26924fbd
|
||||
SIZE (nuget/fare.2.1.1.nupkg) = 79715
|
||||
SHA256 (nuget/fscheck.2.16.6.nupkg) = d6147649a25392a0735370fde7932f2cd5739101e4c7467f43339765fce4d99c
|
||||
SIZE (nuget/fscheck.2.16.6.nupkg) = 1205262
|
||||
SHA256 (nuget/fscheck.xunit.2.16.6.nupkg) = 123ac42a0721f2f71985a2cfee8db371beffda5bebbc1f6d9b0744d6b2b2894d
|
||||
SIZE (nuget/fscheck.xunit.2.16.6.nupkg) = 74381
|
||||
SHA256 (nuget/fsharp.core.4.2.3.nupkg) = c8c18cacc518fb82f09e1f4921b0f6ff714118815c48aee578651159a490b0b4
|
||||
SIZE (nuget/fsharp.core.4.2.3.nupkg) = 2180371
|
||||
SHA256 (nuget/harfbuzzsharp.7.3.0.2.nupkg) = 89b828ab34f5355ed0a397bb5f65ba56defdf3d4caae4776336a6efa58520e0f
|
||||
SIZE (nuget/harfbuzzsharp.7.3.0.2.nupkg) = 1584803
|
||||
SHA256 (nuget/harfbuzzsharp.nativeassets.linux.7.3.0.2.nupkg) = 4927f2bb205a76e1a86c95beadeab28a85878455ac43e1576b61a7ed3896c6b5
|
||||
SIZE (nuget/harfbuzzsharp.nativeassets.linux.7.3.0.2.nupkg) = 3369865
|
||||
SHA256 (nuget/harfbuzzsharp.nativeassets.macos.7.3.0.2.nupkg) = 76612a47d326a42c0af00bac71f0bbc5496728863bf8dbe2d3a574bb925f7f4f
|
||||
SIZE (nuget/harfbuzzsharp.nativeassets.macos.7.3.0.2.nupkg) = 1198303
|
||||
SHA256 (nuget/harfbuzzsharp.nativeassets.win32.7.3.0.2.nupkg) = c7888cdcd1ecf55cb0786e7bc40ef8c9de2e2ee5e5cb5e3ba287b49af350f33a
|
||||
SIZE (nuget/harfbuzzsharp.nativeassets.win32.7.3.0.2.nupkg) = 2227412
|
||||
SHA256 (nuget/humanizer.core.2.14.1.nupkg) = 117be88dd74fbbef492a0386f4d4908144df5aad51a4e630eda7710cf28327aa
|
||||
SIZE (nuget/humanizer.core.2.14.1.nupkg) = 538179
|
||||
SHA256 (nuget/icu4n.60.1.0-alpha.356.nupkg) = d50c8e80eee934c7a812006d97aa3c206e28f75c03da11548112348ccd25b716
|
||||
SIZE (nuget/icu4n.60.1.0-alpha.356.nupkg) = 21285977
|
||||
SHA256 (nuget/icu4n.transliterator.60.1.0-alpha.356.nupkg) = 44b37040d56a373f0e99f6ff982febcd0595abc73bb829cd746daa8b8c4999db
|
||||
SIZE (nuget/icu4n.transliterator.60.1.0-alpha.356.nupkg) = 931818
|
||||
SHA256 (nuget/idisposableanalyzers.4.0.7.nupkg) = 0406f9756a1ce1a91bdbe88390d1da5cec5887e5c239751adf33fc895593ee0c
|
||||
SIZE (nuget/idisposableanalyzers.4.0.7.nupkg) = 203765
|
||||
SHA256 (nuget/j2n.2.0.0.nupkg) = 62fb48584ae59b63b8f61837948466e476bcfe8c244247ccb9dcee95d0b71210
|
||||
SIZE (nuget/j2n.2.0.0.nupkg) = 3740856
|
||||
SHA256 (nuget/jellyfin.xmltv.10.8.0.nupkg) = fdefc9430f5bca0005cd90bead44c9a7860ee2ac2e660aff49347d54fc10693b
|
||||
SIZE (nuget/jellyfin.xmltv.10.8.0.nupkg) = 38910
|
||||
SHA256 (nuget/libse.4.0.5.nupkg) = db4807e456a7dfcd21a6d39c7f2d6d22985e714b995c52f326f3048b1c9f31ba
|
||||
SIZE (nuget/libse.4.0.5.nupkg) = 1787471
|
||||
SHA256 (nuget/lrcparser.2023.524.0.nupkg) = cc2865f3b6b9c59599088880a3f0158a1d418e8d013dd4cd5780a0b5f6ba4c00
|
||||
SIZE (nuget/lrcparser.2023.524.0.nupkg) = 28796
|
||||
SHA256 (nuget/metabrainz.common.3.0.0.nupkg) = 3fe5d34217dfa925489f465b0b936997cd31971d50607a0bd32db4293bca472d
|
||||
SIZE (nuget/metabrainz.common.3.0.0.nupkg) = 54538
|
||||
SHA256 (nuget/metabrainz.common.json.6.0.2.nupkg) = e08705f71659988dc7ed6022b8dda42bad413174b8821d93d96ac2aa4c10857f
|
||||
SIZE (nuget/metabrainz.common.json.6.0.2.nupkg) = 64837
|
||||
SHA256 (nuget/metabrainz.musicbrainz.6.1.0.nupkg) = c190534d240d3e597fe7fb193cfc5ae9dd10063c00f052c0daf144ffcdfc556b
|
||||
SIZE (nuget/metabrainz.musicbrainz.6.1.0.nupkg) = 306706
|
||||
SHA256 (nuget/microsoft.aspnetcore.authorization.8.0.4.nupkg) = eccf34f972ae5d624dfc804069429abbcaa2fa53314cf5df813e431a45888164
|
||||
SIZE (nuget/microsoft.aspnetcore.authorization.8.0.4.nupkg) = 142074
|
||||
SHA256 (nuget/microsoft.aspnetcore.authorization.8.0.6.nupkg) = 442d22df4033888f4c4e02025ba59da548fbdcacb37de3ddd8fbd1202e569ca7
|
||||
SIZE (nuget/microsoft.aspnetcore.authorization.8.0.6.nupkg) = 141854
|
||||
SHA256 (nuget/microsoft.aspnetcore.http.abstractions.2.2.0.nupkg) = cb78f75a8f5797b91474691f9d473c59ec706dcdbfbe0c72edcddf264d65488f
|
||||
SIZE (nuget/microsoft.aspnetcore.http.abstractions.2.2.0.nupkg) = 67434
|
||||
SHA256 (nuget/microsoft.aspnetcore.http.extensions.2.2.0.nupkg) = d6b5f11909e4351f9288d32d0d2858a105463996efbb83f866d5a3e56ab80f85
|
||||
SIZE (nuget/microsoft.aspnetcore.http.extensions.2.2.0.nupkg) = 42613
|
||||
SHA256 (nuget/microsoft.aspnetcore.http.features.2.2.0.nupkg) = a1dbe7b479baebd62d562346e5f248c54e01f9a900d922fcfff0ef6022c23477
|
||||
SIZE (nuget/microsoft.aspnetcore.http.features.2.2.0.nupkg) = 43893
|
||||
SHA256 (nuget/microsoft.aspnetcore.httpoverrides.2.2.0.nupkg) = c6cb1c077dc8d038511966e4b07a54f36c3558438862e53171f9d1d83fab75dd
|
||||
SIZE (nuget/microsoft.aspnetcore.httpoverrides.2.2.0.nupkg) = 38888
|
||||
SHA256 (nuget/microsoft.aspnetcore.metadata.8.0.4.nupkg) = b91b6a283bb2a8d3b3910ef29bf2de7e0257750db3bd00b2d6a80ba8c86abb4b
|
||||
SIZE (nuget/microsoft.aspnetcore.metadata.8.0.4.nupkg) = 76838
|
||||
SHA256 (nuget/microsoft.aspnetcore.metadata.8.0.6.nupkg) = 96c7eab38c5ce8e941daf82322c7f7bcbd8ea1d33a6e9e490e151b3818c37c9d
|
||||
SIZE (nuget/microsoft.aspnetcore.metadata.8.0.6.nupkg) = 76967
|
||||
SHA256 (nuget/microsoft.aspnetcore.mvc.testing.8.0.4.nupkg) = 97a8690b367db81bc36c763ade9cddec6e9d4d1f5f48ac6fb4bc72978bad92b3
|
||||
SIZE (nuget/microsoft.aspnetcore.mvc.testing.8.0.4.nupkg) = 89272
|
||||
SHA256 (nuget/microsoft.aspnetcore.testhost.8.0.4.nupkg) = 5370aa8fc5c31c4bee4cbadd04203d389450104cebe9a8ec803a829e56d7f6a1
|
||||
SIZE (nuget/microsoft.aspnetcore.testhost.8.0.4.nupkg) = 84797
|
||||
SHA256 (nuget/microsoft.bcl.asyncinterfaces.6.0.0.nupkg) = e3df87fe2170a7e01f0880af59caa8f6eb380b3c40a4f282dfb43912aaf0f895
|
||||
SIZE (nuget/microsoft.bcl.asyncinterfaces.6.0.0.nupkg) = 76354
|
||||
SHA256 (nuget/microsoft.codeanalysis.analyzers.3.3.3.nupkg) = a64662820c0bc3c93e095497293cec546b13f8ae3d2f15d44b7547e4f365a426
|
||||
SIZE (nuget/microsoft.codeanalysis.analyzers.3.3.3.nupkg) = 1111022
|
||||
SHA256 (nuget/microsoft.codeanalysis.bannedapianalyzers.3.3.4.nupkg) = 60f4c74d9f3144f30b00375c55844efdeab73bdb998ec0fe3ac191644fb4f9ef
|
||||
SIZE (nuget/microsoft.codeanalysis.bannedapianalyzers.3.3.4.nupkg) = 637301
|
||||
SHA256 (nuget/microsoft.codeanalysis.common.4.5.0.nupkg) = aa8d6854d4c1f4920c10fa22219fb4daabc5fcef0fb2143fe604e3b18f625f42
|
||||
SIZE (nuget/microsoft.codeanalysis.common.4.5.0.nupkg) = 4738098
|
||||
SHA256 (nuget/microsoft.codeanalysis.csharp.4.5.0.nupkg) = e5d6534bd3d8b58f37bf255ae5b74d1b75ca57912372799d75f52a5a6204dbd0
|
||||
SIZE (nuget/microsoft.codeanalysis.csharp.4.5.0.nupkg) = 10874098
|
||||
SHA256 (nuget/microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg) = 2a6cadd577dcb34ad2647bcdf4f1fde02280a28a8c4bd69b65063b12912a6f6a
|
||||
SIZE (nuget/microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg) = 1337444
|
||||
SHA256 (nuget/microsoft.codeanalysis.workspaces.common.4.5.0.nupkg) = 58cec05c96076a068fc76c1a8f6137da01b4a97aba2b1e19862abb626dd65cf2
|
||||
SIZE (nuget/microsoft.codeanalysis.workspaces.common.4.5.0.nupkg) = 4948883
|
||||
SHA256 (nuget/microsoft.codecoverage.17.9.0.nupkg) = 39a19ae3e8d13c7b3e4fea7fa1e926d8c8a5baa7ddd885fc46df81994c7c92be
|
||||
SIZE (nuget/microsoft.codecoverage.17.9.0.nupkg) = 9175458
|
||||
SHA256 (nuget/microsoft.data.sqlite.8.0.4.nupkg) = 0cab8e52be8759c93c2347f561b2e9d188d6f226701d012988033abad0c981b4
|
||||
SIZE (nuget/microsoft.data.sqlite.8.0.4.nupkg) = 34883
|
||||
SHA256 (nuget/microsoft.data.sqlite.8.0.6.nupkg) = b75835705e13dba369d741fba29a3fbc231330d6fd492f6998b03da52094069e
|
||||
SIZE (nuget/microsoft.data.sqlite.8.0.6.nupkg) = 34884
|
||||
SHA256 (nuget/microsoft.data.sqlite.core.8.0.4.nupkg) = 6db2a949a1072987b38f149910298342bd20bfdcd84cdd38d9da6e610b59290e
|
||||
SIZE (nuget/microsoft.data.sqlite.core.8.0.4.nupkg) = 294846
|
||||
SHA256 (nuget/microsoft.data.sqlite.core.8.0.6.nupkg) = 3205016dbd0b0ccd62c66f2905f06b4935633681859fa350303dfa9a2ac42e6a
|
||||
SIZE (nuget/microsoft.data.sqlite.core.8.0.6.nupkg) = 294485
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.8.0.0.nupkg) = 67a76580e42b61c4827116973cd9d82c2f3bb20e0e1914bea784efdc415715f6
|
||||
SIZE (nuget/microsoft.entityframeworkcore.8.0.0.nupkg) = 1265841
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.8.0.4.nupkg) = 9e4aeda2a1a7e3745d5634a5c1afe3ccb6a2c6767508d0c34efbd2b9b5264791
|
||||
SIZE (nuget/microsoft.entityframeworkcore.8.0.4.nupkg) = 1275288
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.8.0.6.nupkg) = 4fd3f3e9b08650b044623cdd5017752974809f0d5ce159634a4c206d31363261
|
||||
SIZE (nuget/microsoft.entityframeworkcore.8.0.6.nupkg) = 1275148
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.abstractions.8.0.0.nupkg) = 4313dcef75b38c4eb73f3bb173fc6bfee41cd02fafeb155dd8dd2221424a3905
|
||||
SIZE (nuget/microsoft.entityframeworkcore.abstractions.8.0.0.nupkg) = 56259
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.abstractions.8.0.4.nupkg) = cb05563a37ba76e55c27c812482e47111d943b4980cdf83a54cb6a96846641f7
|
||||
SIZE (nuget/microsoft.entityframeworkcore.abstractions.8.0.4.nupkg) = 58382
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.abstractions.8.0.6.nupkg) = 45d70803d5942671f2005765a413ece6a52eb0a3141fdb8b146bac281583097f
|
||||
SIZE (nuget/microsoft.entityframeworkcore.abstractions.8.0.6.nupkg) = 58367
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.analyzers.8.0.0.nupkg) = 4a27694e5f40bde6225c76be4edbf21e74533a7d3696669be2a5cf7f41538bed
|
||||
SIZE (nuget/microsoft.entityframeworkcore.analyzers.8.0.0.nupkg) = 53787
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.analyzers.8.0.4.nupkg) = 2aabfd6459759cc275851993de441b379bd2bccad1499e57385f70cf0e6c4bc0
|
||||
SIZE (nuget/microsoft.entityframeworkcore.analyzers.8.0.4.nupkg) = 55756
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.analyzers.8.0.6.nupkg) = 69359f68e2f431f59805b47ed50d60facc7399c8c0e10fce0459d564342a289f
|
||||
SIZE (nuget/microsoft.entityframeworkcore.analyzers.8.0.6.nupkg) = 55603
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.design.8.0.4.nupkg) = 4e30e440e51214833938e15c9b8fb23625e60222a0b3c4375e9265f5e4c425da
|
||||
SIZE (nuget/microsoft.entityframeworkcore.design.8.0.4.nupkg) = 251404
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.design.8.0.6.nupkg) = b2f41d780bf5f5b08cfd143058503ac05b2cad779ca9aceab3972d6dd6420604
|
||||
SIZE (nuget/microsoft.entityframeworkcore.design.8.0.6.nupkg) = 251283
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.relational.8.0.4.nupkg) = 4d13ff228afbd3c1108c3d37186c4aa26d9e2cec5c51837532816ace4de5629f
|
||||
SIZE (nuget/microsoft.entityframeworkcore.relational.8.0.4.nupkg) = 946052
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.relational.8.0.6.nupkg) = 9767e4cd2ab74dbd7952aedaf3bf418a16adf98eeb8a30f0b2bb3f303880a5dc
|
||||
SIZE (nuget/microsoft.entityframeworkcore.relational.8.0.6.nupkg) = 945928
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.sqlite.8.0.4.nupkg) = fc83b312555487a9367a24e230786c7534ac071e23df0857d655923201583141
|
||||
SIZE (nuget/microsoft.entityframeworkcore.sqlite.8.0.4.nupkg) = 34496
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.sqlite.8.0.6.nupkg) = 91bfbc7921e199ac49e4e5d84854c7b4a61a4364d5f962799df64c3fe5d7b2da
|
||||
SIZE (nuget/microsoft.entityframeworkcore.sqlite.8.0.6.nupkg) = 34495
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.sqlite.core.8.0.4.nupkg) = 802f32a1dd17575ff16409353c3a937fe425cc900e8e3ea44fc98967d2ef405d
|
||||
SIZE (nuget/microsoft.entityframeworkcore.sqlite.core.8.0.4.nupkg) = 160030
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.sqlite.core.8.0.6.nupkg) = e2b56052e09d054bd0c849da76b89e6754718301807ee4428fd92458cdb834a0
|
||||
SIZE (nuget/microsoft.entityframeworkcore.sqlite.core.8.0.6.nupkg) = 159900
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.tools.8.0.4.nupkg) = 3bde4f7f4c19c8888112f7099e0ee217b442006152253cb89d3458868e140765
|
||||
SIZE (nuget/microsoft.entityframeworkcore.tools.8.0.4.nupkg) = 278911
|
||||
SHA256 (nuget/microsoft.entityframeworkcore.tools.8.0.6.nupkg) = 1f1e42564c57cebfba1d84edb7dd4b70cdd88a6f72c2eb076fb58f6b12c815dd
|
||||
SIZE (nuget/microsoft.entityframeworkcore.tools.8.0.6.nupkg) = 277935
|
||||
SHA256 (nuget/microsoft.extensions.apidescription.server.3.0.0.nupkg) = 50c35112d4301cbb2aef63ef6ce724f4357beeaba475ae0bfaaf448f593f448d
|
||||
SIZE (nuget/microsoft.extensions.apidescription.server.3.0.0.nupkg) = 393746
|
||||
SHA256 (nuget/microsoft.extensions.caching.abstractions.2.0.0.nupkg) = 120d4c112e349339065bdb599a368ab5b588d3429bbfb7cb2509a3ae2823c6a9
|
||||
SIZE (nuget/microsoft.extensions.caching.abstractions.2.0.0.nupkg) = 28091
|
||||
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.2.0.0.nupkg) = d5f9cdbe9eb62abbe2570625a9597509b75a655a420da87d78265e3431836d63
|
||||
SIZE (nuget/microsoft.extensions.caching.memory.2.0.0.nupkg) = 30540
|
||||
SHA256 (nuget/microsoft.extensions.caching.memory.8.0.0.nupkg) = 45441ed9580e01333d26467fc069bd9ab78aa0298e4b8a4fcafc89581a8c682f
|
||||
SIZE (nuget/microsoft.extensions.caching.memory.8.0.0.nupkg) = 187247
|
||||
SHA256 (nuget/microsoft.extensions.configuration.3.1.0.nupkg) = 288d565ef9c5fd77bd70a4dd0e3ce6d2f77987d6e633edca8a7b9696c17f5fe7
|
||||
SIZE (nuget/microsoft.extensions.configuration.3.1.0.nupkg) = 69294
|
||||
SHA256 (nuget/microsoft.extensions.configuration.8.0.0.nupkg) = f413ec012971ad5f229663028dd6f74e251c9b9bc56719019c023f7cd0521320
|
||||
SIZE (nuget/microsoft.extensions.configuration.8.0.0.nupkg) = 191129
|
||||
SHA256 (nuget/microsoft.extensions.configuration.abstractions.3.1.0.nupkg) = 18cc6f7f4880896516a346b0943733cdcc4da3cf8c21304ba74fd2aaa628f0b8
|
||||
SIZE (nuget/microsoft.extensions.configuration.abstractions.3.1.0.nupkg) = 60288
|
||||
SHA256 (nuget/microsoft.extensions.configuration.abstractions.6.0.0.nupkg) = 12f83e6278f64146ba1b3fb3a85f9b5327c60f41c8e40d9f1e6c591176e7dc70
|
||||
SIZE (nuget/microsoft.extensions.configuration.abstractions.6.0.0.nupkg) = 67830
|
||||
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.3.1.0.nupkg) = fc1ed68cf64fbd133e08f81f68242e9d28b69a97251f8a2bac5c4718bb3c528e
|
||||
SIZE (nuget/microsoft.extensions.configuration.binder.3.1.0.nupkg) = 62811
|
||||
SHA256 (nuget/microsoft.extensions.configuration.binder.6.0.0.nupkg) = ecd65c2a4897592ba1855700fdf5c73d8ffad9a194c8cb117621e6f757160b96
|
||||
SIZE (nuget/microsoft.extensions.configuration.binder.6.0.0.nupkg) = 75963
|
||||
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.1.nupkg) = 2983d0618b298811a27b3ec9b219848f2e2416dec04b357141e56cca0204bc70
|
||||
SIZE (nuget/microsoft.extensions.configuration.binder.8.0.1.nupkg) = 386980
|
||||
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.0.nupkg) = 042c5c8d53fe92fac30c1d27cec14225f53be142b8541bdcb76240e2bfa335cb
|
||||
SIZE (nuget/microsoft.extensions.configuration.fileextensions.8.0.0.nupkg) = 143829
|
||||
SHA256 (nuget/microsoft.extensions.configuration.json.8.0.0.nupkg) = 162fe28dc1b997404ebbb8bdeb11eef7a68de7f83bccee925906d3b08dd07ad8
|
||||
SIZE (nuget/microsoft.extensions.configuration.json.8.0.0.nupkg) = 158841
|
||||
SHA256 (nuget/microsoft.extensions.configuration.usersecrets.8.0.0.nupkg) = ff28f941a1337914adbce1680693d13d79447a11adaf613afeb25bf8e10f20af
|
||||
SIZE (nuget/microsoft.extensions.configuration.usersecrets.8.0.0.nupkg) = 139754
|
||||
SHA256 (nuget/microsoft.extensions.dependencyinjection.3.1.0.nupkg) = 4bbda1cc30185b3adf087e492c9051b703c433f5e3875ec7c1c2ae037c0b86f5
|
||||
SIZE (nuget/microsoft.extensions.dependencyinjection.3.1.0.nupkg) = 177654
|
||||
SHA256 (nuget/microsoft.extensions.dependencyinjection.6.0.0.nupkg) = 819b8c6ae9cc255cafbdea6eccda1d18f45ce9ea8a1fffdb92cdfde7b75890f2
|
||||
SIZE (nuget/microsoft.extensions.dependencyinjection.6.0.0.nupkg) = 208004
|
||||
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.abstractions.2.0.0.nupkg) = 1f5ac49eafef7915af9a9f2a994b2b42440871594a8a550dce698ab3127499df
|
||||
SIZE (nuget/microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg) = 33013
|
||||
SHA256 (nuget/microsoft.extensions.dependencyinjection.abstractions.2.2.0.nupkg) = a5ff94413a099e101ef15b868f1c824efb9ad67217f27e4d1f3014937273dfcb
|
||||
SIZE (nuget/microsoft.extensions.dependencyinjection.abstractions.2.2.0.nupkg) = 43877
|
||||
SHA256 (nuget/microsoft.extensions.dependencyinjection.abstractions.3.1.0.nupkg) = 706d174b789b27db22bbc79a406267c91c2511b43d73f7860adbcf8eced175df
|
||||
SIZE (nuget/microsoft.extensions.dependencyinjection.abstractions.3.1.0.nupkg) = 55241
|
||||
SHA256 (nuget/microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg) = 49991ed2334a22a26fbee91db5af8c808946b2b3f611d3e4912f257cb83b26ee
|
||||
SIZE (nuget/microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg) = 149541
|
||||
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.1.nupkg) = 9734d82e9443022df05bdb91ae44cd26d32669876d1892477412db50abbad0f3
|
||||
SIZE (nuget/microsoft.extensions.dependencyinjection.abstractions.8.0.1.nupkg) = 276691
|
||||
SHA256 (nuget/microsoft.extensions.dependencymodel.8.0.0.nupkg) = aa409dc1e9aa75963fc885b95e687b131bfbe17b84dfd4fc6871870a87e8560a
|
||||
SIZE (nuget/microsoft.extensions.dependencymodel.8.0.0.nupkg) = 260512
|
||||
SHA256 (nuget/microsoft.extensions.diagnostics.8.0.0.nupkg) = 7c12e56fdc407d38196f572907116cffd780f81941bc5f178340cc901a9d1c3e
|
||||
SIZE (nuget/microsoft.extensions.diagnostics.8.0.0.nupkg) = 161630
|
||||
SHA256 (nuget/microsoft.extensions.diagnostics.abstractions.8.0.0.nupkg) = 5120f9b9939a6a132a8babbba30356c7f2d1e040eb3b0a8fac00229bb891a496
|
||||
SIZE (nuget/microsoft.extensions.diagnostics.abstractions.8.0.0.nupkg) = 152735
|
||||
SHA256 (nuget/microsoft.extensions.diagnostics.healthchecks.8.0.4.nupkg) = 214ffdb5c96ba1c5300e76b6c12e576497f4ea94d4a787771b1d5ab2a604559a
|
||||
SIZE (nuget/microsoft.extensions.diagnostics.healthchecks.8.0.4.nupkg) = 139898
|
||||
SHA256 (nuget/microsoft.extensions.diagnostics.healthchecks.8.0.6.nupkg) = 4d2e4c619353652b37d4c26a25c51f9375204a771d28cf71e343f59c05b171c4
|
||||
SIZE (nuget/microsoft.extensions.diagnostics.healthchecks.8.0.6.nupkg) = 140057
|
||||
SHA256 (nuget/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.4.nupkg) = 1e7a33d0ea3dab7b0acdb13ce3c77139d70dfe8a5fa8f91df776c68b2f76d4c7
|
||||
SIZE (nuget/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.4.nupkg) = 95548
|
||||
SHA256 (nuget/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.6.nupkg) = f00b94a08d8a008df3117073167c2e3315a66318830dce62063b9c62b8ca3ec0
|
||||
SIZE (nuget/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.6.nupkg) = 95555
|
||||
SHA256 (nuget/microsoft.extensions.diagnostics.healthchecks.entityframeworkcore.8.0.4.nupkg) = e61300f06b60877d19af507172947fe7aa136df29658e378445527678faebd57
|
||||
SIZE (nuget/microsoft.extensions.diagnostics.healthchecks.entityframeworkcore.8.0.4.nupkg) = 56445
|
||||
SHA256 (nuget/microsoft.extensions.diagnostics.healthchecks.entityframeworkcore.8.0.6.nupkg) = aa3908cff7e883384ff39132d2305943fd6f3aaf977f784815671c94c51ad3f7
|
||||
SIZE (nuget/microsoft.extensions.diagnostics.healthchecks.entityframeworkcore.8.0.6.nupkg) = 56452
|
||||
SHA256 (nuget/microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg) = a4b0313f5e7e3e770c891ad44f96c10215a0ee50bafdd7d09394cb4e967303b9
|
||||
SIZE (nuget/microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg) = 32978
|
||||
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.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.8.0.0.nupkg) = b0a1dafb0e3fa4c7906f945116a2ed313509cb91fa85220659c85b1f6a714ab8
|
||||
SIZE (nuget/microsoft.extensions.hosting.8.0.0.nupkg) = 306806
|
||||
SHA256 (nuget/microsoft.extensions.hosting.abstractions.8.0.0.nupkg) = d09071fb0c2de69d523df3b89b8f4ac4d3973c0cc053403ef2d11cfe2b6fa501
|
||||
SIZE (nuget/microsoft.extensions.hosting.abstractions.8.0.0.nupkg) = 230753
|
||||
SHA256 (nuget/microsoft.extensions.http.3.1.0.nupkg) = 9e192ddea56c4d771c82b5b79afc7cbde689202444cde26b5dfae35c8eeb370a
|
||||
SIZE (nuget/microsoft.extensions.http.3.1.0.nupkg) = 100172
|
||||
SHA256 (nuget/microsoft.extensions.http.8.0.0.nupkg) = 520963ca938b95dd652fb93b8759e86b3373bf2107209c3eafeeae1b3b9c1526
|
||||
SIZE (nuget/microsoft.extensions.http.8.0.0.nupkg) = 304663
|
||||
SHA256 (nuget/microsoft.extensions.logging.3.1.0.nupkg) = 043aecaa088b600a6120e96712e5f2ea22e8103ff29053b9de67ab1c24867eb4
|
||||
SIZE (nuget/microsoft.extensions.logging.3.1.0.nupkg) = 72799
|
||||
SHA256 (nuget/microsoft.extensions.logging.6.0.0.nupkg) = f16b1929119f5d6e4cb1790c98d55feac96b930f9c474d3973390e3f6294a939
|
||||
SIZE (nuget/microsoft.extensions.logging.6.0.0.nupkg) = 111767
|
||||
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.abstractions.3.1.0.nupkg) = 0f7187206374afaccb1c73f6ff98edea1074a0cbd1ca5e72b2f56b3d59a6caff
|
||||
SIZE (nuget/microsoft.extensions.logging.abstractions.3.1.0.nupkg) = 60880
|
||||
SHA256 (nuget/microsoft.extensions.logging.abstractions.6.0.0.nupkg) = 40da9c437c7e30e2bb9576d6902cd23966bfd90c9835b74cfce1046d6375e52c
|
||||
SIZE (nuget/microsoft.extensions.logging.abstractions.6.0.0.nupkg) = 458701
|
||||
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.1.nupkg) = 4d871edeabccafdd896c067ad804c1b2871a1f48e8273c34a71d2d60667d3745
|
||||
SIZE (nuget/microsoft.extensions.logging.abstractions.8.0.1.nupkg) = 800001
|
||||
SHA256 (nuget/microsoft.extensions.logging.configuration.8.0.0.nupkg) = 9b39acb4db158ca4f412d41c740ba419189f0f7d13f3604c198952bbc9382bb5
|
||||
SIZE (nuget/microsoft.extensions.logging.configuration.8.0.0.nupkg) = 143523
|
||||
SHA256 (nuget/microsoft.extensions.logging.console.8.0.0.nupkg) = 6dd6fd6165959fffc07b24a9eec7bceffb4237613b7bc1b1d863ccc36f1c77d7
|
||||
SIZE (nuget/microsoft.extensions.logging.console.8.0.0.nupkg) = 264682
|
||||
SHA256 (nuget/microsoft.extensions.logging.debug.8.0.0.nupkg) = 009ba7cd8059336c0283cea19cf9ccac1b96208c96ff83e7215a03494f7af5c0
|
||||
SIZE (nuget/microsoft.extensions.logging.debug.8.0.0.nupkg) = 122851
|
||||
SHA256 (nuget/microsoft.extensions.logging.eventlog.8.0.0.nupkg) = bd7066e3285618fe2ea30d02aacb6ea8e9313bcc9e644335e494d37a78cf6e17
|
||||
SIZE (nuget/microsoft.extensions.logging.eventlog.8.0.0.nupkg) = 140017
|
||||
SHA256 (nuget/microsoft.extensions.logging.eventsource.8.0.0.nupkg) = 91a47b60e96ae6cf16f67643b47fe52ad9df19bae03ae418e0350f700da5723d
|
||||
SIZE (nuget/microsoft.extensions.logging.eventsource.8.0.0.nupkg) = 170722
|
||||
SHA256 (nuget/microsoft.extensions.objectpool.7.0.0.nupkg) = 2719713e78e659b12160b3569529fe90dc547f0be5c602a22858e42726069f96
|
||||
SIZE (nuget/microsoft.extensions.objectpool.7.0.0.nupkg) = 82129
|
||||
SHA256 (nuget/microsoft.extensions.options.2.0.0.nupkg) = 10cbda5f11b3b9e23c953f7b6d8250af49008f520ad298e701c58df368539f3c
|
||||
SIZE (nuget/microsoft.extensions.options.2.0.0.nupkg) = 28405
|
||||
SHA256 (nuget/microsoft.extensions.options.2.2.0.nupkg) = 601b4fa16044b3e7651cf43ba8e9acb3e53d827bc6d13d62ad963c3700f440ac
|
||||
SIZE (nuget/microsoft.extensions.options.2.2.0.nupkg) = 47168
|
||||
SHA256 (nuget/microsoft.extensions.options.3.1.0.nupkg) = d043ac9aefe82c0cfd597a750ad325725cddbece6379ad33266a247b21676c2a
|
||||
SIZE (nuget/microsoft.extensions.options.3.1.0.nupkg) = 91778
|
||||
SHA256 (nuget/microsoft.extensions.options.6.0.0.nupkg) = 0f19c48068825e992bc459315ed397ab06a202da088c0f1549258272c5b41701
|
||||
SIZE (nuget/microsoft.extensions.options.6.0.0.nupkg) = 140038
|
||||
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.options.configurationextensions.6.0.0.nupkg) = 6aed18d7770693f75014abaf480e4d9cfffef9b12b4e4d28393960987748d8cc
|
||||
SIZE (nuget/microsoft.extensions.options.configurationextensions.6.0.0.nupkg) = 67326
|
||||
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.primitives.2.0.0.nupkg) = ab8e0bb4cbf2344292be0111bc0f81adab0a6a93fdd9273dd50478bb64c9f7f6
|
||||
SIZE (nuget/microsoft.extensions.primitives.2.0.0.nupkg) = 32468
|
||||
SHA256 (nuget/microsoft.extensions.primitives.2.2.0.nupkg) = 0cc0930b71d6fac1da46587ff45d6c0f0a1ff9782f569f48cc0ab3959581ca7e
|
||||
SIZE (nuget/microsoft.extensions.primitives.2.2.0.nupkg) = 43640
|
||||
SHA256 (nuget/microsoft.extensions.primitives.3.1.0.nupkg) = 2bf703abe2cc7cae1c042bca5a4996002f8807aa445a8951d49e732fad103ef0
|
||||
SIZE (nuget/microsoft.extensions.primitives.3.1.0.nupkg) = 79908
|
||||
SHA256 (nuget/microsoft.extensions.primitives.6.0.0.nupkg) = 020bf2b2cce9435d40893049164bd2cbc267c085938f5e4f7de93b4fb4e151ce
|
||||
SIZE (nuget/microsoft.extensions.primitives.6.0.0.nupkg) = 144250
|
||||
SHA256 (nuget/microsoft.extensions.primitives.8.0.0.nupkg) = 154f2a8f70d1f1b0dd73573e59e199c7f3c265eaaa9ddc1e64cf5ea5ca578d2a
|
||||
SIZE (nuget/microsoft.extensions.primitives.8.0.0.nupkg) = 209772
|
||||
SHA256 (nuget/microsoft.net.http.headers.2.2.0.nupkg) = a5bf00a1a712bf2f2118d1a8754e8b86fd68a16b544826708e6c1df3d3ccd470
|
||||
SIZE (nuget/microsoft.net.http.headers.2.2.0.nupkg) = 60982
|
||||
SHA256 (nuget/microsoft.net.test.sdk.17.9.0.nupkg) = abfd4027b78d964d36c2f37beaabe3976c41c79889fa1e6cb2213fe1a90b9ad2
|
||||
SIZE (nuget/microsoft.net.test.sdk.17.9.0.nupkg) = 33666
|
||||
SHA256 (nuget/microsoft.netcore.platforms.1.0.1.nupkg) = 999a2d94666ab6ba834a806b661b3115ee9fb8ebf9fc1228d30d99db1d335405
|
||||
SIZE (nuget/microsoft.netcore.platforms.1.0.1.nupkg) = 17876
|
||||
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.1.1.1.nupkg) = f212e250abf2fd88ab096945c3375e8c3d836f70da5e11f14fb192671ff39c98
|
||||
SIZE (nuget/microsoft.netcore.platforms.1.1.1.nupkg) = 31072
|
||||
SHA256 (nuget/microsoft.netcore.platforms.5.0.0.nupkg) = 2c8720d52b437102cf380069e0945722cf37eddef3d226bafbefb7485de39757
|
||||
SIZE (nuget/microsoft.netcore.platforms.5.0.0.nupkg) = 39826
|
||||
SHA256 (nuget/microsoft.netcore.targets.1.0.1.nupkg) = 971c70fc6cb7db11e2d1f2e0156363e184c50520648f1e65eae7266d3c9fed5e
|
||||
SIZE (nuget/microsoft.netcore.targets.1.0.1.nupkg) = 18189
|
||||
SHA256 (nuget/microsoft.netcore.targets.1.1.0.nupkg) = d00a90da0312f22365624ac3f81c6d220edc5cc9ebf71647b4a02e3786e37da4
|
||||
SIZE (nuget/microsoft.netcore.targets.1.1.0.nupkg) = 18162
|
||||
SHA256 (nuget/microsoft.openapi.1.2.3.nupkg) = 39a7e4c572a70e62d9a39b6389f8f271ac749f417f3a75904c46429ed04c611d
|
||||
SIZE (nuget/microsoft.openapi.1.2.3.nupkg) = 268584
|
||||
SHA256 (nuget/microsoft.testplatform.objectmodel.17.9.0.nupkg) = 8a25d4173a6f4fc396773323f451890ea6a7c07c78d2cd535d563d9778a2facd
|
||||
SIZE (nuget/microsoft.testplatform.objectmodel.17.9.0.nupkg) = 1655717
|
||||
SHA256 (nuget/microsoft.testplatform.testhost.17.9.0.nupkg) = d41648635cfe0bd4d13a075357fb6ae33b0fcbb43bd46424b2bfcba0c280cea5
|
||||
SIZE (nuget/microsoft.testplatform.testhost.17.9.0.nupkg) = 2859892
|
||||
SHA256 (nuget/microsoft.win32.primitives.4.3.0.nupkg) = 98134398f5cd4d6e785cb9cf014c0146f90839114ceff8f40f42364b240f0c48
|
||||
SIZE (nuget/microsoft.win32.primitives.4.3.0.nupkg) = 63333
|
||||
SHA256 (nuget/microsoft.win32.registry.5.0.0.nupkg) = f64ca53c67ca65ce7cc85a8d29aefbb2da2672836731e1115e8cd62730dc5080
|
||||
SIZE (nuget/microsoft.win32.registry.5.0.0.nupkg) = 354731
|
||||
SHA256 (nuget/microsoft.win32.systemevents.7.0.0.nupkg) = 8ba2688dcb6aaea7c9e166be043b5a299128976ea362ae434d01daaf633d07ae
|
||||
SIZE (nuget/microsoft.win32.systemevents.7.0.0.nupkg) = 174438
|
||||
SHA256 (nuget/mimetypes.2.4.0.nupkg) = 337e5e4c2a0b896bfb3e5060b1396d4ef5bb4ce44e7f601807d9d2976340b100
|
||||
SIZE (nuget/mimetypes.2.4.0.nupkg) = 74540
|
||||
SHA256 (nuget/mono.nat.3.0.4.nupkg) = 35d3aab94d8d68ab42bf4a75f9e63a6b08ce070c337fdd82c002780e0cf6fb83
|
||||
SIZE (nuget/mono.nat.3.0.4.nupkg) = 113623
|
||||
SHA256 (nuget/mono.texttemplating.2.2.1.nupkg) = e1362c7dcf2aef83fc16e0f090858f3be5586349a1e07b3864bf2fd2531a06c6
|
||||
SIZE (nuget/mono.texttemplating.2.2.1.nupkg) = 108836
|
||||
SHA256 (nuget/moq.4.18.4.nupkg) = 24e99895c4c97503ad851c674f48c00fa586f8d54b326215d8133dacd84d8374
|
||||
SIZE (nuget/moq.4.18.4.nupkg) = 781164
|
||||
SHA256 (nuget/nebml.0.11.0.nupkg) = ad867608e8988d8485a4f8a9a017f532b34c48456b2f5fbf13c3213b017f334b
|
||||
SIZE (nuget/nebml.0.11.0.nupkg) = 36150
|
||||
SHA256 (nuget/netstandard.library.1.6.1.nupkg) = 88d6a7d62c7b46d9dc1960bd023019dac93bd03a313ac9843a0435d1f5e6e0fc
|
||||
SIZE (nuget/netstandard.library.1.6.1.nupkg) = 17360
|
||||
SHA256 (nuget/newtonsoft.json.13.0.1.nupkg) = 2b6b52556e27e1b7913f33eedeb95568110c746bd64afff74357f1683878323a
|
||||
SIZE (nuget/newtonsoft.json.13.0.1.nupkg) = 2065787
|
||||
SHA256 (nuget/newtonsoft.json.13.0.3.nupkg) = 872fc189e638ab1056555b03aaa38f68bcb54286e221aa646eb1129babf63c77
|
||||
SIZE (nuget/newtonsoft.json.13.0.3.nupkg) = 2441966
|
||||
SHA256 (nuget/playlistsnet.1.4.1.nupkg) = 1de8b64794b8a748d686650db632fca9b4d1d57d76d069417844018f7b511c7e
|
||||
SIZE (nuget/playlistsnet.1.4.1.nupkg) = 107860
|
||||
SHA256 (nuget/prometheus-net.3.1.2.nupkg) = 03dc0061ad56a0c0a4e62d7f7f1e4c261ea1a7429c3e756b386b77cc12ddddcb
|
||||
SIZE (nuget/prometheus-net.3.1.2.nupkg) = 55680
|
||||
SHA256 (nuget/prometheus-net.8.2.1.nupkg) = 3711de5dde1fc3073830cb13ea6adf5fcd5cce31e7ab618c4ad59369b671303c
|
||||
SIZE (nuget/prometheus-net.8.2.1.nupkg) = 424722
|
||||
SHA256 (nuget/prometheus-net.aspnetcore.8.2.1.nupkg) = 761ac04c43640ffd467d23c19007771afc87bf3479abe73e936d944e9df7cfe7
|
||||
SIZE (nuget/prometheus-net.aspnetcore.8.2.1.nupkg) = 56288
|
||||
SHA256 (nuget/prometheus-net.dotnetruntime.4.4.0.nupkg) = 49b0a37c7750a0a3ec7219922460051129b0b2a177bc4e9ce73aca299b703fc3
|
||||
SIZE (nuget/prometheus-net.dotnetruntime.4.4.0.nupkg) = 258175
|
||||
SHA256 (nuget/runtime.any.system.collections.4.3.0.nupkg) = e0f199ab25a167afc709317629d743b1b9934e3c6cda85bbf587e46deac3652f
|
||||
SIZE (nuget/runtime.any.system.collections.4.3.0.nupkg) = 107990
|
||||
SHA256 (nuget/runtime.any.system.diagnostics.tracing.4.3.0.nupkg) = 76c9932c6bedf07a9190358ff222955c9092f9a900cc43465ca3d5d7c5b64602
|
||||
SIZE (nuget/runtime.any.system.diagnostics.tracing.4.3.0.nupkg) = 49844
|
||||
SHA256 (nuget/runtime.any.system.globalization.4.3.0.nupkg) = 3da8884d3148d857cfca54c493b0f0cdf29e880fe0fdaa28494d690dc77058b5
|
||||
SIZE (nuget/runtime.any.system.globalization.4.3.0.nupkg) = 43718
|
||||
SHA256 (nuget/runtime.any.system.globalization.calendars.4.3.0.nupkg) = 018877f6d81725516ef1a2e2f58ff8acaf3258c6b36b84b879ac637dcb8410be
|
||||
SIZE (nuget/runtime.any.system.globalization.calendars.4.3.0.nupkg) = 43456
|
||||
SHA256 (nuget/runtime.any.system.io.4.3.0.nupkg) = bde8fbc92461caf337a5887f21331d0b6e62bd277458b64068841b623ffa1d51
|
||||
SIZE (nuget/runtime.any.system.io.4.3.0.nupkg) = 54553
|
||||
SHA256 (nuget/runtime.any.system.reflection.4.3.0.nupkg) = 9ece9ffbe95203e6e2d715e0996d4991615bd8d68c0fec3e60d4df32fc808909
|
||||
SIZE (nuget/runtime.any.system.reflection.4.3.0.nupkg) = 43499
|
||||
SHA256 (nuget/runtime.any.system.reflection.extensions.4.3.0.nupkg) = 63602784e709c09558bfb469e89cfa99ad1fa484c5a895bef2bb30d74e8ad97f
|
||||
SIZE (nuget/runtime.any.system.reflection.extensions.4.3.0.nupkg) = 44123
|
||||
SHA256 (nuget/runtime.any.system.reflection.primitives.4.3.0.nupkg) = 2e43d7b620d033705c7589009b9b9234e8b3dee178278e6aa719f96818aa3574
|
||||
SIZE (nuget/runtime.any.system.reflection.primitives.4.3.0.nupkg) = 43106
|
||||
SHA256 (nuget/runtime.any.system.resources.resourcemanager.4.3.0.nupkg) = f44be7999b252e02cb849d34a3931668fb894256d415c505f22b4640d564710e
|
||||
SIZE (nuget/runtime.any.system.resources.resourcemanager.4.3.0.nupkg) = 42939
|
||||
SHA256 (nuget/runtime.any.system.runtime.4.3.0.nupkg) = ab084d5c1689d43b4392e45a7201f09d998e675bbdabb37c8f471638b60e10b3
|
||||
SIZE (nuget/runtime.any.system.runtime.4.3.0.nupkg) = 55302
|
||||
SHA256 (nuget/runtime.any.system.runtime.handles.4.3.0.nupkg) = 3d04400b09d252ec6057248ed7ce342afa820bd17c888f624f3c4d5b445c052e
|
||||
SIZE (nuget/runtime.any.system.runtime.handles.4.3.0.nupkg) = 30945
|
||||
SHA256 (nuget/runtime.any.system.runtime.interopservices.4.3.0.nupkg) = 29ac393e72d8222a966eca05dd5289872ee9929a06b14c27e190c22ac71b6f30
|
||||
SIZE (nuget/runtime.any.system.runtime.interopservices.4.3.0.nupkg) = 71496
|
||||
SHA256 (nuget/runtime.any.system.text.encoding.4.3.0.nupkg) = 435f01f6adba324599c7af1ec547d04f7d3ed0f1a6a4594381a1744e7688182b
|
||||
SIZE (nuget/runtime.any.system.text.encoding.4.3.0.nupkg) = 43396
|
||||
SHA256 (nuget/runtime.any.system.text.encoding.extensions.4.3.0.nupkg) = e8c623d1198b878115a8cb4efcc46a062d073a7e621b8c7d2629a008227e1053
|
||||
SIZE (nuget/runtime.any.system.text.encoding.extensions.4.3.0.nupkg) = 43296
|
||||
SHA256 (nuget/runtime.any.system.threading.tasks.4.3.0.nupkg) = 6a074e334357ba97c76ca010cd04fc5e06c8f41f2154487e6bfdafa9e1dcb60e
|
||||
SIZE (nuget/runtime.any.system.threading.tasks.4.3.0.nupkg) = 47940
|
||||
SHA256 (nuget/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 2d750f2d7dc3271b14d4f7775308ced4f3bd34cd9e94d1035debb632efef369b
|
||||
SIZE (nuget/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 44390
|
||||
SHA256 (nuget/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 11b9cea8f3ab02023d78d85e5cb47ef959d8e291f332c10ac357453c9fc59767
|
||||
SIZE (nuget/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 44424
|
||||
SHA256 (nuget/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = a9e4aa69423cd3e96ac3930ae2f32998ed0265aaab99892dc29e8bfaf4006f42
|
||||
SIZE (nuget/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 42827
|
||||
SHA256 (nuget/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 995834d9336f25cd41b87534deaddf1f733a70c82429a40f071ada48797f06d8
|
||||
SIZE (nuget/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 42852
|
||||
SHA256 (nuget/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 4ab1ea4fdc2b081b3120b5ad68980629de8e766c66f3f321eca8740949195730
|
||||
SIZE (nuget/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 42833
|
||||
SHA256 (nuget/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 83d5228a4ae5f8ce348587b424c9461defe5ad1d3e9cdd39605eb8c332e60410
|
||||
SIZE (nuget/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 42843
|
||||
SHA256 (nuget/runtime.native.system.4.0.0.nupkg) = 6e668cd28bd3e17e1aa8324e476e7961d6bfbb77e61d9b2453efa5327b32f3de
|
||||
SIZE (nuget/runtime.native.system.4.0.0.nupkg) = 16852
|
||||
SHA256 (nuget/runtime.native.system.4.3.0.nupkg) = 64165aa1d9e3bcb5c04d6a575da90581ccba3fe82386c8455e6825acbe710f96
|
||||
SIZE (nuget/runtime.native.system.4.3.0.nupkg) = 16854
|
||||
SHA256 (nuget/runtime.native.system.io.compression.4.3.0.nupkg) = 0d69d7b38be52a853a5b1c6f080ad326ea55eac5f78816d987c49ba9f1da71ef
|
||||
SIZE (nuget/runtime.native.system.io.compression.4.3.0.nupkg) = 16918
|
||||
SHA256 (nuget/runtime.native.system.net.http.4.0.1.nupkg) = e675a74d0ac0d53eadf6bf0ca88895e324cdbbe207d287f6397d6ab5ea12fbc1
|
||||
SIZE (nuget/runtime.native.system.net.http.4.0.1.nupkg) = 16894
|
||||
SHA256 (nuget/runtime.native.system.net.http.4.3.0.nupkg) = 739e7a3f285e470a588707818d27c8c04c991e701407c8d68a8c8a11ca7fd9d8
|
||||
SIZE (nuget/runtime.native.system.net.http.4.3.0.nupkg) = 16894
|
||||
SHA256 (nuget/runtime.native.system.security.cryptography.4.0.0.nupkg) = e90f1e6330b7d816c62224c7a10684e81ddc0fcd6f610707e520acc18452a74c
|
||||
SIZE (nuget/runtime.native.system.security.cryptography.4.0.0.nupkg) = 16946
|
||||
SHA256 (nuget/runtime.native.system.security.cryptography.apple.4.3.0.nupkg) = d88841bf48baa5370ecabf05148c9f3c469a087526259f036302d4c09fb9c1ac
|
||||
SIZE (nuget/runtime.native.system.security.cryptography.apple.4.3.0.nupkg) = 16967
|
||||
SHA256 (nuget/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 272d352a1b5c0a5db08cca59587f97ddf8477159fe4b296558563ccd6973ffa2
|
||||
SIZE (nuget/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 17048
|
||||
SHA256 (nuget/runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = c6a17a2db6eda73342f67d546b5e8f9d88171d4d0bbdb94444e4df2b8bc8c57f
|
||||
SIZE (nuget/runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 17049
|
||||
SHA256 (nuget/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = c32bf4d20765a9ff1c93111d57b13e425f61248a0f726604bb27966f93b3de63
|
||||
SIZE (nuget/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 44200
|
||||
SHA256 (nuget/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 68906ee85adc83ac1e6efcd570a36850fd5be3ad8e02a45e1768224d2c81cc24
|
||||
SIZE (nuget/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 44199
|
||||
SHA256 (nuget/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = ce2f9be2c085ac0f500624860c3ef13d5dbbaf78871a557df60a725548d199ce
|
||||
SIZE (nuget/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 44118
|
||||
SHA256 (nuget/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 329b7b28dd8aab9d5060e1157ac123856702193a96724b8f7fc1e5435d74a8b6
|
||||
SIZE (nuget/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 44143
|
||||
SHA256 (nuget/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg) = b1eae477803b17a79c88f88f26d532272c73740b6ea4471621943d9e9b44cc83
|
||||
SIZE (nuget/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg) = 19581
|
||||
SHA256 (nuget/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 8326d053a98f81a595deb046d9d6c7ead4f7b41abc9a0cdedcf44e76cb969d7d
|
||||
SIZE (nuget/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 37682
|
||||
SHA256 (nuget/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 26f325b667d50b9de6099b4a0c713af46dd14fa21ddbc867b249ed3fd30c3fd5
|
||||
SIZE (nuget/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 37725
|
||||
SHA256 (nuget/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 56c3fbd8656f7969c652f4bfbe33902efd54f341f62bc9d9e1f0c0988eb51e6e
|
||||
SIZE (nuget/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 42668
|
||||
SHA256 (nuget/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 41f17159355134184de039b55d16c27feb28350a72f353ec65e777c7aa29fdb2
|
||||
SIZE (nuget/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 42676
|
||||
SHA256 (nuget/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = e322866bf22b3422ae437cda0f320b74d3c3df66cd772eb1af981d2628321798
|
||||
SIZE (nuget/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 43118
|
||||
SHA256 (nuget/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 11a24755cf5a0d9e85ee5b4cd89c2522e889bea33aec2291abaf368954a8fa95
|
||||
SIZE (nuget/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 43121
|
||||
SHA256 (nuget/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 1e674986146c895a0e382714bc0c1d8e93118b2b92c1d72012fda3f61c62f997
|
||||
SIZE (nuget/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 42901
|
||||
SHA256 (nuget/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 3c7474fbaac88c9b309fcf5ea225986350ee53cbbac5124baed8f290032e1660
|
||||
SIZE (nuget/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 42947
|
||||
SHA256 (nuget/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = a551542ae3cf231d1e7502a3cd1a27df32aaf338731c4ce4a3f95cd3557f8ddc
|
||||
SIZE (nuget/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 42939
|
||||
SHA256 (nuget/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 2c5921eee6bb478ac8e70d8a1a37079465cb79cb27702cba9035cbbb2e2a0ff4
|
||||
SIZE (nuget/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg) = 42971
|
||||
SHA256 (nuget/runtime.unix.microsoft.win32.primitives.4.3.0.nupkg) = 2d96f6de5457cebdbab514b9680d31c81d3c27189b94f0e803b1c1be7e9ac178
|
||||
SIZE (nuget/runtime.unix.microsoft.win32.primitives.4.3.0.nupkg) = 31929
|
||||
SHA256 (nuget/runtime.unix.system.diagnostics.debug.4.3.0.nupkg) = 45ea1acec71f6c61fe47ab3a8e4839b0810758d12f8c4a07b48b0c6e973bfad2
|
||||
SIZE (nuget/runtime.unix.system.diagnostics.debug.4.3.0.nupkg) = 38808
|
||||
SHA256 (nuget/runtime.unix.system.io.filesystem.4.3.0.nupkg) = 3dfe26465e980cadb1d8a321d16772360bf455435d48a5432e51eaa3379ccb92
|
||||
SIZE (nuget/runtime.unix.system.io.filesystem.4.3.0.nupkg) = 62460
|
||||
SHA256 (nuget/runtime.unix.system.net.primitives.4.3.0.nupkg) = a4727e23a8b5e8c57a9bbeee8530ba18f63a8d6191784dd248fddf541e7db62d
|
||||
SIZE (nuget/runtime.unix.system.net.primitives.4.3.0.nupkg) = 125060
|
||||
SHA256 (nuget/runtime.unix.system.private.uri.4.3.0.nupkg) = 739b575a113f7d86c9565f6b5ecd2e1e1de94ec838e180f5749bf2380d16a0cb
|
||||
SIZE (nuget/runtime.unix.system.private.uri.4.3.0.nupkg) = 75969
|
||||
SHA256 (nuget/runtime.unix.system.runtime.extensions.4.3.0.nupkg) = 97c4bd82de9d937a981ba1d8a271ed76562d04ac8f6f6f6e43a3438e6aeddd5e
|
||||
SIZE (nuget/runtime.unix.system.runtime.extensions.4.3.0.nupkg) = 54075
|
||||
SHA256 (nuget/serilog.2.10.0.nupkg) = fbcc22964b7e555bd6f8a156b8baf28fb712169cfd0feb33f762985880807121
|
||||
SIZE (nuget/serilog.2.10.0.nupkg) = 491974
|
||||
SHA256 (nuget/serilog.2.3.0.nupkg) = be0e8d2382b8f03796da8481aadab7a1883e2484cad900128dd669067c082178
|
||||
SIZE (nuget/serilog.2.3.0.nupkg) = 264244
|
||||
SHA256 (nuget/serilog.2.9.0.nupkg) = 2692bc850be4d0b1edabdbda1327a08b5a28d8877e2d248e4a42acc4055a117c
|
||||
SIZE (nuget/serilog.2.9.0.nupkg) = 390618
|
||||
SHA256 (nuget/serilog.3.1.1.nupkg) = 2f6eb7cbc8e49fb74d143da30142ba9a0bf2453a857b7f62d6d461559b0d6532
|
||||
SIZE (nuget/serilog.3.1.1.nupkg) = 663302
|
||||
SHA256 (nuget/serilog.aspnetcore.8.0.1.nupkg) = 6b4ecffb4728e90b8bb94c34f4fbefa4b7fd822c7cf0dc377400ac9d245cb96e
|
||||
SIZE (nuget/serilog.aspnetcore.8.0.1.nupkg) = 80317
|
||||
SHA256 (nuget/serilog.enrichers.thread.3.1.0.nupkg) = 11333884b8e4bd9806a1c8bf87b346d407ec44eab3471100b45d87297654e5f8
|
||||
SIZE (nuget/serilog.enrichers.thread.3.1.0.nupkg) = 21848
|
||||
SHA256 (nuget/serilog.extensions.hosting.8.0.0.nupkg) = 384564110a0e35ac0917e4977b2aaa814d0e1a9f6e6edb7d6974feac2db98f81
|
||||
SIZE (nuget/serilog.extensions.hosting.8.0.0.nupkg) = 105093
|
||||
SHA256 (nuget/serilog.extensions.logging.8.0.0.nupkg) = 1a85b10a991d6a132f61ded9ae1c01c714f28c719cb3d10d347242a7495aea20
|
||||
SIZE (nuget/serilog.extensions.logging.8.0.0.nupkg) = 192635
|
||||
SHA256 (nuget/serilog.formatting.compact.2.0.0.nupkg) = 7374931a57b23228d8e109f13ee033fcd909b35afe4d900f8e598028b178fb78
|
||||
SIZE (nuget/serilog.formatting.compact.2.0.0.nupkg) = 71306
|
||||
SHA256 (nuget/serilog.settings.configuration.8.0.0.nupkg) = 250dfd7ef84e15250713aafd0d726f2da648f8b93b018ceeb2442edeec7e8508
|
||||
SIZE (nuget/serilog.settings.configuration.8.0.0.nupkg) = 221643
|
||||
SHA256 (nuget/serilog.sinks.async.1.5.0.nupkg) = cfbf020a475e57e0b81e7ac7fc75f40fad55ddf2f157039074bcbc4a8d1d8b2d
|
||||
SIZE (nuget/serilog.sinks.async.1.5.0.nupkg) = 54510
|
||||
SHA256 (nuget/serilog.sinks.console.5.0.1.nupkg) = 6af7a864cdb9ca473685a047097583d3d8f1676b76b5820699a35368ed95d232
|
||||
SIZE (nuget/serilog.sinks.console.5.0.1.nupkg) = 176335
|
||||
SHA256 (nuget/serilog.sinks.debug.2.0.0.nupkg) = fcf2d5004df795375411775a86423975d162199b9f5a7bdfb0ea1d42c141f2c4
|
||||
SIZE (nuget/serilog.sinks.debug.2.0.0.nupkg) = 52026
|
||||
SHA256 (nuget/serilog.sinks.file.5.0.0.nupkg) = 18acbd87039d96ed96d11c3c2e23f2130bacfac0ed48e4e5f1ae65f6eab3f924
|
||||
SIZE (nuget/serilog.sinks.file.5.0.0.nupkg) = 170448
|
||||
SHA256 (nuget/serilog.sinks.graylog.3.1.1.nupkg) = 1fd0ccc5d44de8b56694af79cb0a918f79eea04bc623ef4b6e66e68a30be7915
|
||||
SIZE (nuget/serilog.sinks.graylog.3.1.1.nupkg) = 96456
|
||||
SHA256 (nuget/seriloganalyzer.0.15.0.nupkg) = 346d28b05361b952070d439ddd9529ca049dd1fa07dc2d90c0409444bf67034d
|
||||
SIZE (nuget/seriloganalyzer.0.15.0.nupkg) = 45955
|
||||
SHA256 (nuget/shimskiasharp.1.0.0.18.nupkg) = ef6355f8eb96f1b09f23f10e5f0812e9d95e2d99e898b25361e40f3e67e1baef
|
||||
SIZE (nuget/shimskiasharp.1.0.0.18.nupkg) = 277939
|
||||
SHA256 (nuget/skiasharp.2.88.8.nupkg) = ac3e607384a79514d7c33dfaeee1e6f171b9780210a599681aa2d11a7bcdbb40
|
||||
SIZE (nuget/skiasharp.2.88.8.nupkg) = 7144605
|
||||
SHA256 (nuget/skiasharp.harfbuzz.2.88.8.nupkg) = 5bd8cdb84a3ff2afa4d9a1cd0b5f457ca701508116c76cc3706c0cfa30d9d68f
|
||||
SIZE (nuget/skiasharp.harfbuzz.2.88.8.nupkg) = 153987
|
||||
SHA256 (nuget/skiasharp.nativeassets.linux.2.88.8.nupkg) = 7ce98d6db8ee4dacc86ac3af3e477634f9ae40754258f9e8c3b03196544697b6
|
||||
SIZE (nuget/skiasharp.nativeassets.linux.2.88.8.nupkg) = 15619001
|
||||
SHA256 (nuget/skiasharp.nativeassets.macos.2.88.8.nupkg) = 09d72bcd01f009c98e08fb52f041adc2c2ac81d9639c7e35b05cad5bb37d3e62
|
||||
SIZE (nuget/skiasharp.nativeassets.macos.2.88.8.nupkg) = 6821808
|
||||
SHA256 (nuget/skiasharp.nativeassets.win32.2.88.8.nupkg) = 6fc55bf78acd8f03ca4890d0819d17bf675657b80c5459791b04cafd08993cf3
|
||||
SIZE (nuget/skiasharp.nativeassets.win32.2.88.8.nupkg) = 10918061
|
||||
SHA256 (nuget/smartanalyzers.multithreadinganalyzer.1.1.31.nupkg) = 50e867e13f1fe5caa5fe2c7c20779cbcfeac1d4930d8f9a79847d5d233d165e2
|
||||
SIZE (nuget/smartanalyzers.multithreadinganalyzer.1.1.31.nupkg) = 20658
|
||||
SHA256 (nuget/sqlitepclraw.bundle_e_sqlite3.2.1.6.nupkg) = 7590ff6d9b185e33aee3a647e58ff0821d2e8473aa2310be4bed1e70a86bef5f
|
||||
SIZE (nuget/sqlitepclraw.bundle_e_sqlite3.2.1.6.nupkg) = 37656
|
||||
SHA256 (nuget/sqlitepclraw.core.2.1.6.nupkg) = 4715a39b9d8f766315f7c7600f2d010a917df3cf81b2c45952000b2efed31ff1
|
||||
SIZE (nuget/sqlitepclraw.core.2.1.6.nupkg) = 34519
|
||||
SHA256 (nuget/sqlitepclraw.lib.e_sqlite3.2.1.6.nupkg) = b87b7977e48552449de960fb4e0d09ddef1e568c72fc533fb783c091cf4f253d
|
||||
SIZE (nuget/sqlitepclraw.lib.e_sqlite3.2.1.6.nupkg) = 16588105
|
||||
SHA256 (nuget/sqlitepclraw.provider.e_sqlite3.2.1.6.nupkg) = cc773f619b1def6797948f1b6b5b6fe7c1d9594222ca325ac6ad8208fd6141ef
|
||||
SIZE (nuget/sqlitepclraw.provider.e_sqlite3.2.1.6.nupkg) = 58749
|
||||
SHA256 (nuget/stylecop.analyzers.1.2.0-beta.556.nupkg) = f7b61841caf9bd9c53be2dfaeb4f1e524035c1beb1965650ed47176e3ad821f5
|
||||
SIZE (nuget/stylecop.analyzers.1.2.0-beta.556.nupkg) = 15876
|
||||
SHA256 (nuget/stylecop.analyzers.unstable.1.2.0.556.nupkg) = 695a29edaf6bf97d91b191138278019b7a903c42223c15a01f389c1924c4ca67
|
||||
SIZE (nuget/stylecop.analyzers.unstable.1.2.0.556.nupkg) = 474559
|
||||
SHA256 (nuget/svg.custom.1.0.0.18.nupkg) = 460b913f004cfca0a881a88e82310b96fbaa3754ebf9bdc703839dcf5ad70605
|
||||
SIZE (nuget/svg.custom.1.0.0.18.nupkg) = 914299
|
||||
SHA256 (nuget/svg.model.1.0.0.18.nupkg) = 097642e39b717dc77c32e4660c4370dae8e51a4ef861a50f36cedd5eaf99720f
|
||||
SIZE (nuget/svg.model.1.0.0.18.nupkg) = 338934
|
||||
SHA256 (nuget/svg.skia.1.0.0.18.nupkg) = a3956709a0065f82eec0dca5ed033428e83680d7e40f9b8d30db61c41ef0d26e
|
||||
SIZE (nuget/svg.skia.1.0.0.18.nupkg) = 142489
|
||||
SHA256 (nuget/swashbuckle.aspnetcore.6.2.3.nupkg) = 14ec472446054df321237fbf137e6ffd0a848566a2cee795381c331ce906a5cf
|
||||
SIZE (nuget/swashbuckle.aspnetcore.6.2.3.nupkg) = 11923
|
||||
SHA256 (nuget/swashbuckle.aspnetcore.redoc.6.6.2.nupkg) = c15ef019b17a6f8d74d0218c3392ae63db014b6651c29dfa7e56dd109b5361ea
|
||||
SIZE (nuget/swashbuckle.aspnetcore.redoc.6.6.2.nupkg) = 1820009
|
||||
SHA256 (nuget/swashbuckle.aspnetcore.swagger.6.2.3.nupkg) = df87a1e5b9d8c139aa96493bf70aa2d7010a1bd03917175af53de0e669e06a3c
|
||||
SIZE (nuget/swashbuckle.aspnetcore.swagger.6.2.3.nupkg) = 84975
|
||||
SHA256 (nuget/swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg) = 67eb8a45ff92569ee7dad7ced698de6ac650578f38f5566b0e4845d83f1ceab3
|
||||
SIZE (nuget/swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg) = 264020
|
||||
SHA256 (nuget/swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg) = 51ff17d644b22ebf2d77a11ce8b0309640041423249efa204e5aa87156f57969
|
||||
SIZE (nuget/swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg) = 4516483
|
||||
SHA256 (nuget/system.appcontext.4.3.0.nupkg) = ca0f792cd40ec05940d6d5b15dd42457226a4f8027a0373e0029ab36fcc68998
|
||||
SIZE (nuget/system.appcontext.4.3.0.nupkg) = 147030
|
||||
SHA256 (nuget/system.buffers.4.3.0.nupkg) = 5ea6566f829dd38f7ad21e14f6c7a2be32ac78603f60422976995f1d81d0f639
|
||||
SIZE (nuget/system.buffers.4.3.0.nupkg) = 35171
|
||||
SHA256 (nuget/system.buffers.4.5.0.nupkg) = 4c7c36ce7bbe2a26df2517c3edc1379d1607b26ec5ca7e698ce3995689c58efb
|
||||
SIZE (nuget/system.buffers.4.5.0.nupkg) = 106115
|
||||
SHA256 (nuget/system.codedom.4.4.0.nupkg) = 2f5c72b2927ca4324d54f60a97e14c19fe19c26d2d96ab40c9008d5baa53ebfd
|
||||
SIZE (nuget/system.codedom.4.4.0.nupkg) = 213263
|
||||
SHA256 (nuget/system.collections.4.0.11.nupkg) = a6ea05324c78679e42d573f1370de7a7c9f33468c7f86db88f8df24c8b0344bd
|
||||
SIZE (nuget/system.collections.4.0.11.nupkg) = 810001
|
||||
SHA256 (nuget/system.collections.4.3.0.nupkg) = 69f63b554b43eb0ff9998aab71ef2442bbc321f4b61970c834387bdc88f124a7
|
||||
SIZE (nuget/system.collections.4.3.0.nupkg) = 810001
|
||||
SHA256 (nuget/system.collections.concurrent.4.0.12.nupkg) = cc810cec00784b213dbba1bcfa8fa008b2f09208bafb7ac74153dd9ff744c01f
|
||||
SIZE (nuget/system.collections.concurrent.4.0.12.nupkg) = 502657
|
||||
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.6.0.0.nupkg) = 0ca11ba45a9708811faa9f69ddecea69d9f96ff4b5613937dbf1102beb4449cb
|
||||
SIZE (nuget/system.collections.immutable.6.0.0.nupkg) = 393026
|
||||
SHA256 (nuget/system.componentmodel.4.3.0.nupkg) = 8b4d2eba330ee091032043ca2e674b637409eaf752a70e8687da0ece41580625
|
||||
SIZE (nuget/system.componentmodel.4.3.0.nupkg) = 95320
|
||||
SHA256 (nuget/system.componentmodel.annotations.4.3.0.nupkg) = cd0551bba4a72d2eda29eb436b1be8ef300758b381ecafe6b60b3fb9a42d62a9
|
||||
SIZE (nuget/system.componentmodel.annotations.4.3.0.nupkg) = 610033
|
||||
SHA256 (nuget/system.composition.6.0.0.nupkg) = 1f94e79f13b08a123457246eca46ce5ae28548258d37e314118ca5a1adf6f0dc
|
||||
SIZE (nuget/system.composition.6.0.0.nupkg) = 36690
|
||||
SHA256 (nuget/system.composition.attributedmodel.6.0.0.nupkg) = d370d1f1e7041d229f833c2e4eec6db115b419beda42d0d2e0b0180a165d19d7
|
||||
SIZE (nuget/system.composition.attributedmodel.6.0.0.nupkg) = 74280
|
||||
SHA256 (nuget/system.composition.convention.6.0.0.nupkg) = 6b70d94bc093da457c755a46c472a83f9c0754ab13fa488f262c5c92961f750a
|
||||
SIZE (nuget/system.composition.convention.6.0.0.nupkg) = 118447
|
||||
SHA256 (nuget/system.composition.hosting.6.0.0.nupkg) = 7e9a21e9604d99a1c41eccf094147f4cd8ddf399707ac7cced991086a62d2f2e
|
||||
SIZE (nuget/system.composition.hosting.6.0.0.nupkg) = 131638
|
||||
SHA256 (nuget/system.composition.runtime.6.0.0.nupkg) = 9c666f836c588616b30233a3856aa5b41b9efa144e28fd083a21463fcc8c056f
|
||||
SIZE (nuget/system.composition.runtime.6.0.0.nupkg) = 84119
|
||||
SHA256 (nuget/system.composition.typedparts.6.0.0.nupkg) = e2e0044df98bd42bc68c76a3cd6a30b049898132a7b850bcbbd95b60fcc03779
|
||||
SIZE (nuget/system.composition.typedparts.6.0.0.nupkg) = 131026
|
||||
SHA256 (nuget/system.console.4.0.0.nupkg) = 8ed65f4ff4e926d2e2b15ff2e4c93721f0a913bf73c210585edc863fd8c2dd7a
|
||||
SIZE (nuget/system.console.4.0.0.nupkg) = 102388
|
||||
SHA256 (nuget/system.console.4.3.0.nupkg) = 5e1dcf3c166bd290db0da2bc0041db746cfb78f2ba622d59c91588d4933a99ba
|
||||
SIZE (nuget/system.console.4.3.0.nupkg) = 102397
|
||||
SHA256 (nuget/system.diagnostics.debug.4.0.11.nupkg) = 3fead240956837a339ea341bb3bea467d1b798058576d176ecffd18a337cb23e
|
||||
SIZE (nuget/system.diagnostics.debug.4.0.11.nupkg) = 149779
|
||||
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.4.0.0.nupkg) = 75887d52815eb2e19c1d8f9ec2c23ecf65a7372f9bc073ec1d0dedf3971bccd8
|
||||
SIZE (nuget/system.diagnostics.diagnosticsource.4.0.0.nupkg) = 118325
|
||||
SHA256 (nuget/system.diagnostics.diagnosticsource.4.3.0.nupkg) = 3852516f4ca07a9d19df20c12f002033f4e47ece09083b6c361c031fd71dd57c
|
||||
SIZE (nuget/system.diagnostics.diagnosticsource.4.3.0.nupkg) = 120125
|
||||
SHA256 (nuget/system.diagnostics.diagnosticsource.6.0.0.nupkg) = 458f6e5923dd2b67e04b0963d4e1c1181568dd9bc642004937302c4b93863167
|
||||
SIZE (nuget/system.diagnostics.diagnosticsource.6.0.0.nupkg) = 374970
|
||||
SHA256 (nuget/system.diagnostics.diagnosticsource.8.0.0.nupkg) = f9a38368311032a95ae516197aad0b87aea3fb190f631ca4ad5bd20a6250f95b
|
||||
SIZE (nuget/system.diagnostics.diagnosticsource.8.0.0.nupkg) = 516197
|
||||
SHA256 (nuget/system.diagnostics.eventlog.6.0.0.nupkg) = cd45c842d00529b89430a0ab5f33b898e4c3e44529859ce084160a5e9ae8c123
|
||||
SIZE (nuget/system.diagnostics.eventlog.6.0.0.nupkg) = 296510
|
||||
SHA256 (nuget/system.diagnostics.eventlog.8.0.0.nupkg) = aedf3173791d769418e0711d82194178e2b881dc39c888f899c661015b64dbf6
|
||||
SIZE (nuget/system.diagnostics.eventlog.8.0.0.nupkg) = 535543
|
||||
SHA256 (nuget/system.diagnostics.tools.4.0.1.nupkg) = bd206a4db9965f296f45adfb696ca4b729be80ea6cbc7e379b0afa03deb693a5
|
||||
SIZE (nuget/system.diagnostics.tools.4.0.1.nupkg) = 67228
|
||||
SHA256 (nuget/system.diagnostics.tools.4.3.0.nupkg) = 8153afd522ba0297b415084256534e77d72f40a06f331457f4ad093d58bcc346
|
||||
SIZE (nuget/system.diagnostics.tools.4.3.0.nupkg) = 67227
|
||||
SHA256 (nuget/system.diagnostics.tracing.4.1.0.nupkg) = 240d2325c2db537ce1e76b9bdf3c1ea1bd84547bf13aa882e920981eb63959b4
|
||||
SIZE (nuget/system.diagnostics.tracing.4.1.0.nupkg) = 581838
|
||||
SHA256 (nuget/system.diagnostics.tracing.4.3.0.nupkg) = 8421136691c719584f62f6f80b47e1e33b3ef33bf818fa22c5a8242d98e96bd4
|
||||
SIZE (nuget/system.diagnostics.tracing.4.3.0.nupkg) = 581864
|
||||
SHA256 (nuget/system.drawing.common.7.0.0.nupkg) = b78141813321b8e039140db77e0d1640e1ae1f49e357b8495d24ff2e7fd99e4b
|
||||
SIZE (nuget/system.drawing.common.7.0.0.nupkg) = 772327
|
||||
SHA256 (nuget/system.globalization.4.0.11.nupkg) = adb4a07363c811cd9cdab37a2cadea0911005f70ea03636ad5670bad962c0c1c
|
||||
SIZE (nuget/system.globalization.4.0.11.nupkg) = 589139
|
||||
SHA256 (nuget/system.globalization.4.3.0.nupkg) = 71a2f4a51985484b1aa1e65e58de414d0b46ac0b5a40fc058bc60e64f646e6b2
|
||||
SIZE (nuget/system.globalization.4.3.0.nupkg) = 589136
|
||||
SHA256 (nuget/system.globalization.calendars.4.0.1.nupkg) = 1093772db37e6f43bd0ebd9e83b91f4e1098a677b4889fc7fc6232513355602f
|
||||
SIZE (nuget/system.globalization.calendars.4.0.1.nupkg) = 177634
|
||||
SHA256 (nuget/system.globalization.calendars.4.3.0.nupkg) = b8d383d043951609d2d9f30abcc884b48f5a3b0d34f8f7f2fc7faab9c01094f7
|
||||
SIZE (nuget/system.globalization.calendars.4.3.0.nupkg) = 177689
|
||||
SHA256 (nuget/system.globalization.extensions.4.0.1.nupkg) = ccbb643ebc89c2a4c6709a8c0bace830cbccad3f9a00be46a2e9a398cb6a5042
|
||||
SIZE (nuget/system.globalization.extensions.4.0.1.nupkg) = 142766
|
||||
SHA256 (nuget/system.globalization.extensions.4.3.0.nupkg) = 9a6256036ed3d06455b853fdfec8fee13ad1e06256af33489363c3adbafb4509
|
||||
SIZE (nuget/system.globalization.extensions.4.3.0.nupkg) = 142949
|
||||
SHA256 (nuget/system.io.4.1.0.nupkg) = 57aa32405c166fc36f1b1030bf35a784fc72f5d28e7e3fd704cded102e5a1ebc
|
||||
SIZE (nuget/system.io.4.1.0.nupkg) = 703645
|
||||
SHA256 (nuget/system.io.4.3.0.nupkg) = aeeca74077a414fe703eb0e257284d891217799fc8f4da632b9a54f873c38916
|
||||
SIZE (nuget/system.io.4.3.0.nupkg) = 703652
|
||||
SHA256 (nuget/system.io.compression.4.3.0.nupkg) = 7f93eb4254208f95e3d999c7c575bc5e23a2bda06f7ea0daa3d49be805629f20
|
||||
SIZE (nuget/system.io.compression.4.3.0.nupkg) = 485197
|
||||
SHA256 (nuget/system.io.compression.zipfile.4.3.0.nupkg) = 59097e2605acf8669131e89a8531546eb8655c81daa737294c55db46f02dbefb
|
||||
SIZE (nuget/system.io.compression.zipfile.4.3.0.nupkg) = 113746
|
||||
SHA256 (nuget/system.io.filesystem.4.0.1.nupkg) = e152971607066024d65578c096788056ad1d3b7a39b3c287ca5836c20dbfee4d
|
||||
SIZE (nuget/system.io.filesystem.4.0.1.nupkg) = 274255
|
||||
SHA256 (nuget/system.io.filesystem.4.3.0.nupkg) = bcd2189ef95acae563d167d17d82a90eb843a6d961a75a4df026269557764d7c
|
||||
SIZE (nuget/system.io.filesystem.4.3.0.nupkg) = 274316
|
||||
SHA256 (nuget/system.io.filesystem.primitives.4.0.1.nupkg) = 2298a028ca26a9bea99985a4ae57f465da482ed465b97d9c5f9b0e2955b415e8
|
||||
SIZE (nuget/system.io.filesystem.primitives.4.0.1.nupkg) = 94921
|
||||
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.hashing.8.0.0.nupkg) = b33386b744cd068e9d11d0b781fe87f9ef585b7370d30a1ae949c218618ae5c1
|
||||
SIZE (nuget/system.io.hashing.8.0.0.nupkg) = 203635
|
||||
SHA256 (nuget/system.io.pipelines.6.0.3.nupkg) = bfe14e9a34512a50ed0d6ebe4df9b23228a48b4d746065536b41305eef57edc9
|
||||
SIZE (nuget/system.io.pipelines.6.0.3.nupkg) = 226212
|
||||
SHA256 (nuget/system.io.pipelines.8.0.0.nupkg) = 2dda41d6ce2f433b0e3836b188ab2d2e4b39ed7f434c3e43e9c3f1f03135c301
|
||||
SIZE (nuget/system.io.pipelines.8.0.0.nupkg) = 267394
|
||||
SHA256 (nuget/system.linq.4.1.0.nupkg) = 650a45b58c39375175697d2350add3c3e5ef339b67967b2191308db5f540efde
|
||||
SIZE (nuget/system.linq.4.1.0.nupkg) = 511874
|
||||
SHA256 (nuget/system.linq.4.3.0.nupkg) = 479ba248bde5e9add7ad74922fa8f3faafcf732550cc4001ca2b9764d4aa0ff0
|
||||
SIZE (nuget/system.linq.4.3.0.nupkg) = 512550
|
||||
SHA256 (nuget/system.linq.async.6.0.1.nupkg) = b87e5f661732415b67b0573a19351a451ac0426d39bf97ae2725825d21523982
|
||||
SIZE (nuget/system.linq.async.6.0.1.nupkg) = 2000666
|
||||
SHA256 (nuget/system.linq.expressions.4.1.0.nupkg) = ef3a81f855e092f86d941ce9719c9df35c5ccd63f40f7b96b2cc801b0dededbe
|
||||
SIZE (nuget/system.linq.expressions.4.1.0.nupkg) = 1929236
|
||||
SHA256 (nuget/system.linq.expressions.4.3.0.nupkg) = fb7a6f85963bae2a7c1c26df7542f38e50bd14f645a58a10c6191cb859b6c24f
|
||||
SIZE (nuget/system.linq.expressions.4.3.0.nupkg) = 1928029
|
||||
SHA256 (nuget/system.linq.queryable.4.0.1.nupkg) = 5ce1513be972a31b16b485097e0e490aabfd1b1df901239cf7858847c64c5686
|
||||
SIZE (nuget/system.linq.queryable.4.0.1.nupkg) = 275516
|
||||
SHA256 (nuget/system.memory.4.5.1.nupkg) = ec9850352bc4e898a0335aa69a1cce5f736267a7a4f36478c2140d6fe1690738
|
||||
SIZE (nuget/system.memory.4.5.1.nupkg) = 195808
|
||||
SHA256 (nuget/system.memory.4.5.3.nupkg) = 0af97b45b45b46ef6a2b37910568dabd492c793da3859054595d523e2a545859
|
||||
SIZE (nuget/system.memory.4.5.3.nupkg) = 154054
|
||||
SHA256 (nuget/system.net.http.4.1.0.nupkg) = cba3e71ae39b26f3a4865f425cd14941c577497b84cf9c912ce0b11864c4b9c4
|
||||
SIZE (nuget/system.net.http.4.1.0.nupkg) = 1372881
|
||||
SHA256 (nuget/system.net.http.4.3.0.nupkg) = 528041ed63c3a760677bf7f0c4a1749c4f20ac9e85cd3317753fe37eca618fc4
|
||||
SIZE (nuget/system.net.http.4.3.0.nupkg) = 1371903
|
||||
SHA256 (nuget/system.net.http.4.3.4.nupkg) = 14ca14d0aee794f2f1a038eed0d2f6d568e581af46a67028423b05845618b74d
|
||||
SIZE (nuget/system.net.http.4.3.4.nupkg) = 620644
|
||||
SHA256 (nuget/system.net.primitives.4.0.11.nupkg) = d984a28cd842770fd9536c9f1fbbc4f91780f298314425cf9d6afe69bdfabf83
|
||||
SIZE (nuget/system.net.primitives.4.0.11.nupkg) = 769354
|
||||
SHA256 (nuget/system.net.primitives.4.3.0.nupkg) = 318ed9eaf3ad14c6c429a2d6f6739265e023716a700ad74eeff5b59a41990731
|
||||
SIZE (nuget/system.net.primitives.4.3.0.nupkg) = 769347
|
||||
SHA256 (nuget/system.net.requests.4.0.11.nupkg) = 30b5f1694847402de921dffaaf8ab4105dfb088131b74fb835af19a54b51b38e
|
||||
SIZE (nuget/system.net.requests.4.0.11.nupkg) = 382487
|
||||
SHA256 (nuget/system.net.sockets.4.3.0.nupkg) = 8a5eddaf9553fd058383fd1cba1fb812cdaef0b63fffeaaa898f416666314aeb
|
||||
SIZE (nuget/system.net.sockets.4.3.0.nupkg) = 135695
|
||||
SHA256 (nuget/system.net.webheadercollection.4.0.1.nupkg) = b89495ea498bf95ffdfe8b752e11d718277c35d72eeb393e009f308064bf7d81
|
||||
SIZE (nuget/system.net.webheadercollection.4.0.1.nupkg) = 85078
|
||||
SHA256 (nuget/system.objectmodel.4.0.12.nupkg) = 32e759fca61cbd8b27d9c493dc4134e3d98b8a4acd92613b42852860a29bcbeb
|
||||
SIZE (nuget/system.objectmodel.4.0.12.nupkg) = 321648
|
||||
SHA256 (nuget/system.objectmodel.4.3.0.nupkg) = 82d9919163f62b0af79c7b43874c98b5c7b7f33d70ac6cdbe9f8e6e2ff3037a4
|
||||
SIZE (nuget/system.objectmodel.4.3.0.nupkg) = 321655
|
||||
SHA256 (nuget/system.private.uri.4.3.0.nupkg) = 7d57e07283f8015375139c0765b28120e3d867fc4179221db0d17e6ddba42113
|
||||
SIZE (nuget/system.private.uri.4.3.0.nupkg) = 16869
|
||||
SHA256 (nuget/system.reflection.4.1.0.nupkg) = 89d647187d9897f8616b508ce15ccb86c691f0b8e8feb57b4d87bb9b044948cb
|
||||
SIZE (nuget/system.reflection.4.1.0.nupkg) = 700819
|
||||
SHA256 (nuget/system.reflection.4.3.0.nupkg) = 35049946964bbed3d60e5be6308746c5c56ec949f0f76654468d215ec12c8576
|
||||
SIZE (nuget/system.reflection.4.3.0.nupkg) = 700821
|
||||
SHA256 (nuget/system.reflection.emit.4.0.1.nupkg) = 17532f6284161c263cf7f3b8241c2cc28822b6a56f2ae55f20b16a03b766b879
|
||||
SIZE (nuget/system.reflection.emit.4.0.1.nupkg) = 219037
|
||||
SHA256 (nuget/system.reflection.emit.4.3.0.nupkg) = e4b8640e6872d85912c6e95747e6ec4ed333754dd5cb2b99cecc69eff0f0c885
|
||||
SIZE (nuget/system.reflection.emit.4.3.0.nupkg) = 219534
|
||||
SHA256 (nuget/system.reflection.emit.ilgeneration.4.0.1.nupkg) = 606f9e2411b93fee5a76c1e2c3f961270bd1127bdd1f0e822724bc655e148ddd
|
||||
SIZE (nuget/system.reflection.emit.ilgeneration.4.0.1.nupkg) = 123128
|
||||
SHA256 (nuget/system.reflection.emit.ilgeneration.4.3.0.nupkg) = 98a4649c41cd96ce20911c2b1208b7f41faf49a033fc6b772002ed4bdf313670
|
||||
SIZE (nuget/system.reflection.emit.ilgeneration.4.3.0.nupkg) = 124567
|
||||
SHA256 (nuget/system.reflection.emit.lightweight.4.0.1.nupkg) = b95bcd3a72fae023eab2064fd8e2ea366c5d91997a4347d398a9aff607018be8
|
||||
SIZE (nuget/system.reflection.emit.lightweight.4.0.1.nupkg) = 82989
|
||||
SHA256 (nuget/system.reflection.emit.lightweight.4.3.0.nupkg) = acac786bdc9929c6a39684991ebe02293549e958e1f799e2fb3b333f15a38762
|
||||
SIZE (nuget/system.reflection.emit.lightweight.4.3.0.nupkg) = 84426
|
||||
SHA256 (nuget/system.reflection.extensions.4.0.1.nupkg) = 36c7e6cccf46fec3771fc5f671d9e1793191b21ef36d1cef7a09e30f30c7fc54
|
||||
SIZE (nuget/system.reflection.extensions.4.0.1.nupkg) = 99743
|
||||
SHA256 (nuget/system.reflection.extensions.4.3.0.nupkg) = 98c38263351e9e3778ad621fabbcc85fd3c5624fdd694c85d00f25d616f27409
|
||||
SIZE (nuget/system.reflection.extensions.4.3.0.nupkg) = 99740
|
||||
SHA256 (nuget/system.reflection.metadata.1.6.0.nupkg) = 2497e068f6afed47c4878c9101074684b645d5baebd2d5163e5eaa99f356abf1
|
||||
SIZE (nuget/system.reflection.metadata.1.6.0.nupkg) = 852113
|
||||
SHA256 (nuget/system.reflection.metadata.6.0.1.nupkg) = 89ddbbb14e2a20422980a7a73b96f8207b7a2f55ee36c55ee1347d4ca68b583a
|
||||
SIZE (nuget/system.reflection.metadata.6.0.1.nupkg) = 767969
|
||||
SHA256 (nuget/system.reflection.primitives.4.0.1.nupkg) = 48549fa5613208130039eaeb3023a22a7a53f940164ef45c9a846ab8947a56ad
|
||||
SIZE (nuget/system.reflection.primitives.4.0.1.nupkg) = 281678
|
||||
SHA256 (nuget/system.reflection.primitives.4.3.0.nupkg) = e68830581e2f9504e5de38e4d718e7886da8cdb1488d94cbf6e834bac650b813
|
||||
SIZE (nuget/system.reflection.primitives.4.3.0.nupkg) = 281679
|
||||
SHA256 (nuget/system.reflection.typeextensions.4.1.0.nupkg) = 474619a3098575afb1cca351e242a0ee7785a04df429f670a7f2307d148a54ae
|
||||
SIZE (nuget/system.reflection.typeextensions.4.1.0.nupkg) = 187836
|
||||
SHA256 (nuget/system.reflection.typeextensions.4.3.0.nupkg) = e14e3f5cd4009dd7604081c826adcfd93f3484dd283dd536b827a086c0d35a78
|
||||
SIZE (nuget/system.reflection.typeextensions.4.3.0.nupkg) = 187842
|
||||
SHA256 (nuget/system.resources.resourcemanager.4.0.1.nupkg) = 719dbfdff7dcccb8c4a67ea3df1920415f68b8e563cb82a2b20c39c56c3d912c
|
||||
SIZE (nuget/system.resources.resourcemanager.4.0.1.nupkg) = 85915
|
||||
SHA256 (nuget/system.resources.resourcemanager.4.3.0.nupkg) = 89d88e0fddf16dbadbc304a70f898e440f51622fc3fd4e3c79152c9ff5a7586a
|
||||
SIZE (nuget/system.resources.resourcemanager.4.3.0.nupkg) = 85908
|
||||
SHA256 (nuget/system.runtime.4.1.0.nupkg) = 15588d18cff8a16b653fac34242d2f254fa4f5e7cb299fb2697ae711e69b0d0a
|
||||
SIZE (nuget/system.runtime.4.1.0.nupkg) = 7263653
|
||||
SHA256 (nuget/system.runtime.4.3.0.nupkg) = e75f35dd65e9048b2e03a7d4b44e57691423716750dbf966128909b7deeed118
|
||||
SIZE (nuget/system.runtime.4.3.0.nupkg) = 7263712
|
||||
SHA256 (nuget/system.runtime.compilerservices.unsafe.4.4.0.nupkg) = 49e4c8e3ec9544ed929802a03ab3278b8d3bd0e0fe3a8f0bd5888455e283ca28
|
||||
SIZE (nuget/system.runtime.compilerservices.unsafe.4.4.0.nupkg) = 71546
|
||||
SHA256 (nuget/system.runtime.compilerservices.unsafe.4.5.1.nupkg) = 2ee72b7e9ba1cfbd8db3e0ce4bb323b8d4f6296822fa6e1b26483cee4a9799f5
|
||||
SIZE (nuget/system.runtime.compilerservices.unsafe.4.5.1.nupkg) = 103384
|
||||
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.extensions.4.1.0.nupkg) = 5fb0d9e426cf63b8c7b36d1867b6e6717b3d079331a6dbbf1e7054bd49cd8467
|
||||
SIZE (nuget/system.runtime.extensions.4.1.0.nupkg) = 1060307
|
||||
SHA256 (nuget/system.runtime.extensions.4.3.0.nupkg) = c0b0c79a8cebf38bf55b6cd8096631c63d0547424360749545a46e0e6d1b77fa
|
||||
SIZE (nuget/system.runtime.extensions.4.3.0.nupkg) = 1060357
|
||||
SHA256 (nuget/system.runtime.handles.4.0.1.nupkg) = 8f642054ef593a3bfb0f585eb7df02a05a63a188318eea6e221b815262cb1fbc
|
||||
SIZE (nuget/system.runtime.handles.4.0.1.nupkg) = 54854
|
||||
SHA256 (nuget/system.runtime.handles.4.3.0.nupkg) = 289e5a5e81a9079e98ebe89ea4191da71fc07da243022b71e2fae42ea47b826b
|
||||
SIZE (nuget/system.runtime.handles.4.3.0.nupkg) = 54854
|
||||
SHA256 (nuget/system.runtime.interopservices.4.1.0.nupkg) = 41c78062526f90f44973ffb98d1fb042934d2376aa1b24965923b7d1efc57d06
|
||||
SIZE (nuget/system.runtime.interopservices.4.1.0.nupkg) = 2542509
|
||||
SHA256 (nuget/system.runtime.interopservices.4.3.0.nupkg) = f2c0c7f965097c247eedee277e97ed8fffa5b2d122662c56501b9e476ce61e02
|
||||
SIZE (nuget/system.runtime.interopservices.4.3.0.nupkg) = 2597020
|
||||
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.numerics.4.0.1.nupkg) = d6926de591b12cf4d7d668ce8bca993d7cb238c91857436cb68502bfdd4760f8
|
||||
SIZE (nuget/system.runtime.numerics.4.0.1.nupkg) = 283710
|
||||
SHA256 (nuget/system.runtime.numerics.4.3.0.nupkg) = 3f98c70a031b80531888e36fce668a15e3aa7002033eefd4f1b395acd3d82aa7
|
||||
SIZE (nuget/system.runtime.numerics.4.3.0.nupkg) = 283763
|
||||
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.2.0.nupkg) = 05e94d2291324e8129fd560a9e37bfab53fb28d12940db4ecc63d4d7ca4b1a91
|
||||
SIZE (nuget/system.security.cryptography.algorithms.4.2.0.nupkg) = 357563
|
||||
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.cng.4.2.0.nupkg) = ec5fa6dc79e606c804e31585f057821a568481033776ba80e8711a42be8c1285
|
||||
SIZE (nuget/system.security.cryptography.cng.4.2.0.nupkg) = 289992
|
||||
SHA256 (nuget/system.security.cryptography.cng.4.3.0.nupkg) = bb5eefcbac0d86aa24f754ab54b9e8d8cd44ccb1d99ba54c71af39c5b54286cc
|
||||
SIZE (nuget/system.security.cryptography.cng.4.3.0.nupkg) = 290620
|
||||
SHA256 (nuget/system.security.cryptography.csp.4.0.0.nupkg) = 587c91eaf54adf3693e037bb8e040551aaf53f97e25fd102c225642431459bb3
|
||||
SIZE (nuget/system.security.cryptography.csp.4.0.0.nupkg) = 117365
|
||||
SHA256 (nuget/system.security.cryptography.csp.4.3.0.nupkg) = a1e7dd4d4fd9d8f594f6795ab7cba24431aafcf199a123d182430bd75a66bcf4
|
||||
SIZE (nuget/system.security.cryptography.csp.4.3.0.nupkg) = 117553
|
||||
SHA256 (nuget/system.security.cryptography.encoding.4.0.0.nupkg) = 64eee16b7f49e6e1e4205d91a042affdb5bf6cb6d5bd830ee3ead6c98b0a1e29
|
||||
SIZE (nuget/system.security.cryptography.encoding.4.0.0.nupkg) = 144164
|
||||
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.openssl.4.0.0.nupkg) = 98b8a3028cf29f38e238cca1d8fe411dc7d5ab73af7744ffa611b4f1221b5d9b
|
||||
SIZE (nuget/system.security.cryptography.openssl.4.0.0.nupkg) = 72038
|
||||
SHA256 (nuget/system.security.cryptography.openssl.4.3.0.nupkg) = 0cbf83dac73626b422078a007148204c5c83f30dda2c48c97e877924f7be3b3e
|
||||
SIZE (nuget/system.security.cryptography.openssl.4.3.0.nupkg) = 71949
|
||||
SHA256 (nuget/system.security.cryptography.primitives.4.0.0.nupkg) = b0474f7ed7d3c5077ff03a5da6a5190b65d60b44a35423ea02412578b975ec44
|
||||
SIZE (nuget/system.security.cryptography.primitives.4.0.0.nupkg) = 81324
|
||||
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.x509certificates.4.1.0.nupkg) = b015148493fec980d7bdc8cd30aa8da67f32cc65295400702bdbd552f60a8f32
|
||||
SIZE (nuget/system.security.cryptography.x509certificates.4.1.0.nupkg) = 702294
|
||||
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.principal.windows.5.0.0.nupkg) = 081390c25f6f78592b28ada853c24514488a221fe9f9a24efaaf5373643ff3d6
|
||||
SIZE (nuget/system.security.principal.windows.5.0.0.nupkg) = 535022
|
||||
SHA256 (nuget/system.text.encoding.4.0.11.nupkg) = 3c46a294ebc6d3909580f4f228bb690204727654879ad7792b463c1921d8d8b7
|
||||
SIZE (nuget/system.text.encoding.4.0.11.nupkg) = 327286
|
||||
SHA256 (nuget/system.text.encoding.4.3.0.nupkg) = 19cb475462d901afebaa404d86c0469ec89674acafe950ee6d8a4692e3a404b8
|
||||
SIZE (nuget/system.text.encoding.4.3.0.nupkg) = 327281
|
||||
SHA256 (nuget/system.text.encoding.codepages.6.0.0.nupkg) = 9c673603a5d89f0a8672af2b7e04d18c6afebe8212c4d7bfefa9362b7e9ca23e
|
||||
SIZE (nuget/system.text.encoding.codepages.6.0.0.nupkg) = 4242377
|
||||
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.encodings.web.4.5.0.nupkg) = a3e8e293214e1b7d205f9ec6a1e673b66b89f3bf08350e5214c98aa2f62a2d6b
|
||||
SIZE (nuget/system.text.encodings.web.4.5.0.nupkg) = 97043
|
||||
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.0.nupkg) = 5c57021cc5b5bb6fd6ba39563476885a46d6d709fc5b8908d1076bc0fb569a8c
|
||||
SIZE (nuget/system.text.json.8.0.0.nupkg) = 1983421
|
||||
SHA256 (nuget/system.text.json.8.0.3.nupkg) = 9630411a445eb17bf731bac0d78851e905e8f1214b2d5e761a4a40fb0c4a744a
|
||||
SIZE (nuget/system.text.json.8.0.3.nupkg) = 1980649
|
||||
SHA256 (nuget/system.text.regularexpressions.4.1.0.nupkg) = c7a39037a30237b4b47c9e841537efe2b7337545a3c2e584f504343fa7db87d7
|
||||
SIZE (nuget/system.text.regularexpressions.4.1.0.nupkg) = 514882
|
||||
SHA256 (nuget/system.text.regularexpressions.4.3.0.nupkg) = 54b0a4d43d6470ddb06c07b777461033f3ea0ac3c73aeaa5058d72776628f8ad
|
||||
SIZE (nuget/system.text.regularexpressions.4.3.0.nupkg) = 530523
|
||||
SHA256 (nuget/system.threading.4.0.11.nupkg) = 9a86f566fdea2d0850d7fc4e2d766662aa6788d50c09f9f4da7f1991a021a9a7
|
||||
SIZE (nuget/system.threading.4.0.11.nupkg) = 708036
|
||||
SHA256 (nuget/system.threading.4.3.0.nupkg) = 643437751e29cd5c266aa060e2169c65a55e9d0ff7c8017fb95ec15d95e38967
|
||||
SIZE (nuget/system.threading.4.3.0.nupkg) = 708088
|
||||
SHA256 (nuget/system.threading.channels.6.0.0.nupkg) = 9251989eccab8ef5da19eaa07e731ffdd4c030db5c1d8fb33385e1eafd897ee1
|
||||
SIZE (nuget/system.threading.channels.6.0.0.nupkg) = 181030
|
||||
SHA256 (nuget/system.threading.tasks.4.0.11.nupkg) = e522f1cc583575fe9b4e6dadd3dc5e234d706b9a90825a94c3024d9503c9215b
|
||||
SIZE (nuget/system.threading.tasks.4.0.11.nupkg) = 840020
|
||||
SHA256 (nuget/system.threading.tasks.4.3.0.nupkg) = 679ad77c9d445e9dc6df620a646899ea4a0c8d1bb49fc0b5346af0a5d21e9f8c
|
||||
SIZE (nuget/system.threading.tasks.4.3.0.nupkg) = 840017
|
||||
SHA256 (nuget/system.threading.tasks.dataflow.8.0.0.nupkg) = 43a7cfb4c3cd5b8f920ca09a6c9ccd4be770e01d383b177db071f9d396c5b50a
|
||||
SIZE (nuget/system.threading.tasks.dataflow.8.0.0.nupkg) = 621365
|
||||
SHA256 (nuget/system.threading.tasks.extensions.4.3.0.nupkg) = 5f6850e63f9fc5c9a79bcf0b7bf9126af8e218e9a472e98119364a04bbe8acf7
|
||||
SIZE (nuget/system.threading.tasks.extensions.4.3.0.nupkg) = 52499
|
||||
SHA256 (nuget/system.threading.tasks.parallel.4.0.1.nupkg) = e55c9167dec5ba0e2b78afdc43ac2c0ab2798c7e77686bb56b866428c66b9c84
|
||||
SIZE (nuget/system.threading.tasks.parallel.4.0.1.nupkg) = 176864
|
||||
SHA256 (nuget/system.threading.thread.4.0.0.nupkg) = ec4b5226e2aa716d74ec5600e4aa3d3455c45943c8ccd0ed95f29a415da9bdbf
|
||||
SIZE (nuget/system.threading.thread.4.0.0.nupkg) = 98848
|
||||
SHA256 (nuget/system.threading.threadpool.4.0.10.nupkg) = fdfa305a333fd196450b5470bb48b937bd6247157624e7778d0576267d30b939
|
||||
SIZE (nuget/system.threading.threadpool.4.0.10.nupkg) = 89891
|
||||
SHA256 (nuget/system.threading.timer.4.0.1.nupkg) = e6553acedd4ef490d23ebd8a007c38058832b079edd32c99acc35ae48223c596
|
||||
SIZE (nuget/system.threading.timer.4.0.1.nupkg) = 77056
|
||||
SHA256 (nuget/system.threading.timer.4.3.0.nupkg) = a6686c96685084fdf64d66c1ce82132d9e01a0e441a98936e4e59baeed38a7db
|
||||
SIZE (nuget/system.threading.timer.4.3.0.nupkg) = 77054
|
||||
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/taglibsharp.2.3.0.nupkg) = 3c3f5b55988f69e0bc84dc760feb8351fef4d5c09a322d88462e683d334dfbfc
|
||||
SIZE (nuget/taglibsharp.2.3.0.nupkg) = 1378355
|
||||
SHA256 (nuget/tmdblib.2.2.0.nupkg) = af8c95eedfdb8833915583f41a8e8a49298d215467e88b8543e3a4b7c18fbdb6
|
||||
SIZE (nuget/tmdblib.2.2.0.nupkg) = 552106
|
||||
SHA256 (nuget/utf.unknown.2.5.1.nupkg) = f43e93a8a48fb23cd2972d26b5419925bacd009edfb73f4b26358dc279d0333e
|
||||
SIZE (nuget/utf.unknown.2.5.1.nupkg) = 568673
|
||||
SHA256 (nuget/validation.2.4.18.nupkg) = 0722135528eca9582558f211699de2d4fddb1e1f3e381e815a00c0f1ff2a4c52
|
||||
SIZE (nuget/validation.2.4.18.nupkg) = 90984
|
||||
SHA256 (nuget/xunit.2.7.1.nupkg) = 71ff6f2d83c83af046894a147a9b7ed4d25fba1a5249d085412afaf9715d7ba1
|
||||
SIZE (nuget/xunit.2.7.1.nupkg) = 30524
|
||||
SHA256 (nuget/xunit.abstractions.2.0.3.nupkg) = d03d72fc2df8880448f7a81bddb00e1bcb5c18f323c7e7cc69b4cfa727469403
|
||||
SIZE (nuget/xunit.abstractions.2.0.3.nupkg) = 75155
|
||||
SHA256 (nuget/xunit.analyzers.1.12.0.nupkg) = 66a6cd4a190d7245ec653821b75665ce42727ddfdef283ed8d2303b09c2a1aea
|
||||
SIZE (nuget/xunit.analyzers.1.12.0.nupkg) = 886507
|
||||
SHA256 (nuget/xunit.assert.2.7.1.nupkg) = 462b27a44d28bfdf71cabc45cb021cb73cd59f1c176ff1c4a7d13474e02ae0db
|
||||
SIZE (nuget/xunit.assert.2.7.1.nupkg) = 235715
|
||||
SHA256 (nuget/xunit.core.2.7.1.nupkg) = dfec35319fd448852a41b9f2413e2872061f821a52a316b064ddc4e4486d27d3
|
||||
SIZE (nuget/xunit.core.2.7.1.nupkg) = 32417
|
||||
SHA256 (nuget/xunit.extensibility.core.2.7.1.nupkg) = e80506e1cf9c2acc30a11d91333fabac18e17642251a244dc5f2cf92a298f202
|
||||
SIZE (nuget/xunit.extensibility.core.2.7.1.nupkg) = 287806
|
||||
SHA256 (nuget/xunit.extensibility.execution.2.7.1.nupkg) = dcb11b7da27652efcf5905b834638d3ebe52c59c32dd28f9c8258eea0cbb20e9
|
||||
SIZE (nuget/xunit.extensibility.execution.2.7.1.nupkg) = 369523
|
||||
SHA256 (nuget/xunit.priority.1.1.6.nupkg) = a083fc9142ec60b529ceb18c9e464c08903b3dc176a843c95d596873869a4e46
|
||||
SIZE (nuget/xunit.priority.1.1.6.nupkg) = 28679
|
||||
SHA256 (nuget/xunit.runner.visualstudio.2.5.8.nupkg) = ef5117c5e477ca26530160959e3231f68e0b99ee8c558d38297721f6a6444d05
|
||||
SIZE (nuget/xunit.runner.visualstudio.2.5.8.nupkg) = 580504
|
||||
SHA256 (nuget/xunit.skippablefact.1.4.13.nupkg) = a4bb71d3fda84ca60ed58d5583793f1258b63961d3e6ea2b19d069dae5ef15fc
|
||||
SIZE (nuget/xunit.skippablefact.1.4.13.nupkg) = 46061
|
||||
SHA256 (nuget/zlib.net-mutliplatform.1.0.6.nupkg) = c6d78ec43496b4d6399c7acf443acc251f3495c13e4cc3a2490046df5eaf3ac1
|
||||
SIZE (nuget/zlib.net-mutliplatform.1.0.6.nupkg) = 269449
|
||||
SHA256 (jellyfin-jellyfin-v10.9.6_GH0.tar.gz) = 183a114598347a3a5faebba04b524161c4424450fca4435b46b294d8088404ae
|
||||
SIZE (jellyfin-jellyfin-v10.9.6_GH0.tar.gz) = 1555840
|
||||
SHA256 (jellyfin-jellyfin-web-v10.9.6_GH0.tar.gz) = 7095069abd46d692d9aaa6c9119ab84f177e13d34a719c25c37b769f98d13b46
|
||||
SIZE (jellyfin-jellyfin-web-v10.9.6_GH0.tar.gz) = 4444680
|
||||
|
|
0
multimedia/jellyfin/files/jellyfin.in
Executable file → Normal file
0
multimedia/jellyfin/files/jellyfin.in
Executable file → Normal file
39932
multimedia/jellyfin/files/packagejsons/package-lock.json
generated
Normal file
39932
multimedia/jellyfin/files/packagejsons/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
162
multimedia/jellyfin/files/packagejsons/package.json
Normal file
162
multimedia/jellyfin/files/packagejsons/package.json
Normal file
|
@ -0,0 +1,162 @@
|
|||
{
|
||||
"name": "jellyfin-web",
|
||||
"version": "10.9.6",
|
||||
"description": "Web interface for Jellyfin",
|
||||
"repository": "https://github.com/jellyfin/jellyfin-web",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.24.3",
|
||||
"@babel/plugin-proposal-class-properties": "7.18.6",
|
||||
"@babel/plugin-proposal-private-methods": "7.18.6",
|
||||
"@babel/plugin-transform-modules-umd": "7.24.1",
|
||||
"@babel/preset-env": "7.24.3",
|
||||
"@babel/preset-react": "7.24.1",
|
||||
"@types/escape-html": "1.0.4",
|
||||
"@types/loadable__component": "5.13.9",
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@types/markdown-it": "13.0.7",
|
||||
"@types/react": "17.0.79",
|
||||
"@types/react-dom": "17.0.25",
|
||||
"@types/sortablejs": "1.15.8",
|
||||
"@typescript-eslint/eslint-plugin": "5.62.0",
|
||||
"@typescript-eslint/parser": "5.62.0",
|
||||
"@uupaa/dynamic-import-polyfill": "1.0.2",
|
||||
"autoprefixer": "10.4.19",
|
||||
"babel-loader": "9.1.3",
|
||||
"babel-plugin-dynamic-import-polyfill": "1.0.0",
|
||||
"clean-webpack-plugin": "4.0.0",
|
||||
"confusing-browser-globals": "1.0.11",
|
||||
"copy-webpack-plugin": "12.0.2",
|
||||
"cross-env": "7.0.3",
|
||||
"css-loader": "6.10.0",
|
||||
"cssnano": "6.1.2",
|
||||
"es-check": "7.1.1",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-compat": "4.2.0",
|
||||
"eslint-plugin-eslint-comments": "3.2.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-jsx-a11y": "6.8.0",
|
||||
"eslint-plugin-react": "7.34.1",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-sonarjs": "0.24.0",
|
||||
"expose-loader": "4.1.0",
|
||||
"fork-ts-checker-webpack-plugin": "9.0.2",
|
||||
"html-loader": "4.2.0",
|
||||
"html-webpack-plugin": "5.6.0",
|
||||
"jsdom": "23.2.0",
|
||||
"mini-css-extract-plugin": "2.8.1",
|
||||
"postcss": "8.4.38",
|
||||
"postcss-loader": "7.3.4",
|
||||
"postcss-preset-env": "9.5.2",
|
||||
"postcss-scss": "4.0.9",
|
||||
"sass": "1.72.0",
|
||||
"sass-loader": "13.3.3",
|
||||
"source-map-loader": "4.0.2",
|
||||
"speed-measure-webpack-plugin": "1.5.0",
|
||||
"style-loader": "3.3.4",
|
||||
"stylelint": "15.11.0",
|
||||
"stylelint-config-rational-order": "0.1.2",
|
||||
"stylelint-no-browser-hacks": "1.3.0",
|
||||
"stylelint-order": "6.0.4",
|
||||
"stylelint-scss": "5.3.2",
|
||||
"ts-loader": "9.5.1",
|
||||
"typescript": "5.4.3",
|
||||
"vitest": "1.4.0",
|
||||
"webpack": "5.91.0",
|
||||
"webpack-bundle-analyzer": "4.10.1",
|
||||
"webpack-cli": "5.1.4",
|
||||
"webpack-dev-server": "4.15.2",
|
||||
"webpack-merge": "5.10.0",
|
||||
"worker-loader": "3.0.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "11.11.4",
|
||||
"@emotion/styled": "11.11.0",
|
||||
"@fontsource/noto-sans": "5.0.21",
|
||||
"@fontsource/noto-sans-hk": "5.0.18",
|
||||
"@fontsource/noto-sans-jp": "5.0.18",
|
||||
"@fontsource/noto-sans-kr": "5.0.18",
|
||||
"@fontsource/noto-sans-sc": "5.0.18",
|
||||
"@fontsource/noto-sans-tc": "5.0.18",
|
||||
"@jellyfin/libass-wasm": "4.2.1",
|
||||
"@jellyfin/sdk": "0.9.0",
|
||||
"@loadable/component": "5.16.3",
|
||||
"@mui/icons-material": "5.15.11",
|
||||
"@mui/material": "5.15.11",
|
||||
"@mui/x-data-grid": "6.19.5",
|
||||
"@react-hook/resize-observer": "1.2.6",
|
||||
"@tanstack/react-query": "4.36.1",
|
||||
"@tanstack/react-query-devtools": "4.36.1",
|
||||
"@types/react-lazy-load-image-component": "1.6.3",
|
||||
"abortcontroller-polyfill": "1.7.5",
|
||||
"blurhash": "2.0.5",
|
||||
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
|
||||
"classnames": "2.5.1",
|
||||
"core-js": "3.36.1",
|
||||
"date-fns": "2.30.0",
|
||||
"dompurify": "3.0.1",
|
||||
"epubjs": "0.3.93",
|
||||
"escape-html": "1.0.3",
|
||||
"fast-text-encoding": "1.0.6",
|
||||
"flv.js": "1.6.2",
|
||||
"headroom.js": "0.12.0",
|
||||
"history": "5.3.0",
|
||||
"hls.js": "1.5.7",
|
||||
"intersection-observer": "0.12.2",
|
||||
"jellyfin-apiclient": "1.11.0",
|
||||
"jquery": "3.7.1",
|
||||
"jstree": "3.3.16",
|
||||
"libarchive.js": "1.3.0",
|
||||
"lodash-es": "4.17.21",
|
||||
"markdown-it": "14.1.0",
|
||||
"material-design-icons-iconfont": "6.7.0",
|
||||
"native-promise-only": "0.8.1",
|
||||
"pdfjs-dist": "3.11.174",
|
||||
"react": "17.0.2",
|
||||
"react-blurhash": "0.3.0",
|
||||
"react-dom": "17.0.2",
|
||||
"react-lazy-load-image-component": "1.6.0",
|
||||
"react-router-dom": "6.22.3",
|
||||
"resize-observer-polyfill": "1.5.1",
|
||||
"screenfull": "6.0.2",
|
||||
"sortablejs": "1.15.2",
|
||||
"swiper": "11.0.7",
|
||||
"usehooks-ts": "2.16.0",
|
||||
"webcomponents.js": "0.7.24",
|
||||
"whatwg-fetch": "3.6.20"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 2 Firefox versions",
|
||||
"last 2 Chrome versions",
|
||||
"last 2 ChromeAndroid versions",
|
||||
"last 2 Safari versions",
|
||||
"iOS > 10",
|
||||
"last 2 Edge versions",
|
||||
"Chrome 27",
|
||||
"Chrome 38",
|
||||
"Chrome 47",
|
||||
"Chrome 53",
|
||||
"Chrome 56",
|
||||
"Chrome 63",
|
||||
"Edge 18",
|
||||
"Firefox ESR"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "npm run serve",
|
||||
"serve": "webpack serve --config webpack.dev.js",
|
||||
"build:analyze": "cross-env NODE_ENV=\"production\" webpack --config webpack.analyze.js",
|
||||
"build:development": "webpack --config webpack.dev.js",
|
||||
"build:production": "cross-env NODE_ENV=\"production\" webpack --config webpack.prod.js",
|
||||
"build:check": "tsc --noEmit",
|
||||
"escheck": "es-check",
|
||||
"lint": "eslint \"./\"",
|
||||
"test": "vitest --watch=false --config vite.config.ts",
|
||||
"test:watch": "vitest --config vite.config.ts",
|
||||
"stylelint": "stylelint \"src/**/*.{css,scss}\""
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0",
|
||||
"npm": ">=9.6.4",
|
||||
"yarn": "YARN NO LONGER USED - use npm instead."
|
||||
}
|
||||
}
|
|
@ -0,0 +1,111 @@
|
|||
--- MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs.orig 2024-05-17 20:09:34 UTC
|
||||
+++ MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
|
||||
@@ -886,7 +886,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
private string GetQsvDeviceArgs(string alias)
|
||||
{
|
||||
var arg = " -init_hw_device qsv=" + (alias ?? QsvAlias);
|
||||
- if (OperatingSystem.IsLinux())
|
||||
+ if (OperatingSystem.IsLinux() || OperatingSystem.IsFreeBSD())
|
||||
{
|
||||
// derive qsv from vaapi device
|
||||
return GetVaapiDeviceArgs(null, "iHD", "i915", null, VaapiAlias) + arg + "@" + VaapiAlias;
|
||||
@@ -957,6 +957,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
var args = new StringBuilder();
|
||||
var isWindows = OperatingSystem.IsWindows();
|
||||
var isLinux = OperatingSystem.IsLinux();
|
||||
+ var isFreeBSD = OperatingSystem.IsFreeBSD();
|
||||
var isMacOS = OperatingSystem.IsMacOS();
|
||||
var optHwaccelType = options.HardwareAccelerationType;
|
||||
var vidDecoder = GetHardwareVideoDecoder(state, options) ?? string.Empty;
|
||||
@@ -964,7 +965,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
|
||||
if (string.Equals(optHwaccelType, "vaapi", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
- if (!isLinux || !_mediaEncoder.SupportsHwaccel("vaapi"))
|
||||
+ if ((!isLinux && !isFreeBSD) || !_mediaEncoder.SupportsHwaccel("vaapi"))
|
||||
{
|
||||
return string.Empty;
|
||||
}
|
||||
@@ -1037,7 +1038,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
}
|
||||
else if (string.Equals(optHwaccelType, "qsv", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
- if ((!isLinux && !isWindows) || !_mediaEncoder.SupportsHwaccel("qsv"))
|
||||
+ if ((!isLinux && !isWindows && !isFreeBSD) || !_mediaEncoder.SupportsHwaccel("qsv"))
|
||||
{
|
||||
return string.Empty;
|
||||
}
|
||||
@@ -3967,6 +3968,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
|
||||
var isWindows = OperatingSystem.IsWindows();
|
||||
var isLinux = OperatingSystem.IsLinux();
|
||||
+ var isFreeBSD = OperatingSystem.IsFreeBSD();
|
||||
var vidDecoder = GetHardwareVideoDecoder(state, options) ?? string.Empty;
|
||||
var isSwDecoder = string.IsNullOrEmpty(vidDecoder);
|
||||
var isSwEncoder = !vidEncoder.Contains("qsv", StringComparison.OrdinalIgnoreCase);
|
||||
@@ -3974,7 +3976,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
var isIntelDx11OclSupported = isWindows
|
||||
&& _mediaEncoder.SupportsHwaccel("d3d11va")
|
||||
&& isQsvOclSupported;
|
||||
- var isIntelVaapiOclSupported = isLinux
|
||||
+ var isIntelVaapiOclSupported = (isLinux || isFreeBSD)
|
||||
&& IsVaapiSupported(state)
|
||||
&& isQsvOclSupported;
|
||||
|
||||
@@ -4435,10 +4437,11 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
}
|
||||
|
||||
var isLinux = OperatingSystem.IsLinux();
|
||||
+ var isFreeBSD = OperatingSystem.IsFreeBSD();
|
||||
var vidDecoder = GetHardwareVideoDecoder(state, options) ?? string.Empty;
|
||||
var isSwDecoder = string.IsNullOrEmpty(vidDecoder);
|
||||
var isSwEncoder = !vidEncoder.Contains("vaapi", StringComparison.OrdinalIgnoreCase);
|
||||
- var isVaapiFullSupported = isLinux && IsVaapiSupported(state) && IsVaapiFullSupported();
|
||||
+ var isVaapiFullSupported = (isLinux || isFreeBSD) && IsVaapiSupported(state) && IsVaapiFullSupported();
|
||||
var isVaapiOclSupported = isVaapiFullSupported && IsOpenclFullSupported();
|
||||
var isVaapiVkSupported = isVaapiFullSupported && IsVulkanFullSupported();
|
||||
|
||||
@@ -5821,11 +5824,12 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
{
|
||||
var isWindows = OperatingSystem.IsWindows();
|
||||
var isLinux = OperatingSystem.IsLinux();
|
||||
+ var isFreeBSD = OperatingSystem.IsFreeBSD();
|
||||
var isMacOS = OperatingSystem.IsMacOS();
|
||||
var isD3d11Supported = isWindows && _mediaEncoder.SupportsHwaccel("d3d11va");
|
||||
- var isVaapiSupported = isLinux && IsVaapiSupported(state);
|
||||
+ var isVaapiSupported = (isLinux || isFreeBSD) && IsVaapiSupported(state);
|
||||
var isCudaSupported = (isLinux || isWindows) && IsCudaFullSupported();
|
||||
- var isQsvSupported = (isLinux || isWindows) && _mediaEncoder.SupportsHwaccel("qsv");
|
||||
+ var isQsvSupported = (isLinux || isWindows || isFreeBSD) && _mediaEncoder.SupportsHwaccel("qsv");
|
||||
var isVideotoolboxSupported = isMacOS && _mediaEncoder.SupportsHwaccel("videotoolbox");
|
||||
var isRkmppSupported = isLinux && IsRkmppFullSupported();
|
||||
var isCodecAvailable = options.HardwareDecodingCodecs.Contains(videoCodec, StringComparison.OrdinalIgnoreCase);
|
||||
@@ -5945,8 +5949,9 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
{
|
||||
var isWindows = OperatingSystem.IsWindows();
|
||||
var isLinux = OperatingSystem.IsLinux();
|
||||
+ var isFreeBSD = OperatingSystem.IsFreeBSD();
|
||||
|
||||
- if ((!isWindows && !isLinux)
|
||||
+ if ((!isWindows && !isLinux && !isFreeBSD)
|
||||
|| !string.Equals(options.HardwareAccelerationType, "qsv", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return null;
|
||||
@@ -5956,7 +5961,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
var isIntelDx11OclSupported = isWindows
|
||||
&& _mediaEncoder.SupportsHwaccel("d3d11va")
|
||||
&& isQsvOclSupported;
|
||||
- var isIntelVaapiOclSupported = isLinux
|
||||
+ var isIntelVaapiOclSupported = (isLinux || isFreeBSD)
|
||||
&& IsVaapiSupported(state)
|
||||
&& isQsvOclSupported;
|
||||
var hwSurface = (isIntelDx11OclSupported || isIntelVaapiOclSupported)
|
||||
@@ -6136,7 +6141,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
|
||||
public string GetVaapiVidDecoder(EncodingJobInfo state, EncodingOptions options, MediaStream videoStream, int bitDepth)
|
||||
{
|
||||
- if (!OperatingSystem.IsLinux()
|
||||
+ if ((!OperatingSystem.IsLinux() && !OperatingSystem.IsFreeBSD())
|
||||
|| !string.Equals(options.HardwareAccelerationType, "vaapi", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return null;
|
|
@ -0,0 +1,20 @@
|
|||
--- MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs.orig 2024-05-17 20:09:34 UTC
|
||||
+++ MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs
|
||||
@@ -371,7 +371,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
|
||||
public bool CheckVaapiDeviceByDriverName(string driverName, string renderNodePath)
|
||||
{
|
||||
- if (!OperatingSystem.IsLinux())
|
||||
+ if (!OperatingSystem.IsLinux() && !OperatingSystem.IsFreeBSD())
|
||||
{
|
||||
return false;
|
||||
}
|
||||
@@ -395,7 +395,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
|
||||
public bool CheckVulkanDrmDeviceByExtensionName(string renderNodePath, string[] vulkanExtensions)
|
||||
{
|
||||
- if (!OperatingSystem.IsLinux())
|
||||
+ if (!OperatingSystem.IsLinux() && !OperatingSystem.IsFreeBSD())
|
||||
{
|
||||
return false;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
--- MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs.orig 2024-05-17 20:09:34 UTC
|
||||
+++ MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
|
||||
@@ -198,7 +198,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
_isPkeyPauseSupported = validator.CheckSupportedRuntimeKey("p pause transcoding");
|
||||
|
||||
// Check the Vaapi device vendor
|
||||
- if (OperatingSystem.IsLinux()
|
||||
+ if ((OperatingSystem.IsLinux() || OperatingSystem.IsFreeBSD())
|
||||
&& SupportsHwaccel("vaapi")
|
||||
&& !string.IsNullOrEmpty(options.VaapiDevice)
|
||||
&& string.Equals(options.HardwareAccelerationType, "vaapi", StringComparison.OrdinalIgnoreCase))
|
13
multimedia/jellyfin/files/patch-nuget.config
Normal file
13
multimedia/jellyfin/files/patch-nuget.config
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- nuget.config.orig 2024-05-17 20:09:34 UTC
|
||||
+++ nuget.config
|
||||
@@ -3,6 +3,7 @@
|
||||
<packageSources>
|
||||
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
||||
<clear />
|
||||
- <add key="nuget" value="https://api.nuget.org/v3/index.json" />
|
||||
+ <add key="FreeBSD runtime" value="%%LOCALBASE%%/dotnet/packs" />
|
||||
+ <add key="portbld" value="%%DISTDIR%%/nuget" />
|
||||
</packageSources>
|
||||
-</configuration>
|
||||
\ No newline at end of file
|
||||
+</configuration>
|
0
multimedia/jellyfin/files/pkg-message.in
Executable file → Normal file
0
multimedia/jellyfin/files/pkg-message.in
Executable file → Normal file
30
multimedia/jellyfin/nuget.mk
Normal file
30
multimedia/jellyfin/nuget.mk
Normal file
|
@ -0,0 +1,30 @@
|
|||
#Macro from pwsh port
|
||||
NUGET_DISTSUBDIR?= nuget
|
||||
EXTRACT_ONLY?= ${_DISTFILES:N${_NUPKG_PREFIX}*.nupkg}
|
||||
NUGET_GROUPS?= NUGET
|
||||
|
||||
NUGET_GROUP_NUGET= NUGET
|
||||
|
||||
NUGET_NUGET_BASEURL= https://api.nuget.org/v3-flatcontainer/
|
||||
NUGET_NUGET_PKGPATH= %%LCNAME%%/%%LCVERSION%%/%%NUPKG%%
|
||||
|
||||
_NUPKG_PREFIX= ${NUGET_DISTSUBDIR:C/.+/&\//}
|
||||
_NUGET_MKDIR= ${NUGET_DISTSUBDIR:C/.+/${MKDIR} ${DISTDIR}\/& \&\&/}
|
||||
_NUGET_FULL= ${NUGET_GROUPS:@g@${NUGET_GROUP_${g}:@r@\
|
||||
${NUPKG_${g}:@p@${r}:${p}@}@}@}
|
||||
|
||||
_NUGET_FETCH= ${_NUGET_MKDIR}cd ${DISTDIR}/${NUGET_DISTSUBDIR} && \
|
||||
${_NUGET_FULL:@s@${v::=${s:S/:/ /g}}\
|
||||
${n::=${v:[2]:tl}.${v:[3]:tl}.nupkg}\
|
||||
${p::=${NUGET_${v:[1]}_BASEURL}${NUGET_${v:[1]}_PKGPATH}}\
|
||||
${p::=${p:S/%%LCNAME%%/${v:[2]:tl}/g}}\
|
||||
${p::=${p:S/%%LCVERSION%%/${v:[3]:tl}/g}}\
|
||||
${p::=${p:S/%%NAME%%/${v:[2]}/g}}\
|
||||
${p::=${p:S/%%VERSION%%/${v:[3]}/g}}\
|
||||
${p::=${p:S/%%NUPKG%%/${n}/g}}\
|
||||
test -f ${n} || ${FETCH_CMD} -o ${n} "${p}";@}
|
||||
|
||||
DISTFILES+= ${NUGET_GROUPS:@g@${NUPKG_${g}:tl:@p@\
|
||||
${_NUPKG_PREFIX}${p:S/:/./}.nupkg@}@:O:u}
|
||||
|
||||
|
|
@ -597,6 +597,8 @@ jellyfin/jellyfin-web/1761ff70438ffa849287.woff2
|
|||
jellyfin/jellyfin-web/17864.816e0e6eafe183c89338.chunk.js
|
||||
jellyfin/jellyfin-web/17cb3a33fbcec1c1240c.woff2
|
||||
jellyfin/jellyfin-web/17e11e78e5e8a4b1be78.woff2
|
||||
jellyfin/jellyfin-web/18084.239da02d76e26fda517e.chunk.js
|
||||
jellyfin/jellyfin-web/18084.css
|
||||
jellyfin/jellyfin-web/180e102b802ac3fd8073.woff2
|
||||
jellyfin/jellyfin-web/1824df935981dd972b39.woff2
|
||||
jellyfin/jellyfin-web/182642c1d264e7157990.woff2
|
||||
|
@ -866,8 +868,8 @@ jellyfin/jellyfin-web/34f1c34a97c6070975a5.woff2
|
|||
jellyfin/jellyfin-web/35090.29e7d34960b24abbef8c.chunk.js
|
||||
jellyfin/jellyfin-web/35172.65c2ac8a6faff39eb137.chunk.js
|
||||
jellyfin/jellyfin-web/352a45654081fb3b226c.woff2
|
||||
jellyfin/jellyfin-web/35308.052a97152d18a257a49f.chunk.js
|
||||
jellyfin/jellyfin-web/35308.css
|
||||
jellyfin/jellyfin-web/35308.f26cbc1f99e292e94656.chunk.js
|
||||
jellyfin/jellyfin-web/3530a0de249eba06d94e.woff2
|
||||
jellyfin/jellyfin-web/353b5f2e3623c0e0bdab.woff2
|
||||
jellyfin/jellyfin-web/353bee973737e5e9ba0b.woff2
|
||||
|
@ -1197,8 +1199,9 @@ jellyfin/jellyfin-web/5740ab63a0354c432fe8.woff2
|
|||
jellyfin/jellyfin-web/57506.css
|
||||
jellyfin/jellyfin-web/57663.4a0a3cf21647184072e4.chunk.js
|
||||
jellyfin/jellyfin-web/57688.2df46f8e609e152c9b12.chunk.js
|
||||
jellyfin/jellyfin-web/57965.981f76c0ccd6c1fab892.chunk.js
|
||||
jellyfin/jellyfin-web/57989.29c408085c4b804bb9ab.chunk.js
|
||||
jellyfin/jellyfin-web/57949.76df63451096cb929ab8.chunk.js
|
||||
jellyfin/jellyfin-web/57965.aebfb5c8f556817d9a21.chunk.js
|
||||
jellyfin/jellyfin-web/57989.0a3412ae9be59ae14790.chunk.js
|
||||
jellyfin/jellyfin-web/57989.css
|
||||
jellyfin/jellyfin-web/57a5de6cb3e21c898ca0.woff2
|
||||
jellyfin/jellyfin-web/57eba5e385c201e90ba4.woff2
|
||||
|
@ -1287,7 +1290,7 @@ jellyfin/jellyfin-web/6157.755414f6246906e96f94.chunk.js
|
|||
jellyfin/jellyfin-web/61695.c06722de7b40dc449078.chunk.js
|
||||
jellyfin/jellyfin-web/6171fbbbf67ea073d45d.woff2
|
||||
jellyfin/jellyfin-web/61745.a12f9b94b300c874c5fb.chunk.js
|
||||
jellyfin/jellyfin-web/61772.ea4b6fda2103db43d817.chunk.js
|
||||
jellyfin/jellyfin-web/61772.bd4512470a08a1fdd924.chunk.js
|
||||
jellyfin/jellyfin-web/61910.748f3fcbbfd9d6e6208e.chunk.js
|
||||
jellyfin/jellyfin-web/61910.748f3fcbbfd9d6e6208e.chunk.js.LICENSE.txt
|
||||
jellyfin/jellyfin-web/61910.css
|
||||
|
@ -1345,8 +1348,6 @@ jellyfin/jellyfin-web/65920.e0ba04c02bf1d9c21e11.chunk.js
|
|||
jellyfin/jellyfin-web/66036eeef2e6d391caff.woff2
|
||||
jellyfin/jellyfin-web/6609412e568267df4e74.woff2
|
||||
jellyfin/jellyfin-web/66124.c6b65153a8e09489b89c.chunk.js
|
||||
jellyfin/jellyfin-web/66161.7a633fb7b947bf426a30.chunk.js
|
||||
jellyfin/jellyfin-web/66161.css
|
||||
jellyfin/jellyfin-web/661b975f785f35407327.woff2
|
||||
jellyfin/jellyfin-web/66429.46d365b88e6331aabe7b.chunk.js
|
||||
jellyfin/jellyfin-web/6643d7c561fe7bfcfba8.woff2
|
||||
|
@ -1424,7 +1425,7 @@ jellyfin/jellyfin-web/6fb7986d210a1e088370.woff2
|
|||
jellyfin/jellyfin-web/6fcdfa554d6bd6088fb1.woff2
|
||||
jellyfin/jellyfin-web/6fcf3734949b5ddb572a.woff2
|
||||
jellyfin/jellyfin-web/7006.0e66e010907144fcddd5.chunk.js
|
||||
jellyfin/jellyfin-web/70179.41a5303ffde1beb038a6.chunk.js
|
||||
jellyfin/jellyfin-web/70179.1d01ad9731b58acf2a71.chunk.js
|
||||
jellyfin/jellyfin-web/70242.50f1516209af161ccd2c.chunk.js
|
||||
jellyfin/jellyfin-web/7029362e008da676db5a.woff2
|
||||
jellyfin/jellyfin-web/70356.4afc14f00101664cf3c5.chunk.js
|
||||
|
@ -1469,8 +1470,8 @@ jellyfin/jellyfin-web/72681.f15a67ef9573eeb941c7.chunk.js
|
|||
jellyfin/jellyfin-web/72757e1d18e0fa497986.woff2
|
||||
jellyfin/jellyfin-web/73041.23668e6acc571aa4cc8e.chunk.js
|
||||
jellyfin/jellyfin-web/73073.806c392db1d39e7d95ce.chunk.js
|
||||
jellyfin/jellyfin-web/73233.bce0f70761dae6c47906.chunk.js
|
||||
jellyfin/jellyfin-web/73233.bce0f70761dae6c47906.chunk.js.LICENSE.txt
|
||||
jellyfin/jellyfin-web/73233.4d2a29454aacb263d3bf.chunk.js
|
||||
jellyfin/jellyfin-web/73233.4d2a29454aacb263d3bf.chunk.js.LICENSE.txt
|
||||
jellyfin/jellyfin-web/7342add5cf2584768f39.woff2
|
||||
jellyfin/jellyfin-web/73557.abd19ba36decdede4b55.chunk.js
|
||||
jellyfin/jellyfin-web/73653.8004f6663de665b68f13.chunk.js
|
||||
|
@ -1548,7 +1549,7 @@ jellyfin/jellyfin-web/79689.9966294cf3023e27ad8e.chunk.js
|
|||
jellyfin/jellyfin-web/79689.css
|
||||
jellyfin/jellyfin-web/79718.css
|
||||
jellyfin/jellyfin-web/79870.e1aa0430dd129e2e3fb7.chunk.js
|
||||
jellyfin/jellyfin-web/79883.e4ea62be83d2d022dc56.chunk.js
|
||||
jellyfin/jellyfin-web/79883.07ab24ac771dd1515c67.chunk.js
|
||||
jellyfin/jellyfin-web/7a1542d231ba61833416.woff2
|
||||
jellyfin/jellyfin-web/7a54230b35618763e901.woff2
|
||||
jellyfin/jellyfin-web/7a98199876448e42f762.woff2
|
||||
|
@ -1926,7 +1927,7 @@ jellyfin/jellyfin-web/abe872a06f29dc88808e.woff2
|
|||
jellyfin/jellyfin-web/ac28acdb2eb54b035c4e.woff2
|
||||
jellyfin/jellyfin-web/ac8fedc5ab0769ed78ab.woff2
|
||||
jellyfin/jellyfin-web/acbe0b4ba251a4521c29.woff2
|
||||
jellyfin/jellyfin-web/activity.1c75868df3834479b790.chunk.js
|
||||
jellyfin/jellyfin-web/activity.62ec82ac8701cfdde45f.chunk.js
|
||||
jellyfin/jellyfin-web/ad06b49a79d0a7ff7241.woff2
|
||||
jellyfin/jellyfin-web/adb3e5a2440cba7aa4ed.woff2
|
||||
jellyfin/jellyfin-web/adb447e9130ac8b428f8.woff2
|
||||
|
@ -2221,8 +2222,8 @@ jellyfin/jellyfin-web/dashboard-apikeys.897d730173d6474b2760.chunk.js
|
|||
jellyfin/jellyfin-web/dashboard-dashboard-html.1cc5e3ccaea4ffd9100b.chunk.js
|
||||
jellyfin/jellyfin-web/dashboard-dashboard-scss.c6f88c4460b9eb0e96d8.chunk.js
|
||||
jellyfin/jellyfin-web/dashboard-dashboard-scss.css
|
||||
jellyfin/jellyfin-web/dashboard-dashboard.a2857bd1750b5b33db7f.chunk.js
|
||||
jellyfin/jellyfin-web/dashboard-dashboard.a2857bd1750b5b33db7f.chunk.js.LICENSE.txt
|
||||
jellyfin/jellyfin-web/dashboard-dashboard.717ea20f5488878c23d3.chunk.js
|
||||
jellyfin/jellyfin-web/dashboard-dashboard.717ea20f5488878c23d3.chunk.js.LICENSE.txt
|
||||
jellyfin/jellyfin-web/dashboard-dashboard.css
|
||||
jellyfin/jellyfin-web/dashboard-devices-device-html.6958395090993bb794a8.chunk.js
|
||||
jellyfin/jellyfin-web/dashboard-devices-device.67b578a2309d82328331.chunk.js
|
||||
|
@ -2353,7 +2354,7 @@ jellyfin/jellyfin-web/efc376e3e87e9684cf4e.woff2
|
|||
jellyfin/jellyfin-web/efe801fcd02f7cac8e33.woff2
|
||||
jellyfin/jellyfin-web/el-json.fc9eb5e95011968a4ef9.chunk.js
|
||||
jellyfin/jellyfin-web/en-gb-json.82ed95f640b0538b2c75.chunk.js
|
||||
jellyfin/jellyfin-web/en-us-json.aed814678aaadfab3be8.chunk.js
|
||||
jellyfin/jellyfin-web/en-us-json.72295a24638e8a565dda.chunk.js
|
||||
jellyfin/jellyfin-web/eo-json.8bf85b28fb943743b9a2.chunk.js
|
||||
jellyfin/jellyfin-web/es-ar-json.b54c11410a8a0ff82f82.chunk.js
|
||||
jellyfin/jellyfin-web/es-json.f39f4527955eb687b2e2.chunk.js
|
||||
|
@ -2555,9 +2556,9 @@ jellyfin/jellyfin-web/mg-json.963c9aa02ad60a2f48e6.chunk.js
|
|||
jellyfin/jellyfin-web/mk-json.b4d66453283100586558.chunk.js
|
||||
jellyfin/jellyfin-web/ml-json.46174767d9475bc71eb0.chunk.js
|
||||
jellyfin/jellyfin-web/mn-json.fcca43bc41c2d46ccd2a.chunk.js
|
||||
jellyfin/jellyfin-web/movies-moviecollections.4c845bbb1ec611fae2c4.chunk.js
|
||||
jellyfin/jellyfin-web/movies-moviecollections.4c845bbb1ec611fae2c4.chunk.js.LICENSE.txt
|
||||
jellyfin/jellyfin-web/movies-moviecollections.css
|
||||
jellyfin/jellyfin-web/movies-moviecollections.ff1c945c5b87b72264ee.chunk.js
|
||||
jellyfin/jellyfin-web/movies-moviecollections.ff1c945c5b87b72264ee.chunk.js.LICENSE.txt
|
||||
jellyfin/jellyfin-web/movies-moviegenres.css
|
||||
jellyfin/jellyfin-web/movies-moviegenres.d8d491287479b136b3af.chunk.js
|
||||
jellyfin/jellyfin-web/movies-moviegenres.d8d491287479b136b3af.chunk.js.LICENSE.txt
|
||||
|
@ -2686,12 +2687,12 @@ jellyfin/jellyfin-web/photoPlayer-plugin.04319ac45beaf96b0e64.chunk.js
|
|||
jellyfin/jellyfin-web/pl-json.e051b04886f158bfd946.chunk.js
|
||||
jellyfin/jellyfin-web/playAccessValidation-plugin.72e988f8da43b6452d56.chunk.js
|
||||
jellyfin/jellyfin-web/playback-queue-index-html.44a444c26179cbc1ee51.chunk.js
|
||||
jellyfin/jellyfin-web/playback-queue.59b9ef2de9c372cefc52.chunk.js
|
||||
jellyfin/jellyfin-web/playback-queue.59b9ef2de9c372cefc52.chunk.js.LICENSE.txt
|
||||
jellyfin/jellyfin-web/playback-queue.css
|
||||
jellyfin/jellyfin-web/playback-queue.e915c78691699b34db7d.chunk.js
|
||||
jellyfin/jellyfin-web/playback-queue.e915c78691699b34db7d.chunk.js.LICENSE.txt
|
||||
jellyfin/jellyfin-web/playback-trickplay.f3b10364c50045fecddd.chunk.js
|
||||
jellyfin/jellyfin-web/playback-video-index-html.e2066c044cbb03d1d7f2.chunk.js
|
||||
jellyfin/jellyfin-web/playback-video.7265567fbee96eeab2ec.chunk.js
|
||||
jellyfin/jellyfin-web/playback-video.4c5c128439b53dd6fae9.chunk.js
|
||||
jellyfin/jellyfin-web/playback-video.css
|
||||
jellyfin/jellyfin-web/pr-json.ebd2934674c4ff6f095b.chunk.js
|
||||
jellyfin/jellyfin-web/pt-br-json.71ead2e7390b7ea1a7ed.chunk.js
|
||||
|
@ -2708,8 +2709,8 @@ jellyfin/jellyfin-web/routes.css
|
|||
jellyfin/jellyfin-web/ru-json.362d85665f7e9b7bd42f.chunk.js
|
||||
jellyfin/jellyfin-web/runtime.bundle.js
|
||||
jellyfin/jellyfin-web/search.css
|
||||
jellyfin/jellyfin-web/search.eecf9741f0f371b75924.chunk.js
|
||||
jellyfin/jellyfin-web/search.eecf9741f0f371b75924.chunk.js.LICENSE.txt
|
||||
jellyfin/jellyfin-web/search.f4ba51fb960680a69a73.chunk.js
|
||||
jellyfin/jellyfin-web/search.f4ba51fb960680a69a73.chunk.js.LICENSE.txt
|
||||
jellyfin/jellyfin-web/serviceworker.js
|
||||
jellyfin/jellyfin-web/session-addServer-index-html.f7af069cf025b73b94b7.chunk.js
|
||||
jellyfin/jellyfin-web/session-addServer.c8eadfb6c91c8fcfa1a8.chunk.js
|
||||
|
@ -2836,7 +2837,7 @@ jellyfin/jellyfin-web/user-playback-index-html.790048974d41c90271a2.chunk.js
|
|||
jellyfin/jellyfin-web/user-playback.css
|
||||
jellyfin/jellyfin-web/user-playback.d0eeb5d9d46af5b061fe.chunk.js
|
||||
jellyfin/jellyfin-web/user-subtitles-index-html.514ead6fd3cfc3016648.chunk.js
|
||||
jellyfin/jellyfin-web/user-subtitles.72fd080d2d57f46e5d14.chunk.js
|
||||
jellyfin/jellyfin-web/user-subtitles.1d5461b4cb49de160f66.chunk.js
|
||||
jellyfin/jellyfin-web/user-subtitles.css
|
||||
jellyfin/jellyfin-web/user-userprofile.4e681d0e8676509d4626.chunk.js
|
||||
jellyfin/jellyfin-web/user-userprofile.css
|
||||
|
|
Loading…
Add table
Reference in a new issue