summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosé Luis Lafuente2015-09-18 12:06:04 +0200
committerJosé Luis Lafuente2015-09-18 12:06:04 +0200
commitcf1ccc0cff69835d39de55ef89a80735f1952740 (patch)
tree56e950824f679adfc9a4b6eecdea31e6e87d3286 /PKGBUILD
parent678163276e83681fbb94a8224d07b1a7226a1cf4 (diff)
downloadaur-cf1ccc0cff69835d39de55ef89a80735f1952740.tar.gz
Update to 3.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26963b0b7943..719ab755ffa8 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=3.7.0
+pkgver=3.8.0
pkgrel=0
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
@@ -14,7 +14,7 @@ conflicts=()
replaces=()
backup=()
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/facebook/watchman/archive/v${pkgver}.tar.gz")
-sha256sums=('dc0afbe2f64a80926325a61428e3d69d4412f9093a8119db26fa26f7b599bd07')
+sha256sums=('10d1e134e6ff110044629a517e7c69050fb9e4a26f21079b267989119987b40d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"