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