Skip to content

Commit

Permalink
Update simp_le to 0.14.0 (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
buchdag authored May 15, 2019
1 parent ca8befd commit 8f694ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_simp_le.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
apk --update add python py-setuptools git gcc py-pip musl-dev libffi-dev python-dev openssl-dev

# Get Let's Encrypt simp_le client source
branch="0.13.0"
branch="0.14.0"
mkdir -p /src
git -C /src clone --depth=1 --branch $branch https://github.com/zenhack/simp_le.git

Expand Down

0 comments on commit 8f694ca

Please sign in to comment.