Skip to content

Commit 3d68360

Browse files
author
JPVenson
committed
Fix FFMPEG file hash for linux
1 parent d634a77 commit 3d68360

File tree

4 files changed

+4300
-161
lines changed

4 files changed

+4300
-161
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public void Configure(EntityTypeBuilder<FfmpegVersion> modelBuilder)
4343
Source =
4444
"https://repo.jellyfin.org/files/ffmpeg/linux/6.x/6.0.1-7/amd64/jellyfin-ffmpeg_6.0.1-7_portable_linux64-gpl.tar.xz",
4545
Version = "6.0.1-7",
46-
HashSha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
47-
HashMd5 = "d41d8cd98f00b204e9800998ecf8427e",
46+
HashSha256 = "FA960A6A36CFF9FB9DF215DED55B57A1AC3285147849EF6BE1D8EA63552FFC17",
47+
HashMd5 = "61493050969F95E4D069BA01833834ED",
4848
VersionGroup = FfmpegVersionConfig.GenericLinuxVersionGroup,
4949
},
5050
new FfmpegVersion()
@@ -54,8 +54,8 @@ public void Configure(EntityTypeBuilder<FfmpegVersion> modelBuilder)
5454
Source =
5555
"https://repo.jellyfin.org/files/ffmpeg/linux/6.x/6.0.1-7/amd64/jellyfin-ffmpeg_6.0.1-7_portable_linux64-gpl.tar.xz",
5656
Version = "6.0.1-7",
57-
HashSha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
58-
HashMd5 = "d41d8cd98f00b204e9800998ecf8427e",
57+
HashSha256 = "FA960A6A36CFF9FB9DF215DED55B57A1AC3285147849EF6BE1D8EA63552FFC17",
58+
HashMd5 = "61493050969F95E4D069BA01833834ED",
5959
VersionGroup = FfmpegVersionConfig.GenericLinuxVersionGroup,
6060
},
6161
new FfmpegVersion()

0 commit comments

Comments
 (0)