Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Update ffmpeg to version 20200522.0.0-38490cb.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed May 22, 2020
1 parent 108001e commit 4fa04d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SHA512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
149859c0d910ed0348e57197d12ae408679fe9943e4806a970eb9eaf2fbdc6fac0dc03e8dceceb3359c8dad42157a9fb51d236e1baf8a4f9bf07537c0d182cbd
199b7d27a6f86125690cd09ef00691b89a4152af1d17f80fef87fac43093d3ec67a7ae8e8575caf4df198838693ed344f5381c9eb2369c59b4ac1885ab5c249b
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20200515.0.0-b18fd2b
20200522.0.0-38490cb
2 changes: 1 addition & 1 deletion update-version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Write-Output "old major: $version_nuget_major_old" "old minor: $version_nuget_mi

$wc = New-Object System.Net.WebClient
$zeranoe = $wc.DownloadString("https://ffmpeg.zeranoe.com/builds/win64/static").Split("`n")
$match = $zeranoe | Select-String -Pattern "href=""ffmpeg-([0-9]+-[a-z0-9]+)"""
$match = $zeranoe | Select-String -Pattern "href=""ffmpeg-([0-9]+-[a-z0-9]+)-win64"
$zeranoe_version = $match.Matches[-1].Groups[1].Value
$version_nuget_major, $version_hash = $zeranoe_version.Split("-")

Expand Down

0 comments on commit 4fa04d4

Please sign in to comment.