Skip to content

Commit 6a86cee

Browse files
author
JPVenson
committed
Fixed ffmpeg hashes
1 parent 423df70 commit 6a86cee

File tree

4 files changed

+2285
-12
lines changed

4 files changed

+2285
-12
lines changed

Jellyfin.HardwareVisualizer/Server/Database/Configuration/FfmpegVersionConfig.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ public void Configure(EntityTypeBuilder<FfmpegVersion> modelBuilder)
4242
PlatformId = new Guid("8D58B84B-73DC-4275-985D-123ABE886818"),
4343
Source =
4444
"https://repo.jellyfin.org/files/ffmpeg/linux/7.x/7.0.2-3/amd64/jellyfin-ffmpeg_7.0.2-3_portable_linux64-gpl.tar.xz",
45-
Version = "6.0.1-7",
46-
HashSha256 = "BA4D7B028C5C6B61813CF92AB1B05376AE545E29C5EC65373FED4E93A45CC160",
47-
HashMd5 = "369BE12F07E0A61739CFBD4E57AA2AB6",
45+
Version = "7.0.2-3",
46+
HashSha256 = "C737508DCE127A871EAE0D7537181CEAC6C39D3086348B8E2B100251FAD2071D",
47+
HashMd5 = "2BCE8782024607AE0104B8C6DA6F0636",
4848
VersionGroup = FfmpegVersionConfig.GenericLinuxVersionGroup,
4949
},
5050
new FfmpegVersion()
@@ -53,9 +53,9 @@ public void Configure(EntityTypeBuilder<FfmpegVersion> modelBuilder)
5353
PlatformId = new Guid("3657b420-2f2a-4940-8ed3-ee70b9b3720d"),
5454
Source =
5555
"https://repo.jellyfin.org/files/ffmpeg/linux/7.x/7.0.2-3/amd64/jellyfin-ffmpeg_7.0.2-3_portable_linux64-gpl.tar.xz",
56-
Version = "6.0.1-7",
57-
HashSha256 = "BA4D7B028C5C6B61813CF92AB1B05376AE545E29C5EC65373FED4E93A45CC160",
58-
HashMd5 = "369BE12F07E0A61739CFBD4E57AA2AB6",
56+
Version = "7.0.2-3",
57+
HashSha256 = "C737508DCE127A871EAE0D7537181CEAC6C39D3086348B8E2B100251FAD2071D",
58+
HashMd5 = "2BCE8782024607AE0104B8C6DA6F0636",
5959
VersionGroup = FfmpegVersionConfig.GenericLinuxVersionGroup,
6060
},
6161
new FfmpegVersion()

0 commit comments

Comments
 (0)