diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2024-04-19 21:53:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-19 22:23:06 +0700 |
commit | 2e0f5dea3e1dc1309cc7a4510b3ead8e132025df (patch) | |
tree | a1fa77a9c0266bb1df1ee70ada152e995d8e5a56 /network/dnsproxy-bin/dnsproxy-bin.SlackBuild | |
parent | 9baa4ece206bf1f30a8b84f08a22061929656659 (diff) |
network/dnsproxy-bin: Updated for version 0.70.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dnsproxy-bin/dnsproxy-bin.SlackBuild')
-rw-r--r-- | network/dnsproxy-bin/dnsproxy-bin.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/dnsproxy-bin/dnsproxy-bin.SlackBuild b/network/dnsproxy-bin/dnsproxy-bin.SlackBuild index 7d3ceef21c655..754f02619ae2a 100644 --- a/network/dnsproxy-bin/dnsproxy-bin.SlackBuild +++ b/network/dnsproxy-bin/dnsproxy-bin.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dnsproxy-bin -VERSION=${VERSION:-0.69.2} +VERSION=${VERSION:-0.70.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |