summaryrefslogtreecommitdiffstats
path: root/development/watchman/watchman.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/watchman/watchman.SlackBuild')
-rw-r--r--development/watchman/watchman.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/development/watchman/watchman.SlackBuild b/development/watchman/watchman.SlackBuild
index 85b5480772..57f73f469b 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