Skip to content

Commit

Permalink
deps.windows: Update VPL to v2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RytoEX committed Apr 30, 2024
1 parent ab3bf34 commit 8d82c96
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.10.1',
[string] $Version = 'v2.10.2',
[string] $Uri = 'https://github.com/intel/libvpl.git',
[string] $Hash = '79ef61b11790c70941cfa4d167b5d20d3a4e9744',
[string] $Hash = '383b5caac6df614e76ade5a07c4f53be702e9176',
[switch] $ForceStatic = $true
)

Expand Down

0 comments on commit 8d82c96

Please sign in to comment.