diff --git a/.devcontainer/setup.sh b/.devcontainer/setup.sh index 2d0435e..a42f613 100755 --- a/.devcontainer/setup.sh +++ b/.devcontainer/setup.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash sdk_file='qrypt-security-ubuntu.tgz' -curl -s https://qrypt.azureedge.net/sdk/cpp/v0.11.22/qrypt-security-0.11.22-ubuntu.tgz --output $sdk_file +curl -s https://qrypt.azureedge.net/sdk/cpp/v0.11.23/qrypt-security-0.11.23-ubuntu.tgz --output $sdk_file tar -zxvf $sdk_file --strip-components=1 -C QryptSecurity rm -rf $sdk_file diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 5db0a80..831bea1 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -28,7 +28,7 @@ jobs: working-directory: ${{github.workspace}} run: | sdk_file='qrypt-security-ubuntu.tgz' - curl -s https://qrypt.azureedge.net/sdk/cpp/v0.11.22/qrypt-security-0.11.22-ubuntu.tgz --output $sdk_file + curl -s https://qrypt.azureedge.net/sdk/cpp/v0.11.23/qrypt-security-0.11.23-ubuntu.tgz --output $sdk_file tar -zxvf $sdk_file --strip-components=1 -C QryptSecurity rm -rf $sdk_file diff --git a/compose/Dockerfile b/compose/Dockerfile index cf52aee..76a6999 100644 --- a/compose/Dockerfile +++ b/compose/Dockerfile @@ -26,7 +26,7 @@ WORKDIR /workspace/ # Download SDK RUN sdk_file='qrypt-security-ubuntu.tgz' && \ - curl -s https://qrypt.azureedge.net/sdk/cpp/v0.11.22/qrypt-security-0.11.22-ubuntu.tgz --output $sdk_file && \ + curl -s https://qrypt.azureedge.net/sdk/cpp/v0.11.23/qrypt-security-0.11.23-ubuntu.tgz --output $sdk_file && \ tar -zxvf $sdk_file --strip-components=1 -C QryptSecurity && \ rm -rf $sdk_file diff --git a/docs/QUICKSTART-BUILD.md b/docs/QUICKSTART-BUILD.md index 59aa091..e15381c 100644 --- a/docs/QUICKSTART-BUILD.md +++ b/docs/QUICKSTART-BUILD.md @@ -26,7 +26,7 @@ Steps: 1. [Create a Qrypt account for free](https://portal.qrypt.com/register). 1. On the Qrypt portal, download the Qrypt SDK from "Products > Qrypt SDK" and save the .tgz to the repository root. 1. (Optional) On the Qrypt portal, register a personal access token for keygen. -1. `tar -zxvf qrypt-security-0.11.22-ubuntu.tgz --strip-components=1 -C QryptSecurity` +1. `tar -zxvf qrypt-security-0.11.23-ubuntu.tgz --strip-components=1 -C QryptSecurity` 1. `cmake . -B build` 1. `cmake --build build` 1. `./qrypt --help`