diff options
Diffstat (limited to 'source/n/yptools/yptools.SlackBuild')
-rwxr-xr-x | source/n/yptools/yptools.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/n/yptools/yptools.SlackBuild b/source/n/yptools/yptools.SlackBuild index 3c98a8e3..6a213b2a 100755 --- a/source/n/yptools/yptools.SlackBuild +++ b/source/n/yptools/yptools.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,12 +23,12 @@ # Package version number: VERSION=2.12 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} YPTOOLS=$VERSION -YPBINDMT=1.31 +YPBINDMT=1.32 #YPMAKE=0.11 -YPSERV=2.23 +YPSERV=2.24 # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |