Skip to content

Commit

Permalink
Update simp_le to 0.10.0 (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
buchdag authored Aug 12, 2018
1 parent 8dc6578 commit 1a294ac
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.9.0"
branch="0.10.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 1a294ac

Please sign in to comment.