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 | |
parent | e860ddc42f1d7fccb4b159dc020774c48a5cfab4 (diff) | |
download | slackbuilds-a22a6eab41ce21abd6f6e2e85a48d5bf5c201c4d.tar.gz |
development/watchman: Updated for version 4.9.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | development/watchman/watchman.SlackBuild | 6 | ||||
-rw-r--r-- | development/watchman/watchman.info | 6 |
2 files changed, 7 insertions, 5 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 diff --git a/development/watchman/watchman.info b/development/watchman/watchman.info index 90a1672e1b..93c590a973 100644 --- a/development/watchman/watchman.info +++ b/development/watchman/watchman.info @@ -1,8 +1,8 @@ PRGNAM="watchman" -VERSION="4.7.0" +VERSION="4.9.0" HOMEPAGE="https://facebook.github.io/watchman/" -DOWNLOAD="https://github.com/facebook/watchman/archive/v4.7.0/watchman-4.7.0.tar.gz" -MD5SUM="edb4201c790ace55569b82bd69cee78b" +DOWNLOAD="https://github.com/facebook/watchman/archive/v4.9.0/watchman-4.9.0.tar.gz" +MD5SUM="d5dc483f70f82d8cd2b0787bbea25ae4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |