diff --git a/install-scripts/install-endpoint-mac.sh b/install-scripts/install-endpoint-mac.sh index d3d5dd4..df05f6d 100755 --- a/install-scripts/install-endpoint-mac.sh +++ b/install-scripts/install-endpoint-mac.sh @@ -7,8 +7,8 @@ set -e # Exit on error # Configuration -INSTALL_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v1.2.13/EndpointProtection.pkg" -DOWNLOAD_SHA256="ab68536dad46625aff19897e0191f3b84c8facf36e07852854bb868e46bfe28a" +INSTALL_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v1.2.14/EndpointProtection.pkg" +DOWNLOAD_SHA256="2c34796579a9f3b3a277f90afcec493ca95eba223aa99a9cfcc1512dcce603e4" TOKEN_FILE="/tmp/aikido_endpoint_token.txt" # Colors for output diff --git a/install-scripts/install-endpoint-windows.ps1 b/install-scripts/install-endpoint-windows.ps1 index cfbbc76..8462e2a 100644 --- a/install-scripts/install-endpoint-windows.ps1 +++ b/install-scripts/install-endpoint-windows.ps1 @@ -7,8 +7,8 @@ param( ) # Configuration -$InstallUrl = "https://github.com/AikidoSec/safechain-internals/releases/download/v1.2.13/EndpointProtection.msi" -$DownloadSha256 = "9005700b23c8214816642eea741a584c694d19c0eeb26deebf560092f4e5d568" +$InstallUrl = "https://github.com/AikidoSec/safechain-internals/releases/download/v1.2.14/EndpointProtection.msi" +$DownloadSha256 = "3c2eabb0c8e12c00a5cbec76ed0ae6c1ae625b448e7fed7a492aaad62b3ae839" # Ensure TLS 1.2 is enabled for downloads [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12