diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-04-29 20:19:12 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-04-30 08:59:51 +0200 |
commit | 9c2212f2f0266fbe1868a4dd615bf08341d541e1 (patch) | |
tree | 9fd2d462f8b35473896b40cb53eabc99499285e7 /source/n | |
parent | fc35afb36c8162cb44fa7d9b72b8e3bed0cfe491 (diff) | |
download | current-9c2212f2f0266fbe1868a4dd615bf08341d541e1.tar.gz |
Wed Apr 29 20:19:12 UTC 202020200429201912
ap/tmux-3.1a-x86_64-1.txz: Upgraded.
d/cmake-3.17.2-x86_64-1.txz: Upgraded.
n/curl-7.70.0-x86_64-1.txz: Upgraded.
n/openldap-client-2.4.50-x86_64-1.txz: Upgraded.
xap/audacious-4.0.3-x86_64-1.txz: Upgraded.
xap/audacious-plugins-4.0.3-x86_64-1.txz: Upgraded.
extra/pure-alsa-system/audacious-plugins-4.0.3-x86_64-1_alsa.txz: Upgraded.
Diffstat (limited to 'source/n')
-rwxr-xr-x | source/n/curl/curl.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/curl/curl.SlackBuild b/source/n/curl/curl.SlackBuild index 32f1ef2b..0c08d89f 100755 --- a/source/n/curl/curl.SlackBuild +++ b/source/n/curl/curl.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=curl VERSION=${VERSION:-$(echo curl-*.tar.xz | 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 |