diff options
Diffstat (limited to 'system/man-db/man-db.SlackBuild')
-rw-r--r-- | system/man-db/man-db.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/man-db/man-db.SlackBuild b/system/man-db/man-db.SlackBuild index 8ed7d8b496..9067318975 100644 --- a/system/man-db/man-db.SlackBuild +++ b/system/man-db/man-db.SlackBuild @@ -6,6 +6,9 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20160726 bkw: +# - update for 2.7.5. + # 20150507 bkw: # - update for 2.7.1. # - fix homepage in .info file. @@ -17,7 +20,7 @@ # - update README and README.Slackware slightly. PRGNAM=man-db -VERSION=${VERSION:-2.7.3} +VERSION=${VERSION:-2.7.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |