summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Luis Lafuente2016-11-14 11:13:55 +0100
committerJosé Luis Lafuente2016-11-14 11:13:55 +0100
commit2e7891e9d6afe9addf6b49697f2cd50f017bd150 (patch)
treec37db52fd223e39a97fdbc594884a9de2c9c0298
parent72a60b353a107b6698732c9095ff041827862bf9 (diff)
downloadaur-2e7891e9d6afe9addf6b49697f2cd50f017bd150.tar.gz
Update to 4.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46c050cf6e03..e22c0154456b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 25 18:13:11 UTC 2016
+# Mon Nov 14 10:11:43 UTC 2016
pkgbase = watchman
pkgdesc = An inotify-based file watching and job triggering command line utility
- pkgver = 4.6.0
+ pkgver = 4.7.0
pkgrel = 0
url = https://facebook.github.io/watchman/
install = watchman.install
@@ -11,9 +11,9 @@ pkgbase = watchman
license = Apache
makedepends = glibc
depends = pcre
- source = watchman-4.6.0.tar.gz::https://github.com/facebook/watchman/archive/v4.6.0.tar.gz
+ source = watchman-4.7.0.tar.gz::https://github.com/facebook/watchman/archive/v4.7.0.tar.gz
source = watchman.tmpfiles
- sha256sums = 3a4ea5813967e984acb5bd32327926f2d431ea8a4ab7703510726ddb97d3d126
+ sha256sums = 77c7174c59d6be5e17382e414db4907a298ca187747c7fcb2ceb44da3962c6bf
sha256sums = 2b061865e10578a0477b9c7991a00594bc839c846b98896e93c75743dbf6a379
pkgname = watchman
diff --git a/PKGBUILD b/PKGBUILD
index 933ddbe7cd75..de29bcdda98a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: José Luis Lafuente <jl@lafuente.me>
# Original maintainer: Michael Louis Thaler <michael.louis.thaler@gmail.com>
pkgname=watchman
-pkgver=4.6.0
+pkgver=4.7.0
pkgrel=0
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
@@ -17,7 +17,7 @@ install=$pkgname.install
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/facebook/watchman/archive/v${pkgver}.tar.gz"
"${pkgname}.tmpfiles")
-sha256sums=('3a4ea5813967e984acb5bd32327926f2d431ea8a4ab7703510726ddb97d3d126'
+sha256sums=('77c7174c59d6be5e17382e414db4907a298ca187747c7fcb2ceb44da3962c6bf'
'2b061865e10578a0477b9c7991a00594bc839c846b98896e93c75743dbf6a379')
build() {