diff options
Diffstat (limited to 'source/xap')
-rwxr-xr-x | source/xap/sane/sane.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/xap/sane/sane.SlackBuild b/source/xap/sane/sane.SlackBuild index 6c799631..2d8e8a88 100755 --- a/source/xap/sane/sane.SlackBuild +++ b/source/xap/sane/sane.SlackBuild @@ -23,10 +23,10 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sane -VERSION=1.0.30 -BACKVER=1.0.30 +VERSION=1.0.31 +BACKVER=1.0.31 FRONTVER=1.0.14 -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |