system/monitorix: Updated for version 3.6.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Marcel Saegebarth 2014-08-31 18:12:33 +07:00 committed by Willy Sudiarto Raharjo
parent ddc5f157ea
commit 5a94f78d0a
2 changed files with 6 additions and 6 deletions

View file

@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=monitorix
VERSION=${VERSION:-3.5.1}
VERSION=${VERSION:-3.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -67,9 +67,9 @@ cd $PRGNAM-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# installation not implemented
if [ "$ARCH" = "x86_64" ]; then

View file

@ -1,8 +1,8 @@
PRGNAM="monitorix"
VERSION="3.5.1"
VERSION="3.6.0"
HOMEPAGE="http://www.monitorix.org/"
DOWNLOAD="http://www.monitorix.org/monitorix-3.5.1.tar.gz"
MD5SUM="8e6316364302c3b4db9588a0a2cd03bb"
DOWNLOAD="http://www.monitorix.org/monitorix-3.6.0.tar.gz"
MD5SUM="df52ee19d2b117eaf798d0ee99861daf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-http-server-simple perl-config-general rrdtool"