diff options
Diffstat (limited to 'source/ap/sox/sox.SlackBuild')
-rwxr-xr-x | source/ap/sox/sox.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ap/sox/sox.SlackBuild b/source/ap/sox/sox.SlackBuild index b666d426f..757f6d93c 100755 --- a/source/ap/sox/sox.SlackBuild +++ b/source/ap/sox/sox.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sox VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-5} +BUILD=${BUILD:-6} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |