diff options
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 |