diff options
author | B. Watson <yalhcru@gmail.com> | 2017-08-19 10:44:54 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2017-08-19 10:44:54 -0400 |
commit | a22a6eab41ce21abd6f6e2e85a48d5bf5c201c4d (patch) | |
tree | 96a3f6cfd793fbf51e5cd33b40002e36fc83e51e /development/watchman/watchman.SlackBuild | |
parent | e860ddc42f1d7fccb4b159dc020774c48a5cfab4 (diff) |
development/watchman: Updated for version 4.9.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/watchman/watchman.SlackBuild')
-rw-r--r-- | development/watchman/watchman.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/development/watchman/watchman.SlackBuild b/development/watchman/watchman.SlackBuild index 85b5480772e5e..57f73f469b03a 100644 --- a/development/watchman/watchman.SlackBuild +++ b/development/watchman/watchman.SlackBuild @@ -25,6 +25,8 @@ # with this program (most likely, a file named COPYING). If not, see # <https://www.gnu.org/licenses/>. +# 20170819 bkw: update for v4.9.0, BUILD=1 + # 20170810 bkw: get rid of /usr/share/doc, BUILD=3 # 20170621 bkw: fix build on -current (--enable-lenient, removes -Werror) @@ -36,8 +38,8 @@ # - BUILD=2 PRGNAM=watchman -VERSION=${VERSION:-4.7.0} -BUILD=${BUILD:-3} +VERSION=${VERSION:-4.9.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |