diff options
author | Bryan Harris <bryanlharris@gmail.com> | 2016-08-09 07:11:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-09 07:12:34 +0700 |
commit | 834f25d46a309861fc6d478686c45a9bca1afaae (patch) | |
tree | f574c82dd5539ebb3fda770dfe0ecf001924eb5d /system/monit/monit.SlackBuild | |
parent | b4cd9f92c1ce41d9bab9503da98de5477316eee0 (diff) | |
download | slackbuilds-834f25d46a309861fc6d478686c45a9bca1afaae.tar.gz |
system/monit: Updated for version 5.19.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/monit/monit.SlackBuild')
-rw-r--r-- | system/monit/monit.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/monit/monit.SlackBuild b/system/monit/monit.SlackBuild index 060e913316..6ab7646872 100644 --- a/system/monit/monit.SlackBuild +++ b/system/monit/monit.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=monit -VERSION=${VERSION:-5.18} -BUILD=${BUILD:-2} +VERSION=${VERSION:-5.19.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |