diff options
author | B. Watson <yalhcru@gmail.com> | 2016-07-26 18:30:50 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:55 +0700 |
commit | 69fdb575522462e6e0f3e9b0b1fe32b4be8e8d8d (patch) | |
tree | c0c8fecc39e6ef6b70bd593d22498470974ce304 /system/man-db/man-db.SlackBuild | |
parent | a3210467446b75319b24614c151463e1502c4933 (diff) | |
download | slackbuilds-69fdb575522462e6e0f3e9b0b1fe32b4be8e8d8d.tar.gz |
system/man-db: Updated for version 2.7.3.
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} |