diff options
Diffstat (limited to 'system/man-db/man-db.SlackBuild')
-rw-r--r-- | system/man-db/man-db.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/man-db/man-db.SlackBuild b/system/man-db/man-db.SlackBuild index acfb405f3f..8ca42af8fb 100644 --- a/system/man-db/man-db.SlackBuild +++ b/system/man-db/man-db.SlackBuild @@ -17,7 +17,7 @@ # - update README and README.Slackware slightly. PRGNAM=man-db -VERSION=${VERSION:-2.7.1} +VERSION=${VERSION:-2.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,7 +74,7 @@ mkdir -p $TMP $PKG $OUTPUT # Instead of making it a separate build and external dep, we'll just # bundle it here. LIBNAM=libpipeline -LIBVER=1.4.0 +LIBVER=1.4.1 cd $TMP rm -rf $LIBNAM-$LIBVER |