diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-07-13 19:53:09 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-07-13 22:28:43 +0200 |
commit | 930e7b43f5ef709aa2cfcee175cf077d8d6f7b63 (patch) | |
tree | 9827053f7b02354429936f169c023f510818c00b /source/n/stunnel | |
parent | 600ffa097b517639d12b50c1800727c1e307aa6b (diff) | |
download | current-930e7b43f5ef709aa2cfcee175cf077d8d6f7b63.tar.gz current-930e7b43f5ef709aa2cfcee175cf077d8d6f7b63.tar.xz |
Thu Jul 13 19:53:09 UTC 202320230713195309
l/lensfun-0.3.4-x86_64-1.txz: Upgraded.
n/stunnel-5.70-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/stunnel')
-rwxr-xr-x | source/n/stunnel/stunnel.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/stunnel/stunnel.SlackBuild b/source/n/stunnel/stunnel.SlackBuild index aa2f33fb1..7cf1f878e 100755 --- a/source/n/stunnel/stunnel.SlackBuild +++ b/source/n/stunnel/stunnel.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=stunnel VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |