Skip to content

Commit

Permalink
deps.windows: Update VPL to v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thyintel committed Feb 4, 2025
1 parent c9f8ada commit 28141f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.windows/70-vpl.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
param(
[string] $Name = 'vpl',
[string] $Version = 'v2.12.0',
[string] $Version = 'v2.14.0',
[string] $Uri = 'https://github.com/intel/libvpl.git',
[string] $Hash = '0c13c410095764799afea0cf645bd896378579b8',
[string] $Hash = '80ea0a5ebd25743c1cfe973e803245ba67d53b20',
[array] $Targets = @('x64'),
[switch] $ForceStatic = $true
)
Expand Down

0 comments on commit 28141f4

Please sign in to comment.