Skip to content

Commit

Permalink
[Windows] Update OVS version to 2.13.1 (#856)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Cao <rcao@vmware.com>
  • Loading branch information
ruicao93 committed Jun 22, 2020
1 parent ff265f1 commit b372f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/windows/Install-OVS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ $ErrorActionPreference = "Stop"
# TODO: set up HTTPS so that the archive can be downloaded securely. In the
# meantime, we use a SHA256 hash to ensure that the downloaded archive is
# correct.
$OVSDownloadURL = "http://downloads.antrea.io/ovs/ovs-2.12.90-win64.zip"
$OVSPublishedHash = 'B5278BE3EFFEE322DFB71FABE97B0E4F5C1341CE31D609FD60E8B41D20416C2D'
$OVSDownloadURL = "http://downloads.antrea.io/ovs/ovs-2.13.1-win64.zip"
$OVSPublishedHash = 'bc927e2de8560f2f0d8c2fccd6d69de3d7f4c2c032bf81658d082aa7583b241d'
$OVSDownloadDir = [System.IO.Path]::GetDirectoryName($myInvocation.MyCommand.Definition)
$InstallLog = "$OVSDownloadDir\install.log"
$OVSZip = "$OVSDownloadDir\ovs-win64.zip"
Expand Down

0 comments on commit b372f75

Please sign in to comment.