aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2018-08-07 15:13:39 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2018-08-13 18:35:26 +0000
commitda4068a7b746e28f5cb68427a1172ba05b7f42a5 (patch)
tree29c8442605723e64a2400398a2057632d8c8f45f
parentc142bf9d2829c372c592e015a1132bf066716c7f (diff)
downloadaports-da4068a7b746e28f5cb68427a1172ba05b7f42a5.tar.bz2
aports-da4068a7b746e28f5cb68427a1172ba05b7f42a5.tar.xz
testing/watchman: upgrade to 4.9.0
-rw-r--r--testing/watchman/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/watchman/APKBUILD b/testing/watchman/APKBUILD
index 8b477d4993..a1fe5a53f3 100644
--- a/testing/watchman/APKBUILD
+++ b/testing/watchman/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=watchman
-pkgver=4.7.0
+pkgver=4.9.0
pkgrel=0
pkgdesc="A file watching service"
url="https://facebook.github.io/watchman/"
arch="all"
license="Apache-2.0"
-makedepends="pcre-dev autoconf automake linux-headers"
+makedepends="pcre-dev autoconf automake linux-headers libtool libressl-dev python3-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/facebook/watchman/archive/v$pkgver.tar.gz"
builddir="$srcdir/"$pkgname-$pkgver
@@ -27,4 +27,4 @@ package() {
make DESTDIR=$pkgdir install-binPROGRAMS
}
-sha512sums="1b0729bfba28948619ab910e0d21b8ff1392c3a4d1b39b77241e5465337d76ea54c51ad4a4b1458dd25ad231a3f4eb5c9fa68b3d6b0941f95f89ab80e8a4c0cb watchman-4.7.0.tar.gz"
+sha512sums="f25b77f73bca3e25a0254a98af5c8125b8a31133ec3702cac656459f3522d5f0bf2e96d5893ca9fb5ce3ae18adce58224746bd8ca9afc5c312bcd697cb5b2d5d watchman-4.9.0.tar.gz"