ekDNSHelper Release Checksums
Version: v2.0.0-1-gdfa7e16
Build: dfa7e16
Platform: darwin-arm64

SHA256 Checksums:
-----------------
ekdns
  3058E153B3993E3F5E642941DD4A9C633A4C9A675F4F106A304C3789644A6356

To verify (PowerShell):
  $hash = (Get-FileHash -Path ekdns -Algorithm SHA256).Hash
  if ($hash -eq "3058E153B3993E3F5E642941DD4A9C633A4C9A675F4F106A304C3789644A6356") { Write-Host "Verified!" -ForegroundColor Green }

To verify (Linux/macOS):
  echo "3058E153B3993E3F5E642941DD4A9C633A4C9A675F4F106A304C3789644A6356  ekdns" | sha256sum -c -
