development/watchman: Updated for version 4.6.0.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2016-07-12 19:09:52 -07:00 committed by Willy Sudiarto Raharjo
parent a797f19056
commit 0d0552eb85
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View file

@ -23,13 +23,13 @@
# <https://www.gnu.org/licenses/>.
PRGNAM=watchman
VERSION=${VERSION:-4.5.0}
VERSION=${VERSION:-4.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="watchman"
VERSION="4.5.0"
VERSION="4.6.0"
HOMEPAGE="https://facebook.github.io/watchman/"
DOWNLOAD="https://github.com/facebook/watchman/archive/v4.5.0.tar.gz"
MD5SUM="f304e8af4193d0dbe4c0bb1dbfc9c19e"
DOWNLOAD="https://github.com/facebook/watchman/archive/v4.6.0.tar.gz"
MD5SUM="e325db5699c00b91f860fa8a0894c8ed"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""