mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
watchman: update to 4.9.0. (#8492)
This commit is contained in:
parent
78242a5498
commit
f8d8a901ef
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'watchman'
|
# Template file for 'watchman'
|
||||||
pkgname=watchman
|
pkgname=watchman
|
||||||
version=4.7.0
|
version=4.9.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-statedir --disable-lenient"
|
configure_args="--disable-statedir --disable-lenient"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="pkg-config automake libtool"
|
||||||
makedepends="pcre-devel"
|
makedepends="pcre-devel libressl-devel"
|
||||||
short_desc="Watches files and records, or triggers actions, when they change"
|
short_desc="Watches files and records, or triggers actions, when they change"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://facebook.github.io/watchman/"
|
homepage="https://facebook.github.io/watchman/"
|
||||||
distfiles="https://github.com/facebook/watchman/archive/v${version}.tar.gz"
|
distfiles="https://github.com/facebook/watchman/archive/v${version}.tar.gz"
|
||||||
checksum=77c7174c59d6be5e17382e414db4907a298ca187747c7fcb2ceb44da3962c6bf
|
checksum=1f6402dc70b1d056fffc3748f2fdcecff730d8843bb6936de395b3443ce05322
|
||||||
|
|
||||||
CFLAGS="-Wno-error"
|
CFLAGS="-Wno-error"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue