diff options
author | B. Watson <yalhcru@gmail.com> | 2015-09-10 03:08:08 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-12 08:11:28 +0700 |
commit | 2838f20d84f706edd6f7ca7cbfb3ae7d70167108 (patch) | |
tree | 58a1c26b77b32c459b95d981929bcfed423e5dc5 /system | |
parent | b17d7ae72304ad288d4545a099f4cc4263246803 (diff) | |
download | slackbuilds-2838f20d84f706edd6f7ca7cbfb3ae7d70167108.tar.gz |
system/man-db: Updated for version 2.7.3.
Diffstat (limited to 'system')
-rw-r--r-- | system/man-db/man-db.SlackBuild | 4 | ||||
-rw-r--r-- | system/man-db/man-db.info | 10 |
2 files changed, 7 insertions, 7 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 diff --git a/system/man-db/man-db.info b/system/man-db/man-db.info index b16e777ba4..c8ecd0808b 100644 --- a/system/man-db/man-db.info +++ b/system/man-db/man-db.info @@ -1,10 +1,10 @@ PRGNAM="man-db" -VERSION="2.7.1" +VERSION="2.7.3" HOMEPAGE="http://www.nongnu.org/man-db/" -DOWNLOAD="http://download.savannah.gnu.org/releases/man-db/man-db-2.7.1.tar.xz \ - http://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.4.0.tar.gz" -MD5SUM="88d32360e2ed18e05de9b528ad336fd8 \ - 660f4ac9340834a231d1516746d03d28" +DOWNLOAD="http://download.savannah.gnu.org/releases/man-db/man-db-2.7.3.tar.xz \ + http://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.4.1.tar.gz" +MD5SUM="df898c82d766dad6492a5a96d5a26647 \ + e54590ec68d6c1239f67b5b44e92022c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |