diff options
author | T3slider <t3slider@gmail.com> | 2015-07-09 06:52:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-09 06:52:01 +0700 |
commit | 904a2a0e779c3f39b11704539155456aa20d1383 (patch) | |
tree | 112eb7002bcdbe3af9acf7c709d8bdee03e79855 /network/dnscrypt-wrapper/dnscrypt-wrapper.SlackBuild | |
parent | 69ac302644223b68dc78ed75d018167f58bf828f (diff) | |
download | slackbuilds-904a2a0e779c3f39b11704539155456aa20d1383.tar.gz |
network/dnscrypt-wrapper: Updated for version 0.1.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dnscrypt-wrapper/dnscrypt-wrapper.SlackBuild')
-rw-r--r-- | network/dnscrypt-wrapper/dnscrypt-wrapper.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/dnscrypt-wrapper/dnscrypt-wrapper.SlackBuild b/network/dnscrypt-wrapper/dnscrypt-wrapper.SlackBuild index 4f9b771c3a..a22ea80be0 100644 --- a/network/dnscrypt-wrapper/dnscrypt-wrapper.SlackBuild +++ b/network/dnscrypt-wrapper/dnscrypt-wrapper.SlackBuild @@ -26,7 +26,7 @@ # suggestion. PRGNAM=dnscrypt-wrapper -VERSION=${VERSION:-0.1.16} +VERSION=${VERSION:-0.1.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,7 +58,7 @@ else fi # argparse is a git submodule required for building... -ARGPARSEVERSION=${ARGPARSEVERSION:-2f310edc35e5adacaf738ccb9d73d9c23f4e38b1} +ARGPARSEVERSION=${ARGPARSEVERSION:-e1277bf1e3f47663fad54f84ca723db7688630d4} set -e |