On Thu, Mar 21, 2024 at 10:09:20AM +0000, Simon Horman wrote:

...

> diff --git a/appveyor.yml b/appveyor.yml

...

> @@ -23,7 +23,7 @@ install:
>      New-Item -ItemType Directory -Force -Path C:\ovs-build-downloads
>  
>      # Find and download the latest stable OpenSSl 3.0.
> -    $URL = 
> "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json";
> +    $URL = 
> "https://raw.githubusercontent.com/slproweb/opensslhashes/main/win32_openssl_hashes.json";
>      $webData = (Invoke-WebRequest -Uri $URL).content | ConvertFrom-Json
>      $source = ($webData.files.PSObject.Properties | Where-Object {
>          $_.Value.basever   -match "3.0.*" -and

Yikes, I see the hunk above is wrong.
I will drop it in v2.

...
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to