watchman: update to 4.9.0. (#8492)
This commit is contained in:
parent
78242a5498
commit
f8d8a901ef
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'watchman'
|
||||
pkgname=watchman
|
||||
version=4.7.0
|
||||
version=4.9.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-statedir --disable-lenient"
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="pcre-devel"
|
||||
hostmakedepends="pkg-config automake libtool"
|
||||
makedepends="pcre-devel libressl-devel"
|
||||
short_desc="Watches files and records, or triggers actions, when they change"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://facebook.github.io/watchman/"
|
||||
distfiles="https://github.com/facebook/watchman/archive/v${version}.tar.gz"
|
||||
checksum=77c7174c59d6be5e17382e414db4907a298ca187747c7fcb2ceb44da3962c6bf
|
||||
checksum=1f6402dc70b1d056fffc3748f2fdcecff730d8843bb6936de395b3443ce05322
|
||||
|
||||
CFLAGS="-Wno-error"
|
||||
|
||||
|
|
Loading…
Reference in New Issue