|
|
@@ -32,7 +32,7 @@ Class: EVAL
|
|
|
Group: Filesystem
|
|
|
License: Apache
|
|
|
Version: 4.5.0
|
|
|
-Release: 20160228
|
|
|
+Release: 20160609
|
|
|
|
|
|
# list of sources
|
|
|
Source0: https://github.com/facebook/watchman/archive/v%{version}.tar.gz
|
|
|
@@ -51,7 +51,7 @@ PreReq: OpenPKG, openpkg >= 20160101
|
|
|
prog watchman = {
|
|
|
version = %{version}
|
|
|
url = https://github.com/facebook/watchman/releases
|
|
|
- regex = v(__VER__)\.tar\.gz
|
|
|
+ regex = v(\d+\.\d+\.\d+)\.tar\.gz
|
|
|
}
|
|
|
|
|
|
%prep
|